Summary: |
ASSERTION FAILED: iter != pointerOrigMap.end() |
Product: |
Beignet
|
Reporter: |
Chris Cummins <chrisc.101> |
Component: |
Beignet | Assignee: |
Zhigang Gong <zhigang.gong> |
Status: |
RESOLVED
MOVED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Debug log
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 133658 [details] Debug log Compilation of the following kernel fails with assertion `iter != pointerOrigMap.end()`: kernel void A(global int* a) { global int* b = ((void*)0); b[0] = a; } Full debug log attached.