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 110865 - gnome terminal crashes with man command
gnome terminal crashes with man command
Status: RESOLVED DUPLICATE of bug 95615
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Havoc Pennington
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-15 14:57 UTC by Bruce Luckcuck
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Bruce Luckcuck 2003-04-15 14:57:49 UTC
Description of Problem: 
 
Bringing up any man page in gnome terminal 
causes it to crash. 
 
Application "gnome-terminal" (process 6030) has 
crashed due to a fatal error. (Segmentation fault) 
 
Steps to reproduce the problem: 
1. man ps 
 
 
Actual Results: 
 
 
Expected Results: 
 
 
How often does this happen?  
always 
 
Additional Information:
Comment 1 John Fleck 2003-04-20 16:02:27 UTC
Thanks for the bug report. Without a stack trace from the crash it's
very hard to determine what caused the crash. Please see
http://bugzilla.gnome.org/getting-traces.cgi for more information
about getting a useful stack trace. We also need to know the version
of gnome-terminal.
Comment 2 Bruce Luckcuck 2003-04-20 16:32:33 UTC
More info:



Version 2.01



Problem only seems to occur while running under a VNC server session on 

RedHat 8 (2.4.18-27.8.0).  Does not happen under normal X (console) 

session.



Does not happen when running from gdb.



Stack trace below obtained by causing crash, then attaching gdb to the 

process.



Stack trace:



Thread 1 (Thread 16384 (LWP 2659))

  • #0 waitpid
    from /lib/i686/libpthread.so.0
  • #1 libgnomeui_module_info_get
  • #2 __pthread_sighandler
    from /lib/i686/libpthread.so.0
  • #3 <signal handler called>
  • #4 XInitImage
    from /usr/X11R6/lib/libX11.so.6
  • #5 _XftSmoothGlyphGray
    from /usr/lib/libXft.so.2
  • #6 XftGlyphSpecCore
    from /usr/lib/libXft.so.2
  • #7 XftDrawGlyphSpec
    from /usr/lib/libXft.so.2
  • #8 XftDrawCharSpec
    from /usr/lib/libXft.so.2
  • #9 vte_terminal_draw_cells
    from /usr/lib/libvte.so.2
  • #10 vte_terminal_draw_row
    from /usr/lib/libvte.so.2
  • #11 vte_terminal_paint
    from /usr/lib/libvte.so.2
  • #12 vte_terminal_expose
    from /usr/lib/libvte.so.2
  • #13 _gtk_marshal_BOOLEAN__BOXED
  • #14 g_type_class_meta_marshal
  • #15 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #16 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #18 gtk_signal_emit
    from /usr/lib/libgtk-x11-2.0.so.0
  • #19 gtk_widget_event_internal
  • #20 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #21 gdk_window_process_updates_internal
  • #22 gdk_window_process_all_updates
  • #23 gdk_window_update_idle
  • #24 g_idle_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #25 g_main_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #26 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #27 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #28 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #29 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #30 main
  • #31 __libc_start_main
    from /lib/i686/libc.so.6
  • #0 waitpid
    from /lib/i686/libpthread.so.0

Comment 3 John Fleck 2003-04-20 16:59:19 UTC
Thanks. This is a dup of bug 95615, a vte bug, and it looks like it
may be fixed by upgrading that package. Could you report back if that
doesn't work?

*** This bug has been marked as a duplicate of 95615 ***
Comment 4 Bruce Luckcuck 2003-04-20 23:18:38 UTC
From what I can determine, I'm running the latest vte package that will work 
with the gnome-terminal package installed by RedHat 8 (after updates).

gnome-terminal  gnome-terminal-2.0.1-5
vte             vte-0.8.19-2

Later versions don't include libvte.so.2 which is needed by 
gnome-terminal-2.0.1-5.  They instead include libvte.so.4.

I need to test further by I think the bug might have been introduced by 
vte-0.8.19-2 as I don't recall the problem with vte-0.8.19-1.  I'll try to test 
further.

Another option might be to upgrade to a later version of gnome-terminal but 
I'm reluctant to do that as this server is kept up to date using the RedHat 
Network.