Skip to content
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

nqp::p6recont_ro(Scalar) #6095

Closed
p6rt opened this issue Feb 24, 2017 · 4 comments
Closed

nqp::p6recont_ro(Scalar) #6095

p6rt opened this issue Feb 24, 2017 · 4 comments
Labels
moar SEGV Segmentation fault, bus error, etc.

Comments

@p6rt
Copy link

p6rt commented Feb 24, 2017

Migrated from rt.perl.org#130852 (status was 'resolved')

Searchable as RT130852$

@p6rt
Copy link
Author

p6rt commented Feb 24, 2017

From @zoffixznet

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)»

@p6rt
Copy link
Author

p6rt commented Feb 24, 2017

From @zoffixznet

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

@p6rt
Copy link
Author

p6rt commented Feb 24, 2017

From @zoffixznet

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

@p6rt p6rt closed this as completed Feb 24, 2017
@p6rt
Copy link
Author

p6rt commented Feb 24, 2017

@zoffixznet - Status changed from 'new' to 'resolved'

@p6rt p6rt added moar SEGV Segmentation fault, bus error, etc. labels Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
moar SEGV Segmentation fault, bus error, etc.
Projects
None yet
Development

No branches or pull requests

1 participant