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 304064 - Deletion of GList in a scroll window crashes
Deletion of GList in a scroll window crashes
Status: RESOLVED DUPLICATE of bug 171965
Product: glade-legacy
Classification: Deprecated
Component: general
2.10.x
Other other
: Normal critical
: ---
Assigned To: Damon Chaplin
Damon Chaplin
Depends on:
Blocks:
 
 
Reported: 2005-05-13 14:15 UTC by JHASS
Modified: 2005-05-13 15:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description JHASS 2005-05-13 14:15:41 UTC
Distribution: Slackware Slackware 10.1.0
Package: glade
Severity: critical
Version: GNOME2.6.2 2.10.x
Gnome-Distributor: GNOME.Org
Synopsis: Deletion of GList in a scroll window crashes
Bugzilla-Product: glade
Bugzilla-Component: general
Bugzilla-Version: 2.10.x
BugBuddy-GnomeVersion: 2.0 (2.6.1.1)
Description:
Description of the crash:
Deletion of GList in a scroll window crashes

Steps to reproduce the crash:
1.  Create a window with a scroller and a Glist in it
2.  delete the scroller window
3.  The program will crash

Expected Results:
Deletion of the widgets

How often does this happen?
Every time

Additional Information:



Debugging Information:

Backtrace was generated from '/usr/bin/glade'

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 17765)]
0xb7540488 in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 16384 (LWP 17765))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 ??
    from /usr/lib/libgnomeui-2.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 __pthread_sighandler
    from /lib/libpthread.so.0
  • #4 <signal handler called>
  • #5 gail_scrolled_window_new
    from /usr/lib/gtk-2.0/modules/libgail.so
  • #6 g_cclosure_marshal_VOID__PARAM
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_object_interface_list_properties
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_value_get_flags
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_cclosure_new_object_swap
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_object_notify
    from /usr/lib/libgobject-2.0.so.0
  • #15 gtk_widget_hide
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 gtk_widget_get_default_direction
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 g_object_run_dispose
    from /usr/lib/libgobject-2.0.so.0
  • #18 gtk_object_destroy
    from /usr/lib/libgtk-x11-2.0.so.0
  • #19 gtk_widget_destroy
    from /usr/lib/libgtk-x11-2.0.so.0
  • #20 gtk_scrolled_window_get_shadow_type
    from /usr/lib/libgtk-x11-2.0.so.0
  • #21 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #22 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #23 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #24 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #25 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #26 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #27 gtk_object_destroy
    from /usr/lib/libgtk-x11-2.0.so.0
  • #28 gtk_widget_get_default_direction
    from /usr/lib/libgtk-x11-2.0.so.0
  • #29 g_object_interface_list_properties
    from /usr/lib/libgobject-2.0.so.0
  • #30 gtk_widget_unref
    from /usr/lib/libgtk-x11-2.0.so.0
  • #31 editor_idle_handler
    at editor.c line 2499
  • #32 g_child_watch_add
    from /usr/lib/libglib-2.0.so.0
  • #33 g_main_depth
    from /usr/lib/libglib-2.0.so.0
  • #34 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #35 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #36 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #37 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #38 main
    at main.c line 194
  • #0 waitpid
    from /lib/libpthread.so.0




------- Bug moved to this database by unknown@bugzilla.gnome.org 2005-05-13 14:15 UTC -------


The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here, unknown@bugzilla.gnome.org.
   Previous reporter was JHASS@OKOBOJI.K12.IA.US.

Comment 1 Damon Chaplin 2005-05-13 15:22:53 UTC

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