SHIELD: crash on conformance/rendering/multisample-corruption.html |
|||||||||
Issue descriptionLikely due to allocating too many large DrawingBuffers. Seems to be improved by decreasing the value of maxGLActiveContexts (e.g. to 8). https://codereview.chromium.org/2735063006
,
Mar 8 2017
,
Mar 8 2017
I forgot to update the BUG= for the CL. The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/75ee3cee8e33bd1bcf4fb335b20acc04991448e8 commit 75ee3cee8e33bd1bcf4fb335b20acc04991448e8 Author: kainino <kainino@chromium.org> Date: Wed Mar 08 22:41:27 2017 Reduce maxGLActiveContexts to 8 on Android This reduces the frequency of OOM errors due to allocating too many large DrawingBuffers. BUG= 682490 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2735063006 Cr-Commit-Position: refs/heads/master@{#455565} [modify] https://crrev.com/75ee3cee8e33bd1bcf4fb335b20acc04991448e8/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
,
Mar 8 2017
,
Mar 8 2017
Needed to reliably pass WebGL 2.0.0 tests on Android/NVIDIA. Requesting merge back to M58.
,
Mar 9 2017
Moving merge request to the other bug.
,
Mar 9 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/3d2264d80c9c0b146a6ace8046ed79cc6620d5c6 commit 3d2264d80c9c0b146a6ace8046ed79cc6620d5c6 Author: Kai Ninomiya <kainino@chromium.org> Date: Thu Mar 09 18:52:54 2017 Reduce maxGLActiveContexts to 8 on Android This reduces the frequency of OOM errors due to allocating too many large DrawingBuffers. BUG= 699606 , 682490 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2735063006 Cr-Commit-Position: refs/heads/master@{#455565} (cherry picked from commit 75ee3cee8e33bd1bcf4fb335b20acc04991448e8) Review-Url: https://codereview.chromium.org/2739053003 . Cr-Commit-Position: refs/branch-heads/3029@{#90} Cr-Branched-From: 939b32ee5ba05c396eef3fd992822fcca9a2e262-refs/heads/master@{#454471} [modify] https://crrev.com/3d2264d80c9c0b146a6ace8046ed79cc6620d5c6/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
,
Mar 9 2017
,
Jun 20 2017
,
Mar 9 2018
|
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by kainino@chromium.org
, Mar 8 2017Labels: -GPU-NVidia