Summary: | knotes crashed on close (clicking on "X") | ||
---|---|---|---|
Product: | [Unmaintained] knotes | Reporter: | wylda |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | kde2, w.richert |
Priority: | NOR | ||
Version: | 3.9 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
wylda
2008-08-02 11:37:57 UTC
SVN commit 844844 by guisson: Cast before division otherwise percentage is 0, also fix some other bugs in the percentage patch BUG: 168082 M +54 -12 libktcore/torrent/torrentfiletreemodel.cpp M +1 -0 libktcore/torrent/torrentfiletreemodel.h M +10 -19 plugins/infowidget/iwfiletreemodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=844844 Oops, entered the wrong bug number, my appologies, so this bug isn't closed. *** Bug 174153 has been marked as a duplicate of this bug. *** I have almost the same trace: # knotes -v Qt: 4.4.3 KDE: 4.1.3 (KDE 4.1.3) KNotes: 3.9 Application: KNotes (knotes), signal SIGSEGV [Thread debugging using libthread_db enabled] [New Thread 0xb8012770 (LWP 8241)] [KCrash handler] #6 0x00000028 in ?? () #7 0x0805c7bf in qDeleteAll<QMap<QString, KNote*>::const_iterator> () at /usr/include/QtCore/qalgorithms.h:346 #8 qDeleteAll<QMap<QString, KNote*> > () at /usr/include/QtCore/qalgorithms.h:354 #9 ~KNotesApp (this=0x8d7fc10) at /usr/src/debug/kdepim-4.1.3/knotes/knotesapp.cpp:231 #10 0x0805bbaf in ~Application (this=0xbf846230) at /usr/src/debug/kdepim-4.1.3/knotes/application.cpp:34 #11 0x0805b9cc in main (argc=1, argv=0xbf846334) at /usr/src/debug/kdepim-4.1.3/knotes/main.cpp:70 Not reproducible with KDE 4.10, this is most likely solved since quite some time. Please feel free to reopen if you can reproduce this with KDE 4.10 or later. |