<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 - lp_test_format regression"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93092">93092</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>lp_test_format 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>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>regression
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Mesa core
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vlee@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>mesa: d09463193608009fa42e046b1fc144435d3533f6 (master 11.2.0-devel)

$ ./build/linux-x86_64-debug/bin/lp_test_format
[...]
lp_test_format: src/gallium/auxiliary/gallivm/lp_bld_format_aos.c:732:
lp_build_fetch_rgba_aos: Assertion `0' failed.

(gdb) bt
#0  0x00007ffff6736267 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:55
#1  0x00007ffff6737eca in __GI_abort () at abort.c:89
#2  0x00007ffff672f03d in __assert_fail_base (
    fmt=0x7ffff6891028 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", 
    assertion=assertion@entry=0xebeefa "0", 
    file=file@entry=0xebec70
"src/gallium/auxiliary/gallivm/lp_bld_format_aos.c", 
    line=line@entry=732, 
    function=function@entry=0xebef40 <__PRETTY_FUNCTION__.10219>
"lp_build_fetch_rgba_aos")
    at assert.c:92
#3  0x00007ffff672f0f2 in __GI___assert_fail (assertion=0xebeefa "0", 
    file=0xebec70 "src/gallium/auxiliary/gallivm/lp_bld_format_aos.c",
line=732, 
    function=0xebef40 <__PRETTY_FUNCTION__.10219> "lp_build_fetch_rgba_aos") at
assert.c:101
#4  0x000000000047ed81 in lp_build_fetch_rgba_aos (gallivm=0x15cf940, 
    format_desc=0x14aa9e0 <util_format_bptc_rgba_unorm_description>, type=...,
aligned=1 '\001', 
    base_ptr=0x163e450, offset=0x15d4060, i=0x1659760, j=0x1628c50,
cache=0x15e4250)
    at src/gallium/auxiliary/gallivm/lp_bld_format_aos.c:732
#5  0x000000000042d79e in add_fetch_rgba_test (gallivm=0x15cf940, verbose=0, 
    desc=0x14aa9e0 <util_format_bptc_rgba_unorm_description>, type=...)
    at src/gallium/drivers/llvmpipe/lp_test_format.c:124
#6  0x000000000042d883 in test_format_float (verbose=0, fp=0x0, 
    desc=0x14aa9e0 <util_format_bptc_rgba_unorm_description>)
    at src/gallium/drivers/llvmpipe/lp_test_format.c:153
#7  0x000000000042e17a in test_one (verbose=0, fp=0x0, 
    format_desc=0x14aa9e0 <util_format_bptc_rgba_unorm_description>)
    at src/gallium/drivers/llvmpipe/lp_test_format.c:336
#8  0x000000000042e237 in test_all (verbose=0, fp=0x0)
    at src/gallium/drivers/llvmpipe/lp_test_format.c:385
#9  0x000000000042e291 in test_some (verbose=0, fp=0x0, n=1000)
    at src/gallium/drivers/llvmpipe/lp_test_format.c:401
#10 0x000000000042f2dd in main (argc=1, argv=0x7fffffffdee8)
    at src/gallium/drivers/llvmpipe/lp_test_main.c:410
(gdb) frame 4
#4  0x000000000047ed81 in lp_build_fetch_rgba_aos (gallivm=0x15cf940, 
    format_desc=0x14aa9e0 <util_format_bptc_rgba_unorm_description>, type=...,
aligned=1 '\001', 
    base_ptr=0x163e450, offset=0x15d4060, i=0x1659760, j=0x1628c50,
cache=0x15e4250)
    at src/gallium/auxiliary/gallivm/lp_bld_format_aos.c:732
732       assert(0);
(gdb) l
727          return res;
728       }
729    
730       assert(!util_format_is_pure_integer(format_desc->format));
731    
732       assert(0);
733       return lp_build_undef(gallivm, type);
734    }</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>