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 on '1, +* ... *' in Rakudo #1712

Closed
p6rt opened this issue Apr 23, 2010 · 4 comments
Closed

Null PMC access on '1, +* ... *' in Rakudo #1712

p6rt opened this issue Apr 23, 2010 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Apr 23, 2010

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

Searchable as RT74606$

@p6rt
Copy link
Author

p6rt commented Apr 23, 2010

From @masak

<mls> rakudo​: say say (1, + * ... *).perl
<p6eval> rakudo 6783b5​: OUTPUT«␤Null PMC access in find_method('params') [...]
* masak submits rakudobug
<masak> rakudo​: 1, +* ... *
<p6eval> rakudo 6783b5​: OUTPUT«␤Null PMC access in find_method('params')
<masak> it's the '1,', the '+' and the '...' in conjunction that does it.

@p6rt
Copy link
Author

p6rt commented Jul 24, 2010

From @coke

On Fri Apr 23 04​:08​:52 2010, masak wrote​:

<mls> rakudo​: say say (1, + * ... *).perl
<p6eval> rakudo 6783b5​: OUTPUT«␤Null PMC access in
find_method('params') [...]
* masak submits rakudobug
<masak> rakudo​: 1, +* ... *
<p6eval> rakudo 6783b5​: OUTPUT«␤Null PMC access in
find_method('params')
<masak> it's the '1,', the '+' and the '...' in conjunction that does
it.

This no longer fails, but hangs, as it's generating an inf list of ones.

say (1, + * ... *).munch(40).perl
(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jul 24, 2010

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

@p6rt
Copy link
Author

p6rt commented Aug 11, 2010

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

@p6rt p6rt closed this as completed Aug 11, 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