Constantly crashing with StrictModeViolation errors |
||
Issue descriptionChrome Version: 55.0, 56, 57 (maybe earlier) OS: Android What steps will reproduce the problem? On 55, open Settings from the hamburger menu On 56/57, just launch Chrome What is the expected result? No crash What happens instead? Crash every time
,
Feb 6 2017
Can you check your command-line flags? You might have --strict-mode flag turned on in command line. You can use build/android/adb_chrome_public_command_line to check.
,
Feb 6 2017
Indeed yes that outputs ... "--strict-mode=testing" - and clearing it with build/android/adb_chrome_public_command_line '' fixed the crashes :) thanks! Still don't know how I got into that state though.. perhaps from running the tests? or maybe I set it once and forgot about it. Anyway, thanks! And hopefully this ticket helps anybody else that gets into this state.
,
Feb 6 2017
Running instrumentation tests does indeed add the flag. Unfortunately on N the bot has the flag turned off for now (due to the same crashes that we haven't gotten around to fixing/whitelisting). |
||
►
Sign in to add a comment |
||
Comment 1 by awdf@chromium.org
, Feb 3 2017Summary: Constantly crashing with StrictModeViolation errors (was: StrictMode crash when I open Settings on M55 & on startup on 56/57)