|
From: Jeremy F. <je...@go...> - 2002-10-21 21:05:07
|
On Mon, 2002-10-21 at 12:57, Nicholas Nethercote wrote: > As I remember it, the root thread is #1, and if there's no tid in the base > block then it must be the root thread. This could be wrong. Yes, I don't think that assumption is good. If there's no thread in the baseBlock, then there's no current (virtual machine) thread running at all. J |