From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 76223] [radeonsi] luxmark segfault Date: Mon, 09 Jun 2014 18:16:00 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0806687694==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 046BE6E5B6 for ; Mon, 9 Jun 2014 11:16:00 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0806687694== Content-Type: multipart/alternative; boundary="1402337759.FFceB62e1.2416"; charset="us-ascii" --1402337759.FFceB62e1.2416 Date: Mon, 9 Jun 2014 18:15:59 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=76223 --- Comment #5 from Aaron Watry --- Created attachment 100762 --> https://bugs.freedesktop.org/attachment.cgi?id=100762&action=edit slg4 log with CEDAR What command are you running this with? Is it just running bin/slg4 as built from the luxrays source? I believe that I have built the luxrays repository with changeset 2099 (a.k.a. 7459cd8a9583 as quoted as a changeset hash in your backtrace), but every time that I attempt to run bin/slg4, I get OpenCL errors due to missing image format support in clover. Log from bin/slg4 attached. I believe that the line causing the error *might* be in src/luxrays/accelerators/qbvhaccel.cpp:411 cl::Image2D *qbvhBuff = new cl::Image2D(oclContext, CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, cl::ImageFormat(CL_RGBA, CL_UNSIGNED_INT32), nodeWidth, nodeHeight, 0, inodes); -- You are receiving this mail because: You are the assignee for the bug. --1402337759.FFceB62e1.2416 Date: Mon, 9 Jun 2014 18:15:59 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 5 on bug 76223 from
Created attachment 100762 [details]
slg4 log with CEDAR

What command are you running this with?  Is it just running bin/slg4 as built
from the luxrays source?

I believe that I have built the luxrays repository with changeset 2099 (a.k.a.
7459cd8a9583 as quoted as a changeset hash in your backtrace), but every time
that I attempt to run bin/slg4, I get OpenCL errors due to missing image format
support in clover.  

Log from bin/slg4 attached.

I believe that the line causing the error *might* be in
src/luxrays/accelerators/qbvhaccel.cpp:411

cl::Image2D *qbvhBuff = new cl::Image2D(oclContext,
            CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR,
            cl::ImageFormat(CL_RGBA, CL_UNSIGNED_INT32),
            nodeWidth, nodeHeight, 0, inodes);


You are receiving this mail because:
  • You are the assignee for the bug.
--1402337759.FFceB62e1.2416-- --===============0806687694== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0806687694==--