[SDL] Universal binary crashing on iMac (Core2Duo) system

Ryan C. Gordon icculus at icculus.org
Mon Mar 5 14:16:35 PST 2007


> Is there any way to schedule multiple threads in a single processor on
> a dual core
> system..

It sounds like a race condition that will be reduced on a single 
processor machine, but still be present...forcing processor affinity 
would not fix your problem, it would just make it harder to track down.

Don't call SDL functions from multiple threads. Other than that, you 
should figure out where your race condition is.

--ryan.




More information about the SDL mailing list