After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 560566 - Click and drag from library causes crash
Click and drag from library causes crash
Status: RESOLVED DUPLICATE of bug 663182
Product: banshee
Classification: Other
Component: User Interface
1.4.1
Other Mac OS
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
: 563542 611764 621040 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-11-12 22:02 UTC by swinbank
Modified: 2011-11-07 17:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
stack trace (36.52 KB, text/plain)
2008-11-19 21:02 UTC, swinbank
Details
stack trace of crash when clicking and dragging (40.43 KB, text/plain)
2008-12-16 14:34 UTC, Nick
Details

Description swinbank 2008-11-12 22:02:48 UTC
Clicking on and starting to drag any song from the music library causes Banshee to exit immediately, with the standard OSX "The application Banshee quit unexpectedly" dialogue. This is on OSX 10.5.5.

(I'd like to attach a stack trace here, but I'm not sure how to go about obtaining one on OSX: running /Applications/Banshee.app/Contents/MacOS/banshee directly doesn't seem to work.)
Comment 1 swinbank 2008-11-19 21:02:24 UTC
Created attachment 123067 [details]
stack trace

*** Terminating app due to uncaught exception 'NSImageCacheException', reason: 'Can't cache image'
Comment 2 swinbank 2008-11-19 21:03:11 UTC
Duplicate of #560208 ?
Comment 3 Nick 2008-12-16 14:34:40 UTC
Created attachment 124796 [details]
stack trace of crash when clicking and dragging

I can confirm this bug and have attached my own stack trace.

This crash can also be recreated by re-arranging items in the play queue.
Comment 4 Nick 2008-12-18 14:49:30 UTC
Progressing to NEW, as this bug has been confirmed.
Comment 5 Nick 2008-12-18 14:55:33 UTC
*** Bug 563542 has been marked as a duplicate of this bug. ***
Comment 6 Alexander Kojevnikov 2010-06-08 23:59:06 UTC
*** Bug 621040 has been marked as a duplicate of this bug. ***
Comment 7 Alexander Kojevnikov 2010-06-08 23:59:26 UTC
*** Bug 611764 has been marked as a duplicate of this bug. ***
Comment 8 bazarouco 2010-12-06 21:58:40 UTC
The bug it's still there!
Comment 9 Matt Sturgeon 2011-02-06 03:46:57 UTC
I think I encountered this bug on Windows also (was click-and-dragging to rearrange tracks).
Comment 10 David Nielsen 2011-11-07 13:34:11 UTC
A version of this is still, surprisingly, around in 2.3.1 wha happens is that we cause _gtk_quartz_image_from_pixbuf() to crash. John Ralls will fix GTK+ on OS X so the case we provoke will return NULL instead of crashing. However this is likely to still cause Banshee itself to crash with a NRE since we appear to be sending of an empty pixbuf.

User encountering this on Windows are likely to be seeing a similar crash due to the empty pixbuf. Hence we should figure out where in Banshee we manage to do such stupidity.

Marking this as a duplicate of a new bug with a debug log and active on going work.

*** This bug has been marked as a duplicate of bug 663182 ***