You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sanxiyn opened this issue
Feb 18, 2013
· 4 comments
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsI-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
I have a vague suspicion that this has to do with #3235 because I don't think that the iteration in the for loop can capture p by value with the & match.
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsI-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
The following code aborts with "exchange heap not empty on exit".
https://gist.github.com/sanxiyn/4975995
The text was updated successfully, but these errors were encountered: