| Summary: | Sorting Using Recursive Sort | ||
|---|---|---|---|
| Product: | [Applications] keditbookmarks | Reporter: | Rod Lockwood <rodlockwood> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | rodlockwood |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Rod Lockwood
2014-05-11 10:58:42 UTC
Created attachment 86570 [details]
New crash information added by DrKonqi
keditbookmarks (4.8.5 (4.8.5)) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed: Selected “Recursive Sort” from menu to sort bookmarks imported from Firefox and Opera. This happened immediately after I submitted the last report. Therefore, I beleive it will happen every time.
-- Backtrace (Reduced):
#6 end (this=0x200079) at /usr/include/qt4/QtCore/qlist.h:102
#7 end (this=0x200079) at /usr/include/qt4/QtCore/qlist.h:271
#8 qDeleteAll<QList<TreeItem*> > (c=...) at /usr/include/qt4/QtCore/qalgorithms.h:330
#9 TreeItem::~TreeItem (this=0x200079, __in_chrg=<optimized out>) at ../../../keditbookmarks/kbookmarkmodel/treeitem.cpp:29
#10 0x00007f4edf2703e9 in TreeItem::deleteChildren (this=0xe98ee0, first=<optimized out>, last=<optimized out>) at ../../../keditbookmarks/kbookmarkmodel/treeitem.cpp:80
It occurred to me that it may be useful for you to know I was trying to sort _all_ of the bookmarks starting in the top level Bookmarks folder. I have a lot of bookmarks in many sub-folders. *** This bug has been marked as a duplicate of bug 258505 *** |