Bug 262068

Summary: [WebGPU] Crash in ConstantRewriter::materialize opening https://webgpu.github.io/webgpu-samples/samples/renderBundles
Product: WebKit Reporter: Mike Wyrzykowski <mwyrzykowski>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Mike Wyrzykowski 2023-09-25 13:58:18 PDT
[WebGPU] Crash in ConstantRewriter::materialize opening https://webgpu.github.io/webgpu-samples/samples/renderBundles

On this line:

   auto& node =  m_shaderModule.astBuilder().construct<Literal>(SourceSpan::empty(), std::get<Value>(value));

because 'value' doesn't contain a value of type=Value
Comment 1 Radar WebKit Bug Importer 2023-09-25 13:58:32 PDT
<rdar://problem/116014126>