[SDL] SDL_rwops, threads and Android
Jonas Thiem
jonasthiem at googlemail.com
Fri Feb 17 14:15:05 PST 2012
Hi,
I'm currently investigating an Android crash issue when using
SDL_rwops->read(...) to access assets. I'm initialising SDL in the main
thread aswell as creating an SDL_rwops pointer to a file, then I'm spawning
an extra thread and reading the SDL_rwops from there where it crashes. On a
linux desktop the same code works fine. The mistake might be my own code,
but to help me investigate the issue an answer to this question would be
helpful: is SDL_rwops supposed to be thread-safe on Android?
Regards,
Jonas Thiem
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20120217/739367a3/attachment.htm>
More information about the SDL
mailing list