-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault / malloc errors testing Uzu with latest Rakudo #6444
Comments
From emmiller@gmail.com$ zef install Template6 1..3 Other memory errors sometimes appear instead, e.g.: moar(63339,0x70000b4a6000) malloc: *** error for object 0x7fa57da56e00: moar(63470,0x700006845000) malloc: *** error for object 0x7ff9dfdbd290: $ perl6 --version Might be related to #131888; I see that error occasionally as well. I am |
From emmiller@gmail.comUpdate: 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 |
From @bdwCan reproduce, thank you! This also requires the following modules: JSON::Fast (broken test on my machine, but may be for any reason) (I'm going to guess some of these were installed by rakudo star) Arguably, we should have more of a 'batteries included' approach to a 2017-08-13 15:05 GMT+02:00 Evan Miller via RT <perl6-bugs-followup@perl.org>
|
The RT System itself - Status changed from 'new' to 'open' |
From @bdwIt's a bus error that goes away with MVM_JIT_DISABLE. 2017-08-14 10:23 GMT+02:00 Bart Wiegmans <bartwiegmans@gmail.com>:
|
From @bdwHang on, it's only MVM_JIT_DISABLE sensitive on my branch (even-moar-jit). 2017-08-14 10:26 GMT+02:00 Bart Wiegmans <bartwiegmans@gmail.com>:
|
Migrated from rt.perl.org#131889 (status was 'open')
Searchable as RT131889$
The text was updated successfully, but these errors were encountered: