This is a backport PR for branch 44-x-y
codebytere

#54484: fix: report install folders that the sandbox cannot read on Windows instead of crash-looping the GPU process

Open
Created: Sep 27, 2026, 2:52:37 AM
0 comments
Target: 44-x-y

Backport of #54382

See that PR for details. Conflicts were the Windows include block in electron_browser_main_parts.cc and the neighbouring entries in filenames.gni (44-x-y still lists scoped_hstring); both resolved by inserting the new lines. The sandbox and base::win APIs it uses are identical on this branch's Chromium.

Notes: Fixed the GPU process crash-looping on Windows when the sandbox cannot read the install folder; the folder is now reported instead.

Backport Information

Original PR Author
codebytere
Original PR Status
Merged
Original PR Merged At
Sep 27, 2026, 2:50:44 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