[Nouveau] [Bug 68348] [piglit] shaders/glsl-array-bounds-02 (+even nrs) produces TRAP , TRAP_MP - TP0: Unhandled ustatus 0x00000001
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 20 13:41:19 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=68348
--- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> ---
The big difference between the even and odd numbered
shaders/glsl-array-bounds-* seems to be how the invalid index comes about.
In the odd-numbered ones, it comes directly from shader code, e.g.:
void main() {
int idx = 20;
array[idx]
}
In the even-numbered ones, it comes from a uniform that I guess is passed in:
uniform int idx;
void main() {
array[idx]
}
(And the various tests check fragment/vertex shaders, positive/negative
offsets, and the place where the idx comes from, so 8 tests total.)
Although I'm not sure there's actually a problem here... the program is doing
something illegal. You get segfault notifications in dmesg too...
--
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/nouveau/attachments/20130820/99ad0f39/attachment.html>
More information about the Nouveau
mailing list