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

Issue 870103002: Zap the scratch key on non-RT textures when scratch textures are disabled. (Closed)

Created:
5 years, 11 months ago by bsalomon
Modified:
5 years, 11 months ago
Reviewers:
mtklein, robertphillips
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Zap the scratch key on non-RT textures when scratch textures are disabled. Committed: https://skia.googlesource.com/skia/+/db558dde227ee3c45fd654af6cd3071c1fa6aeb6

Patch Set 1 #

Patch Set 2 : add SkToBool #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M src/gpu/GrGpu.cpp View 1 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
bsalomon
5 years, 11 months ago (2015-01-23 20:56:39 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/870103002/1
5 years, 11 months ago (2015-01-23 20:57:46 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 11 months ago (2015-01-23 20:57:47 UTC) #5
robertphillips
lgtm
5 years, 11 months ago (2015-01-23 20:58:58 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-VS2013-x86-Debug-Trybot on client.skia.compile (http://build.chromium.org/p/client.skia.compile/builders/Build-Win-VS2013-x86-Debug-Trybot/builds/2066)
5 years, 11 months ago (2015-01-23 21:01:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/870103002/20001
5 years, 11 months ago (2015-01-23 21:11:48 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/db558dde227ee3c45fd654af6cd3071c1fa6aeb6
5 years, 11 months ago (2015-01-23 21:19:03 UTC) #11
mtklein
5 years, 11 months ago (2015-01-26 14:13:21 UTC) #13
Message was sent while issue was closed.
It looks a lot like this is causing the segfaults on the N5 and N10 debug
builds.  

I/DEBUG   (  180): backtrace:
I/DEBUG   (  180):     #00  pc 00272e82  /data/local/tmp/libskia_android.so
(SkChecksum::Compute(unsigned int const*, unsigned int)+93)
I/DEBUG   (  180):     #01  pc 00272ebf  /data/local/tmp/libskia_android.so
(SkChecksum::Compute(unsigned int const*, unsigned int)+154)
I/DEBUG   (  180): 
I/DEBUG   (  180): stack:
I/DEBUG   (  180):          bea6d9e0  bea6e380  [stack]
I/DEBUG   (  180):          bea6d9e4  b6ecdc0d  /system/lib/libc.so (free+12)
I/DEBUG   (  180):          bea6d9e8  02000005  
I/DEBUG   (  180):          bea6d9ec  001e8016  
I/DEBUG   (  180):          bea6d9f0  bea6d9f8  [stack]
I/DEBUG   (  180):          bea6d9f4  bea6d9f8  [stack]
I/DEBUG   (  180):          bea6d9f8  0000000c  
I/DEBUG   (  180):          bea6d9fc  bea6daec  [stack]
I/DEBUG   (  180):          bea6da00  bea6daf8  [stack]
I/DEBUG   (  180):          bea6da04  00000000  
I/DEBUG   (  180):          bea6da08  00000000  
I/DEBUG   (  180):          bea6da0c  bea6daec  [stack]
I/DEBUG   (  180):          bea6da10  00000000  
I/DEBUG   (  180):          bea6da14  e455dc80  
I/DEBUG   (  180):          bea6da18  bea6da20  [stack]
I/DEBUG   (  180):          bea6da1c  bea6da20  [stack]
I/DEBUG   (  180):     #00  bea6da20  fffffffc  
I/DEBUG   (  180):          ........  ........
I/DEBUG   (  180):     #01  bea6da20  fffffffc  
I/DEBUG   (  180):          bea6da24  b816b7f0  [heap]
I/DEBUG   (  180):          bea6da28  bea6da30  [stack]
I/DEBUG   (  180):          bea6da2c  0fffffff  
I/DEBUG   (  180):          bea6da30  00001e81  
I/DEBUG   (  180):          bea6da34  b818a004  
I/DEBUG   (  180):          bea6da38  ee40722a  
I/DEBUG   (  180):          bea6da3c  b816b7f0  [heap]
I/DEBUG   (  180):          bea6da40  bea6da48  [stack]
I/DEBUG   (  180):          bea6da44  b6c60117 
/data/local/tmp/libskia_android.so (GrResourceKeyHash(unsigned int const*,
unsigned int)+18)
I/DEBUG   (  180):          bea6da48  fffffffc  
I/DEBUG   (  180):          bea6da4c  b816b7f0  [heap]
I/DEBUG   (  180):          bea6da50  bea6da58  [stack]
I/DEBUG   (  180):          bea6da54  b6b79bff 
/data/local/tmp/libskia_android.so (GrResourceKey::validate() const+54)
I/DEBUG   (  180):          bea6da58  bea6da60  [stack]
I/DEBUG   (  180):          bea6da5c  b816b7e4  [heap]


http://build.chromium.org/p/client.skia.android/builders/Test-Android-Nexus5-...

Powered by Google App Engine
This is Rietveld 408576698