- Home /
Question by
KristofferH · Oct 23, 2019 at 11:51 AM ·
bugwarningsallocation
Unity 2019.2.x "Stack allocator ALLOC_TEMP_THREAD has unfreed allocations" issues
When I start a new project (HDRP) or converts an old one to Unity 2019.2.x (Build platform = Windows, computer OS = Win10). I get the following three messages over and over again, 1-3 times per second. So after a few minutes the console window is full of thousands of messages.
Internal: Stack allocator ALLOC_TEMP_THREAD has unfreed allocations, size 38
To Debug, enable the define: DEBUG_STACK_LEAK in StackAllocator.h. This will output the callstacks of the leaked allocations
Allocation of 38 bytes at 0000018E19F1D180
I get the same result in all subversions of 2019.2.x from x= 2 to 9. What is going on and how do I fix it?
Hardware: Laptop with Intel i7-6820HQ, 32GB Ram, Nvidia Quadro M5000M, Windows 10 Enterprise 1809 (17763.737)
Comment