Re: fvwm frees invalid pointer

2013-09-17 Thread Gleb Smirnoff
On Tue, Sep 17, 2013 at 10:04:52AM -0400, Dan Espen wrote: DJust got a very different panic. It may be unrelated D to the free/malloc problems, but since fvwm was rock stable D for the last 10 years for me, I'm prone to think that all D my recent crashes are caused by the same single

Re: fvwm frees invalid pointer

2013-09-17 Thread Dan Espen
Gleb Smirnoff gleb...@glebius.int.ru writes: On Tue, Sep 17, 2013 at 10:04:52AM -0400, Dan Espen wrote: DJust got a very different panic. It may be unrelated D to the free/malloc problems, but since fvwm was rock stable D for the last 10 years for me, I'm prone to think that all D my

Re: fvwm frees invalid pointer

2013-09-17 Thread Gleb Smirnoff
On Tue, Sep 17, 2013 at 10:54:22AM -0400, Dan Espen wrote: D D Do list. D D Print fws, *fws, comb_chars, i. D D (gdb) list D 1978while(comb_chars[i].c.byte1 != 0 comb_chars[i].c.byte2 != 0) D 1979{ D 1980/* draw composing

Re: fvwm frees invalid pointer

2013-09-17 Thread Dan Espen
Gleb Smirnoff gleb...@glebius.int.ru writes: On Tue, Sep 17, 2013 at 10:54:22AM -0400, Dan Espen wrote: D D Do list. D D Print fws, *fws, comb_chars, i. D D (gdb) list D 1978while(comb_chars[i].c.byte1 != 0 comb_chars[i].c.byte2 != 0) D 1979

Re: fvwm frees invalid pointer

2013-09-17 Thread Gleb Smirnoff
On Tue, Sep 17, 2013 at 11:55:01AM -0400, Dan Espen wrote: D On Tue, Sep 17, 2013 at 10:54:22AM -0400, Dan Espen wrote: D D D Do list. D D D Print fws, *fws, comb_chars, i. D D D D (gdb) list D D 1978while(comb_chars[i].c.byte1 != 0 comb_chars[i].c.byte2 != 0) D D

Re: fvwm frees invalid pointer

2013-09-17 Thread Schaaf, Jonathan P (GE Healthcare)
I'm prone to think that all my recent crashes are caused by the same single problem. Playing the binary search game suggests an issue came in sometime between 2.6.3 and 2.6.4. Then again, my reproduction procedure is a little shaky, so that might be a bad datapoint. Valgrind has been