--abort_on_uncaught_exception causes exception stack dumps to be incorrect #22848
Labels
duplicate
Issues and PRs that are duplicates of other issues or PRs.
post-mortem
Issues and PRs related to the post-mortem diagnostics of Node.js.
v8 engine
Issues and PRs related to the V8 dependency.
Version: v8.11.3
Platform: MacOS and any Linux.
When using --abort_on_uncaught_exception exceptions do not include line numbers in stack trace.
here's what happens with an exception with the option enabled
And here's without it
The text was updated successfully, but these errors were encountered: