Summary: | ktorrent-dev (latest) crash while prompting and ctrl-q entered | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | George R. Goffe <grgoffe> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | flat ascii file; valgrind log. |
Description
George R. Goffe
2011-09-21 05:10:03 UTC
Created attachment 63835 [details]
flat ascii file; valgrind log.
I had ktorrent-dev (latest) under valgrind up to the point that valgrind ran out of memory (system has 3gb, x86 architecture).
Joris, These messages came out of ktorrent during/just before the crash. Warning: QSocketNotifier: Invalid socket 20 and type 'Read', disabling... Warning: QSocketNotifier: Invalid socket 441 and type 'Read', disabling... Warning: QSocketNotifier: Invalid socket 442 and type 'Read', disabling... Git commit 88651a66da58ca7fa2f64fb9f224ac250f149c00 by Joris Guisson. Committed on 22/09/2011 at 19:20. Pushed by guisson into branch 'master'. Fix crash in dht::TaskManager and reformat source of several dht classes BUG: 282451 M +39 -30 src/dht/announcetask.cpp M +16 -8 src/dht/announcetask.h M +115 -115 src/dht/dht.cpp M +83 -80 src/dht/kbucket.cpp M +67 -67 src/dht/node.cpp M +4 -2 src/dht/nodelookup.cpp M +1 -1 src/dht/nodelookup.h M +13 -13 src/dht/rpccall.cpp M +18 -18 src/dht/rpccall.h M +28 -23 src/dht/task.cpp M +32 -29 src/dht/task.h M +4 -6 src/dht/taskmanager.cpp http://commits.kde.org/libktorrent/88651a66da58ca7fa2f64fb9f224ac250f149c00 |