how to clear stack after stack overflow

Posted by user353573 on Stack Overflow See other posts from Stack Overflow or by user353573
Published on 2010-06-06T08:37:19Z Indexed on 2010/06/06 8:42 UTC
Read the original article Hit count: 460

Filed under:

In pthread, After reaching yellow zone in stack, signal handler stop the recursive function by making it return

however, we can only continue to use extra area in yellow zone,

how to clear the rubbish before the yellow zone in the thread stack ?

© Stack Overflow or respective owner

Related posts about stackoverflow