Summary: | KTorrent crashes every session | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | David Palacio <dpalacio> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | fkereki, garrison.al, gwingerde, kdebugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/libktorrent/97095f6a075388f3ca6627315d6f09191847692e | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | valgrind log |
Description
David Palacio
2012-05-07 02:53:51 UTC
Would it be possible to run under valgrind until it crashes ? valgrind --log-file=vg.log /usr/bin/ktorrent --nofork The log file should be useful in analyzing the problem. Created attachment 70990 [details]
valgrind log
Hi,
I ran it with the provided valgrind command
valgrind --log-file=vg.log /usr/bin/ktorrent --nofork
and it did not crash after 24 hours. I restarted Ktorrent outside valgrind and it crashed again, twice. Another current valgrind run has an uptime of some hours and has not crashed. Is the valgrind log still interesting?
I'll be running /usr/bin/ktorrent --nofork to see if the nofork parameter made the difference in the valgrind run.
The valgrind log is showing something weird going on which is causing the crash. This should be very helpful. Git commit 97095f6a075388f3ca6627315d6f09191847692e by Joris Guisson. Committed on 10/05/2012 at 20:18. Pushed by guisson into branch 'master'. Fix crash due to attempting to call pop_front on an empty list M +1 -0 ChangeLog M +4 -2 src/net/packetsocket.cpp http://commits.kde.org/libktorrent/97095f6a075388f3ca6627315d6f09191847692e Git commit 04caf8352a053c32fbcc8747cbbb291d5d3efa6a by Joris Guisson. Committed on 10/05/2012 at 20:18. Pushed by guisson into branch '1.2'. Backport to 1.2: Fix crash due to attempting to call pop_front on an empty list M +1 -0 ChangeLog M +4 -2 src/net/packetsocket.cpp http://commits.kde.org/libktorrent/04caf8352a053c32fbcc8747cbbb291d5d3efa6a *** Bug 299602 has been marked as a duplicate of this bug. *** *** Bug 297755 has been marked as a duplicate of this bug. *** *** Bug 303828 has been marked as a duplicate of this bug. *** *** Bug 304379 has been marked as a duplicate of this bug. *** *** Bug 304635 has been marked as a duplicate of this bug. *** *** Bug 304922 has been marked as a duplicate of this bug. *** |