https://bugs.freedesktop.org/show_bug.cgi?id=64226
Priority: medium Bug ID: 64226 Assignee: dri-devel@lists.freedesktop.org Summary: python-opencl package generate segmentation fault at pipe_r600.so Severity: normal Classification: Unclassified OS: Linux (All) Reporter: spamjunkeater@gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Drivers/Gallium/r600 Product: Mesa
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=p...
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>
https://bugs.freedesktop.org/show_bug.cgi?id=64226
--- Comment #1 from Tom Stellard tstellar@gmail.com --- Is this still an issue with the latest mesa and LLVM ?
https://bugs.freedesktop.org/show_bug.cgi?id=64226
--- Comment #2 from Tom Stellard tstellar@gmail.com --- Created attachment 89283 --> https://bugs.freedesktop.org/attachment.cgi?id=89283&action=edit Fix
This patch should fix the crash.
https://bugs.freedesktop.org/show_bug.cgi?id=64226
--- Comment #3 from Tom Stellard tstellar@gmail.com --- Fixed in mesa master by 1b9511d7ce70a9f9cadd0c03bd0c916b88b6dd43
https://bugs.freedesktop.org/show_bug.cgi?id=64226
Tom Stellard tstellar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
dri-devel@lists.freedesktop.org