Jeff Clites <[EMAIL PROTECTED]> wrote:
> If I run this code, which should just be a loop which
> creates-then-joins a thread (looping twice), I get a crash at the end:

> The problem is that when joining the _second_ time, in pt_thread_join()
> you get a return value from joining the thread

The return value is only returned, when I3 != 0. For your example that
shouldn't be the case (I3 is unused aka zero). So there isn't any return
value passed back.

Are you running the latest source? It doesn't crash here.

> JEff

leo

Reply via email to