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
Segfault when make()ing things in a when-block in grammar actions #838
Comments
From @moritzIn a parser I am writing I see a segmentation fault that shows up on a method value($/, $what) { (adding a given $what { ... } around it makes no difference). When I To reproduce this problem, do these steps: This is the backtrace I get from running it with gdb: Program received signal SIGSEGV, Segmentation fault. Cheers, |
From @pmichaudI think this bug should now be fixed in 456ade5 -- it no longer The test program I was using no longer segfaults as of 456ade5: $ cat x class B { A.parse("'foo'", :action(B.new)) $ ./perl6 x I'll assign the ticket to moritz++, who can then decide what spectests Thanks! Pm |
|
The RT System itself - Status changed from 'new' to 'open' |
From @cokeOn Mon, Apr 27, 2009 at 8:10 PM, Patrick R. Michaud via RT
Is the segfault something that can be generated in pure parrot, or -- |
From @pmichaudOn Mon, Apr 27, 2009 at 08:45:47PM -0400, Will Coleda wrote:
It can be generated in pure parrot -- I still need to extract out Pm |
From @moritzTested in S05-grammar/action-stubs.t. If you want a ticket for parrot tests, please open a track ticket. Cheers, |
|
@moritz - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#64208 (status was 'resolved')
Searchable as RT64208$
The text was updated successfully, but these errors were encountered: