| Summary: | KMail crashes when filtering messages | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Dima Ryazanov <dima> |
| Component: | filtering | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.9.6 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dima Ryazanov
2007-04-01 05:59:34 UTC
> (For some reason, I can't get any debugging symbols, even though I tried compiling kdepim in debug mode (using Gentoo's "USE='debug nostrip' emerge kdepim").) The debug use flag sets --enable-debug to trigger debug code paths, but doesn't reset your compiler flags. Please have a look at http://www.gentoo.org/proj/en/qa/backtraces.xml Thanks! That worked:
#6 0xb5539339 in KMFolder::find (this=0x1, msg=0x82be3d8) at kmfolder.cpp:429
#7 0xb5501299 in KMHeaders::applyFiltersOnMsg (this=0x8440648)
at kmheaders.cpp:1378
#8 0xb5686a3a in KMMainWidget::slotApplyFilters (this=0x8440c20)
at kmmainwidget.cpp:1668
#9 0xb569ddb2 in KMMainWidget::qt_invoke (this=0x8440c20, _id=122,
_o=0xbff63478) at kmmainwidget.moc:575
#10 0xb685ffd9 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#11 0xb6860c2d in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#12 0xb70d6499 in KAction::activated () from /usr/kde/3.5/lib/libkdeui.so.4
#13 0xb70d64f2 in KAction::slotActivated ()
from /usr/kde/3.5/lib/libkdeui.so.4
#14 0xb70d952d in KAction::qt_invoke () from /usr/kde/3.5/lib/libkdeui.so.4
#15 0xb685ffd9 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#16 0xb6860c2d in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#17 0xb6e87f49 in KAccelPrivate::menuItemActivated ()
from /usr/kde/3.5/lib/libkdecore.so.4
#18 0xb6e88c4d in KAccelPrivate::emitActivatedSignal ()
from /usr/kde/3.5/lib/libkdecore.so.4
#19 0xb6e890ec in KAccelPrivate::eventFilter ()
from /usr/kde/3.5/lib/libkdecore.so.4
#20 0xb685f8ac in QObject::activate_filters ()
from /usr/qt/3/lib/libqt-mt.so.3
#21 0xb685f91b in QObject::event () from /usr/qt/3/lib/libqt-mt.so.3
#22 0xb6897f8c in QWidget::event () from /usr/qt/3/lib/libqt-mt.so.3
#23 0xb6951172 in QMainWindow::event () from /usr/qt/3/lib/libqt-mt.so.3
#24 0xb6801457 in QApplication::internalNotify ()
from /usr/qt/3/lib/libqt-mt.so.3
#25 0xb6802756 in QApplication::notify () from /usr/qt/3/lib/libqt-mt.so.3
#26 0xb6e012ee in KApplication::notify ()
from /usr/kde/3.5/lib/libkdecore.so.4
#27 0xb6e89dc7 in ?? () from /usr/kde/3.5/lib/libkdecore.so.4
See bug 135376, comment 5. *** This bug has been marked as a duplicate of 135376 *** |