repl: handle exceptions from async context after close #73251
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/wasi/test-wasi-pthread.js#L7
--- stderr ---
[process 39687]: --- stderr ---
(node:39687) ExperimentalWarning: WASI is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
poll_oneoff(16842672, 16842632, 1, 16842668)
fd_write(2, 69600, 2, 69596)
Assertion failed: r == 0 (c/pthread.c: main: 17)
wasm://wasm/00020abe:1
RuntimeError: unreachable
at wasm://wasm/00020abe:wasm-function[26]:0x892
at wasm://wasm/00020abe:wasm-function[27]:0x8da
at wasm://wasm/00020abe:wasm-function[13]:0x46a
at wasm://wasm/00020abe:wasm-function[11]:0x328
at WASI.start (node:wasi:138:7)
at /Users/runner/work/node/node/node/test/fixtures/wasi-preview-1.js:191:20
Node.js v26.0.0-pre
[process 39687]: --- stdout ---
[process 39687]: status = 1, signal = null
/Users/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status 1, expected 0
at testWasiPreview1 (/Users/runner/work/node/node/node/test/common/wasi.js:18:3)
at Object.<anonymous> (/Users/runner/work/node/node/node/test/wasi/test-wasi-pthread.js:7:1)
at Module._compile (node:internal/modules/cjs/loader:1829:14)
at Object..js (node:internal/modules/cjs/loader:1969:10)
at Module.load (node:internal/modules/cjs/loader:1552:32)
at Module._load (node:internal/modules/cjs/loader:1354:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
options: { env: { NODE_DEBUG_NATIVE: 'wasi', NODE_PLATFORM: 'darwin' } },
command: '/Users/runner/work/node/node/node/out/Release/node --turbo-fast-api-calls /Users/runner/work/node/node/node/test/fixtures/wasi-preview-1.js --target=wasm32-wasip1-threads pthread'
}
Node.js v26.0.0-pre
--- stdout ---
Testing with --turbo-fast-api-calls: --target=wasm32-wasip1-threads pthread
Command: out/Release/node /Users/runner/work/node/node/node/test/wasi/test-wasi-pthread.js
|
|
sccache stats
74% - 3581 hits, 1284 misses, 0 errors
|