wav3
.NET 8 | Out of memory error in ActionBlock.Post (plenty of memory available)
Running Blender which is running a pythonnet which run my .net8 dll which just called the initalizer for a free C# game engine called FrooxEngine.
Doing this on Ubuntu 24.04
How do i debug this? It seems like the issue is in the .net 8 VM c++ code.
Im guessing that i can get debug symbols for libcoreclr.so and debug it with GDB, but how?
2 replies