Bug 102347

Summary: ASSERTION FAILED: iter != pointerOrigMap.end()
Product: Beignet Reporter: Chris Cummins <chrisc.101>
Component: BeignetAssignee: 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

Description Chris Cummins 2017-08-21 21:08:58 UTC
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.
Comment 1 GitLab Migration User 2018-10-12 21:25:34 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/beignet/beignet/issues/50.

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.