chs 0a185981ab in sa_switch(), if after we set up the LWP with cpu_setfunc(), we decide that
we can't do an SA context switch after all, we need to clear the sau from
the LWP's arg.  sa_switch() frees the sau in this case, but if we don't
reset the LWP's state and the process exits, then the exiting LWP will
try to free the sau again.

also, change the sadebug printf stuff to use printf_nolog(), since
otherwise we deadlock because we're already holding sched_lock and
the normal printf() will try to wakeup the log reader.
2005-10-26 06:24:04 +00:00
2005-10-14 14:01:34 +00:00
2005-10-20 00:42:40 +00:00
2005-10-22 12:31:52 +00:00
2005-10-25 02:27:18 +00:00
2005-10-04 04:56:19 +00:00
2005-10-25 02:22:04 +00:00
2005-10-03 04:45:52 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%