-
Notifications
You must be signed in to change notification settings - Fork 1
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
multi sub with where clause + temp crashing on MoarVM #3659
Comments
From @dwarringConsider: my $x; This runs to completion on JVM and Parrot, but crashes on MoarVM 2015.01-30-gd671638. Typically at around 100 iterations. [Golfed from flapping CSS::Writer tests] |
From @dwarringA test case has been added to integration/weird-errors.t Fudged for rakudo.moar
|
From @usev6The test passes now and was unfudged with commit Raku/roast@4954d43df4 I'm closing this ticket now. (whoever fixed this)++ |
1 similar comment
From @usev6The test passes now and was unfudged with commit Raku/roast@4954d43df4 I'm closing this ticket now. (whoever fixed this)++ |
@usev6 - Status changed from 'new' to 'resolved' |
From @dwarringOn Sun Feb 01 12:21:33 2015, bartolin@gmx.de wrote:
This bug seems to be back :-| e.g. Reverted Raku/roast@4954d43df4 to refudge. I might try bisecting when I get a chance, to see when this was reintroduced. |
@dwarring - Status changed from 'resolved' to 'open' |
From @lizmat
Seems #124318 is related to this. Liz |
From @jnthnOn Thu Apr 16 13:19:13 2015, elizabeth wrote:
It was, though the dynamic optimizer was not involved, as #124318 suggested; it just rearranged memory such that we saw it further. It was a bug involving reading bogus memory, so could easily have appeared to go away, then come back. Now it should be fixed for good. Test re-enabled. |
@jnthn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#123686 (status was 'resolved')
Searchable as RT123686$
The text was updated successfully, but these errors were encountered: