mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
V8 9.1 changed the way it aborts on uncaught exceptions on Windows.
It now uses the code 0x80000003 (exception breakpoint) instead of
0xC0000005 (access violation).
Refs:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| abort.status | ||
| test-abort-backtrace.js | ||
| test-abort-fatal-error.js | ||
| test-abort-uncaught-exception.js | ||
| test-addon-register-signal-handler.js | ||
| test-addon-uv-handle-leak.js | ||
| test-http-parser-consume.js | ||
| test-process-abort-exitcode.js | ||
| test-signal-handler.js | ||
| test-worker-abort-uncaught-exception.js | ||
| test-zlib-invalid-internals-usage.js | ||
| testcfg.py | ||