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)

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

2017-08-13 Thread Evan Miller via RT
Update: Uzu has been updated to remove parallelism in order to work around the crash. To reproduce the issue, check out commit 6e0997d: $ zef install Template6 $ git clone g...@github.com:scmorrison/uzu.git $ cd uzu $ git checkout 6e0997d $ perl6 t/02-build.t

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

2017-08-12 Thread via RT
# New Ticket Created by Evan Miller # Please include the string: [perl #131889] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131889 > $ zef install Template6 $ git clone g...@github.com:scmorrison/uzu.git $ cd uzu $ perl6