VerteDinde

#48973: fix: revert enabling WASM trap handlers in all Node.js processes

Merged
Created: Nov 14, 2025, 3:07:32 PM
Merged: Nov 14, 2025, 5:23:15 PM
6 comments
Target: main

Description of Change

Addresses #48956

Looking into the dmp file stacktrace attached to the above issue, the wasm trap handlers appear to be crashing shortly after app launch. This PR reverts the change while we investigate and find a forward fix.

This reverts commit ca0b46b and PR #48788

Checklist

Release Notes

Notes: Fixed an issue where some apps would throw an exception on launch.

Backports

39-x-y
Merged
PR Number
#48975
Merged At
Nov 14, 2025, 8:56:50 PM
Released In
v39.2.1
Release Date
Nov 15, 2025, 1:57:10 PM
40-x-y
Merged
PR Number
#48976
Merged At
Nov 14, 2025, 8:57:06 PM
Released In
v40.0.0-alpha.6
Release Date
Nov 17, 2025, 7:31:59 AM

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron