# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #119561]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119561 >
<timotimo> r: class A { has $!a; method a { Proxy.new( FETCH => sub
($thing) { $!a } ) } }; say A.new.a
<camelia> rakudo 5aeaca: OUTPUT«(signal SEGV)»
* masak submits rakudobug
<masak> r: class A { has $!a; method a { Proxy.new( FETCH => sub
($thing) { 42 } ) } }; say A.new.a
<camelia> rakudo 5aeaca: OUTPUT«(signal SEGV)»
<jnthn> I hate Proxy...
<jnthn> I'm not sure it's possible to make it not be fragile :/