set prompt (kdbg)
GNU gdb 19990928
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) set prompt (kdbg)
(kdbg)set editing off
set editing off
(kdbg)set confirm off
(kdbg)set print static-members off
(kdbg)tty /dev/pts/2
(kdbg)file "/home/Develop/AKTUELL/kwebget.kdev/kwebget/kwebget"
(no debugging symbols found)...(kdbg)set args 
(kdbg)info line main

No line number information available for address 0x8072420 <main>
(kdbg)run
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x813ef16 in ?? ()
(kdbg)info sharedlibrary
From        To          Syms Read   Shared Object Library
0x40014000  0x4005da2c  Yes         /opt/kde/lib/libkfile.so.2
0x4005e000  0x4006c774  Yes         /opt/kde/lib/libkfm.so.2
0x4006d000  0x4014e700  Yes         /opt/kde/lib/libkdeui.so.2
0x40150000  0x401dd794  Yes         /opt/kde/lib/libkdecore.so.2
0x401e9000  0x403b2fa4  Yes         /usr/lib/libqt.so.1
0x403b3000  0x403c027c  Yes         /usr/X11R6/lib/libXext.so.6
0x403c1000  0x404863bc  Yes         /usr/X11R6/lib/libX11.so.6
0x40487000  0x404cbee8  Yes         /usr/lib/libstdc++-libc6.1-2.so.3
0x404cc000  0x404e8ad8  Yes         /usr/lib/libm.so.6
0x404ea000  0x405c637c  Yes         /lib/libc.so.6
0x40000000  0x400130b0  Yes         /lib/ld-linux.so.2
(kdbg)bt
#0  0x813ef16 in ?? ()
#1  0x401959a7 in KProcess::receivedStderr () from /opt/kde/lib/libkdecore.so.2
#2  0x401944a4 in KProcess::childError () from /opt/kde/lib/libkdecore.so.2
#3  0x40194333 in KProcess::slotChildError () from /opt/kde/lib/libkdecore.so.2
#4  0x402962ae in QObject::activate_signal () from /usr/lib/libqt.so.1
#5  0x4033f5a0 in QSocketNotifier::activated () from /usr/lib/libqt.so.1
#6  0x402a596d in QSocketNotifier::event () from /usr/lib/libqt.so.1
#7  0x402744cd in QApplication::notify () from /usr/lib/libqt.so.1
#8  0x40312686 in sn_activate () from /usr/lib/libqt.so.1
#9  0x403129a2 in QApplication::processNextEvent () from /usr/lib/libqt.so.1
#10 0x40313534 in QApplication::enter_loop () from /usr/lib/libqt.so.1
#11 0x40312767 in QApplication::exec () from /usr/lib/libqt.so.1
#12 0x8072508 in main ()
#13 0x40502a42 in __libc_start_main () from /lib/libc.so.6
(kdbg)info args
No symbol table info available.
(kdbg)info locals
No symbol table info available.
(kdbg)frame 0
#0  0x813ef16 in ?? ()
(kdbg)info args
No symbol table info available.
(kdbg)info locals
No symbol table info available.
(kdbg)frame 12
#12 0x8072508 in main ()
(kdbg)info args
No symbol table info available.
(kdbg)info locals
No symbol table info available.
(kdbg)frame 11
#11 0x40312767 in QApplication::exec () from /usr/lib/libqt.so.1
(kdbg)info args
No symbol table info available.
(kdbg)info locals
No symbol table info available.
(kdbg)frame 1
#1  0x401959a7 in KProcess::receivedStderr () from /opt/kde/lib/libkdecore.so.2
(kdbg)info args
No symbol table info available.
(kdbg)info locals
No symbol table info available.
(kdbg)cont

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