After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 353348 - crash in Bug Report Tool:
crash in Bug Report Tool:
Status: RESOLVED FIXED
Product: bug-buddy
Classification: Deprecated
Component: general
2.15.x
Other All
: High critical
: ---
Assigned To: Bug-buddy Maintainers
Bug-buddy Maintainers
: 352656 352718 353491 353506 353551 353619 354134 354676 354761 355324 355325 355646 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-08-29 05:57 UTC by Daniel van Eeden
Modified: 2006-09-12 20:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Patch fixing this bug (1.56 KB, patch)
2006-09-01 11:40 UTC, Fernando Herrera
none Details | Review

Description Daniel van Eeden 2006-08-29 05:57:03 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

Thread 1 (Thread 47794276838608 (LWP 17392))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 867
  • #2 <signal handler called>
  • #3 IA__g_logv
    at gmessages.c line 493
  • #4 IA__g_log
    at gmessages.c line 517
  • #5 IA__gdk_window_invalidate_rect
    at gdkwindow.c line 2466
  • #6 text_window_invalidate_rect
    at gtktextview.c line 7531
  • #7 blink_cb
    at gtktextview.c line 7590
  • #8 g_timeout_dispatch
    at gmain.c line 3420
  • #9 IA__g_main_context_dispatch
    at gmain.c line 2043
  • #10 g_main_context_iterate
    at gmain.c line 2675
  • #11 IA__g_main_loop_run
    at gmain.c line 2879
  • #12 IA__gtk_main
    at gtkmain.c line 1000
  • #13 main
    at bug-buddy.c line 1267
  • #0 waitpid
    from /lib/libpthread.so.0

Comment 1 Sergej Kotliar 2006-08-29 08:55:31 UTC
*** Bug 352656 has been marked as a duplicate of this bug. ***
Comment 2 Fabio Bonelli 2006-08-30 09:13:40 UTC
*** Bug 353506 has been marked as a duplicate of this bug. ***
Comment 3 Karsten Bräckelmann 2006-08-30 18:47:23 UTC
*** Bug 353551 has been marked as a duplicate of this bug. ***
Comment 4 Fernando Herrera 2006-08-30 18:56:22 UTC
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.
Comment 5 Karsten Bräckelmann 2006-08-30 18:58:05 UTC
*** Bug 352718 has been marked as a duplicate of this bug. ***
Comment 6 Karsten Bräckelmann 2006-08-31 00:21:00 UTC
*** Bug 353619 has been marked as a duplicate of this bug. ***
Comment 7 Fernando Herrera 2006-09-01 11:37:46 UTC
*** Bug 353491 has been marked as a duplicate of this bug. ***
Comment 8 Fernando Herrera 2006-09-01 11:40:23 UTC
Created attachment 72017 [details] [review]
Patch fixing this bug
Comment 9 Karsten Bräckelmann 2006-09-03 15:20:52 UTC
*** Bug 354134 has been marked as a duplicate of this bug. ***
Comment 10 Karsten Bräckelmann 2006-09-06 22:21:08 UTC
*** Bug 354676 has been marked as a duplicate of this bug. ***
Comment 11 Karsten Bräckelmann 2006-09-07 15:37:17 UTC
*** Bug 354761 has been marked as a duplicate of this bug. ***
Comment 12 Brent Smith (smitten) 2006-09-10 18:31:33 UTC
*** Bug 355325 has been marked as a duplicate of this bug. ***
Comment 13 Brent Smith (smitten) 2006-09-10 18:31:50 UTC
*** Bug 355324 has been marked as a duplicate of this bug. ***
Comment 14 Brent Smith (smitten) 2006-09-10 18:34:09 UTC
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
Comment 15 Karsten Bräckelmann 2006-09-12 20:07:29 UTC
*** Bug 355646 has been marked as a duplicate of this bug. ***