`test-wasm-allocation[-memory64]` failures with V8 14.6 in worker thread · Issue #62870 · nodejs/node · GitHub
Skip to content

test-wasm-allocation[-memory64] failures with V8 14.6 in worker thread #62870

@targos

Description

@targos

Refs: #61898

The worker is terminated because it runs out of memory, instead of throwing the expected error.

---
duration_ms: 270.205
exitcode: 1
severity: fail
stack: |-
  node:events:487
        throw er; // Unhandled 'error' event
        ^

  Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory
      at [kOnExit] (node:internal/worker:385:26)
      at Worker.<computed>.onexit (node:internal/worker:301:20)
  Emitted 'error' event on Worker instance at:
      at [kOnExit] (node:internal/worker:385:12)
      at Worker.<computed>.onexit (node:internal/worker:301:20) {
    code: 'ERR_WORKER_OUT_OF_MEMORY'
  }

  Node.js v26.0.0-pre
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    v8 engineIssues and PRs related to the V8 dependency.wasmIssues and PRs related to WebAssembly.workerIssues and PRs related to Worker support.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions