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 386563 - glade-3 crashes when clicking on "Message Dialog"
glade-3 crashes when clicking on "Message Dialog"
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
3.1.x
Other Linux
: Normal critical
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-16 17:50 UTC by Sebastien Bacher
Modified: 2006-12-16 18:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-12-16 17:50:25 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/glade-3/+bug/76023

"Binary package hint: glade-3

I installed glade-3 (3.1.2-0ubuntu3) with apt-get install glade-3 in Xubuntu Feisty 7.04.

Then, I launch glade-3 and when I click on "Message Dialog" in the toplevel widgets, glade-3 crashes.

Please, see the gdb report for this crash (hope that my report is a correct one).

http://librarian.launchpad.net/5424451/gdb-glade-3.txt
gdb crash report"

Debug backtrace:

"...
  • #0 IA__gtk_message_dialog_set_image
    at gtkmessagedialog.c line 622
  • #1 gtk_message_dialog_set_property
    at gtkmessagedialog.c line 406
  • #2 IA__g_object_set_property
    at gobject.c line 697
  • #3 glade_widget_adaptor_object_set_property
    at glade-widget-adaptor.c line 805
  • #4 glade_gtk_widget_set_property
    at glade-gtk.c line 267
  • #5 glade_widget_adaptor_set_property
    at glade-widget-adaptor.c line 2080
  • #6 glade_widget_object_set_property
    at glade-widget.c line 3108
  • #7 glade_property_sync_impl
    at glade-property.c line 313
  • #8 glade_property_sync
    at glade-property.c line 1251
  • #9 glade_widget_sync_custom_props
    at glade-widget.c line 747
  • #10 glade_widget_constructor
    at glade-widget.c line 839
  • #11 IA__g_object_newv
    at gobject.c line 937
  • #12 IA__g_object_new_valist
    at gobject.c line 1022
  • #13 glade_widget_adaptor_create_widget_real
    at glade-widget-adaptor.c line 1779
  • #14 glade_command_create
    at glade-command.c line 1175
  • #15 on_palette_button_clicked
    at glade-app.c line 272
  • #16 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #17 IA__g_closure_invoke
    at gclosure.c line 490
  • #18 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #19 IA__g_signal_emit_valist
    at gsignal.c line 2199

Comment 1 Tristan Van Berkom 2006-12-16 18:50:59 UTC
gtk_message_dialog_set_image (), added in gtk+ 2.10
is crashing on a NULL image, I'm looking into a fix
for gtk and I'm committing a fix for the crash in
glade now (so closing bug).