On 19/06/2015 12:56 a.m., Arnaldo Carvalho de Melo wrote:
Em Fri, May 29, 2015 at 04:33:30PM +0300, Adrian Hunter escreveu:
The thread-stack represents a thread's current stack. When
a thread exits there can still be many functions on the stack
e.g. exit() can be called many levels deep, so all
Em Fri, May 29, 2015 at 04:33:30PM +0300, Adrian Hunter escreveu:
> The thread-stack represents a thread's current stack. When
> a thread exits there can still be many functions on the stack
> e.g. exit() can be called many levels deep, so all the callers
> will never return. To get that informat
The thread-stack represents a thread's current stack. When
a thread exits there can still be many functions on the stack
e.g. exit() can be called many levels deep, so all the callers
will never return. To get that information output, the
thread-stack must be flushed.
Previously it was assumed t
3 matches
Mail list logo