New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 693011 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Sep 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Check failed: static_cast<size_t>(skCanvas->getSaveCount()) == m_stateStack.size() + 1 (6 vs. 4)

Project Member Reported by maxmorin@chromium.org, Feb 16 2017

Issue description

Chrome Version: ToT 9a7046fe96fd295220a657cee61443b5b21827a0
OS: Observed on Linux

GN args:
target_os = "linux"
is_component_build = false
dcheck_always_on = true
is_debug = false
use_goma = true

Log:
Lots of
[142817:142958:0216/112027.280501:ERROR:object_proxy.cc(583)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.UnknownMethod: Method "GetDisplayDevice" with signature "" on interface "org.freedesktop.UPower" doesn't exist

[142817:142817:0216/112145.130470:ERROR:render_process_host_impl.cc(2095)] Request for unknown Channel-associated interface: device::mojom::ScreenOrientationListener

Lots of
[142817:142958:0216/112027.280501:ERROR:object_proxy.cc(583)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.UnknownMethod: Method "GetDisplayDevice" with signature "" on interface "org.freedesktop.UPower" doesn't exist

[1:1:0216/112229.990333:FATAL:CanvasRenderingContext2D.cpp(161)] Check failed: static_cast<size_t>(skCanvas->getSaveCount()) == m_stateStack.size() + 1 (6 vs. 4).



I got this DCHECK while trying to reproduce another bug. I got it by opening a bunch of (~12) youtube videos, pausing them, and then going to cnn.com and opening some tabs from there and scrolling around a bit.

fmalita: Adding you as owner since you added the DCHECK.
 
Components: Internals>GPU>Canvas2D
I was slowly scrolling down on https://www.washingtonpost.com/news/worldviews/wp/2017/07/18/the-blockade-of-qatar-is-failing/ with the arrow key and hit this too. (4 vs. 3) in my case.

There's also  bug 623893  which was reported by CF and mysteriously fixed even though no explicit action was taken.

Comment 2 by junov@chromium.org, Jul 31 2017

Components: -Internals>GPU>Canvas2D Blink>Canvas
Owner: junov@chromium.org
Status: WontFix (was: Assigned)
closing this as it is no longer reproducible.

Sign in to add a comment