Hi,
the termination bug is in co_DestroyThreadWindows.
co_DestroyThreadWindows hangs in an endless loop which calls
UserRefObjectCo. UserRefObjectCo allocates some bytes from stack with
alloca. After some rounds, the kernel stack is eaten up.
- Hartmut
Show replies by date