Re: [perl #131300] [BUG] MoarVM panic if you check for membership in undefined Set

2017-10-17 Thread Elizabeth Mattijsen
Fixed with 8a88d14905248526415 , unfudged tests, can be closed now. > On 15 Oct 2017, at 08:54, Zoffix Znet via RT > wrote: > > On Sat, 13 May 2017 01:24:28 -0700, elizabeth wrote: >> All issues appear to be fixed with >>

Re: [perl #131300] [BUG] MoarVM panic if you check for membership in undefined Set

2017-10-17 Thread Elizabeth Mattijsen via RT
Fixed with 8a88d14905248526415 , unfudged tests, can be closed now. > On 15 Oct 2017, at 08:54, Zoffix Znet via RT > wrote: > > On Sat, 13 May 2017 01:24:28 -0700, elizabeth wrote: >> All issues appear to be fixed with >>

[perl #132284] [REGRESSION] .gist of a Map was arguably better in the past (say Map.new(‘a’ => ‘b’))

2017-10-17 Thread Zoffix Znet via RT
On Thu, 12 Oct 2017 22:59:36 -0700, alex.jakime...@gmail.com wrote: > Code: > my @a = [1,2,3,4]; my %h = 'a'=>'b','c'=>'d','101'=>'102'; my $c = > \(|@a, |%h); say $c.list; say $c.hash; > > ¦«2015.12»: > (1 2 3 4) > Map.new(("101" => "102",:a("b"),:c("d"))) > > ¦«2016.06»: > (1 2 3 4) >

[perl #132284] [REGRESSION] .gist of a Map was arguably better in the past (say Map.new(‘a’ => ‘b’))

2017-10-17 Thread Zoffix Znet via RT
On Thu, 12 Oct 2017 22:59:36 -0700, alex.jakime...@gmail.com wrote: > Code: > my @a = [1,2,3,4]; my %h = 'a'=>'b','c'=>'d','101'=>'102'; my $c = > \(|@a, |%h); say $c.list; say $c.hash; > > ¦«2015.12»: > (1 2 3 4) > Map.new(("101" => "102",:a("b"),:c("d"))) > > ¦«2016.06»: > (1 2 3 4) >

[perl #132300] [SEGV] say nqp::getlexdyn('')

2017-10-17 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Bisected: (2016-06-29) https://github.com/rakudo/rakudo/commit/d5c750f74cd4cdbc4746da8bf32d42fc37032b78 On 2017-10-14 06:33:04, c...@zoffix.com wrote: > m: use nqp; say nqp::getlexdyn('') > rakudo-moar 0d217357a: OUTPUT: «(signal SEGV)»

[perl #132316] [Double Free] Crash while running program

2017-10-17 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #132316] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132316 > Hi, I am experiencing crashes only ending in a message like 'Segmentation fault' sometimes

Re: [perl #132300] [SEGV] say nqp::getlexdyn('')

2017-10-17 Thread Timo Paulssen via RT
fixed in moarvm commits a9267cb, 650e797, and 676723d. Needs a bump, as well as tests. On 17/10/17 19:22, Aleks-Daniel Jakimenko-Aleksejev via RT wrote: > Bisected: (2016-06-29) > https://github.com/rakudo/rakudo/commit/d5c750f74cd4cdbc4746da8bf32d42fc37032b78 > > On 2017-10-14 06:33:04,

Re: [perl #132284] [REGRESSION] .gist of a Map was arguably better in the past (say Map.new(‘a’ => ‘b’))

2017-10-17 Thread Timo Paulssen
fixed in moarvm commits a9267cb, 650e797, and 676723d. Needs a bump, as well as tests. On 17/10/17 19:28, Zoffix Znet via RT wrote: > On Thu, 12 Oct 2017 22:59:36 -0700, alex.jakime...@gmail.com wrote: >> Code: >> my @a = [1,2,3,4]; my %h = 'a'=>'b','c'=>'d','101'=>'102'; my $c = >> \(|@a,

Re: [perl #132300] [SEGV] say nqp::getlexdyn('')

2017-10-17 Thread Timo Paulssen
fixed in moarvm commits a9267cb, 650e797, and 676723d. Needs a bump, as well as tests. On 17/10/17 19:22, Aleks-Daniel Jakimenko-Aleksejev via RT wrote: > Bisected: (2016-06-29) > https://github.com/rakudo/rakudo/commit/d5c750f74cd4cdbc4746da8bf32d42fc37032b78 > > On 2017-10-14 06:33:04,

[perl #132316] [Double Free] Crash while running program

2017-10-17 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
How can I reproduce this issue? What code did you use?

Re: [perl #132316] [Double Free] Crash while running program

2017-10-17 Thread Timo Paulssen via RT
if you can, please re-compile MoarVM passing the same options that were used before (you can find them on the first screenfuls of the Makefile inside moarvm's source folder) to Configure.pl but also include --debug=3 and --optimize=0. This is an optional step. After that, please run

Re: [perl #132316] [Double Free] Crash while running program

2017-10-17 Thread Timo Paulssen
if you can, please re-compile MoarVM passing the same options that were used before (you can find them on the first screenfuls of the Makefile inside moarvm's source folder) to Configure.pl but also include --debug=3 and --optimize=0. This is an optional step. After that, please run