bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug while calling dlcose


From: Roland McGrath
Subject: Re: Bug while calling dlcose
Date: Sun, 18 May 2003 20:27:28 -0400 (EDT)

> A has the funtion stop().
> A calls makethread() in B.
> makethread() (in B) creates a new thread and returns to A.
> A starts and endless loop (for (;;);)
> The thread in B calls stop() in A.
> --At this point no thread uses the memory of B--

Bzzt.  When stop returns, it returns to the function in B that called it.
That code no longer exists.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]