Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User of GimmeSomeTune experiencing crashes apparently caused by EyeTunes #1

Open
GoogleCodeExporter opened this issue Jun 28, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

When fetching artwork with GimmeSomeTune, it uses EyeTunes to save that artwork 
into the song.
However, when the NSPasteboard does the conversion of the data to PICT data, it 
sometimes seems 
to crash - I've attached a crash log.

Original issue reported on code.google.com by oddyss...@gmail.com on 27 Aug 2008 at 4:14

Attachments:

@GoogleCodeExporter
Copy link
Author

Hi oddysseey

I'd say the problem lies in the fact, that NSPasteboard is not thread-safe, but 
obviously called from a non-
main thread by GimmeSomeTune. 

Please try to use performSelectorOnMainThread:withObject:waitUntilDone: with 
the call to see if the crashes 
go away. 

If that's the case ETTrack should probably get a setArtworkPict:atIndex: method 
that does not do the 
pasteboard conversion to be thread-safe. Or there's a different thread-safe way 
to convert to PICT?

Ruotger

Original comment by Raubti...@gmail.com on 27 Aug 2008 at 8:50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant