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 61884 - Crash when changing setting in Message status menu
Crash when changing setting in Message status menu
Status: VERIFIED FIXED
Product: gtranslator
Classification: Other
Component: Generally bug'd
HEAD
Other Linux
: High major
: 0.40
Assigned To: Fatih Demir
Fatih Demir
Depends on:
Blocks:
 
 
Reported: 2001-10-07 12:43 UTC by Kjartan Maraas
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjartan Maraas 2001-10-07 12:43:34 UTC
I activated the different choices in the "Message status" menu and got this
crash.

[New Thread 1024 (LWP 23045)]
0x40831669 in __wait4 () from /lib/i686/libc.so.6
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 gnome_segv_handle
    from /usr/lib/libgnomeui.so.32
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 transcmp
    at ../sysdeps/i386/i486/bits/string.h line 1146
  • #7 __tfind
    at tsearch.c line 320
  • #8 __dcigettext
    at dcigettext.c line 432
  • #9 __dcgettext
    at dcgettext.c line 53
  • #10 gtranslator_application_bar_update
    at gui.c line 569
  • #11 gtranslator_message_update
    at message.c line 318
  • #12 gtranslator_message_change_status
    at message.c line 355
  • #13 gtk_marshal_NONE__NONE
    from /usr/lib/libgtk-1.2.so.0
  • #14 gtk_handlers_run
    from /usr/lib/libgtk-1.2.so.0
  • #15 gtk_signal_real_emit
    from /usr/lib/libgtk-1.2.so.0
  • #16 gtk_signal_emit
    from /usr/lib/libgtk-1.2.so.0
  • #17 gtk_widget_activate
    from /usr/lib/libgtk-1.2.so.0
  • #18 gtk_menu_shell_activate_item
    from /usr/lib/libgtk-1.2.so.0
  • #19 gtk_menu_shell_button_release
    from /usr/lib/libgtk-1.2.so.0
  • #20 gtk_marshal_BOOL__POINTER
    from /usr/lib/libgtk-1.2.so.0
  • #21 gtk_signal_real_emit
    from /usr/lib/libgtk-1.2.so.0
  • #22 gtk_signal_emit
    from /usr/lib/libgtk-1.2.so.0
  • #23 gtk_widget_event
    from /usr/lib/libgtk-1.2.so.0
  • #24 gtk_propagate_event
    from /usr/lib/libgtk-1.2.so.0
  • #25 gtk_main_do_event
    from /usr/lib/libgtk-1.2.so.0
  • #26 gdk_event_dispatch
    from /usr/lib/libgdk-1.2.so.0
  • #27 g_main_dispatch
    from /usr/lib/libglib-1.2.so.0
  • #28 g_main_iterate
    from /usr/lib/libglib-1.2.so.0
  • #29 g_main_run
    from /usr/lib/libglib-1.2.so.0
  • #30 gtk_main
    from /usr/lib/libgtk-1.2.so.0
  • #31 main
    at main.c line 524
  • #32 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 gnome_segv_handle
    from /usr/lib/libgnomeui.so.32
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 transcmp
    at ../sysdeps/i386/i486/bits/string.h line 1146
  • #7 __tfind
    at tsearch.c line 320

Comment 1 Fatih Demir 2001-10-07 14:48:15 UTC
Hm, could you please say which po file this was? I need to restruct
 this crash with the exact facts -- I do also get a crash but a 
  completely different backtrace, so this shouldn't be the cause for
   your crash .-)
Comment 2 Fatih Demir 2002-01-19 20:33:14 UTC
It has got to do with this menu logic -- we should change it really to
be more usable.

Also nice: a more logical coordination with the message states and the
mvoe of sticky state -> edit menu (copy msgid) idea...
Comment 3 Fatih Demir 2002-02-15 13:16:15 UTC
Hurray, fixed this bug -- it was a GTR_FREE() call too much.. But
that's not important for you I guess :-)

It's not crashing anymore...