Menu

#7 Threaded context logging error

Beta (B.x)
open
Core (3)
5
2007-01-22
2007-01-22
A. Sundman
No

Context logging uses a stack to store the current context. This stack is shared by different threads.

It would be more apropriate to create a thread-local storage (not shared) stack, giving each thread it's own stack.

Discussion


Log in to post a comment.