I'm getting a strange error "Process finished with exit code -1073741819 (0xC0000005)" running python 3.7 on a windows machine. The process just crashes. The error comes in random time. It seems to appear inside a thread.
Is there someway to get more information where exactly the error comes from? Right now my only solution is to add logging, but that is really time consuming.
Thanks a lot for any hint.