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 kblinsel
(no debugging symbols found)...(kdbg)set args 
(kdbg)info line main
Function "main" not defined.
(kdbg)run
(no debugging symbols found)...
Program received signal SIGINT, Interrupt.
0x4056243a in chunk_free (ar_ptr=0x405bc1a0, p=0x807e830) at malloc.c:2969
malloc.c:2969: No such file or directory.
(kdbg)info sharedlibrary
From        To          Syms Read   Shared Object Library
0x4000d000  0x40012de4  Yes         /opt/kde/lib/libkimgio.so.2
0x4001b000  0x4004d6bc  Yes         /usr/lib/libtiff.so.3
0x4004e000  0x4007bbb4  Yes         /opt/kde/lib/libpng.so.2
0x4007c000  0x4009b7bc  Yes         /opt/kde/lib/libjpeg.so.6
0x4009c000  0x400e1e20  Yes         /opt/kde/lib/libkfile.so.2
0x400e2000  0x400ef260  Yes         /opt/kde/lib/libkfm.so.2
0x400f2000  0x401cabf4  Yes         /opt/kde/lib/libkdeui.so.2
0x401cb000  0x402545ac  Yes         /opt/kde/lib/libkdecore.so.2
0x40255000  0x40415844  Yes         /usr/lib/libqt.so.1
0x40416000  0x40421148  Yes         /usr/X11R6/lib/libXext.so.6
0x40422000  0x404c64c4  Yes         /usr/X11R6/lib/libX11.so.6
0x404c7000  0x40506ee8  Yes         /usr/local/lib/libstdc++.so.2.9
0x40507000  0x40520dbc  Yes         /lib/libm.so.6
0x40521000  0x405cd9b0  Yes         /lib/libc.so.6
0x405ce000  0x405dd3cc  Yes         /usr/X11R6/lib/libz.so.1
0x40000000  0x4000c450  Yes         /lib/ld-linux.so.2
(kdbg)bt
#0  0x4056243a in chunk_free (ar_ptr=0x405bc1a0, p=0x807e830) at malloc.c:2969
#1  0x40562241 in __libc_free (mem=0x807e838) at malloc.c:2872
#2  0x404f6356 in __builtin_delete (ptr=0x807e838)
#3  0x4031ebb7 in QGList::take ()
#4  0x40394f61 in QWidget::raise ()
#5  0x4014f17c in KTabCtl::showTab ()
#6  0x402fe65f in QObject::activate_signal ()
#7  0x403ab8e8 in QTabBar::selected ()
#8  0x40368e25 in QTabBar::show ()
#9  0x403105b9 in QWidget::show ()
#10 0x4014e735 in KTabCtl::show ()
#11 0x804f323 in _start ()
#12 0x804e145 in _start ()
#13 0x804d4b4 in _start ()
#14 0x402fe65f in QObject::activate_signal ()
#15 0x40162850 in KToolBar::clicked ()
#16 0x4015fa05 in KToolBar::ButtonClicked ()
#17 0x402fe65f in QObject::activate_signal ()
#18 0x40162184 in KToolBarButton::clicked ()
#19 0x4015dbe9 in KToolBarButton::ButtonClicked ()
#20 0x402fe37b in QObject::activate_signal ()
#21 0x403a592c in QButton::clicked ()
#22 0x40328444 in QButton::mouseReleaseEvent ()
#23 0x40310b7a in QWidget::event ()
#24 0x402dbcc0 in QApplication::notify ()
#25 0x4037a70b in QETWidget::translateMouseEvent ()
#26 0x403787e1 in QApplication::x11ProcessEvent ()
#27 0x40378383 in QApplication::processNextEvent ()
#28 0x403790c9 in QApplication::enter_loop ()
#29 0x4037830d in QApplication::exec ()
#30 0x804f7c2 in _start ()
(kdbg)frame 0
#0  0x4056243a in chunk_free (ar_ptr=0x405bc1a0, p=0x807e830) at malloc.c:2969
malloc.c:2969: No such file or directory.
(kdbg)info locals
p = 0x807e830
hd = 1
sz = 16
idx = 2
next = 0x807e840
nextsz = 2
prevsz = 1
bck = 0x403ccd00
fwd = 0x405bc1b0
islr = 0
(kdbg)frame 5
#5  0x4014f17c in KTabCtl::showTab ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 4
#4  0x40394f61 in QWidget::raise ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 3
#3  0x4031ebb7 in QGList::take ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 2
#2  0x404f6356 in __builtin_delete (ptr=0x807e838)
Current language:  auto; currently c++
(kdbg)info locals
ptr = (void *) 0x1
(kdbg)frame 1
#1  0x40562241 in __libc_free (mem=0x807e838) at malloc.c:2872
malloc.c:2872: No such file or directory.
Current language:  auto; currently c
(kdbg)info locals
mem = (void *) 0x405bc1b0
ar_ptr = (arena *) 0x405bc1a0
p = 0x807e830
(kdbg)frame 0
#0  0x4056243a in chunk_free (ar_ptr=0x405bc1a0, p=0x807e830) at malloc.c:2969
malloc.c:2969: No such file or directory.
(kdbg)info locals
p = 0x807e830
hd = 1
sz = 16
idx = 2
next = 0x807e840
nextsz = 2
prevsz = 1
bck = 0x403ccd00
fwd = 0x405bc1b0
islr = 0
(kdbg)frame 1
#1  0x40562241 in __libc_free (mem=0x807e838) at malloc.c:2872
malloc.c:2872: No such file or directory.
(kdbg)info locals
mem = (void *) 0x405bc1b0
ar_ptr = (arena *) 0x405bc1a0
p = 0x807e830
(kdbg)frame 3
#3  0x4031ebb7 in QGList::take ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 2
#2  0x404f6356 in __builtin_delete (ptr=0x807e838)
Current language:  auto; currently c++
(kdbg)info locals
ptr = (void *) 0x1
(kdbg)print *(ptr)
Attempt to dereference a generic pointer.
(kdbg)frame 3
#3  0x4031ebb7 in QGList::take ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 4
#4  0x40394f61 in QWidget::raise ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 5
#5  0x4014f17c in KTabCtl::showTab ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 6
#6  0x402fe65f in QObject::activate_signal ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 7
#7  0x403ab8e8 in QTabBar::selected ()
(kdbg)info locals
No symbol table info available.
(kdbg)step
malloc.c:2973: No such file or directory.
Current language:  auto; currently c
(kdbg)bt
#0  chunk_free (ar_ptr=0x405bc1a0, p=0x807e830) at malloc.c:2973
#1  0x40562241 in __libc_free (mem=0x807e838) at malloc.c:2872
#2  0x404f6356 in __builtin_delete (ptr=0x807e838)
#3  0x4031ebb7 in QGList::take ()
#4  0x40394f61 in QWidget::raise ()
#5  0x4014f17c in KTabCtl::showTab ()
#6  0x402fe65f in QObject::activate_signal ()
#7  0x403ab8e8 in QTabBar::selected ()
#8  0x40368e25 in QTabBar::show ()
#9  0x403105b9 in QWidget::show ()
#10 0x4014e735 in KTabCtl::show ()
#11 0x804f323 in _start ()
#12 0x804e145 in _start ()
#13 0x804d4b4 in _start ()
#14 0x402fe65f in QObject::activate_signal ()
#15 0x40162850 in KToolBar::clicked ()
#16 0x4015fa05 in KToolBar::ButtonClicked ()
#17 0x402fe65f in QObject::activate_signal ()
#18 0x40162184 in KToolBarButton::clicked ()
#19 0x4015dbe9 in KToolBarButton::ButtonClicked ()
#20 0x402fe37b in QObject::activate_signal ()
#21 0x403a592c in QButton::clicked ()
#22 0x40328444 in QButton::mouseReleaseEvent ()
#23 0x40310b7a in QWidget::event ()
#24 0x402dbcc0 in QApplication::notify ()
#25 0x4037a70b in QETWidget::translateMouseEvent ()
#26 0x403787e1 in QApplication::x11ProcessEvent ()
#27 0x40378383 in QApplication::processNextEvent ()
#28 0x403790c9 in QApplication::enter_loop ()
#29 0x4037830d in QApplication::exec ()
#30 0x804f7c2 in _start ()
(kdbg)info locals
p = 0x807e830
hd = 1
sz = 16
idx = 2
next = 0x807e840
nextsz = 2
prevsz = 1
bck = 0x403ccd00
fwd = 0x405bc1b0
islr = 0
(kdbg)step
malloc.c:2983: No such file or directory.
(kdbg)bt
#0  chunk_free (ar_ptr=0x405bc1a0, p=0x807e830) at malloc.c:2983
#1  0x40562241 in __libc_free (mem=0x807e838) at malloc.c:2872
#2  0x404f6356 in __builtin_delete (ptr=0x807e838)
#3  0x4031ebb7 in QGList::take ()
#4  0x40394f61 in QWidget::raise ()
#5  0x4014f17c in KTabCtl::showTab ()
#6  0x402fe65f in QObject::activate_signal ()
#7  0x403ab8e8 in QTabBar::selected ()
#8  0x40368e25 in QTabBar::show ()
#9  0x403105b9 in QWidget::show ()
#10 0x4014e735 in KTabCtl::show ()
#11 0x804f323 in _start ()
#12 0x804e145 in _start ()
#13 0x804d4b4 in _start ()
#14 0x402fe65f in QObject::activate_signal ()
#15 0x40162850 in KToolBar::clicked ()
#16 0x4015fa05 in KToolBar::ButtonClicked ()
#17 0x402fe65f in QObject::activate_signal ()
#18 0x40162184 in KToolBarButton::clicked ()
#19 0x4015dbe9 in KToolBarButton::ButtonClicked ()
#20 0x402fe37b in QObject::activate_signal ()
#21 0x403a592c in QButton::clicked ()
#22 0x40328444 in QButton::mouseReleaseEvent ()
#23 0x40310b7a in QWidget::event ()
#24 0x402dbcc0 in QApplication::notify ()
#25 0x4037a70b in QETWidget::translateMouseEvent ()
#26 0x403787e1 in QApplication::x11ProcessEvent ()
#27 0x40378383 in QApplication::processNextEvent ()
#28 0x403790c9 in QApplication::enter_loop ()
#29 0x4037830d in QApplication::exec ()
#30 0x804f7c2 in _start ()
(kdbg)info locals
p = 0x807e830
hd = 1
sz = 16
idx = 2
next = 0x807e840
nextsz = 2
prevsz = 1
bck = 0x403ccd00
fwd = 0x405bc1b0
islr = 0
(kdbg)break kblinselconfig.cpp:46
No source file named kblinselconfig.cpp.
(kdbg)info breakpoints
No breakpoints or watchpoints.
(kdbg)frame 0
#0  chunk_free (ar_ptr=0x405bc1a0, p=0x807e830) at malloc.c:2983
malloc.c:2983: No such file or directory.
(kdbg)info locals
p = 0x807e830
hd = 1
sz = 16
idx = 2
next = 0x807e840
nextsz = 2
prevsz = 1
bck = 0x403ccd00
fwd = 0x405bc1b0
islr = 0
(kdbg)frame 3
#3  0x4031ebb7 in QGList::take ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 4
#4  0x40394f61 in QWidget::raise ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 5
#5  0x4014f17c in KTabCtl::showTab ()
(kdbg)info locals
No symbol table info available.
(kdbg)frame 10
#10 0x4014e735 in KTabCtl::show ()
(kdbg)info locals
No symbol table info available.
(kdbg)