Discussion:
Failed assertion in Exit:....
(too old to reply)
Rohit Reddy
2005-02-23 08:59:32 UTC
Permalink
I keep getitng the following error:
Failed assertion in Exit: false at ../src/geekos/kthread.c...

But a simple print statement took care of this error for null.exe but I
still get it when I try to run it with shell.exe? Any ideas? Thanks

--Rohit
Nick Gurganus
2005-02-23 17:19:46 UTC
Permalink
In the file kthread.c in the funciton Exit() the last line reads:

/* Shouldn't get here */
KASSERT(false);

You are getting there somehow.

Continue reading on narkive:
Loading...