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 402611 - VTE crash when detaching terminal window
VTE crash when detaching terminal window
Status: RESOLVED DUPLICATE of bug 400671
Product: vte
Classification: Core
Component: general
0.15.x
Other All
: Normal critical
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-30 21:30 UTC by Nick Schermer
Modified: 2007-01-30 21:45 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Backtrace (4.26 KB, text/plain)
2007-01-30 21:30 UTC, Nick Schermer
Details

Description Nick Schermer 2007-01-30 21:30:34 UTC
Steps to reproduce:
I'm working on full dnd support in the Xfce terminal, but it seems vte crashes after being added to the new window. This worked in the 0.14 terminal, but with the latest test release the application crashes.

Stack trace:


Other information:
Comment 1 Nick Schermer 2007-01-30 21:30:57 UTC
Created attachment 81548 [details]
Backtrace
Comment 2 Mariano Suárez-Alvarez 2007-01-30 21:43:33 UTC
Pasting the trace so that the s-d-f sees it:

(terminal:26948): Vte-WARNING **: Error (Invalid or incomplete multibyte or wide character) converting data for child, dropping.

Program received signal SIGSEGV, Segmentation fault.
0xb7df1fe0 in _vte_xft_font_for_char (font=0x0, c=32) at vtexft.c:160
160     vtexft.c: No such file or directory.
        in vtexft.c
(gdb) bt
  • #0 _vte_xft_font_for_char
    at vtexft.c line 160
  • #1 _vte_xft_get_char_width
    at vtexft.c line 580
  • #2 _vte_draw_get_char_width
    at vtedraw.c line 283
  • #3 _vte_invalidate_cursor_once
    at vte.c line 602
  • #4 vte_terminal_focus_in
    at vte.c line 6185
  • #5 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #6 g_type_class_meta_marshal
    at gclosure.c line 567
  • #7 g_closure_invoke
    at gclosure.c line 490
  • #8 signal_emit_unlocked_R
    at gsignal.c line 2478
  • #9 g_signal_emit_valist
    at gsignal.c line 2209
  • #10 g_signal_emit
    at gsignal.c line 2243
  • #11 gtk_widget_event_internal
    at gtkwidget.c line 3915
  • #12 IA__gtk_widget_event
    at gtkwidget.c line 3721
  • #13 do_focus_change
    at gtkwindow.c line 4783
  • #14 window_update_has_focus
    at gtkwindow.c line 7727
  • #15 _gtk_window_set_is_active
    at gtkwindow.c line 7759
  • #16 gtk_window_focus_in_event
    at gtkwindow.c line 4805
  • #17 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #18 g_type_class_meta_marshal
    at gclosure.c line 567
  • #19 g_closure_invoke
    at gclosure.c line 490
  • #20 signal_emit_unlocked_R
  • #21 g_signal_emit_valist
    at gsignal.c line 2209
  • #22 g_signal_emit
    at gsignal.c line 2243
  • #23 gtk_widget_event_internal
    at gtkwidget.c line 3915
  • #24 IA__gtk_widget_event
    at gtkwidget.c line 3721
  • #25 IA__gtk_main_do_event
    at gtkmain.c line 1547
  • #26 gdk_event_dispatch
    at gdkevents-x11.c line 2318
  • #27 g_main_dispatch
    at gmain.c line 2045
  • #28 g_main_context_dispatch
    at gmain.c line 2596
  • #29 g_main_context_iterate
    at gmain.c line 2677
  • #30 g_main_loop_run
    at gmain.c line 2881
  • #31 IA__gtk_main
    at gtkmain.c line 1148
  • #32 main
    at main.c line 277

Comment 3 Mariano Suárez-Alvarez 2007-01-30 21:45:40 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.


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