-
Notifications
You must be signed in to change notification settings - Fork 248
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
App crashes on nargo test --show-output #1982
Comments
log:
|
Looks like this is fixed on master. I can't replicate it with the current SSA or |
Not always encountering the error (https://gist.github.com/f01dab1e/c05a8b78702a3af452593f71c8756f43), but with the |
Unfortunate. I suppose whatever is making these tests nondeterministic in #1986 is also causing this to only sometimes crash. |
Alright, I had to run it 10 times but I did replicate the panic |
If the panic doesn't occur with |
Reopening this issue. Since the fix for this relies on using |
The experimental-ssa is now the default as of 0.9.0, so this is fixed 😄 |
Aim
I tried to run the tests on the phy_vector folder in this repository. But it crashes.
Expected Behavior
The crash should not happen
Bug
The generic "app crashed, this is a bug and might have been resolved in a later release" error message shows up
To Reproduce
let mm = vsum.j.num;
std::println(mm);
Installation Method
Binary
Nargo Version
0.7.1
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: