[perl #130435] [REGRESSION] UNIT::EXPORT has different .WHICH than unit scoped module::EXPORT

2017-08-14 Thread Brian S. Julin via RT
On Wed, 28 Dec 2016 19:46:01 -0800, alex.jakime...@gmail.com wrote: > Code: > unit module Foo; sub foo() is export {}; say Foo::EXPORT === > UNIT::EXPORT # unit makes the declared package the current UNIT > > Result (2016.04): > True > > Result (HEAD): > False > > > Bisectable is pointing to >

[perl #131879] [REGRESSION] Memory “leak”

2017-08-14 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
OK, this is still not resolved, but it got noticeably better. The issue is reproducible with the snippet provided in the original report. On 2017-08-11 10:01:42, alex.jakime...@gmail.com wrote: > There was some progress on this. jnthn++ > > I guess the most promising commit regarding this issue

[perl #131881] [REGRESSION] JSON::Tiny tests output bad text on latest build

2017-08-14 Thread Samantha McVey via RT
I have fixed this as of this MoarVM commit: https://github.com/MoarVM/MoarVM/commit/712cff3341270362b808ba0f4c519f4557a4671d Full explaination in the commit description. Thanks a lot for reporting this bug :)

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans via RT
Hang on, it's only MVM_JIT_DISABLE sensitive on my branch (even-moar-jit). It appears to happen within the perl6 extension opcodes. Regards, Bart 2017-08-14 10:26 GMT+02:00 Bart Wiegmans : > It's a bus error that goes away with MVM_JIT_DISABLE. > This is going to be

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans via RT
It's a bus error that goes away with MVM_JIT_DISABLE. This is going to be interesting. 2017-08-14 10:23 GMT+02:00 Bart Wiegmans : > Can reproduce, thank you! > > This also requires the following modules: > > JSON::Fast (broken test on my machine, but may be for any

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans via RT
Can reproduce, thank you! This also requires the following modules: JSON::Fast (broken test on my machine, but may be for any reason) File::Temp HTTP::Server::Async HTTP::Server::Router Test::Output Template::Mustache YAMLish (I'm going to guess some of these were installed by rakudo star)

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans
Hang on, it's only MVM_JIT_DISABLE sensitive on my branch (even-moar-jit). It appears to happen within the perl6 extension opcodes. Regards, Bart 2017-08-14 10:26 GMT+02:00 Bart Wiegmans : > It's a bus error that goes away with MVM_JIT_DISABLE. > This is going to be

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans
It's a bus error that goes away with MVM_JIT_DISABLE. This is going to be interesting. 2017-08-14 10:23 GMT+02:00 Bart Wiegmans : > Can reproduce, thank you! > > This also requires the following modules: > > JSON::Fast (broken test on my machine, but may be for any

Re: [perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-14 Thread Bart Wiegmans
Can reproduce, thank you! This also requires the following modules: JSON::Fast (broken test on my machine, but may be for any reason) File::Temp HTTP::Server::Async HTTP::Server::Router Test::Output Template::Mustache YAMLish (I'm going to guess some of these were installed by rakudo star)