### Environment - Pythonnet version: A slightly modified version of the code from #612 - Python version: 3.6 - Operating System: Centos 7 x64 ### Details I'm trying to debug a crash in pythonnet. I've built a debuggable version of .NET core, and can get stack trace etc from lldb. ```bash CORE_ROOT=$HOME/dotnet_debug/ python -c 'import clr' Segmentation fault (core dumped) ```