Summary: | Transfering files via MTP | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Micah Knight <interknighterrant+linux> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | 2.9.71 | ||
Target Milestone: | kf5 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/amarok/-/commit/34b0dc5f5eaf85e24b0730f3698e84d6b416c711 | Version Fixed In: | |
Sentry Crash Report: |
Description
Micah Knight
2023-03-20 17:31:36 UTC
Hope this helps... I tried to copy FROM the MTP device (again, old Creative Zen in this instance) and it worked fine! So, Copy to Local Collection from MTP device works fine. Copying from Local Collection to MTP device collection crashes after 1 file is transferred. It crashes every single time doing this. I know it is not very likely that others have an old Creative Zen to play around with and possibly any MTP devices. I have other old MTP devices though that I will try as well later. Please let me know what I can do to help with testing / troubleshooting! A possibly relevant merge request was started @ https://invent.kde.org/multimedia/amarok/-/merge_requests/133 Git commit 34b0dc5f5eaf85e24b0730f3698e84d6b416c711 by Tuomas Nurmi. Committed on 04/01/2025 at 13:30. Pushed by nurmi into branch 'master'. ThreadWeaver-related mtp crash fixes Crashes seem to be caused by multiple deleting jobs or accessing them after deletion, so avoid deleting them manually and passing them around (https://mail.kde.org/pipermail/amarok-devel/2015-October/013807.html etc) M +1 -0 ChangeLog M +5 -6 src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandler.cpp M +4 -4 src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandler.h M +0 -1 src/core-impl/collections/mtpcollection/handler/MtpHandler.cpp https://invent.kde.org/multimedia/amarok/-/commit/34b0dc5f5eaf85e24b0730f3698e84d6b416c711 |