Summary: | JuK crashes on launch when downloading music files from BitTorrent | ||
---|---|---|---|
Product: | [Applications] juk | Reporter: | Artem Vorotnikov <artem> |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | mpyne |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Artem Vorotnikov
2010-01-10 21:42:07 UTC
SVN commit 1072809 by mpyne: Be more careful about reading tags, make sure the tag object exists. I think this should help solve some of the various crasher bugs floating about in JuK involving adding files that are being changed -- if the add is attempted before the file is fully saved it could be trying to read corrupt tags. This commit would be for KDE 4.5, but I'll backport for 4.4 as well. CCBUG:222121 M +5 -0 tag.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1072809 SVN commit 1072810 by mpyne: Backport more careful usage of Taglib Tag objects (i.e. make sure it's not nil before using it) to KDE 4.4. Hopefully should fix bug 222121. Artem: If you still can reproduce this bug after this patch please reopen. CCBUG:222121 M +5 -0 tag.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1072810 |