Summary: | SIGSEGV crash when attempting to decrypt from the editor | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | J <jasonr9> |
Component: | general | Assignee: | bj |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
J
2006-08-18 00:23:50 UTC
I am seeing this same behavior with KGpg version 1.2.2 from KDE 3.5.4 installed from Slackware packages. Same with 3.5.4 on Kubuntu Dapper. This seems to be a duplicate of http://bugs.kde.org/show_bug.cgi?id=129267 Hope this helps. Running kde 3.5.4 on slackware 11, kernel 2.6.17.13, KGpg 1.2.2. Opening the kgpg editor, I type some text, then click "sign/verify". I'm asked for my private key's password. kgpg crashes. This is the backtrace: ================================= (no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1234643264 (LWP 15360)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [KCrash handler] #5 0x080ce890 in QValueListPrivate<KURL>::remove () #6 0x080d23d4 in QValueListPrivate<KURL>::remove () #7 0xb6ec9004 in QObject::activate_signal () from /usr/lib/qt/lib/libqt-mt.so.3 #8 0xb6ec914f in QObject::activate_signal_bool () from /usr/lib/qt/lib/libqt-mt.so.3 #9 0x0809f269 in QValueList<QString>::operator+ () #10 0x0809f34a in QValueList<QString>::operator+ () #11 0x080a1179 in QValueList<QString>::operator+ () #12 0xb6ec9004 in QObject::activate_signal () from /usr/lib/qt/lib/libqt-mt.so.3 #13 0xb6ec92eb in QObject::activate_signal () from /usr/lib/qt/lib/libqt-mt.so.3 #14 0x080b7fa7 in QValueListPrivate<KURL>::remove () #15 0x080b8019 in QValueListPrivate<KURL>::remove () #16 0x080c7347 in QValueListPrivate<KURL>::remove () #17 0xb6ec9004 in QObject::activate_signal () from /usr/lib/qt/lib/libqt-mt.so.3 #18 0xb751599d in KProcess::processExited () from /opt/kde/lib/libkdecore.so.4 #19 0xb7515a1c in KProcess::processHasExited () from /opt/kde/lib/libkdecore.so.4 #20 0xb751929c in KProcessController::slotDoHousekeeping () from /opt/kde/lib/libkdecore.so.4 #21 0xb7519308 in KProcessController::qt_invoke () from /opt/kde/lib/libkdecore.so.4 #22 0xb6ec9004 in QObject::activate_signal () from /usr/lib/qt/lib/libqt-mt.so.3 #23 0xb6ec962b in QObject::activate_signal () from /usr/lib/qt/lib/libqt-mt.so.3 #24 0xb7209990 in QSocketNotifier::activated () from /usr/lib/qt/lib/libqt-mt.so.3 #25 0xb6ee6070 in QSocketNotifier::event () from /usr/lib/qt/lib/libqt-mt.so.3 #26 0xb6e6446f in QApplication::internalNotify () from /usr/lib/qt/lib/libqt-mt.so.3 #27 0xb6e6460c in QApplication::notify () from /usr/lib/qt/lib/libqt-mt.so.3 #28 0xb74c9ac5 in KApplication::notify () from /opt/kde/lib/libkdecore.so.4 #29 0xb6e57b33 in QEventLoop::activateSocketNotifiers () from /usr/lib/qt/lib/libqt-mt.so.3 #30 0xb6e10481 in QEventLoop::processEvents () from /usr/lib/qt/lib/libqt-mt.so.3 #31 0xb6e7ab91 in QEventLoop::enterLoop () from /usr/lib/qt/lib/libqt-mt.so.3 #32 0xb6e7aae6 in QEventLoop::exec () from /usr/lib/qt/lib/libqt-mt.so.3 #33 0xb6e635cf in QApplication::exec () from /usr/lib/qt/lib/libqt-mt.so.3 #34 0x080ad451 in QValueListPrivate<KURL>::remove () #35 0xb6701e14 in __libc_start_main () from /lib/tls/libc.so.6 #36 0x08064e71 in ?? () KGPG 1.2.2 + KDE 3.5.5 does not exhibit this problem any longer. I am no longer experiencing this issue after the installation of today's KDE 3.5.5 packages for Fedora. |