Re: [Mesa-dev] [PATCH 0/9][RFC] GLSL preprocessor/parser improvements

2017-05-28 Thread Thomas Helland
2017-05-22 20:02 GMT+02:00 Thomas Helland : > 2017-05-22 3:41 GMT+02:00 Timothy Arceri : >> I suspect you forgot to test with a debug build, there is issues with the >> string buffer changes somewhere. >> >> ralloc.c:203: reralloc_size: Assertion `ralloc_parent(ptr) == ctx' failed. >> >> #0 0x000

Re: [Mesa-dev] [PATCH 0/9][RFC] GLSL preprocessor/parser improvements

2017-05-22 Thread Thomas Helland
2017-05-22 3:41 GMT+02:00 Timothy Arceri : > I suspect you forgot to test with a debug build, there is issues with the > string buffer changes somewhere. > > ralloc.c:203: reralloc_size: Assertion `ralloc_parent(ptr) == ctx' failed. > > #0 0x770eb91f in raise () from /lib64/libc.so.6 > #1

Re: [Mesa-dev] [PATCH 0/9][RFC] GLSL preprocessor/parser improvements

2017-05-21 Thread Timothy Arceri
I suspect you forgot to test with a debug build, there is issues with the string buffer changes somewhere. ralloc.c:203: reralloc_size: Assertion `ralloc_parent(ptr) == ctx' failed. #0 0x770eb91f in raise () from /lib64/libc.so.6 #1 0x770ed51a in abort () from /lib64/libc.so.

[Mesa-dev] [PATCH 0/9][RFC] GLSL preprocessor/parser improvements

2017-05-21 Thread Thomas Helland
This patch series contains some of the work done by Vladislav in the beginning of March, that seems to have been forgotten. For reference, that series, with review comments, can be found here: https://lists.freedesktop.org/archives/mesa-dev/2017-January/139892.html I've adressed some of the revie