Bug 262068
| Summary: | [WebGPU] Crash in ConstantRewriter::materialize opening https://webgpu.github.io/webgpu-samples/samples/renderBundles | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mike Wyrzykowski
[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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/116014126>