# New Ticket Created by WFB # Please include the string: [perl #126033] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126033 >
On my WIndows 10 and Linux box following code causes the moar process to eats all CPU and memory. my $a = "<4"; $a = $a ~~ /\<(\d+)/; It happens with the repl or as a script. In IRC someone mentioned she/he has to put a 'say $a;' as well to be able to reproduce the bug