-
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 when attempting to profile the Rakudo compile #6360
Comments
From @MasterDuke17gdb --args /home/dan/Source/perl6/install/bin/moar (gdb) bt (gdb) call MVM_dump_backtrace(tc) |
From @timothis was caused by instructions coming back from the dead, haunting usage counts by mysteriously dropping them by 1 or more, and then both the dead instruction and the lawful citizens of other blocks of code being executed by the local authorities. fixed with MoarVM/MoarVM@3d3d0d05df |
The RT System itself - Status changed from 'new' to 'open' |
@timo - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#131653 (status was 'resolved')
Searchable as RT131653$
The text was updated successfully, but these errors were encountered: