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 #131888] No such method 'cache' for invocant of type 'NQPMu'

2017-08-12 Thread Bart Wiegmans via RT
Hi, Thanks for the report. Can you try running it with the one of the following two variables set: MVM_SPESH_DISABLE=1 MVM_SPESH_INLINE_DISABLE=1 MVM_SPESH_OSR_DISABLE=1 MVM_JIT_DISABLE=1 Last weeks we've seen lots of development in the dynamic optimizer, so there are undoubtedly a few bugs to