GNOME Bugzilla – Bug 119783
Error message appearing in log file, no obvious reason found
Last modified: 2006-06-18 05:04:47 UTC
The following message is appearing in the log window quite frequently, but there is no obvious reason why nor any effect that is apparent to me. Gtk - file gtktogglebutton.c: line 325 (gtk_toggle_button_get_active): assertion `GTK_IS_TOGGLE_BUTTON (toggle_button)' failed Please advise if it is an important error or not:
Yes, this is important. (1) When does it appear? (2) Please run pan inside of gdb and, before starting Pan, set a breakpoint for log_error_breakpoint: (gdb) break log_error_breakpoint breakpoint 1 set at pan.c:log_error_breakpoint (gdb) run and, once the breakpoint's reached, get a backtrace: breakpoint 1 reached at pan.c:log_error_breakpoint (gdb) bt
OK, what happens is that it appears randomly any time I click on a group to load headers. Not 100%, not always the first group, not every time I load a group. This time it happened on the first group, so the backtrace is: Breakpoint 1, log_error_breakpoint () at pan.c:145 145 } (gdb) bt
+ Trace 39578
I hope that is enough for you to work out what is happening.
Fixed in CVS: http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=filter-mediator.c&rev1=1.17&rev2=1.18&root=/cvs/gnome