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 83992 - Crashes sometimes when releasing button
Crashes sometimes when releasing button
Status: RESOLVED DUPLICATE of bug 83738
Product: gnome-terminal
Classification: Core
Component: general
1.9.x
Other other
: Normal normal
: ---
Assigned To: Havoc Pennington
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-06-03 17:36 UTC by Mikael Hallendal
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Mikael Hallendal 2002-06-03 17:36:13 UTC
This has happened twice today and it kills all terminals. I don't know how
to reproduce it but here is a traceback of the crash.

This is the terminal built with zvt.

  • #0 chunk_free
    at malloc.c line 3180
  • #1 __libc_free
    at malloc.c line 3154
  • #2 g_free
    at gmem.c line 187
  • #3 vt_expand_line
    at update.c line 1022
  • #4 vt_select_block
    at update.c line 1183
  • #5 vt_get_selection
    at update.c line 1201
  • #6 zvt_term_button_release
    at zvtterm.c line 1948
  • #7 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 82
  • #8 g_type_class_meta_marshal
    at gclosure.c line 514
  • #9 g_closure_invoke
    at gclosure.c line 437
  • #10 signal_emit_unlocked_R
    at gsignal.c line 2379
  • #11 g_signal_emit_valist
    at gsignal.c line 2110
  • #12 gtk_signal_emit
    at gtksignal.c line 355
  • #13 gtk_widget_event_internal
    at gtkwidget.c line 3082
  • #14 gtk_propagate_event
    at gtkmain.c line 2088
  • #15 gtk_main_do_event
    at gtkmain.c line 1337
  • #16 gdk_event_dispatch
    at gdkevents-x11.c line 1761
  • #17 g_main_dispatch
    at gmain.c line 1617
  • #18 g_main_context_dispatch
    at gmain.c line 2161
  • #19 g_main_context_iterate
    at gmain.c line 2242
  • #20 g_main_loop_run
    at gmain.c line 2462
  • #21 gtk_main
    at gtkmain.c line 936
  • #22 main
    at terminal.c line 1167
  • #23 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129

Comment 1 Heath Harrelson 2002-06-03 21:23:36 UTC

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