Summary: | KGet Crash when disconnect external disk | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Alexandr Zamaraev (aka Tonal) <tonal.promsoft> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | joris.guisson, tonal.promsoft |
Priority: | NOR | Keywords: | triaged |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Alexandr Zamaraev (aka Tonal)
2012-04-09 16:05:39 UTC
I guess you had a torrent transfer running? Also, do you have debug symbols installed? Lukas Created attachment 70263 [details]
New crash information added by DrKonqi
kget (2.7.4) on KDE Platform 4.7.4 (4.7.4) using Qt 4.7.4
- What I was doing when the application crashed:
Crash KGet when disconnect external USB disk with torrent files
-- Backtrace (Reduced):
#6 0x00007fb450fca3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7 0x00007fb450fcdb0b in __GI_abort () at abort.c:92
[...]
#12 0x00007fb45292202e in QEventLoop::exec (this=<optimized out>, flags=<optimized out>) at kernel/qeventloop.cpp:214
#13 0x00007fb452926789 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1064
#14 0x0000000000429601 in main (argc=1, argv=0x7fff0f70d768) at ../../kget/main.cpp:168
Yes, torrent transfer is running. And Yes, DrKonqi install kdenetwork-dbg package. An exception was thrown and not caught, resulting in an abort. We need to know where the exception is thrown. Given the fact that an external disk has been disconnected, I would put my money on a SIGBUS being caught by ktorrent and it then subsequently throws a bt::Error which doesn't get caught. Does KGet store the logging of libktorrent somewhere ? Sure, KDEDIR/share/apps/kget/torrentlog.log Lukas PS: Thanks for the information, that's a place to start :) I use Kubuntu 11.10 Where can I find this file? ~/.kde/share/apps/kget/torrentlog.log Unfortunately, the backtrace doesn't contain much helpful information due to uncaught exception (not your fault). If you can reproduce the crash every time, please follow the guide[1] and try to run it under gdb to get a better backtrace. [1] http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_when_an_uncaught_exception_is_causing_a_crash Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |