Re: Multithreading error
Larry Gritz
With a debug build, can you get a stack trace at the point that the assertion is hit?
That looks like an assertion in SimplePool::alloc(). But I'm not sure what could go wrong. Maybe something that contains a SimplePool that should be per thread is being shared?
|
|