Summary: | sigsegv crash on closing when using custom fonts | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | James Funk <MarathonToo> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | andresbajotierra |
Priority: | NOR | ||
Version: | 1.9.51 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
James Funk
2009-03-30 16:14:41 UTC
Severity should be "crash", not "wishlist" If this is reproducable, please provide a backtrace, see http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports for instructions. [?1034h(no debugging symbols found) (no debugging symbols found) [snip] (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 0xb48506d0 (LWP 3159)] (no debugging symbols found) [snip] (no debugging symbols found) [KCrash handler] #6 0xb54397fa in QAction::isChecked () from /usr/lib/libQtGui.so.4 #7 0xb67039be in KSelectAction::eventFilter () from /usr/lib/libkdeui.so.5 #8 0xb61d5daa in QCoreApplicationPrivate::sendThroughObjectEventFilters () from /usr/lib/libQtCore.so.4 #9 0xb543eeaa in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #10 0xb54453ea in QApplication::notify () from /usr/lib/libQtGui.so.4 #11 0xb67c139d in KApplication::notify () from /usr/lib/libkdeui.so.5 #12 0xb61d6bb1 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #13 0xb548446d in QWidget::removeAction () from /usr/lib/libQtGui.so.4 #14 0xb543b370 in QAction::~QAction () from /usr/lib/libQtGui.so.4 #15 0xb61e38af in QObjectPrivate::deleteChildren () from /usr/lib/libQtCore.so.4 #16 0xb61eb7d4 in QObject::~QObject () from /usr/lib/libQtCore.so.4 #17 0xb543de7d in QActionGroup::~QActionGroup () from /usr/lib/libQtGui.so.4 #18 0xb6701301 in ?? () from /usr/lib/libkdeui.so.5 #19 0xb6702704 in KSelectAction::~KSelectAction () from /usr/lib/libkdeui.so.5 #20 0xb66fb248 in KFontSizeAction::~KFontSizeAction () from /usr/lib/libkdeui.so.5 #21 0xb61e38af in QObjectPrivate::deleteChildren () from /usr/lib/libQtCore.so.4 #22 0xb548f451 in QWidget::~QWidget () from /usr/lib/libQtGui.so.4 #23 0xb5793df1 in QMainWindow::~QMainWindow () from /usr/lib/libQtGui.so.4 #24 0xb687e27a in KMainWindow::~KMainWindow () from /usr/lib/libkdeui.so.5 #25 0xb68b3707 in KXmlGuiWindow::~KXmlGuiWindow () from /usr/lib/libkdeui.so.5 #26 0xb7c4ec00 in ?? () from /usr/lib/libkmailprivate.so.4 #27 0xb7bcf35e in ?? () from /usr/lib/libkmailprivate.so.4 #28 0xb61e357c in qDeleteInEventHandler () from /usr/lib/libQtCore.so.4 #29 0xb61e4f53 in QObject::event () from /usr/lib/libQtCore.so.4 #30 0xb5490b26 in QWidget::event () from /usr/lib/libQtGui.so.4 #31 0xb5794567 in QMainWindow::event () from /usr/lib/libQtGui.so.4 #32 0xb687dd58 in KMainWindow::event () from /usr/lib/libkdeui.so.5 #33 0xb68b454c in KXmlGuiWindow::event () from /usr/lib/libkdeui.so.5 #34 0xb543eecc in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #35 0xb54453ea in QApplication::notify () from /usr/lib/libQtGui.so.4 #36 0xb67c139d in KApplication::notify () from /usr/lib/libkdeui.so.5 #37 0xb61d6bb1 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #38 0xb61d7471 in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4 #39 0xb61ff37a in QEventDispatcherUNIX::processEvents () from /usr/lib/libQtCore.so.4 #40 0xb54c90a2 in ?? () from /usr/lib/libQtGui.so.4 #41 0xb61d532a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #42 0xb61d54ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #43 0xb61d76cd in QCoreApplication::exec () from /usr/lib/libQtCore.so.4 #44 0xb543ed47 in QApplication::exec () from /usr/lib/libQtGui.so.4 #45 0x0804a6e4 in _start () #0 0xffffe430 in __kernel_vsyscall () Just a comment: your KDE version is a "bit" old. Try to update at least to KDE4.1.4 / 4.2.1 Upgrading to KDE 4.2 fixed the problem. As far as I'm concerned, the status can be changed to "resolved" or "closed." I'm glad it works now. Thanks |