Re: FVWM: SIGSEGV in FvwmButtons.c

2008-02-06 Thread Dominik Vogt
On Wed, Feb 06, 2008 at 09:59:33AM +0600, Roman S Dubtsov wrote: On Wednesday 06 February 2008, Dominik Vogt wrote: ... snip ... I think the crash is caused by the call to XFillRectangle in libs/Colorset.c, line 452. Again, the cs_pixmap probably has been destroyed by the time the gc

FVWM: SIGSEGV in FvwmButtons.c

2008-02-05 Thread Roman S Dubtsov
Hi, I'm starting a new thread regarding crashes on background changes coming from gnome-settings-daemon. Now it is about FvwmButtons =) After Dominik's update to error handler, I was able to obtain core dump for FvwmButtons. Gdb log attached (I could not figure out what's wrong there, but I

Re: FVWM: SIGSEGV in FvwmButtons.c

2008-02-05 Thread Dominik Vogt
On Wed, Feb 06, 2008 at 01:33:17AM +0600, Roman S Dubtsov wrote: Hi, I'm starting a new thread regarding crashes on background changes coming from gnome-settings-daemon. Now it is about FvwmButtons =) After Dominik's update to error handler, I was able to obtain core dump for

Re: FVWM: SIGSEGV in FvwmButtons.c

2008-02-05 Thread Roman S Dubtsov
On Wednesday 06 February 2008, Dominik Vogt wrote: ... snip ... I think the crash is caused by the call to XFillRectangle in libs/Colorset.c, line 452. Again, the cs_pixmap probably has been destroyed by the time the gc is used. I have committed a patch to CVS that may solve the problem.