GNOME Bugzilla – Bug 107053
Terminal crashes when typing "man wget"
Last modified: 2004-12-22 21:47:04 UTC
Description of Problem: Steps to reproduce the problem: 1. Open a terminal from the taskbar 2. Type man wget 3. Entire terminal crashes Actual Results: Terminal crashes Expected Results: See the manpage for wget. How often does this happen? Nearly every time. Additional Information: Just applied a recent patch via Redhat's up2date tool. Has something to do with the terminal. I'm guessing there might be a connection. Info: Term: gnome-terminal 2.0.1 OS: Linux ITMNP1 2.4.18-24.8.0 #1 Fri Jan 31 06:51:30 EST 2003 i686 i686 i386 GNU/Linux
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.
Trying to get a stack trace but, my RPM wasn't compiled with debugging enabled :(. Any ideas where I can get one? Or shall I make one? //--- Begin gdb output $ gdb gnome-terminal GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... (no debugging symbols found)... (gdb)
Keith: You don't need debugging symbols to get a stack trace. The stack trace is definitely more useful with debugging symbols, but often times a stack trace without them is enough.
Got it! //---- Begin GDB output $ gdb gnome-terminal GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... (no debugging symbols found)... (gdb) run Starting program: /usr/bin/gnome-terminal [New Thread 8192 (LWP 3382)] Xlib: extension "RENDER" missing on display "localhost.localdomain:2.0". Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 8192 (LWP 3382)] 0x40981813 in _XftSmoothGlyphGray565 () from /usr/lib/libXft.so.2 (gdb) thread apply all bt
+ Trace 34312
Thread 1 (Thread 8192 (LWP 3382))
Looks like another duplicate of bug 104781. I'm going to reopen so I can mark it as such.
Okay, marking it as a duplicate. Keith: Thanks for following up on this! *** This bug has been marked as a duplicate of 104781 ***