Bug#302777: xscreensaver: Seg faults / hangs randomly after previewing hacks

2005-09-18 Thread Oohara Yuuma
I suspect the variable err in run_hack() in driver/demo-Gtk.c. Its value is usually set to strdup(unexpectedly deleted) and freed twice. A patch is attached. -- Oohara Yuuma [EMAIL PROTECTED] Lord, what fools these mortals be! --- William Shakespeare, A Midsummer-Night's Dream ---

Bug#302777: xscreensaver: Seg faults / hangs randomly after previewing hacks

2005-04-04 Thread Ralf Hildebrandt
* Andrew Moise [EMAIL PROTECTED]: When I start 'xscreensaver-command -prefs', select a hack (I tried 'Strange', 'Substrate (circles)', and 'Swirl'), and repeatedly click 'Preview' and then click to return from the preview, I soon see the preferences window fail to repaint. The process

Bug#302777: xscreensaver: Seg faults / hangs randomly after previewing hacks

2005-04-04 Thread Ralf Hildebrandt
* Ralf Hildebrandt [EMAIL PROTECTED]: * Andrew Moise [EMAIL PROTECTED]: When I start 'xscreensaver-command -prefs', select a hack (I tried 'Strange', 'Substrate (circles)', and 'Swirl'), and repeatedly click 'Preview' and then click to return from the preview, I soon see the

Bug#302777: xscreensaver: Seg faults / hangs randomly after previewing hacks

2005-04-04 Thread Jamie Zawinski
Most of that stack trace is nonsense -- either something smashed it, or gdb is full of lies. (Those are about equally likely, I think.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#302777: xscreensaver: Seg faults / hangs randomly after previewing hacks

2005-04-02 Thread Andrew Moise
Package: xscreensaver Version: 4.21-2 Severity: normal When I start 'xscreensaver-command -prefs', select a hack (I tried 'Strange', 'Substrate (circles)', and 'Swirl'), and repeatedly click 'Preview' and then click to return from the preview, I soon see the preferences window fail to repaint.

Bug#302777: xscreensaver: Seg faults / hangs randomly after previewing hacks

2005-04-02 Thread Andrew Moise
Fascinatingly enough, I noticed (while investigating the incoherent backtrace) that this problem _doesn't_ seem to happen in unoptimized builds of xscreensaver (I appended 'CFLAGS=-g' to the './configure' lines in debian/rules to get those). I guess that this might therefore be a compiler bug,