# New Ticket Created by Adrian White # Please include the string: [perl #75502] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75502 >
Using %() to coerce hash context causes Rakudo to core dump. e.g. Using Rakudo @ 18d99603b2e546702ebe7ff6133b63d3f17e83f8 $ ./perl6 -e '%()' Segmentation fault (core dumped) $ ./perl6 -e '%(1,2)' Segmentation fault (core dumped)