Problems with 0.9.2 on PC/Cygwin32

Magnus Y Alvestad magnus@ii.uib.no
25 Feb 1998 02:26:40 +0100


[Tony Juricic]

| /* I might be dying */
| if ( (TCTX(lastThread)->flags & THREAD_FLAGS_KILLED) != 0
|      && blickInte == 1)
| 
| Any ideas why this happens?

The setjmp / longjmp strategy for thread switching doesn't work
properly.  It *might* be because SP_OFFSET is set to the wrong value,
but I really don't know.

-Magnus