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
Bug introduced in commit 4c32c53 from late last month.
When unwinding the stack, call build_backtrace only when the exception
object doesn't already have a .stack property, like how it was before
commit 4c32c53.
Fixes: quickjs-ng#904
It's due to the build_backtrace call in JS_CallInternal that's called every time a stack frame is unwound.
Another way of demonstrating the issue:
Prints:
The text was updated successfully, but these errors were encountered: