Bugzilla – Bug 150338
xscreensaver-demo crashs on start
Last modified: 2006-02-15 16:20:47 UTC
/usr/bin/xscreensaver-demo crashs and print a full backtrace. backtrace is attached. Do you need further information/logs?
Created attachment 67921 [details] backtrace of xscreensaver-demo
Crash is in chase_symlinks(), second argument to realpath() must be 4096 bytes large. from the code it looks like it, perhaps PATH_MAX is not defined.
To Marcus: Good guess. Fix submitted.