Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Issue 70463002: "Fix" another crash on valgrind bot (Closed)

Created:
7 years, 1 month ago by robertphillips
Modified:
7 years, 1 month ago
Reviewers:
jvanverth1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

The valgrind bot is now crashing in the DeferredCanvasTest: Process terminating with default action of signal 11 (SIGSEGV) Access not within mapped region at address 0x18 at 0x5819C3: SkSurface::getCanvas() (SkSurface_Base.h:75) by 0x64D5B6: DeferredDevice::DeferredDevice(SkSurface*) (SkDeferredCanvas.cpp:277) by 0x64FA32: SkDeferredCanvas::Create(SkSurface*) (SkDeferredCanvas.cpp:554) by 0x42BE4E: TestDeferredCanvasSurface(skiatest::Reporter*, GrContextFactory*) (DeferredCanvasTest.cpp:716) by 0x42D453: skiatest::TestDeferredCanvasClass::onRun(skiatest::Reporter*) (DeferredCanvasTest.cpp:842) by 0x4966FA: skiatest::Test::run() (Test.cpp:109) by 0x48FD90: SkTestRunnable::run() (skia_test.cpp:155) by 0x48F736: tool_main(int, char**) (skia_test.cpp:246) by 0x48F912: main (skia_test.cpp:276)

Patch Set 1 #

Patch Set 2 : Actually do it right this time #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M tests/DeferredCanvasTest.cpp View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
robertphillips
7 years, 1 month ago (2013-11-12 17:26:01 UTC) #1
jvanverth1
lgtm
7 years, 1 month ago (2013-11-12 17:29:51 UTC) #2
robertphillips
7 years, 1 month ago (2013-11-12 17:33:15 UTC) #3
Message was sent while issue was closed.
committed as r12248

Powered by Google App Engine
This is Rietveld 408576698