Bug 139045 - Crash while running unattended in Mail mode -- Backtrace included
Summary: Crash while running unattended in Mail mode -- Backtrace included
Status: RESOLVED WORKSFORME
Alias: None
Product: kontact
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 144082 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-20 13:42 UTC by tilleyrw
Modified: 2011-09-24 21:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tilleyrw 2006-12-20 13:42:23 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Ubuntu Packages

After leaving Kontact running overnight, I returned the next morning to find this backtrace:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/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)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1242425120 (LWP 4793)]
[New Thread -1282925648 (LWP 4797)]
[New Thread -1274532944 (LWP 4796)]
[New Thread -1266140240 (LWP 4795)]
[New Thread -1257747536 (LWP 4794)]
(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)
(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]
#6  0xffffe410 in __kernel_vsyscall ()
#7  0xb775b9a1 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb775d2b9 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0xb7754f51 in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#10 0xb75c0da9 in KCmdLineArgs::isSet () from /usr/lib/libkdecore.so.4
#11 0x0805f2b3 in ?? ()
#12 0x08077780 in ?? ()
#13 0x08066d4b in typeinfo name for QPtrList<KParts::Part> ()
#14 0xbfa61a88 in ?? ()
#15 0xb76a43f9 in KApplication::setStartupId () from /usr/lib/libkdecore.so.4
#16 0xb76a4856 in KUniqueApplication::processDelayed ()
   from /usr/lib/libkdecore.so.4
#17 0xb76aa977 in KUniqueApplication::qt_invoke ()
   from /usr/lib/libkdecore.so.4
#18 0xb6fd6051 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#19 0xb7369432 in QSignal::signal () from /usr/lib/libqt-mt.so.3
#20 0xb6ff37c8 in QSignal::activate () from /usr/lib/libqt-mt.so.3
#21 0xb6ffb2b8 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
#22 0xb6f6bf3e in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#23 0xb6f6c13a in QApplication::notify () from /usr/lib/libqt-mt.so.3
#24 0xb767e1cd in KApplication::notify () from /usr/lib/libkdecore.so.4
#25 0xb6efd157 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#26 0xb6f5d92b in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#27 0xb6f10f67 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#28 0xb6f84a2f in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#29 0xb6f84952 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#30 0xb6f6aa4d in QApplication::exec () from /usr/lib/libqt-mt.so.3
#31 0x0805a841 in ?? ()
#32 0xbfa62200 in ?? ()
#33 0x00000001 in ?? ()
#34 0x00000001 in ?? ()
#35 0x00000000 in ?? ()

Hope this helps, Bob
Comment 1 Bram Schoenmakers 2006-12-20 16:49:59 UTC
There's not much we can do with this amount of information, unfortunately.
Comment 2 Philip Rodrigues 2006-12-20 22:46:34 UTC
You can get better backtraces by installing the kdelibs-dbg and kdepim-dbg packages. Obviously you can't get those backtraces until the crash occurs again, but the extra information from debug-enabled packages can be very useful for developers in tracking down the cause of a crash.
Comment 3 Philip Rodrigues 2007-01-31 00:00:43 UTC
Have you seen this crash again since you reported it?
Comment 4 tilleyrw 2007-02-01 17:47:47 UTC
On Tuesday 30 January 2007 06:00:44 pm Philip Rodrigues wrote:
[bugs.kde.org quoted mail]

No.  I have seen some strange crashes with the KNode newsreader, but that will 
be a second ticket.

Thanks, Bob
Comment 5 Bram Schoenmakers 2007-02-03 17:28:11 UTC
Whenever the crash reoccurs and when there's more info to reproduce, please reopen.
Comment 6 Thomas McGuire 2007-04-12 21:02:39 UTC
Reopening because of duplicate.
Comment 7 Thomas McGuire 2007-04-12 21:03:22 UTC
*** Bug 144082 has been marked as a duplicate of this bug. ***
Comment 8 doopa 2008-07-07 14:35:02 UTC
System configuration startup check disabled.

(no debugging symbols found)
Using host libthread_db library "/lib64/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)
[Thread debugging using libthread_db enabled]
[New Thread 46950768527584 (LWP 21894)]
[New Thread 1107310912 (LWP 21898)]
[New Thread 1098918208 (LWP 21897)]
[New Thread 1090525504 (LWP 21896)]
[New Thread 1082132800 (LWP 21895)]
(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)
(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)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#5  0x00002ab397a46eee in KMMessage::codec ()
   from /opt/kde3/lib64/libkmailprivate.so
#6  0x00002ab397a5307b in KMMessage::bodyToUnicode ()
   from /opt/kde3/lib64/libkmailprivate.so
#7  0x00002ab397b4ae93 in KMSearchRuleString::matches ()
   from /opt/kde3/lib64/libkmailprivate.so
#8  0x00002ab397b4749a in KMSearchPattern::matches ()
   from /opt/kde3/lib64/libkmailprivate.so
#9  0x00002ab397b4760f in KMSearchPattern::matches ()
   from /opt/kde3/lib64/libkmailprivate.so
#10 0x00002ab397b06daf in FolderStorage::slotProcessNextSearchBatch ()
   from /opt/kde3/lib64/libkmailprivate.so
#11 0x00002ab397c4b77d in KMSearch::slotProcessNextBatch ()
   from /opt/kde3/lib64/libkmailprivate.so
