|
From: tony m. <tma...@us...> - 2008-02-20 16:01:08
|
Paul wrote: > On Tue, 19 Feb 2008 13:52:11 -0800 > tony mancill <tma...@us...> wrote: > >> Can anyone else reproduce this behavior? > > Yes, confirmed, and the attached patch seems to fix it. The > problem seems to be in calling 'gtk_widget_destroy' twice. > > best regards > > Paul It's curious to me that the crash only occurs with -O2 enabled - it seems like if it were a problem in the use of the GTK libraries, the behavior wouldn't change. (If anything, it seems more likely that the crash would occur with -O0 when the redundant call wasn't optimized away...) In any event, thank you very much for the patch. I'll be able to rebuild the Debian version to override the optimization settings. Cheers, tony P.S. This is the sort of problem that makes me think about switching to Python + Glade... |