Summary: | JuK crashes when closed during reading Music Folder | ||
---|---|---|---|
Product: | [Applications] juk | Reporter: | spielmail |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | mpyne |
Priority: | NOR | ||
Version First Reported In: | 3.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | bf4df116a9c8a7ddd123575dd8307767a684e0e5 | Version Fixed In: | 4.11 |
Sentry Crash Report: |
Description
spielmail
2010-10-30 18:22:33 UTC
The crash itself doesn't seem to make much sense. I believe the real problem is the 'processEvents' (frame #56 of the backtrace in the report), which restarts all event handling at the same time JuK is already handling 'file-added' events. I am working on trying to rid JuK completely of these processEvents instances. Two commits are in JuK for KDE 4.11 (to be released soon), bf4df116a9c8a7ddd123575dd8307767a684e0e5 and d2dcd686bc4507c89ba1015a992992e4b5d393ad. The first commit specifically removes the processEvents() call that indirectly leads to the crash in this case, so I believe this particular crash should be resolved. Please reopen if you are still able to reproduce with the KDE Software Compilation 4.11 release of JuK. |