William Francis Cladek
2005-02-24 04:21:06 UTC
When I try to run either b.exe, long.exe, or null.exe from the shell, then
don't run properly and I see the same odd string on a new line, follwed
by the $ prompt as shown here:
[1;36m$
I figured out this happens right after my Wait syscall is called. It
seems that when I call Lookup_Thread with the passed pid, it is always
returning NULL as the kthread pointer. Any ideas why this might be
happening?
Will
don't run properly and I see the same odd string on a new line, follwed
by the $ prompt as shown here:
[1;36m$
I figured out this happens right after my Wait syscall is called. It
seems that when I call Lookup_Thread with the passed pid, it is always
returning NULL as the kthread pointer. Any ideas why this might be
happening?
Will