Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#100] fix(DaedalusVm): segfault in
print_stack_trace
with `Transie…
…ntInstance` Because `DaedalusTransientInstances` don't actually store a symbol index, the globals output of `print_stack_trace` will cause a crash because the symbol index being looked up is `-1`. This patch adds a separate check for this case.
- Loading branch information