# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76664] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76664 >
<masak> rakudo: class A { method pack($_) { s/c// }}; A.new.pack("ccc") # discovered by cono++ <p6eval> rakudo 220b67: OUTPUT«Null PMC access in find_method('new') [...] * masak submits rakudobug Remove the s/c//, and everything works. Remove .pack("ccc"), and everything works. How is it that the .pack call participates in causing an error related to finding .new ?