[Pkg-opencl-devel] Bug#852746: Bug#852746: beignet+mesa-opencl-icd crash if installed together
Rebecca N. Palmer
rebecca_palmer at zoho.com
Wed Mar 8 19:45:44 UTC 2017
Control: tags -1 - patch
Control: tags -1 upstream
Control: reassign -1 libllvm3.9
The real bug here is that libllvm is a shared library with global state,
and that loading it twice from the same application (the process of
checking which OpenCL driver works on the available hardware involves
loading all drivers) hence doesn't work.
beignet-opencl-icd is now statically linked against libllvm to work
around this bug, but I don't know whether anything else is affected.
More information about the Pkg-opencl-devel
mailing list