Hi All,
Sometimes when running our cilk code one of my coworkers gets the title message and a crash:
error: tried to pass an SEH exception through a spawn
Can anyone suggest what might cause this or how to track it down? I've been assuming its a race condition, but per my other forum post I haven't had any success using cilkscreen.
We compile with /EHsc, not /EHa (or __try, __except, __finally - as mentioned by the cilk plus docs)
I haven't (yet) seen this on my Core 2 Duo system, but maybe thats because he has hyperthreading & I don't.
thanks,
Daniel Faken



