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

Dotty method calls confuse rakudo's MMD mechanism #220

Closed
p6rt opened this issue Aug 8, 2008 · 5 comments
Closed

Dotty method calls confuse rakudo's MMD mechanism #220

p6rt opened this issue Aug 8, 2008 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Aug 8, 2008

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

Searchable as RT57740$

@p6rt
Copy link
Author

p6rt commented Aug 8, 2008

From @masak

r30120​:
$ ./perl6 -e 'my $s = "hi"; $s = $s.uc' # works

$ ./perl6 -e 'my $s = "hi"; $s.=uc' # oughta
MMD function __concatenate not found for types (160, -98)
[...]
Segmentation fault

The segfault only occurs when running ./perl6, not when running
../../parrot perl6.pbc.

@p6rt
Copy link
Author

p6rt commented Aug 9, 2008

From @chromatic

On Thursday 07 August 2008 22​:45​:36 Carl Mäsak wrote​:

The segfault only occurs when running ./perl6, not when running
../../parrot perl6.pbc.

That's because all fakecutables set the flag which tells Parrot to destroy
everything at shutdown. If you add the --leak-test or --destroy-at-end flags
to the ../../parrot invocation, you'll see the same behavior. (No one else
ever uses those flags, which is why I enabled the behavior for all
fakecutables.)

-- c

@p6rt
Copy link
Author

p6rt commented Aug 9, 2008

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

@p6rt
Copy link
Author

p6rt commented Oct 16, 2008

From @moritz

On Thu Aug 07 22​:45​:36 2008, masak wrote​:

$ ./perl6 -e 'my $s = "hi"; $s.=uc' # oughta
MMD function __concatenate not found for types (160, -98)
[...]
Segmentation fault

This work fine with a new rakudo (31994). Closing.

@p6rt
Copy link
Author

p6rt commented Oct 16, 2008

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

@p6rt p6rt closed this as completed Oct 16, 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant