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

Segmentation fault from { say $!.WHAT } #1227

Closed
p6rt opened this issue Aug 15, 2009 · 5 comments
Closed

Segmentation fault from { say $!.WHAT } #1227

p6rt opened this issue Aug 15, 2009 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Aug 15, 2009

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

Searchable as RT68554$

@p6rt
Copy link
Author

p6rt commented Aug 15, 2009

From @kyleha

These segmentation fault​:

perl6 -e 'try { 1/0 }; say $!.WHAT'
perl6 -e 'try { 1/0 }; my $x = $!.WHAT; say $x'

These do not​:

perl6 -e 'try { 1/0 }; my $x = ~$!.WHAT; say $x'
perl6 -e 'try { 1/0 }; my $x = $!.WHAT; say ~$x'

@p6rt
Copy link
Author

p6rt commented Aug 15, 2009

From @kyleha

This is with Rakudo ada2b41a8da3f85105eb2d35747cc012dac91ef4

@p6rt
Copy link
Author

p6rt commented Mar 23, 2010

From @moritz

now tested in integration/weird-errors.t; does not segfault anymore.

@p6rt
Copy link
Author

p6rt commented Mar 23, 2010

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

@p6rt
Copy link
Author

p6rt commented Mar 23, 2010

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

@p6rt p6rt closed this as completed Mar 23, 2010
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