https://bugs.kde.org/show_bug.cgi?id=439034
Nate Graham <[email protected]> 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|[email protected] |[email protected] Product|kde |kio-extras --- Comment #4 from Nate Graham <[email protected]> --- 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 watching all bug changes.
