[Mesa-dev] [Bug 79421] [llvmpipe] SIGSEGV src/gallium/drivers/llvmpipe/lp_rast_priv.h:218

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 29 15:14:24 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=79421

--- Comment #1 from Roland Scheidegger <sroland at vmware.com> ---
I can't reproduce this, and valgrind didn't show anything suspicious neither.
Is this a regression?
I see the problem though, we're missing a test for non-zero cbuf in
lp_rast_shade_tile (which we already do in lp_rast_shade_quads_mask).
For some reason though when I run the test it never touches lp_rast_shade_tile
just lp_rast_shade_quads_mask which certainly explains why it doesn't crash -
from a quick glance with the geometry I get lp_rast_shade_tile should be
impossible. In any case I increased the FB_SIZE in the piglit test which made
it crash indeed. I'm going to post a fix...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140529/7e8a6e65/attachment.html>


More information about the mesa-dev mailing list