-
Notifications
You must be signed in to change notification settings - Fork 374
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
fix(gnovm): handle case of NumStmts = 0 when creating stacktraces #2813
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2813 +/- ##
==========================================
- Coverage 60.90% 60.89% -0.02%
==========================================
Files 564 564
Lines 75273 75278 +5
==========================================
- Hits 45846 45840 -6
- Misses 26055 26061 +6
- Partials 3372 3377 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
cc @omarsy, if you can also take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I'm wondering if is it necessary to include the realm's stack trace if we have an OutOfGasException?
no, and it's not printed, but it was trying to create it anyway. i think the stacktrace is created, but eventually not used. |
ping @deelawn |
without the patch, the test fails with this error: