This is a backport PR for branch 45-x-y
trop[bot]

#53942: fix: post navigations started while a dead renderer is torn down

Merged
Created: Sep 15, 2026, 5:17:30 AM
Merged: Sep 15, 2026, 7:24:22 AM
1 comments
Target: 45-x-y

Backport of #53924

See that PR for details.

Notes: Fixed a main-process crash when an app called loadURL() again right after a load failed because the renderer process exited before the page committed.

Backport Information

Original PR Author
codebytere
Original PR Status
Merged
Original PR Merged At
Sep 15, 2026, 5:16:50 AM
Original PR Link
GitHubView on GitHub

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