# New Ticket Created by Curt Tilmes # Please include the string: [perl #131477] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131477 >
m: my Array[Int] $x; say $x>>.Str; <camelia> rakudo-moar 92c187: OUTPUT: «(timeout)» <timotimo> bisectable6: my Array[Int] $x; say $x>>.Str; <bisectable6> timotimo, On both starting points (old=2015.12 new=92c187d) the exit code is 0, exit signal is 1 (SIGHUP) and the output is identical as well <bisectable6> timotimo, Output on both points: ««timed out after 10 seconds»» <timotimo> huh, it has been like this forever