Summary: | Crash in KBookmarkMenu | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | andreaswuest |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | alexandre.sidorenko, amarok-bugs-dist, cs, Regnaron, unnamedrambler |
Priority: | NOR | ||
Version: | 4.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
andreaswuest
2008-10-26 21:39:07 UTC
The crash appears to be in KDElibs. Reassigning. Similar backtrace as in bug #165940. Related? i still get this crash with beta 3 and kde 4.1.3. the crash happened when i wanted to quit amarok. here is the new backtrace: Anwendung: Amarok (amarok), Signal SIGSEGV [Thread debugging using libthread_db enabled] [New Thread 0x7fd4dce47700 (LWP 6385)] [New Thread 0x46f06950 (LWP 6419)] [New Thread 0x46705950 (LWP 6418)] [New Thread 0x45f04950 (LWP 6417)] [New Thread 0x45703950 (LWP 6416)] [New Thread 0x44f02950 (LWP 6398)] [New Thread 0x44701950 (LWP 6397)] [New Thread 0x43f00950 (LWP 6394)] [New Thread 0x436ff950 (LWP 6393)] [New Thread 0x42efe950 (LWP 6391)] [New Thread 0x426fd950 (LWP 6390)] [New Thread 0x40f2b950 (LWP 6389)] [New Thread 0x41efc950 (LWP 6386)] [KCrash handler] #5 0x0000000000000020 in ?? () #6 0x00007fd4d95d120e in ~KBookmarkMenu (this=0x1e5af70) at /usr/include/qt4/QtCore/qalgorithms.h:346 #7 0x00007fd4dc96a478 in ~KBookmarkHandler (this=0x1a449a0) at /build/buildd/amarok-kde4-1.94/src/browsers/filebrowser/kbookmarkhandler.cpp:65 #8 0x00007fd4db92e601 in QObjectPrivate::deleteChildren () from /usr/lib/libQtCore.so.4 #9 0x00007fd4dae958fd in QWidget::~QWidget () from /usr/lib/libQtGui.so.4 #10 0x00007fd4dc963874 in ~Widget (this=0x1b42430) at /build/buildd/amarok-kde4-1.94/src/browsers/filebrowser/FileBrowser.cpp:194 #11 0x00007fd4dc8de085 in MainWindow::deleteBrowsers ( this=<value optimized out>) at /build/buildd/amarok-kde4-1.94/src/Sidebar.h:87 #12 0x00007fd4dc8ce34a in ~App (this=0x7fffe4e7c080) at /build/buildd/amarok-kde4-1.94/src/App.cpp:239 #13 0x000000000040403b in main (argc=1, argv=0x7fffe4e7d258) at /build/buildd/amarok-kde4-1.94/src/main.cpp:128 #0 0x00007fd4da9ae621 in nanosleep () from /lib/libc.so.6 Confirmed. *** Bug 176829 has been marked as a duplicate of this bug. *** SVN commit 892336 by link: Disables the KBookmarks menu in the filebrowser, because of unresolved crashes. We can't have an obviously broken feature (one that produces a crash no less) like this when 2.0 is released. CCBUG: 173634 M +2 -0 ChangeLog M +1 -1 src/browsers/filebrowser/FileBrowser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=892336 I'm getting similar crash when closing Kate. The important part of the Backtrace is: #6 0x05102d2b in KBookmarkMenu::~KBookmarkMenu () from /usr/lib/libkio.so.5 #7 0x01fb31d7 in ?? () from /usr/lib/kde4/katefilebrowserplugin.so #8 0x009ba48f in QObjectPrivate::deleteChildren () from /usr/lib/libQtCore.so.4 #9 0x061db658 in QWidget::~QWidget () from I'm using Fedora 10 (fresh install from F10 KDE Live disk) and Kate installed with "yum install kdesdk". This crash will not happen if you remove ALL of the Kate plugins. If you enable ANY plugins, Kate crashes when closing it. SVN commit 926563 by link: Re-enable the Bookmark Action in the file browser.. the bug that was causing this seems to have been fixed (I no longer get crashes). CCBUG: 173634 M +1 -1 FileBrowser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=926563 With latest F10 update, I am able to close Kate without having it crash. Closing this bug as WORKSFORME. I think this was fixed in KDE 4.2. Please re-open if issue persists. |