[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] [Win10] [Squeak] High CPU usage in different images for a few minutes after resume from sleep (#537)

Eliot Miranda notifications at github.com
Sat May 8 16:23:24 UTC 2021


Hi Christoph,

   the VM maintains a circular buffer of the most recent 256 invoked non-JIT primitives, the primitive trace log. This is sometimes a useful clue to what the VM has been doing up to the point where the primitive trace log (PRL) is dumped.  On Unix the PTL and current stack can be printed on stdout by sending SIGUSR1 to the VM.  If you wanted to dump the PTL on Windows you’d have to work out how to signal the VM.  I’m in no way a Windows expert so I have no idea how to do this.  But if I were in your shoes this is the route I would take.

_,,,^..^,,,_ (phone)

> On May 7, 2021, at 1:01 AM, Christoph Thiede ***@***.***> wrote:
> 
> 
> Any ideas? How would I debug this?
> 
> 
> 
>> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or unsubscribe.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/537#issuecomment-835419053
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210508/c03c1ce2/attachment.html>


More information about the Vm-dev mailing list