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 67139 - Seg-fault while scrolling in widget tree
Seg-fault while scrolling in widget tree
Status: RESOLVED DUPLICATE of bug 61752
Product: glade-legacy
Classification: Deprecated
Component: general
unspecified
Other other
: Normal critical
: ---
Assigned To: Damon Chaplin
Damon Chaplin
: 52492 66676 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2001-12-17 19:50 UTC by jimp
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jimp 2001-12-18 02:16:49 UTC
Package: glade
Severity: normal
Version: 0.6.2
Synopsis: Seg-fault while scrolling in widget tree
Bugzilla-Product: glade
Bugzilla-Component: general

Description:
I don't know how to reproduce this yet, but I got a seg-fault while
scrolling the tree.



Debugging Information:

(no debugging symbols found)...0x404f6c09 in __wait4 () from /lib/libc.so.6
  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 gnome_segv_handle
    at gnome-init.c line 659
  • #3 <signal handler called>
  • #4 gdk_gc_set_foreground
    at gdkgc.c line 460
  • #5 draw_row
    at gtkctree.c line 1665
  • #6 draw_rows
    at gtkclist.c line 5976
  • #7 vadjustment_value_changed
    at gtkclist.c line 6224
  • #8 gtk_marshal_NONE__NONE
    at gtkmarshal.c line 312
  • #9 gtk_handlers_run
    at gtksignal.c line 1917
  • #10 gtk_signal_real_emit
    at gtksignal.c line 1477
  • #11 gtk_signal_emit_by_name
    at gtksignal.c line 618
  • #12 gtk_range_default_vmotion
    at gtkrange.c line 682
  • #13 gtk_range_motion_notify
    at gtkrange.c line 1029
  • #14 gtk_marshal_BOOL__POINTER
    at gtkmarshal.c line 28
  • #15 gtk_signal_real_emit
    at gtksignal.c line 1492
  • #16 gtk_signal_emit
    at gtksignal.c line 552
  • #17 gtk_widget_event
    at gtkwidget.c line 2864
  • #18 gtk_propagate_event
    at gtkmain.c line 1378
  • #19 gtk_main_do_event
    at gtkmain.c line 818
  • #20 gdk_event_dispatch
    at gdkevents.c line 2139
  • #21 g_main_dispatch
    at gmain.c line 656
  • #22 g_main_iterate
    at gmain.c line 877
  • #23 g_main_run
    at gmain.c line 935
  • #24 gtk_main
    at gtkmain.c line 524
  • #25 main
    at eval.c line 41
  • #26 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 gnome_segv_handle
    at gnome-init.c line 659
  • #3 <signal handler called>
  • #4 gdk_gc_set_foreground
    at gdkgc.c line 460
  • #5 draw_row
    at gtkctree.c line 1665
  • #6 draw_rows
    at gtkclist.c line 5976
  • #7 vadjustment_value_changed
    at gtkclist.c line 6224




------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-12-17 21:16 -------

The original reporter (jimp@softwaretitans.com) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, damon@ximian.com.

Comment 1 Damon Chaplin 2001-12-18 18:22:24 UTC
*** Bug 52492 has been marked as a duplicate of this bug. ***
Comment 2 Damon Chaplin 2001-12-18 18:24:19 UTC
*** Bug 66676 has been marked as a duplicate of this bug. ***
Comment 3 Damon Chaplin 2001-12-18 18:26:01 UTC
The stack trace is all GTK+ functions so it looks like a GTK+ bug,
unless Glade is doing something really bad and messing GTK+ up.
Comment 4 Damon Chaplin 2002-01-22 02:06:18 UTC

*** This bug has been marked as a duplicate of 61752 ***