VM debugging - process IDs (was Re: [Vm-dev] Re: slang printf equivalent)

Ben Coman btc at openinworld.com
Mon Feb 22 12:56:27 UTC 2016


On Mon, Feb 22, 2016 at 8:05 PM, Ben Coman <btc at openinworld.com> wrote:
> and hit an interesting snag where the
> activeProcess seen by the primitive seems different than the process
> that called the primitive.

Quick correction. Its not activeProcess that is wrong, its that the
owning process is changing unexpectedly - maybe due to wrapping inside
#on:do: and/or #ifCurtailed:

>
> @Eliot, I found all those print methods and how to call them from gdb.

Belay that request about matching to process IDs inside the image.
The gdb visible IDs remain the same, and its workable to record and
cross reference back printAllStacks since the IDs remain the same and
I'm getting to know them.

cheers -ben


More information about the Vm-dev mailing list