[kio-extras] [Bug 439034] kdeinit5 crashed in AudioCreator::create() while i was moving music files from phone to laptop via USB
Nate Graham
bugzilla_noreply at kde.org
Thu Jul 29 00:51:43 BST 2021
https://bugs.kde.org/show_bug.cgi?id=439034
Nate Graham <nate at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |21.04.3
Component|general |Thumbnails and previews
Status|RESOLVED |REPORTED
Resolution|UPSTREAM |---
Summary|kdeinit5 crashed while i |kdeinit5 crashed in
|was moving music files from |AudioCreator::create()
|phone to laptop via USB |while i was moving music
| |files from phone to laptop
| |via USB
Assignee|unassigned-bugs at kde.org |plasma-bugs at kde.org
Product|kde |kio-extras
--- Comment #4 from Nate Graham <nate at kde.org> ---
All right, moving back to us then.
Line 176 of the file where it's crashing (audiocreator.cpp) is:
if (type.inherits("audio/x-musepack")) {
TagLib::MPC::File file(QFile::encodeName(path).data());
>>> return parseAPETag(file, img);
}
So perhaps we are not handling the returned data properly. Moving to kio-extras
where the thumbnailer lives.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list