| Summary: | kde-base/kdat-3.4.0: sigsegv on attempting to delete backup profiles. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jason McGuiness <gentoo-bugs> |
| Component: | New packages | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jason McGuiness
2005-05-19 05:37:38 UTC
I ran kdat, after rebuilding it with "-O0 -g" and nostrip, from gdb and got a
stack trace:
> gdb kdat
GNU gdb 6.3
Copyright 2004 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 "x86_64-pc-linux-gnu"...Using host libthread_db
library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/kde/3.4/bin/kdat
[Thread debugging using libthread_db enabled]
[New Thread 46912560819184 (LWP 26611)]
X Error: BadDevice, invalid or uninitialized input device 167
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912560819184 (LWP 26611)]
0x00002aaaac7c0fc3 in QString::QString () from /usr/qt/3/lib/libqt-mt.so.3
(gdb) where
#0 0x00002aaaac7c0fc3 in QString::QString () from /usr/qt/3/lib/libqt-mt.so.3
#1 0x000000000041c3b2 in BackupProfile::getName (this=0x7812e0)
at BackupProfile.cpp:143
#2 0x000000000041d7ab in BackupProfileInfoWidget::setBackupProfile (
this=0x824200, backupProfile=0x7812e0) at BackupProfileInfoWidget.cpp:99
#3 0x000000000042ce07 in KDat::showBackupProfileInfo (this=0x70b310,
backupProfile=0x7812e0) at KDat.cpp:334
#4 0x00000000004385a8 in BackupProfileNode::selected (this=0x8201a0)
at Node.cpp:1461
#5 0x000000000042d039 in KDat::localHighlighted (this=0x70b310, index=3)
at KDat.cpp:399
#6 0x0000000000428e94 in KDat::qt_invoke (this=0x70b310, _id=76,
_o=0x7fffffffdf80) at KDat.moc:159
#7 0x00002aaaac53bae8 in QObject::activate_signal ()
from /usr/qt/3/lib/libqt-mt.so.3
#8 0x00002aaaac53c0ef in QObject::activate_signal ()
from /usr/qt/3/lib/libqt-mt.so.3
#9 0x000000000044d53b in KTreeView::highlighted (this=0x73e0d0, t0=3)
at ktreeview.moc:142
#10 0x0000000000450219 in KTreeView::setCurrentItem (this=0x73e0d0, row=3)
at ktreeview.cpp:1105
#11 0x00000000004518a8 in KTreeView::mousePressEvent (this=0x73e0d0,
e=0x7fffffffe250) at ktreeview.cpp:1753
#12 0x00002aaaac56db93 in QWidget::event () from /usr/qt/3/lib/libqt-mt.so.3
#13 0x00002aaaac4e2fbd in QApplication::internalNotify ()
from /usr/qt/3/lib/libqt-mt.so.3
#14 0x00002aaaac4e34ee in QApplication::notify ()
from /usr/qt/3/lib/libqt-mt.so.3
#15 0x00002aaaab82d202 in KApplication::notify ()
from /usr/kde/3.4/lib/libkdecore.so.4
#16 0x00002aaaac489057 in QETWidget::translateMouseEvent ()
from /usr/qt/3/lib/libqt-mt.so.3
#17 0x00002aaaac487d18 in QApplication::x11ProcessEvent ()
from /usr/qt/3/lib/libqt-mt.so.3
#18 0x00002aaaac498b0b in QEventLoop::processEvents ()
from /usr/qt/3/lib/libqt-mt.so.3
#19 0x00002aaaac4f70c5 in QEventLoop::enterLoop ()
from /usr/qt/3/lib/libqt-mt.so.3
#20 0x00002aaaac4f7022 in QEventLoop::exec () from /usr/qt/3/lib/libqt-mt.so.3
#21 0x0000000000452844 in main (argc=1, argv=0x7fffffffee98) at main.cpp:95
(gdb)
|