Issue metadata
Sign in to add a comment
|
DCHECK in RenderFrameHostImpl::OnSuddenTerminationDisablerChanged |
||||||||||||||||||||||
Issue descriptionCrash a tab, as per e.g. bug 758260 . Click reload button. Browser crashes. void RenderFrameHostImpl::OnSuddenTerminationDisablerChanged( bool present, blink::WebSuddenTerminationDisablerType disabler_type) { DCHECK_NE(GetSuddenTerminationDisablerState(disabler_type), present); if (present) { sudden_termination_disabler_types_enabled_ |= disabler_type; } else { sudden_termination_disabler_types_enabled_ &= ~disabler_type; } } 0:000> dv this = 0x3c4d8d68 present = true disabler_type = 0x02 '' true_if_passed = class logging::CheckOpResult
,
Aug 23 2017
,
Aug 23 2017
I can repro the termination by navigating to chrome://memory-exhaust, then reloading. For some reason chrome://crash doesn't repro the check.
,
Aug 23 2017
Looks like this code was added here: https://chromium-review.googlesource.com/c/chromium/src/+/562616. Fadi, can you take a look?
,
Aug 23 2017
,
Aug 24 2017
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by siggi@chromium.org
, Aug 23 2017