# New Ticket Created by Paweł Pabian
# Please include the string: [perl #101912]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=101912 >
[19:58] <bbkr_> everyone: can you please confirm segfault in this code on your
machines "my $b = Buf.new(1); for ^100 { $b~=Buf.new(1..100); say
[+]$b.list}"? happens for me after 10th iteration
[19:58] <sorear> rakudo: my $b = Buf.new(1); for ^100 { $b~=Buf.new(1..100);
say [+]$b.list}
[19:58] <p6eval> rakudo 142c41: OUTPUT«(signal SEGV)
505110101151512020125251303013535140401»
[19:59] <sorear> happens on host04.appflux.net after 8 iterations
[20:00] <bbkr_> sorear: thanks for confirming
[20:00] * bbkr_ reports
[20:02] <bbkr_> BTW: code is alive one iteration before crash, but memory is
total garbage. for example references (if any defined before loop) of other
variables points somewhere randomly
[20:02] <sorear> bbkr_: what happens with -G inf?
[20:02] --> espadrine has joined this channel
([email protected]).
[20:03] <bbkr_> sorear: what do you mean?
[20:04] <sorear> bbkr_: parrot command-line option to disable the garbage
collector. I might be misspelling it