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
Migrated from rt.perl.org#130852 (status was 'resolved')
Searchable as RT130852$
The text was updated successfully, but these errors were encountered:
Originally encountered this grepping CORE:: symbols and calling .unique on the result.
Golfed it down to nqp::p6recont_ro(Scalar):
<ZoffixW> m: unique Scalar <camelia> rakudo-moar d41b68: OUTPUT: «(signal SEGV)»
<ZoffixW> m: use nqp; nqp::p6recont_ro(Scalar) <camelia> rakudo-moar d41b68: OUTPUT: «(signal SEGV)»
Sorry, something went wrong.
I further dug in src/vm/moar/ops/perl6_ops.c in `static void p6recont_ro(` and the SEGV seems to occur when `((Rakudo_ContainerDescriptor *)desc)->rw` is evaluated
On Fri, 24 Feb 2017 08:21:12 -0800, cpan@zoffix.com wrote:
Originally encountered this grepping CORE:: symbols and calling .unique on the result. Golfed it down to nqp::p6recont_ro(Scalar): <ZoffixW> m: unique Scalar <camelia> rakudo-moar d41b68: OUTPUT: «(signal SEGV)» <ZoffixW> m: use nqp; nqp::p6recont_ro(Scalar) <camelia> rakudo-moar d41b68: OUTPUT: «(signal SEGV)»
Thank you for the report. This is now fixed.
Fix: rakudo/rakudo@ae2c1dadf0 Test: Raku/roast@e31c78c52b
@zoffixznet - Status changed from 'new' to 'resolved'
No branches or pull requests
Migrated from rt.perl.org#130852 (status was 'resolved')
Searchable as RT130852$
The text was updated successfully, but these errors were encountered: