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 57253 - crash on deletion of a main window
crash on deletion of a main window
Status: RESOLVED DUPLICATE of bug 61752
Product: glade-legacy
Classification: Deprecated
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: Damon Chaplin
Damon Chaplin
Depends on:
Blocks:
 
 
Reported: 2001-07-08 21:09 UTC by geoff
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description geoff 2001-07-08 21:10:01 UTC
Package: glade
Severity: major
Version: 0.6.2
Synopsis: crash on deletion of a main window
Bugzilla-Product: glade
Bugzilla-Component: general

Description:
I'd just completed re-configuring an application window, by copying widgets from
the "old" window to the "new" window.  I then saved the .flade file (whew!) and
cut (rather than deleted) the "old" window


Debugging Information:

(no debugging symbols found)...0x4049e8c9 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 draw_row
    at gtkctree.c line 1725
  • #5 draw_rows
    at gtkclist.c line 5976
  • #6 clist_refresh
    at gtkclist.c line 6011
  • #7 gtk_clist_thaw
    at gtkclist.c line 1260
  • #8 gtk_ctree_remove_node
    at gtkctree.c line 3889
  • #9 tree_remove_widget
  • #10 gb_widget_free_new_data
  • #11 gtk_marshal_NONE__NONE
    at gtkmarshal.c line 312
  • #12 gtk_handlers_run
    at gtksignal.c line 1917
  • #13 gtk_signal_real_emit
    at gtksignal.c line 1477
  • #14 gtk_signal_emit
    at gtksignal.c line 552
  • #15 gtk_object_shutdown
    at gtkobject.c line 255
  • #16 gtk_widget_shutdown
    at gtkwidget.c line 4392
  • #17 gtk_window_shutdown
    at gtkwindow.c line 664
  • #18 gtk_object_destroy
    at gtkobject.c line 246
  • #19 gtk_widget_destroy
    at gtkwidget.c line 1391
  • #20 glade_project_remove_component
  • #21 editor_delete_widget
  • #22 glade_clipboard_copy
  • #23 glade_clipboard_cut
  • #24 editor_on_cut_activate
  • #25 gtk_marshal_NONE__NONE
    at gtkmarshal.c line 312
  • #26 gtk_handlers_run
    at gtksignal.c line 1917
  • #27 gtk_signal_real_emit
    at gtksignal.c line 1477
  • #28 gtk_signal_emit
    at gtksignal.c line 552
  • #29 gtk_widget_activate
    at gtkwidget.c line 2890
  • #30 gtk_menu_shell_activate_item
    at gtkmenushell.c line 859
  • #31 gtk_menu_shell_button_release
    at gtkmenushell.c line 486
  • #32 gtk_marshal_BOOL__POINTER
    at gtkmarshal.c line 28
  • #33 gtk_signal_real_emit
    at gtksignal.c line 1492
  • #34 gtk_signal_emit
    at gtksignal.c line 552
  • #35 gtk_widget_event
    at gtkwidget.c line 2864
  • #36 gtk_propagate_event
    at gtkmain.c line 1378
  • #37 gtk_main_do_event
    at gtkmain.c line 818
  • #38 gdk_event_dispatch
    at gdkevents.c line 2129
  • #39 g_main_dispatch
    at gmain.c line 656
  • #40 g_main_iterate
    at gmain.c line 877
  • #41 g_main_run
    at gmain.c line 935
  • #42 gtk_main
    at gtkmain.c line 524
  • #43 main
  • #44 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 92
  • #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 draw_row
    at gtkctree.c line 1725
  • #5 draw_rows
    at gtkclist.c line 5976
  • #6 clist_refresh
    at gtkclist.c line 6011
  • #7 gtk_clist_thaw
    at gtkclist.c line 1260




------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-07-08 17:10 -------

The original reporter (geoff@cdepot.net) 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 2002-01-22 02:07:48 UTC

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