Forum Navigation
Access violation in threadScanAll
Moderators:
kris
Posted: 12/17/08 10:59:21 Modified: 12/17/08 11:08:23Hello,
I'm using Tango in multithreaded environment together FMOD. At some point I get access violation in thread_ScanAll. I suppose it is called by the GC. My guess is it fails to cope with the threads created by FMOD, i.e threads created in C. Could this be the case or any other ideas?
Here is what ddbg says:
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION(0xc0000005) at _thread_scanAll (0x00449370) thread(3232) ->us #0 _thread_scanAll () from Thread
Thanks, bobef