Summary: | amarok crash afer album cover chosen [@ CoverFoundItem::setBigPix] | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Marcin Gryszkalis <mg> |
Component: | Tools/Cover Manager | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | admin, c.placzek, cajunham, hessijames, juergen.grove, malarkannan.p, salamandir, stuffcorpse |
Priority: | NOR | ||
Version: | 2.4-GIT | ||
Target Milestone: | 2.4.1 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.4.1 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Marcin Gryszkalis
2011-01-11 22:54:02 UTC
Note: crash is reproducible using one specific image (not all images), in this case it's image found via google http://israbox.com/uploads/posts/2007-10/1193483354_1.jpg I just committed a patch that fixes a crash when trying to download a full size cover and the server redirects the request. Looks very much like your problem. Only the 'The crash can be reproduced every time.' is a little bit weird - so please reopen if now instead of crashing you get 'unknown error' messages. thanks Daniel, confirmed, works now amarok: BEGIN: void ScannerJob::getScannerOutput() amarok: BEGIN: bool CoverFoundDialog::fetchBigPix() amarok: [NetworkAccessManagerProxy] the server is redirecting the request to: KUrl("http://www.israbox.com/uploads/posts/2007-10/1193483354_1.jpg") amarok: END__: bool CoverFoundDialog::fetchBigPix() [Took: 0.4s] amarok: [CoverFetcher] Finished successfully for album "Allevi Live (disc 1)" *** Bug 263547 has been marked as a duplicate of this bug. *** Created attachment 57489 [details]
New crash information added by DrKonqi
amarok (2.4.0) on KDE Platform 4.5.5 (KDE 4.5.5) using Qt 4.7.1
- What I was doing when the application crashed:
1)Opened Cover Manager.
2)Selected an album with empty cover.
3)Right Clicked it to Fetch Album Cover.
4)Selected a cover art and click ok when it crashed(IMHO the image URL threw 404).
-- Backtrace (Reduced):
#6 QPixmap::operator= (this=0x50, pixmap=...) at image/qpixmap.cpp:430
#7 0x0000003900dfd32d in setBigPix (this=0x342d1a0, url=<value optimized out>, data=..., e=...) at /usr/src/debug/amarok-2.4.0/src/covermanager/CoverFoundDialog.h:174
#8 CoverFoundDialog::handleFetchResult (this=0x342d1a0, url=<value optimized out>, data=..., e=...) at /usr/src/debug/amarok-2.4.0/src/covermanager/CoverFoundDialog.cpp:456
#9 0x0000003900e01d85 in CoverFoundDialog::qt_metacall (this=0x342d1a0, _c=<value optimized out>, _id=8, _a=0x7fff1e771210) at /usr/src/debug/amarok-2.4.0/x86_64-redhat-linux-gnu/src/CoverFoundDialog.moc:125
#10 0x0000003f7f5643af in QMetaMethod::invoke (this=0x7fff1e771570, object=0x342d1a0, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1578
Created attachment 58116 [details]
New crash information added by DrKonqi
amarok (2.4.0) on KDE Platform 4.6.00 (4.6.0) "release 6" using Qt 4.7.1
- What I was doing when the application crashed:Ibegann a manual Download from an "Albumcover"
-- Backtrace (Reduced):
#7 QPixmap::operator= (this=0x28, pixmap=...) at image/qpixmap.cpp:430
#8 0xb70a9a52 in setBigPix (this=0xa0f3158, url=..., data=..., e=...) at /usr/src/debug/amarok-2.4.0/src/covermanager/CoverFoundDialog.h:174
#9 CoverFoundDialog::handleFetchResult (this=0xa0f3158, url=..., data=..., e=...) at /usr/src/debug/amarok-2.4.0/src/covermanager/CoverFoundDialog.cpp:456
#10 0xb70aed66 in CoverFoundDialog::qt_metacall (this=0xa0f3158, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0xbfb96dfc) at /usr/src/debug/amarok-2.4.0/build/src/CoverFoundDialog.moc:125
[...]
#12 0xb653b1e9 in QMetaMethod::invoke (this=0xbfb96f58, object=0xa0f3158, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1578
*** Bug 269157 has been marked as a duplicate of this bug. *** *** Bug 269272 has been marked as a duplicate of this bug. *** *** Bug 273726 has been marked as a duplicate of this bug. *** |