| Summary: | Crash when plugging phone in [@ Meta::MediaDeviceHandler::privateParseTracks] | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Justin Heimburger <juheimbu> |
| Component: | Collections/MTP player | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | bart.cerneels, chemtox, chozabu, juheimbu, justin.zobel, matej |
| Priority: | NOR | ||
| Version First Reported In: | 2.8.0 | ||
| Target Milestone: | 2.9 | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Justin Heimburger
2013-04-24 16:13:26 UTC
Is this crash reproducible? Then please make sure you have the Amarok debugging symbols installed and provide a better backtrace. Likely a dupe of bug 317874 which was not reproducible by it's reporter. Yes. It happened again shortly after I reported it. I'll get the debugging symbols and try it again in a few days when I have a chance. Thanks, Justin On Wednesday, April 24, 2013, Myriam Schweingruber wrote: > https://bugs.kde.org/show_bug.cgi?id=318808 > > Myriam Schweingruber <myriam@kde.org <javascript:;>> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |NEEDSINFO > Resolution|--- |BACKTRACE > > --- Comment #1 from Myriam Schweingruber <myriam@kde.org <javascript:;>> > --- > Is this crash reproducible? Then please make sure you have the Amarok > debugging > symbols installed and provide a better backtrace. > > Likely a dupe of bug 317874 which was not reproducible by it's reporter. > > -- > You are receiving this mail because: > You reported the bug. > Created attachment 79667 [details]
New crash information added by DrKonqi
amarok (2.7.0) on KDE Platform 4.10.2 using Qt 4.8.4
- What I was doing when the application crashed:
Plugged in phone with usb cable for charging battery
- Unusual behavior I noticed:
KDE notifier pops up saying there's a new usb device available, then disappears very, reappears again and disappears, etc. This goes on for a variable amount of time until amarok crashes.
Seems to be related to when the VM attempts to take control of the usb-connected device.
-- Backtrace (Reduced):
#6 ExternalRefCount (other=..., this=0x7f812ada5aa0) at /usr/include/QtCore/qsharedpointer_impl.h:396
#7 QSharedPointer (other=..., this=0x7f812ada5aa0) at /usr/include/QtCore/qsharedpointer_impl.h:480
#8 memoryCollection (this=0x0) at /usr/src/debug/amarok-2.7.0/src/core-impl/collections/mediadevicecollection/MediaDeviceCollection.h:137
#9 Meta::MediaDeviceHandler::privateParseTracks (this=0x44143d0) at /usr/src/debug/amarok-2.7.0/src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandler.cpp:914
#10 0x000000347155159d in Meta::ParseWorkerThread::run (this=0x4408300) at /usr/src/debug/amarok-2.7.0/src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandler.cpp:1189
Backtrace from attachement. Please always paste full backtraces in comments, else those are not searchable: Thread 14 (Thread 0x7f812ada6700 (LWP 1421)): [KCrash Handler] #6 ExternalRefCount (other=..., this=0x7f812ada5aa0) at /usr/include/QtCore/qsharedpointer_impl.h:396 #7 QSharedPointer (other=..., this=0x7f812ada5aa0) at /usr/include/QtCore/qsharedpointer_impl.h:480 #8 memoryCollection (this=0x0) at /usr/src/debug/amarok-2.7.0/src/core-impl/collections/mediadevicecollection/MediaDeviceCollection.h:137 #9 Meta::MediaDeviceHandler::privateParseTracks (this=0x44143d0) at /usr/src/debug/amarok-2.7.0/src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandler.cpp:914 #10 0x000000347155159d in Meta::ParseWorkerThread::run (this=0x4408300) at /usr/src/debug/amarok-2.7.0/src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandler.cpp:1189 #11 0x000000346be0c98a in ThreadWeaver::JobRunHelper::runTheJob (this=this@entry=0x7f812ada5cb0, th=th@entry=0x27774e0, job=job@entry=0x4408300) at /usr/src/debug/kdelibs-4.10.2/threadweaver/Weaver/Job.cpp:106 #12 0x000000346be0cb01 in ThreadWeaver::Job::execute (this=0x4408300, th=0x27774e0) at /usr/src/debug/kdelibs-4.10.2/threadweaver/Weaver/Job.cpp:135 #13 0x000000346be0c15f in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7f812ada5d00, parent=0x2712b60, th=th@entry=0x27774e0) at /usr/src/debug/kdelibs-4.10.2/threadweaver/Weaver/Thread.cpp:95 #14 0x000000346be0c21b in ThreadWeaver::Thread::run (this=0x27774e0) at /usr/src/debug/kdelibs-4.10.2/threadweaver/Weaver/Thread.cpp:142 #15 0x000000331a87b95c in QThreadPrivate::start (arg=0x27774e0) at thread/qthread_unix.cpp:338 #16 0x000000330f407d15 in start_thread (arg=0x7f812ada6700) at pthread_create.c:308 #17 0x000000330ecf248d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:114 Will be solved by MTP collection rewrite. (if the GSoC project is accepted) Sorry, Miriam. That's how the KDE bug reporting tool submitted the report. I'll copy/paste next time. On Fri, May 3, 2013 at 11:54 AM, Matěj Laitl <matej@laitl.cz> wrote: > https://bugs.kde.org/show_bug.cgi?id=318808 > > Matěj Laitl <matej@laitl.cz> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |CONFIRMED > Component|Collections/Media Devices |Collections/MTP player > Target Milestone|2.8 |2.9 > Ever confirmed|0 |1 > > --- Comment #5 from Matěj Laitl <matej@laitl.cz> --- > Will be solved by MTP collection rewrite. (if the GSoC project is accepted) > > -- > You are receiving this mail because: > You are on the CC list for the bug. > You reported the bug. > *** Bug 336350 has been marked as a duplicate of this bug. *** *** Bug 336879 has been marked as a duplicate of this bug. *** bump version. Thank you for the crash report. As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |