[Vm-dev] Freeze after Morph Activity

Bert Freudenberg bert at freudenbergs.de
Mon Jan 30 16:58:52 UTC 2017


On Mon, Jan 30, 2017 at 5:48 PM, Dan Norton <dnorton at mindspring.com> wrote:

>
> After a freeze, I find that pkill will cause output to crash.dmp and the
> latest is attached.
>

That looks benign.

How about attaching strace when frozen?

sudo strace -p <pid>

This should log all system calls the VM is still doing. Then press alt-.
and see if the VM processes that.

And if all else fails, you may have to whip out gdb to see what exactly is
going on.

- Bert -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20170130/187d0582/attachment.html>


More information about the Vm-dev mailing list