GNOME Bugzilla – Bug 353348
crash in Bug Report Tool:
Last modified: 2006-09-12 20:07:29 UTC
Version: 2.15.92 What were you doing when the application crashed? Distribution: Debian 3.1 (sarge) Gnome Release: 2.15.92 2006-08-26 (GARNOME) BugBuddy Version: 2.15.92 Memory status: size: 140996608 vsize: 140996608 resident: 20455424 share: 14139392 rss: 20455424 rss_rlim: -1 CPU usage: start_time: 1156801939 rtime: 113 utime: 90 stime: 23 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/home/compukid/garnome/bin/bug-buddy' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 47794276838608 (LWP 17392)] 0x00002b77f60fdf95 in waitpid () from /lib/libpthread.so.0
+ Trace 71160
Thread 1 (Thread 47794276838608 (LWP 17392))
*** Bug 352656 has been marked as a duplicate of this bug. ***
*** Bug 353506 has been marked as a duplicate of this bug. ***
*** Bug 353551 has been marked as a duplicate of this bug. ***
The problem here is that doing a gtk_widget_grab_focus on the just showed GtkTextView for the gdb stuff asserts because GtkTextView get an ummapped window. I cannot reproduce this problem with a gtk testcase, only here in bug-buddy, I did a workaround (have it at work) fixing this issue. I'll ask r-t for breaking the code freeze with this fix.
*** Bug 352718 has been marked as a duplicate of this bug. ***
*** Bug 353619 has been marked as a duplicate of this bug. ***
*** Bug 353491 has been marked as a duplicate of this bug. ***
Created attachment 72017 [details] [review] Patch fixing this bug
*** Bug 354134 has been marked as a duplicate of this bug. ***
*** Bug 354676 has been marked as a duplicate of this bug. ***
*** Bug 354761 has been marked as a duplicate of this bug. ***
*** Bug 355325 has been marked as a duplicate of this bug. ***
*** Bug 355324 has been marked as a duplicate of this bug. ***
2006-09-04 Fernando Herrera <fherrera@onirica.com> * src/bug-buddy.c: (focus_details), (unknown_app_finished): focus details view on an idle call, because doing just after expanding the expander crashes gtk+. Fix bug #353348
*** Bug 355646 has been marked as a duplicate of this bug. ***