# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #67998] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=67998 >
<masak> rakudo: class A { submethod BUILD { eval 'method foo { say "OH HAI" }' } }; class B is A {}; B.new.foo; say "alive" <p6eval> rakudo 6999e5: ( no output ) <masak> gives "bus error" locally. * masak submits rakudobug