GNOME Bugzilla – Bug 560566
Click and drag from library causes crash
Last modified: 2011-11-07 17:01:02 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.)
Created attachment 123067 [details] stack trace *** Terminating app due to uncaught exception 'NSImageCacheException', reason: 'Can't cache image'
Duplicate of #560208 ?
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.
Progressing to NEW, as this bug has been confirmed.
*** Bug 563542 has been marked as a duplicate of this bug. ***
*** Bug 621040 has been marked as a duplicate of this bug. ***
*** Bug 611764 has been marked as a duplicate of this bug. ***
The bug it's still there!
I think I encountered this bug on Windows also (was click-and-dragging to rearrange tracks).
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 ***