set prompt (kdbg)
GNU gdb 4.17.0.4 with Linux/x86 hardware watchpoint and FPU support
Copyright 1998 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 "i686-pc-linux-gnu".
(gdb) (kdbg)set confirm off
(kdbg)set print static-members off
(kdbg)tty /dev/ttyp1
(kdbg)file knode
(no debugging symbols found)...(kdbg)set args 
(kdbg)info line main
Function "main" not defined.
(kdbg)run

Program received signal SIGSEGV, Segmentation fault.
0x8077cd9 in _start ()
(kdbg)info sharedlibrary
From        To          Syms Read   Shared Object Library
0x4000d000  0x4005198c  Yes         /opt/kde/lib/libmimelib.so.1
0x40052000  0x400613cc  Yes         /usr/X11R6/lib/libz.so.1
0x40062000  0x400ac034  Yes         /opt/kde/lib/libkfile.so.2
0x400ad000  0x400baddc  Yes         /opt/kde/lib/libkfm.so.2
0x400bb000  0x40140284  Yes         /opt/kde/lib/libkhtmlw.so.2
0x40141000  0x40145f44  Yes         /opt/kde/lib/libkimgio.so.2
0x40148000  0x40167fdc  Yes         /opt/kde/lib/libjpeg.so.6
0x40171000  0x401a36bc  Yes         /usr/lib/libtiff.so.3
0x401a4000  0x401c0e94  Yes         /usr/X11R6/lib/libpng.so.2
0x401c1000  0x401d8ba0  Yes         /opt/kde/lib/libjscript.so.2
0x401d9000  0x402bd4c0  Yes         /opt/kde/lib/libkdeui.so.2
0x402be000  0x4035296c  Yes         /opt/kde/lib/libkdecore.so.2
0x40353000  0x4052a544  Yes         /usr/lib/libqt.so.1
0x4052b000  0x40536148  Yes         /usr/X11R6/lib/libXext.so.6
0x40537000  0x405db4c4  Yes         /usr/X11R6/lib/libX11.so.6
0x405dc000  0x4061f0a8  Yes         /usr/lib/libstdc++.so.2.9
0x40621000  0x4063adbc  Yes         /lib/libm.so.6
0x4063b000  0x406e7b10  Yes         /lib/libc.so.6
0x40000000  0x4000c450  Yes         /lib/ld-linux.so.2
0x406f6000  0x406ff414  Yes         /lib/libnss_files.so.1
(kdbg)bt
#0  0x8077cd9 in _start ()
#1  0xbffff6a4 in ?? ()
#2  0x80792f1 in _start ()
#3  0x805800b in _start ()
#4  0x8057dd1 in _start ()
#5  0x808e1f3 in _start ()
#6  0x40401e47 in QObject::activate_signal ()
#7  0x404bed64 in QPopupMenu::activated ()
#8  0x404624ef in QPopupMenu::actSig ()
#9  0x40464f55 in QPopupMenu::mouseReleaseEvent ()
#10 0x4041682a in QWidget::event ()
#11 0x403dac50 in QApplication::notify ()
#12 0x4048b489 in QETWidget::translateMouseEvent ()
#13 0x40489429 in QApplication::x11ProcessEvent ()
#14 0x40488f77 in QApplication::processNextEvent ()
#15 0x40489dd9 in QApplication::enter_loop ()
#16 0x40488ef5 in QApplication::exec ()
#17 0x808fb12 in _start ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 0
#0  0x8077cd9 in _start ()
(kdbg)frame 1
#1  0xbffff6a4 in ?? ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 2
#2  0x80792f1 in _start ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 1
#1  0xbffff6a4 in ?? ()
(kdbg)info locals
No symbol table info available.
(kdbg)cont

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(kdbg)