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 indexing \() in Rakudo #2422

Closed
p6rt opened this issue May 3, 2011 · 5 comments
Closed

Null PMC access when indexing \() in Rakudo #2422

p6rt opened this issue May 3, 2011 · 5 comments

Comments

@p6rt
Copy link

p6rt commented May 3, 2011

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

Searchable as RT89766$

@p6rt
Copy link
Author

p6rt commented May 3, 2011

From @masak

<masak> rakudo​: $_ = \()[0]
<p6eval> rakudo 7114f5​: OUTPUT«Null PMC access in isa_pmc()␤ in
'&infix​:<=>' [...]
* masak submits rakudobug
<masak> rakudo​: say \()[0] # it's really evaluating the \()[0] that
causes the error
<p6eval> rakudo 7114f5​: OUTPUT«Null PMC access in type()␤ in main
program body [...]

@p6rt
Copy link
Author

p6rt commented Oct 19, 2011

From @jnthn

On Tue May 03 12​:09​:38 2011, masak wrote​:

<masak> rakudo​: $_ = \()[0]
<p6eval> rakudo 7114f5​: OUTPUT«Null PMC access in isa_pmc()␤ in
'&infix​:<=>' [...]
* masak submits rakudobug
<masak> rakudo​: say \()[0] # it's really evaluating the \()[0] that
causes the error
<p6eval> rakudo 7114f5​: OUTPUT«Null PMC access in type()␤ in main
program body [...]

Now​:

$_ = \()[0]
Any()
say \()[0]
Any()

Tagging testneeded.

/jnthn

@p6rt
Copy link
Author

p6rt commented Oct 19, 2011

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

@p6rt
Copy link
Author

p6rt commented Mar 4, 2012

From @moritz

Now tested in S02-types/capture.t

@p6rt p6rt closed this as completed Mar 4, 2012
@p6rt
Copy link
Author

p6rt commented Mar 4, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant