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

Issue 895456 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner: ----
Closed: Oct 15
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Flaky V8 crashes while running WebGL 2 conformance tests

Project Member Reported by geoffl...@chromium.org, Oct 15

Issue description

Seeing crashes on a few different GPU FYI bots in V8.  Crash stack is:

v8::internal::RecordMigratedSlotVisitor::RecordMigratedSlot
v8::internal::BodyDescriptorApply<v8::internal::CallIterateBody,void,v8::internal::Map *,v8::internal::HeapObject *,int,v8::internal::RecordMigratedSlotVisitor *>
v8::internal::EvacuateVisitorBase::RawMigrateObject<0>
v8::internal::LiveObjectVisitor::VisitBlackObjects<v8::internal::EvacuateOldSpaceVisitor,v8::internal::MajorNonAtomicMarkingState>
v8::internal::FullEvacuator::RawEvacuatePage
v8::internal::Evacuator::EvacuatePage
v8::internal::PageEvacuationTask::RunInParallel
v8::internal::ItemParallelJob::Task::RunInternal
base::debug::TaskAnnotator::RunTask
base::internal::TaskTracker::RunOrSkipTask
base::internal::TaskTracker::RunAndPopNextTask
base::internal::SchedulerWorker::RunWorker
base::internal::SchedulerWorker::RunPooledWorker

The Win10 FYI Release (NVIDIA) (https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Win10%20FYI%20Release%20%28NVIDIA%29) bot seems to be the most affected but Win7 FYI x64 Release (NVIDIA) (https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Win7%20FYI%20x64%20Release%20(NVIDIA)) also has failures.

All the failures seen are ES3 dEQP framebuffer tests:
gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglConformance_deqp_functional_gles3_fborender_recreate_color_00
gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglConformance_deqp_functional_gles3_fborender_recreate_color_01
gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglConformance_deqp_functional_gles3_framebufferblit_default_framebuffer_04
gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglConformance_deqp_functional_gles3_framebufferblit_default_framebuffer_06

Failures seen across a bunch of permutations of backends:
webgl2_conformance_d3d11_validating_tests
webgl2_conformance_gl_passthrough_tests
webgl2_conformance_gl_passthrough_tests
webgl2_conformance_tests

No obvious culperate, I didn't spot any relevent changes to Chrome or V8 around the time of the first failure: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Win10%20FYI%20Release%20%28NVIDIA%29/2741

 
Looks like issue 895208 at first glance?
Mergedinto: 895208
Status: Duplicate (was: Untriaged)
Thanks for finding that, seems likely.
Cc: shiyu.zh...@intel.com

Sign in to add a comment