-
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
Newbie code segfaults #5185
Comments
From @lizmat==========================
|
From @lizmat
Some more datapoints: Changing the first block to { !( does *not* fix the issue, changing the block to { !($a %% $_) } *does* fix the issue. Also, changing the type of $a to: my Int $a = 14; does *not* fix the issue, whereas changing it to: my int $a = 14; *does* fix the issue. Liz |
From @jnthnOn Sun Mar 20 06:39:39 2016, elizabeth wrote:
Was a GC invariant violation that occasionally led to memory corruption (thus why it was easy to make it vanish with silly changes). Actually a regression within the last month or two. Fixed it, and add a test to integration/weird-errors.t. /jnthn |
The RT System itself - Status changed from 'new' to 'open' |
@jnthn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#127748 (status was 'resolved')
Searchable as RT127748$
The text was updated successfully, but these errors were encountered: