[Mesa-dev] [Bug 91226] Crash in glLinkProgram (NEW)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jul 4 14:49:23 PDT 2015


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

--- Comment #1 from Neil Roberts <neil at linux.intel.com> ---
It looks this is a bug in Mesa. I've filed a patch for it here:

http://lists.freedesktop.org/archives/mesa-dev/2015-July/088138.html

The buggy code looks like it is trying to match expressions that look like
this:

floor(abs(x) + 0.5) * sign(x)

However the check for the + in the middle is broken so I think it will crash
with anything that looks like this

floor(<any unary operation>) * sign(x)

Maybe if you want to make a workaround you could rearrange the expression so
that it doesn't match that somehow?

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


More information about the mesa-dev mailing list