Skip to content

fix(browser): drop OptimizationHints from --disable-features - #2241

Merged
ntohidi merged 3 commits into
unclecode:developfrom
Zsanz3:cursor/fix-optimization-hints-segv-fba7
Sep 9, 2026
Merged

fix(browser): drop OptimizationHints from --disable-features#2241
ntohidi merged 3 commits into
unclecode:developfrom
Zsanz3:cursor/fix-optimization-hints-segv-fba7

Conversation

@Zsanz3

@Zsanz3 Zsanz3 commented Sep 9, 2026

Copy link
Copy Markdown

Fixes #2239

Problem

--disable-features=OptimizationHints under --headless=new can SEGV_ACCERR ManagedBrowser on macOS arm64.

Fix

Remove OptimizationHints from both --disable-features lists in ManagedBrowser.build_browser_flags / _build_browser_args. Keep MediaRouter,DialMediaRouteProvider.

Tests

Does not touch #2226/#2234.

unclecode and others added 3 commits August 31, 2026 14:05
docs: credit Jace Sun by GitHub handle
Chrome-for-Testing SEGV_ACCERRs under --headless=new on macOS arm64 when
OptimizationHints is disabled. Keep MediaRouter and DialMediaRouteProvider.

Fixes unclecode#2239

Co-authored-by: Zsanz3 <Zsanz3@users.noreply.github.com>
@ntohidi
ntohidi changed the base branch from main to develop September 9, 2026 13:18
@ntohidi
ntohidi merged commit 75bacbd into unclecode:develop Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ManagedBrowser SEGV_ACCERR crash with --disable-features=OptimizationHints in --headless=new (macOS arm64)

4 participants