Bug 150338 - xscreensaver-demo crashs on start
Summary: xscreensaver-demo crashs on start
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: X11 Applications (show other bugs)
Version: Beta 3
Hardware: Other Other
: P5 - None : Critical (vote)
Target Milestone: ---
Assignee: Stanislav Brabec
QA Contact: Stefan Dirsch
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 10:23 UTC by Daniel Gollub
Modified: 2006-02-15 16:20 UTC (History)
1 user (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
backtrace of xscreensaver-demo (12.58 KB, text/plain)
2006-02-13 10:24 UTC, Daniel Gollub
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Gollub 2006-02-13 10:23:42 UTC
/usr/bin/xscreensaver-demo crashs and print a full backtrace.

backtrace is attached.

Do you need further information/logs?
Comment 1 Daniel Gollub 2006-02-13 10:24:32 UTC
Created attachment 67921 [details]
backtrace of xscreensaver-demo
Comment 2 Marcus Meissner 2006-02-13 13:06:46 UTC
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.
Comment 3 Stanislav Brabec 2006-02-15 16:20:47 UTC
To Marcus: Good guess. Fix submitted.