* [Bug 64226] New: python-opencl package generate segmentation fault at pipe_r600.so
@ 2013-05-05 0:06 bugzilla-daemon
2013-11-14 2:53 ` [Bug 64226] " bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-05-05 0:06 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1541 bytes --]
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=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>
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3108 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 64226] python-opencl package generate segmentation fault at pipe_r600.so
2013-05-05 0:06 [Bug 64226] New: python-opencl package generate segmentation fault at pipe_r600.so bugzilla-daemon
@ 2013-11-14 2:53 ` bugzilla-daemon
2013-11-15 19:49 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-14 2:53 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 241 bytes --]
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 ?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1045 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 64226] python-opencl package generate segmentation fault at pipe_r600.so
2013-05-05 0:06 [Bug 64226] New: python-opencl package generate segmentation fault at pipe_r600.so bugzilla-daemon
2013-11-14 2:53 ` [Bug 64226] " bugzilla-daemon
@ 2013-11-15 19:49 ` bugzilla-daemon
2013-11-18 20:30 ` bugzilla-daemon
2013-11-18 20:36 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-15 19:49 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 320 bytes --]
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.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1221 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 64226] python-opencl package generate segmentation fault at pipe_r600.so
2013-05-05 0:06 [Bug 64226] New: python-opencl package generate segmentation fault at pipe_r600.so bugzilla-daemon
2013-11-14 2:53 ` [Bug 64226] " bugzilla-daemon
2013-11-15 19:49 ` bugzilla-daemon
@ 2013-11-18 20:30 ` bugzilla-daemon
2013-11-18 20:36 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-18 20:30 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 251 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64226
--- Comment #3 from Tom Stellard <tstellar@gmail.com> ---
Fixed in mesa master by 1b9511d7ce70a9f9cadd0c03bd0c916b88b6dd43
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1055 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 64226] python-opencl package generate segmentation fault at pipe_r600.so
2013-05-05 0:06 [Bug 64226] New: python-opencl package generate segmentation fault at pipe_r600.so bugzilla-daemon
` (2 preceding siblings ...)
2013-11-18 20:30 ` bugzilla-daemon
@ 2013-11-18 20:36 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-18 20:36 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 417 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64226
Tom Stellard <tstellar@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1233 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-11-18 20:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-05 0:06 [Bug 64226] New: python-opencl package generate segmentation fault at pipe_r600.so bugzilla-daemon
2013-11-14 2:53 ` [Bug 64226] " bugzilla-daemon
2013-11-15 19:49 ` bugzilla-daemon
2013-11-18 20:30 ` bugzilla-daemon
2013-11-18 20:36 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.