Introduction
I code on a server running Windows 2012 in Anacondas' Jupyter Notebooks. I've been hitting this error seemingly randomly. I get it when I launch anaconda when I run anaconda prompt commands and several hours into coding in Jupyter notebooks:
Python has stopped working. A problem caused the program to stop working correctly. Please close the program
I dug through the event log and found several of these errors:
Faulting application name: python.exe, version: 3.7.1150.1013, time stamp: 0x5c0f4332
Faulting module name: ucrtbase.DLL, version: 10.0.17134.12, time stamp: 0x587decd7
Exception code: 0xc0000409
Fault offset: 0x000000000006e75e
Faulting process id: 0x9bc
Faulting application start time: 0x01d5e05fd45cb27c
Faulting application path: C:\Users\k1\AppData\Local\Continuum\anaconda3\python.exe
Faulting module path: C:\Users\k1\AppData\Local\Continuum\anaconda3\ucrtbase.DLL
Report Id: 1400cf11-4c53-11ea-8179-9457a558e93d
Faulting package full name:
Faulting package-relative application ID:
What I've done
It's been a consistent problem. Hoping someone could shed some light.
Thanks!
User contributions licensed under CC BY-SA 3.0