Forum Discussion
HRZ
Frequent Contributor
7 years agoThis is a compiler crash; the reason is likely the aggressive optimization that is trying to remove some local memory buffer that you have used but is not required. I have encountered this crash before. It will be solved if you manually remove the local memory buffer; the way you are using the buffer is likely ineffective and hence, removing it will not degrade performance.