Summary: | Hang on exit after deleting a file from the list | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Christian D. <christiand59> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian D.
2006-02-28 08:46:29 UTC
I can confirm this bug, on a quite different setup, although still kget 0.8.5: KDE_3.5.5, from Debian packages. QT 3.3.7 Debian's Libc6 2.3.6 Kernel vanilla 2.6.17.6 This bug was also happening with the libc6-xen libraries (instead of the libc6-i686 i currently installed), and was also happening before with other versions of kernel/libc/libqt since kde 3.5.x with x=3 i think (i could be wrong, of course, but it doesn't seem to me that kget was already missbehaving in such an old version of kde3.5.1 for me.... probably i had an earlier version of kget at that time, in any case it was debian's default version for the corresponding KDE). In my case, it happens quite often (but not always) when quitting kget after having finished a download (opening and closing again w/o downloading does not trigger it), even with a smaller download (5MB). When that happens, kget starts using 100% cpu. BTW, i get exactly the same stacktrace as the reporter above, although after a while (disconnecting and reconnecting gdb) i get: (gdb) bt #0 0xb6e641e0 in QChar::QChar () from /usr/lib/libqt-mt.so.3 #1 0xb7288f41 in QString::find () from /usr/lib/libqt-mt.so.3 #2 0x08078667 in ?? () #3 0xbfb1dc88 in ?? () or even (gdb) bt #0 0xb7288f41 in QString::find () from /usr/lib/libqt-mt.so.3 #1 0x08078667 in ?? () Thanks, Ariel Due to the move from the make_kget_cool branch back into kdenetwork, this issue has been resolved. For more details about the new KGet please have a look at this page (1st article): http://commit-digest.org/issues/2007-02-25/ Verry nice work! ;-) Thank you!! |