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
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
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.
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