Using OpenSUSE llvm-trunk & Mesa-trunk 3.9 Kernel x86_64 Using OpenSuSE repo package: https://build.opensuse.org/package/show?project=home%3A-miska-&package=python-opencl Source included also, packed version of : https://github.com/srossross/oclpb death@triQuad:/home/compile/svn/cgminer> python Python 2.7.3 (default, Apr 14 2012, 08:58:41) [GCC] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import opencl >>> opencl.test() [<opencl.Device name='AMD BARTS' type=4L>] test_broadcast_0D (test.test_memobj.TestBuffer) ... ok test_broadcast_2D (test.test_memobj.TestBuffer) ... ok test_copy_1D (test.test_memobj.TestBuffer) ... FAIL test_copy_2D (test.test_memobj.TestBuffer) ... FAIL test_copy_2D_negative_stride (test.test_memobj.TestBuffer) ... expected failure test_copy_contig (test.test_memobj.TestBuffer) ... Segmentation fault death@triQuad:/home/compile/svn/cgminer>
Is this still an issue with the latest mesa and LLVM ?
Created attachment 89283 [details] Fix This patch should fix the crash.
Fixed in mesa master by 1b9511d7ce70a9f9cadd0c03bd0c916b88b6dd43
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.