Bug 102347 - ASSERTION FAILED: iter != pointerOrigMap.end()
Summary: ASSERTION FAILED: iter != pointerOrigMap.end()
Status: RESOLVED MOVED
Alias: None
Product: Beignet
Classification: Unclassified
Component: Beignet (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Zhigang Gong
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-21 21:08 UTC by Chris Cummins
Modified: 2018-10-12 21:25 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Debug log (5.51 KB, text/plain)
2017-08-21 21:08 UTC, Chris Cummins
Details

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.