# New Ticket Created by  Jake Russo 
# Please include the string:  [perl #127487]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127487 >


1. have a `lib` directory with a circularly dependent files (such as these
<https://gist.github.com/MadcapJake/9b8d36c0cef1b7062b7c>)
2. run «perl6 -Ilib -c A.pm6» where `lib` is the lib from previous step and
`A.pm6` is the path to A.pm6
3. watch as your machine dies in a horrible inferno

To elaborate on said inferno, my machine locks up in less than a minute.
It starts with some frozen mouse movements and then gets slower and slower
as the minute wears on.

So I restart and tried again this time with a process monitor open to see
if I can notice which process is causing this.  I found that there were
hundreds of `moar` processes and I tried selecting them all and killing and
it would just create more and more.  I could have a reasonably working
desktop if I killed all moar processes every second.

Reply via email to