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 110776 - Try to change a menu image cause a crash.
Try to change a menu image cause a crash.
Status: RESOLVED DUPLICATE of bug 105694
Product: glade-legacy
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Damon Chaplin
Damon Chaplin
Depends on:
Blocks:
 
 
Reported: 2003-04-14 16:55 UTC by medevil84
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description medevil84 2003-04-14 16:55:48 UTC
Description of Problem:
When try to change a menu image glade crash. This
only happen when try
to changing a menu image, (image was in the stock
list), for every other
widget it works perfectly.

Steps to reproduce the problem:
1. Create a menu with a stock image.
2. Select the image of the menu item.
3. Change the image to one from the stock image list.

Actual Results:
Glade crashes...

Expected Results:
Change the image and continue normally...

How often does this happen?
It happen every time i try to change a menu image.

Additional Information:
I noticed that glade crashes when try to configure
every item of the
menu. 
Right now i have to manually edit the .glade file
and make the changes i
need.
(Really boring!)
I'am using glade v.1.1.3 (compiled from tarballs)


Debugging Information:

Backtrace was generated from '/usr/local/bin/glade-2'

[New Thread 8192 (LWP 25961)]
0x420ae169 in wait4 () from /lib/i686/libc.so.6

Thread 1 (Thread 8192 (LWP 25961))

  • #0 wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    from /lib/i686/libpthread.so.0
  • #3 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #4 __pthread_sighandler
    from /lib/i686/libpthread.so.0
  • #5 <signal handler called>
  • #6 check_visible_sizes
    at gbimage.c line 141
  • #9 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #11 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #14 gtk_entry_real_insert_text
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 _gtk_marshal_VOID__STRING_INT_POINTER
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 g_type_iface_meta_marshal
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #18 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #21 gtk_entry_insert_text
    from /usr/lib/libgtk-x11-2.0.so.0
  • #22 gtk_editable_insert_text
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 gtk_entry_set_text
    from /usr/lib/libgtk-x11-2.0.so.0
  • #24 gtk_combo_update_entry
    from /usr/lib/libgtk-x11-2.0.so.0
  • #25 gtk_combo_button_event_after
    from /usr/lib/libgtk-x11-2.0.so.0
  • #26 g_cclosure_marshal_VOID__BOXED
    from /usr/lib/libgobject-2.0.so.0
  • #27 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #28 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #29 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #30 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #31 gtk_widget_event_internal
    from /usr/lib/libgtk-x11-2.0.so.0
  • #32 gtk_widget_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #33 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #34 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #35 gdk_event_dispatch
    from /usr/lib/libgdk-x11-2.0.so.0
  • #36 g_main_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #37 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #38 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #39 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #40 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #41 main
    at main.c line 194
  • #42 __libc_start_main
    from /lib/i686/libc.so.6
  • #0 wait4
    from /lib/i686/libc.so.6

Comment 1 Alex Duggan 2003-04-14 22:57:05 UTC
can you reproduce this crash with glade-2.0.0?
Comment 2 medevil84 2003-04-20 09:38:08 UTC
can you tell me where i can download it?
(I've tried to download it from the CVS as glade2 but it reports me
that it does not exist!)
Comment 3 Damon Chaplin 2003-04-20 11:33:14 UTC
It is at:
 http://ftp.gnome.org/pub/GNOME/sources/glade/2.0/

I think this is caused by the same problem as bug 105694, which
was fixed in 2.0.0.

But please reopen if you still see it with 2.0.0.

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