-
-
Notifications
You must be signed in to change notification settings - Fork 418
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 in ponyint_heap_alloc_small #1616
Comments
I'm working on a minimal example that causes this issue. |
I am now using ponyc actor Main
new create(env: Env) =>
foo(Array[I64])
fun foo(xs: Array[I64]): Array[I64] =>
foo(xs).>append(xs) Output from running with LLDB:
LLDB backtrace ends up showing an infinite loop with output like this:
|
@Theodus I'm not surprised that that example code is causing what is effectively an infinite loop. From my reading of the code, every time |
@dipinhora I agree. After reducing it down it no longer seems like what I thought it might be. |
ponyc version:
lldb output:
The text was updated successfully, but these errors were encountered: