New issue
Advanced search Search tips

Issue 699875 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner:
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 0
Type: Bug



Sign in to add a comment

DevTools Renderer crashes randomly while scrolling source code

Project Member Reported by lushnikov@chromium.org, Mar 9 2017

Issue description

Chrome Version       : 59.0.3035.0
OS Version: OS X 10.12.3
URLs (if applicable) :

What steps will reproduce the problem?
1. Open devtools on any website
2. Open sources panel, open javascript code
3. Start scrolling it up-and-down

What is the expected result?
Nothing crashes.

What happens instead of that?
Renderer crashes for me a lot. Example crash ids: b757ab6920000000, 69852b6920000000, 6f8f1e6480000000, ed801b6920000000

Thread is crashed with BAD_ACCESS
The tip of the stack: 
	0x0000000104961c30	(Google Chrome Framework -__hash_table )	cc::LayerTreeImpl::DidUpdateScrollState(int)
0x00000001048a1571	(Google Chrome Framework -painted_scrollbar_layer_impl.cc:61 )	cc::PaintedScrollbarLayerImpl::PushPropertiesTo(cc::LayerImpl*)
0x000000010498ee7e	(Google Chrome Framework -tree_synchronizer.cc:97 )	cc::TreeSynchronizer::PushLayerProperties(cc::LayerTreeImpl*, cc::LayerTreeImpl*)
0x0000000104958ef8	(Google Chrome Framework -layer_tree_host_impl.cc:2046 )	cc::LayerTreeHostImpl::ActivateSyncTree()
0x0000000104986f1a	(Google Chrome Framework -proxy_impl.cc:534 )	cc::ProxyImpl::ScheduledActionActivateSyncTree()
0x00000001049177fd	(Google Chrome Framework -scheduler.cc:641 )	cc::Scheduler::ProcessScheduledActions()
0x00000001049857c3	(Google Chrome Framework -proxy_impl.cc:296 )	cc::ProxyImpl::NotifyReadyToActivate()
0x0000000104935f28	(Google Chrome Framework -tile_manager.cc:1130 )	cc::TileManager::CheckAndIssueSignals()

 
Labels: Needs-Triage-M59 Needs-Bisect
Components: -Blink>Paint Internals>Compositing
Labels: Hotlist-ThreadedRendering

Comment 3 by ajuma@chromium.org, Mar 9 2017

Owner: bokan@chromium.org
Status: Assigned (was: Unconfirmed)
This looks like a way to repro bug 699504. Leaving open as a separate bug since there are repro steps here, but feel free to dup if that makes more sense.

Comment 4 by bokan@chromium.org, Mar 9 2017

Mergedinto: 699504
Status: Duplicate (was: Assigned)
Thanks, this will help. I'll fix by EOD.

Sign in to add a comment