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 622222 - crash in Glade: 1. Start glade 2. Add Gt...
crash in Glade: 1. Start glade 2. Add Gt...
Status: RESOLVED DUPLICATE of bug 619530
Product: glade
Classification: Applications
Component: general
3.7.x
Other All
: Normal critical
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-20 19:03 UTC by Mishael Sibiryakov
Modified: 2010-06-21 02:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30



Description Mishael Sibiryakov 2010-06-20 19:03:47 UTC
Version: 3.7.1

What were you doing when the application crashed?
1. Start glade
2. Add GtkWindow
3. Try to add GtkNotebook on it

Reproducable 100%


Distribution: Gentoo Base System release 2.0.1
Gnome Release: 2.30.0 2010-06-16 (Gentoo)
BugBuddy Version: 2.30.0

System: Linux 2.6.33-gentoo-r2 #1 SMP PREEMPT Tue May 18 22:00:55 MSD 2010 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10801901
Selinux: No
Accessibility: Disabled
GTK+ Theme: ClearlooksClassic
Icon Theme: Foxtrot
GTK+ Modules: canberra-gtk-module, gnomebreakpad

Memory status: size: 519598080 vsize: 519598080 resident: 46456832 share: 26910720 rss: 46456832 rss_rlim: 18446744073709551615
CPU usage: start_time: 1277060303 rtime: 129 utime: 123 stime: 6 cutime:1 cstime: 2 timeout: 0 it_real_value: 0 frequency: 100

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

Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib64/libgobject-2.0.so.0.2400.1-gdb.py", line 9, in <module>
    from gobject import register
  File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
ImportError: No module named backtrace
[Thread debugging using libthread_db enabled]
[New Thread 0x7f88953ea710 (LWP 28858)]
0x00007f88a8a7cccd in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 0x7f88aa198860 (LWP 28852))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 g_spawn_sync
    from /usr/lib/libglib-2.0.so.0
  • #2 g_spawn_command_line_sync
    from /usr/lib/libglib-2.0.so.0
  • #3 bugbuddy_segv_handle(int)
    from /usr/lib64/gtk-2.0/modules/libgnomebreakpad.so
  • #4 <signal handler called>
  • #5 raise
    from /lib/libc.so.6
  • #6 abort
    from /lib/libc.so.6
  • #7 g_assertion_message
    from /usr/lib/libglib-2.0.so.0
  • #8 g_assertion_message_expr
    from /usr/lib/libglib-2.0.so.0
  • #9 glade_project_model_get_path
    from /usr/lib/libgladeui-1.so.10
  • #10 glade_project_add_object
    from /usr/lib/libgladeui-1.so.10
  • #11 glade_gtk_notebook_set_property
    from /usr/lib64/glade3/modules/libgladegtk.so
  • #12 glade_property_sync_impl
    from /usr/lib/libgladeui-1.so.10
  • #13 glade_widget_sync_custom_props
    from /usr/lib/libgladeui-1.so.10
  • #14 glade_widget_constructor
    from /usr/lib/libgladeui-1.so.10
  • #15 g_object_newv
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #17 glade_widget_adaptor_create_widget_real
    from /usr/lib/libgladeui-1.so.10
  • #18 glade_command_create
    from /usr/lib/libgladeui-1.so.10
  • #19 glade_placeholder_button_press
    from /usr/lib/libgladeui-1.so.10
  • #20 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #21 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #22 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #23 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #24 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #25 gtk_widget_event_internal
    from /usr/lib/libgtk-x11-2.0.so.0
  • #26 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #27 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #28 gdk_event_dispatch
    from /usr/lib/libgdk-x11-2.0.so.0
  • #29 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #30 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #31 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #32 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #33 main
A debugging session is active.

	Inferior 1 [process 28852] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]
Comment 1 Fabio Durán Verdugo 2010-06-21 02:49:18 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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