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::push to a typeobject of a class with repr("VMArray") #6575

Open
p6rt opened this issue Oct 6, 2017 · 2 comments
Open

nqp::push to a typeobject of a class with repr("VMArray") #6575

p6rt opened this issue Oct 6, 2017 · 2 comments
Labels
SEGV Segmentation fault, bus error, etc. testneeded

Comments

@p6rt
Copy link

p6rt commented Oct 6, 2017

Migrated from rt.perl.org#132228 (status was 'new')

Searchable as RT132228$

@p6rt
Copy link
Author

p6rt commented Oct 6, 2017

From @zoffixznet

IRC​: https://irclog.perlgeek.de/perl6-dev/2017-10-06#i_15265279

10​:40 Zoffix m​: use nqp; nqp​::push(class :​: is repr("VMArray") {}, 42)
10​:40 camelia rakudo-moar 96669c​: OUTPUT​: «(signal SEGV)»
10​:40 Zoffix (no .new)

@p6rt p6rt added the SEGV Segmentation fault, bus error, etc. label Jan 5, 2020
@usev6
Copy link

usev6 commented Apr 3, 2021

There is no segfault anymore and the error message looks sane to me:

$ ./rakudo-m -e 'use nqp; nqp::push(class :: is repr("VMArray") {}, 42)'
push_o requires a concrete object (got a <anon|1> type object instead)
  in block <unit> at -e line 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SEGV Segmentation fault, bus error, etc. testneeded
Projects
None yet
Development

No branches or pull requests

2 participants