From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93748] [r600g]OpenCL driver causes ImageMagick to segfault
Date: Mon, 18 Jan 2016 00:39:47 +0000
Message-ID:
Bug ID
93748
Summary
[r600g]OpenCL driver causes ImageMagick to segfault
Product
Mesa
Version
git
Hardware
x86-64 (AMD64)
OS
Linux (All)
Status
NEW
Severity
normal
Priority
medium
Component
Drivers/Gallium/r600
Assignee
dri-devel@lists.freedesktop.org
Reporter
nixscripter@gmail.com
QA Contact
dri-devel@lists.freedesktop.org
Created attachment 121096 [details]
Output of /usr/bin/display
If I compile ImageMagick with OpenCL support, and use the display utility to
view any image, the program segfaults before anything is rendered with the
attached LLVM error.
I'm using ImageMagick 6.2.9.6, though it has failed on several previous
versions also.
The relevant piece of source code is in magick/accelerate.c, a gigantic list of
OpenCL stuff (which I must admit I am ill-equipped to read). The function it
complains about, GenerateNoiseImage, seems to start on line 428.
I'm using LLVM r254897 from SVN, and Mesa commit 9214664 (r74971).
My card is:
Advanced Micro Devices, Inc. [AMD/ATI] Juniper PRO [Radeon HD 6750]
Please let me know if you need more information.