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

Null PMC access when assigning an array with uninitialized first elements to another array in Rakudo #1592

Closed
p6rt opened this issue Mar 7, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 7, 2010

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

Searchable as RT73406$

@p6rt
Copy link
Author

p6rt commented Mar 7, 2010

From @masak

<arnsholt> rakudo​: my @​a; @​a[2] = 'b'; my @​b = @​a;
<p6eval> rakudo fe12ac​: OUTPUT«Null PMC access in isa_pmc() [...]
<arnsholt> masak​: I maded u a Null PMC
* masak submits rakudobug
<masak> ...but I submitted it :)
<arnsholt> Awww

@p6rt
Copy link
Author

p6rt commented Mar 7, 2010

From @jnthn

On Sun Mar 07 09​:31​:07 2010, masak wrote​:

<arnsholt> rakudo​: my @​a; @​a[2] = 'b'; my @​b = @​a;
<p6eval> rakudo fe12ac​: OUTPUT«Null PMC access in isa_pmc() [...]
<arnsholt> masak​: I maded u a Null PMC
* masak submits rakudobug
<masak> ...but I submitted it :)
<arnsholt> Awww

Fixed now; needs tests.

Jonathan

@p6rt
Copy link
Author

p6rt commented Mar 7, 2010

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 7, 2010

From @moritz

Tested in S02-builtin_data_types/array_extending.t, and unfudged.

@p6rt
Copy link
Author

p6rt commented Mar 7, 2010

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Mar 7, 2010
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant