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


$ 6 'my $x; multi sub foo($n where True) { temp $x; }; foo(True) for ^22’
(no pb)

$ 6 'my $x; multi sub foo($n where True) { temp $x; }; foo(True) for ^23'
Segmentation fault: 11

$ 6 MVM_SPESH_DISABLE=1 6 'my $x; multi sub foo($n where True) { temp $x; }; 
foo(True) for ^23’
(no pb)


This is basically what test 5 in t/spec/integration/weird-errors.t is about.

Reply via email to