<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - gallium/opencl opencl-examples test failures"
href="https://bugs.freedesktop.org/show_bug.cgi?id=63650">63650</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>gallium/opencl opencl-examples test failures
</td>
</tr>
<tr>
<th>Severity</th>
<td>minor
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Reporter</th>
<td>pontostroy@gmail.com
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86 (IA32)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Component</th>
<td>Other
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr></table>
<p>
<div>
<pre>Mesa-git_2013.04.11
llvm 3.3_2013.04.11
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Juniper
XT [AMD Radeon HD 6000 Series]
r600_isa_cf_by_opcode (is_alu=1, opcode=8, isa=<optimized out>) at
r600_isa.h:1221
1221 r600_isa.h: No such file or directory.
(gdb) bt
#0 r600_isa_cf_by_opcode (is_alu=1, opcode=8, isa=<optimized out>) at
r600_isa.h:1221
#1 r600_bytecode_from_byte_stream (num_bytes=107, bytes=0x845c270 "",
ctx=0xbfffbcf0) at r600_shader.c:633
#2 r600_compute_shader_create (ctx=ctx@entry=0x8051da8, mod=0x8244f40,
bytecode=bytecode@entry=0x8244c7c) at r600_shader.c:282
#3 0xb584d120 in evergreen_launch_grid (ctx_=0x8051da8,
block_layout=0x8181d80, grid_layout=0x8181d68, pc=0, input=0x8171828) at
evergreen_compute.c:485
#4 0xb70fe1ce in _cl_kernel::launch (this=0x817d8b8, q=...,
grid_offset=std::vector of length 2, capacity 2 = {...}, grid_size=std::vector
of length 1, capacity 1 = {...}, block_size=std::vector of length 1, capacity 1
= {...})
at core/kernel.cpp:86
#5 0xb7110aeb in operator() (__closure=<optimized out>) at api/kernel.cpp:258
#6 std::_Function_handler<void(_cl_event&),
{anonymous}::kernel_op(cl_command_queue, cl_kernel, const std::vector<unsigned
int>&, const std::vector<unsigned int>&, const std::vector<unsigned
int>&)::<lambda(clover::event&)> >::_M_invoke(const std::_Any_data &, _cl_event
&) (__functor=..., __args#0=...) at /usr/include/c++/4.7/functional:1925
#7 0xb70f9eb8 in std::function<void (_cl_event&)>::operator()(_cl_event&)
const (this=this@entry=0x808dee8, __args#0=...) at
/usr/include/c++/4.7/functional:2310
#8 0xb70f9407 in trigger (this=0x808dec8) at core/event.cpp:43
#9 _cl_event::trigger (this=0x808dec8) at core/event.cpp:41
#10 0xb70f9c5c in clover::hard_event::hard_event(_cl_command_queue&, unsigned
int, std::vector<_cl_event*, std::allocator<_cl_event*> >, std::function<void
(_cl_event&)>) (this=0x808dec8, q=..., command=4592,
deps=std::vector of length 3, capacity -771672529 = {...}, action=...) at
core/event.cpp:82
#11 0xb71130fa in clEnqueueNDRangeKernel (q=0x8051d78, kern=0x817d8b8, dims=1,
pgrid_offset=0x0, pgrid_size=0xbfffeed0, pblock_size=0xbfffeed0, num_deps=0,
deps=0x0, ev=0x0) at api/kernel.cpp:286
#12 0x08049106 in main (argc=1, argv=0xbfffefa4) at hello_world.c:171
cp ./mesa/src/gallium/drivers/r600/r600_isa.h ./opencl-example/
Program received signal SIGSEGV, Segmentation fault.
r600_isa_cf_by_opcode (is_alu=1, opcode=8, isa=<optimized out>) at
r600_isa.h:1221
1221 return op - 1;
(gdb) bt
#0 r600_isa_cf_by_opcode (is_alu=1, opcode=8, isa=<optimized out>) at
r600_isa.h:1221
#1 r600_bytecode_from_byte_stream (num_bytes=107, bytes=0x845c270 "",
ctx=0xbfffbcf0) at r600_shader.c:633
#2 r600_compute_shader_create (ctx=ctx@entry=0x8051da8, mod=0x8244f40,
bytecode=bytecode@entry=0x8244c7c) at r600_shader.c:282
#3 0xb584d120 in evergreen_launch_grid (ctx_=0x8051da8,
block_layout=0x8181d80, grid_layout=0x8181d68, pc=0, input=0x8171828) at
evergreen_compute.c:485
#4 0xb70fe1ce in _cl_kernel::launch (this=0x817d8b8, q=...,
grid_offset=std::vector of length 2, capacity 2 = {...}, grid_size=std::vector
of length 1, capacity 1 = {...}, block_size=std::vector of length 1, capacity 1
= {...})
at core/kernel.cpp:86
#5 0xb7110aeb in operator() (__closure=<optimized out>) at api/kernel.cpp:258
#6 std::_Function_handler<void(_cl_event&),
{anonymous}::kernel_op(cl_command_queue, cl_kernel, const std::vector<unsigned
int>&, const std::vector<unsigned int>&, const std::vector<unsigned
int>&)::<lambda(clover::event&)> >::_M_invoke(const std::_Any_data &, _cl_event
&) (__functor=..., __args#0=...) at /usr/include/c++/4.7/functional:1925
#7 0xb70f9eb8 in std::function<void (_cl_event&)>::operator()(_cl_event&)
const (this=this@entry=0x808dee8, __args#0=...) at
/usr/include/c++/4.7/functional:2310
#8 0xb70f9407 in trigger (this=0x808dec8) at core/event.cpp:43
#9 _cl_event::trigger (this=0x808dec8) at core/event.cpp:41
#10 0xb70f9c5c in clover::hard_event::hard_event(_cl_command_queue&, unsigned
int, std::vector<_cl_event*, std::allocator<_cl_event*> >, std::function<void
(_cl_event&)>) (this=0x808dec8, q=..., command=4592,
deps=std::vector of length 3, capacity -771672529 = {...}, action=...) at
core/event.cpp:82
#11 0xb71130fa in clEnqueueNDRangeKernel (q=0x8051d78, kern=0x817d8b8, dims=1,
pgrid_offset=0x0, pgrid_size=0xbfffeed0, pblock_size=0xbfffeed0, num_deps=0,
deps=0x0, ev=0x0) at api/kernel.cpp:286
#12 0x08049106 in main (argc=1, argv=0xbfffefa4) at hello_world.c:171</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>