[Mesa-dev] [Bug 28169] [Gallium] state_tracker/st_mesa_to_tgsi.c:181: dst_register: Assertion `t->outputMapping[index] < (sizeof(t->outputs)/sizeof(*(t->outputs)))' failed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 1 08:22:27 PDT 2010


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

--- Comment #3 from Brian Paul <brian.e.paul at gmail.com> 2010-07-01 08:22:27 PDT ---
Can you provide some additional debug info?  After hitting the assertion, go up
the stack into st_translate_mesa_program() and do the following in gdb:

(gdb) call _mesa_print_program(program)

and

(gdb) call _mesa_print_program_parameters(ctx, program)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list