#12 0x00002ab397c4b83e in KMSearch::qt_invoke ()
   from /opt/kde3/lib64/libkmailprivate.so
#13 0x00002ab38d82da7c in QObject::activate_signal ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#14 0x00002ab38d82e753 in QObject::activate_signal ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#15 0x00002ab38d84cdd5 in QTimer::event ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#16 0x00002ab38d7d6e55 in QApplication::internalNotify ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#17 0x00002ab38d7d7be0 in QApplication::notify ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#18 0x00002ab38cfdd208 in KApplication::notify ()
   from /opt/kde3/lib64/libkdecore.so.4
#19 0x00002ab38d7cd4af in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#20 0x00002ab38d78d69d in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#21 0x00002ab38d7eb903 in QEventLoop::enterLoop ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#22 0x00002ab38d7eb7b2 in QEventLoop::exec ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#23 0x00000000004153ad in QWidget::setUpdatesEnabled ()
#24 0x00002ab38e242bc4 in __libc_start_main () from /lib64/libc.so.6
#25 0x0000000000414bb9 in QWidget::setUpdatesEnabled ()
#26 0x00007fff1fdb98a8 in ?? ()
#27 0x0000000000000000 in ?? ()
Comment 9 doopa 2008-07-07 14:36:04 UTC
(no debugging symbols found)
Using host libthread_db library "/lib64/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47414909593824 (LWP 15517)]
[New Thread 1107310912 (LWP 15548)]
[New Thread 1098918208 (LWP 15547)]
[New Thread 1090525504 (LWP 15546)]
[New Thread 1082132800 (LWP 15545)]
(no debugging symbols found)
[KCrash handler]
#5  0x00002b1f9f202d90 in strlen () from /lib64/libc.so.6
#6  0x00002b1f9ea1ee0f in QConstString::~QConstString ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#7  0x00002b1f9ea23465 in QString::QString ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#8  0x00002b1fa87acd0e in KMMessage::bodyPart ()
   from /opt/kde3/lib64/libkmailprivate.so
#9  0x00002b1fa89dff62 in (anonymous namespace)::AttachmentURLHandler::statusBarMessage () from /opt/kde3/lib64/libkmailprivate.so
#10 0x00002b1fa89df6c0 in KMail::URLHandlerManager::statusBarMessage ()
   from /opt/kde3/lib64/libkmailprivate.so
#11 0x00002b1fa8860f1c in KMReaderWin::slotUrlOn ()
   from /opt/kde3/lib64/libkmailprivate.so
#12 0x00002b1fa8861311 in KMReaderWin::qt_invoke ()
   from /opt/kde3/lib64/libkmailprivate.so
#13 0x00002b1f9e797a7c in QObject::activate_signal ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#14 0x00002b1f9e798366 in QObject::activate_signal ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#15 0x00002b1f9c7ea8c5 in KHTMLPart::onURL ()
   from /opt/kde3/lib64/libkhtml.so.4
#16 0x00002b1f9c7f3a7c in KHTMLPart::overURL ()
   from /opt/kde3/lib64/libkhtml.so.4
#17 0x00002b1f9c80de89 in KHTMLPart::khtmlMouseMoveEvent ()
   from /opt/kde3/lib64/libkhtml.so.4
#18 0x00002b1f9e797546 in QObject::event ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#19 0x00002b1f9e740e55 in QApplication::internalNotify ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#20 0x00002b1f9e741be0 in QApplication::notify ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#21 0x00002b1f9df47208 in KApplication::notify ()
   from /opt/kde3/lib64/libkdecore.so.4
#22 0x00002b1f9c7fd011 in KHTMLView::viewportMouseMoveEvent ()
   from /opt/kde3/lib64/libkhtml.so.4
#23 0x00002b1f9e893af4 in QScrollView::eventFilter ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#24 0x00002b1f9c7d38c6 in KHTMLView::eventFilter ()
   from /opt/kde3/lib64/libkhtml.so.4
#25 0x00002b1f9e797482 in QObject::activate_filters ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#26 0x00002b1f9e7974d7 in QObject::event ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#27 0x00002b1f9e7ca3b8 in QWidget::event ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#28 0x00002b1f9e740e55 in QApplication::internalNotify ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#29 0x00002b1f9e741d91 in QApplication::notify ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#30 0x00002b1f9df47208 in KApplication::notify ()
   from /opt/kde3/lib64/libkdecore.so.4
#31 0x00002b1f9e6e9399 in QETWidget::translateMouseEvent ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#32 0x00002b1f9e6e83f3 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#33 0x00002b1f9e6f740f in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#34 0x00002b1f9e755903 in QEventLoop::enterLoop ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#35 0x00002b1f9e7557b2 in QEventLoop::exec ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#36 0x00000000004153ad in QWidget::setUpdatesEnabled ()
#37 0x00002b1f9f1acae4 in __libc_start_main () from /lib64/libc.so.6
#38 0x0000000000414bb9 in QWidget::setUpdatesEnabled ()
#39 0x00007fff0ee4d858 in ?? ()
#40 0x0000000000000000 in ?? ()
Comment 10 Christophe Marin 2011-09-24 21:08:37 UTC
Closing this report. It's most likely obsolete with recent kdepim versions.