<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - vulkan/tests/block_pool_no_free regression"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100877">100877</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>vulkan/tests/block_pool_no_free regression
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Keywords</th>
<td>have-backtrace, regression
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Drivers/Vulkan/intel
</td>
</tr>
<tr>
<th>Assignee</th>
<td>intel-3d-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vlee@freedesktop.org
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>intel-3d-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>CC</th>
<td>jason@jlekstrand.net
</td>
</tr></table>
<p>
<div>
<pre>mesa: 27469aa72eb301e7c91f237719077372292e3704 (master 17.2.0-devel)
$ ./vulkan/tests/block_pool_no_free
Segmentation fault (core dumped)
Program received signal SIGSEGV, Segmentation fault.
anv_block_pool_grow (pool=pool@entry=0x7fffffffc830,
state=state@entry=0x7fffffffc8a0) at vulkan/anv_allocator.c:509
509 if (pool->device->instance->physicalDevice.has_exec_async)
(gdb) bt
#0 anv_block_pool_grow (pool=pool@entry=0x7fffffffc830,
state=state@entry=0x7fffffffc8a0)
at vulkan/anv_allocator.c:509
#1 0x000055555557766e in anv_block_pool_init (pool=0x7fffffffc830,
device=<optimized out>,
block_size=<optimized out>) at vulkan/anv_allocator.c:291
#2 0x0000555555576b61 in run_test () at vulkan/tests/block_pool_no_free.c:114
#3 0x0000555555575207 in main (argc=<optimized out>, argv=<optimized out>) at
vulkan/tests/block_pool_no_free.c:143
(gdb) frame 0
#0 anv_block_pool_grow (pool=pool@entry=0x7fffffffc830,
state=state@entry=0x7fffffffc8a0)
at vulkan/anv_allocator.c:509
509 if (pool->device->instance->physicalDevice.has_exec_async)
(gdb) print pool->device->instance
$1 = (struct anv_instance *) 0x0</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>