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 579339 - Crash when selecting "Choose a Action in this project"
Crash when selecting "Choose a Action in this project"
Status: RESOLVED DUPLICATE of bug 578869
Product: glade
Classification: Applications
Component: general
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-17 19:57 UTC by Ritesh Khadgaray ( irc:ritz)
Modified: 2009-04-17 20:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ritesh Khadgaray ( irc:ritz) 2009-04-17 19:57:52 UTC
relevant package on system:
glade3-libgladeui-devel-3.6.1-1.fc11.i586
libglademm24-2.6.7-2.fc11.i586
glade3-3.6.1-1.fc11.i586
glade3-libgladeui-3.6.1-1.fc11.i586
gtk2-devel-2.16.1-2.fc11.i586
gtk2-2.16.1-2.fc11.i586
gtk2-engines-2.18.1-1.fc11.i586


Steps to reproduce:
Select a menu, and click on Edit
Add an item item imagitem, and select "action"
Choose a Action in this project-> select an action.

Frequency:
infrequent.


bt attached:

Thread 1 (Thread 0xb7fda720 (LWP 11549))

  • #0 ??
    from /usr/lib/libgladeui-1.so.9
  • #1 g_cclosure_marshal_VOID__VOID
    from /lib/libgobject-2.0.so.0
  • #2 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #3 ??
    from /lib/libgobject-2.0.so.0
  • #4 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #5 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #6 gtk_button_clicked
    from /usr/lib/libgtk-x11-2.0.so.0
  • #7 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #8 g_cclosure_marshal_VOID__VOID
    from /lib/libgobject-2.0.so.0
  • #9 ??
    from /lib/libgobject-2.0.so.0
  • #10 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #11 ??
    from /lib/libgobject-2.0.so.0
  • #12 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #13 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #14 gtk_button_released
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 ??
    from /lib/libgobject-2.0.so.0
  • #18 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #19 ??
    from /lib/libgobject-2.0.so.0
  • #20 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #21 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #22 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #24 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #25 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #26 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #27 ??
    from /lib/libglib-2.0.so.0
  • #28 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #29 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #30 gtk_radio_action_get_type
  • #31 __libc_start_main
    from /lib/libc.so.6
  • #32 gtk_radio_action_get_type

Comment 1 Tristan Van Berkom 2009-04-17 20:07:12 UTC
Is this the same as bug 578869 ? ... i.e. the crash is when selecting
the "New" button in the object selection dialog for an action ?
Comment 2 Ritesh Khadgaray ( irc:ritz) 2009-04-17 20:20:10 UTC
bingo !

*** This bug has been marked as a duplicate of 578869 ***
Comment 3 Ritesh Khadgaray ( irc:ritz) 2009-04-17 20:27:14 UTC
I could be wrong

  • #0 glade_eprop_object_show_dialog
    at glade-editor-property.c line 2857
2852				 (GtkTreeModelForeachFunc) 
2853				 glade_eprop_object_selected_widget, &selected);
2854	
2855			if (selected)
2856			{
2857				GValue *value = glade_property_class_make_gvalue_from_string
2858					(eprop->klass, selected->name, project, eprop->property->widget);
2859	
2860				/* Unparent the widget so we can reuse it for this property */
2861				if (eprop->klass->parentless_widget)