Gunicorn Crashes
Closed this issue · 2 comments
Error log below, basically the gunicorn workers keep crashing and restarting in an endless loop. Unsure yet on steps to reproduce
objc[68753]: +[__NSPlaceholderDictionary initialize] may have been in progress in another thread when fork() was called.
objc[68753]: +[__NSPlaceholderDictionary initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
[2019-07-29 16:18:19 -0400] [68755] [INFO] Booting worker with pid: 68755
objc[68754]: +[__NSPlaceholderDictionary initialize] may have been in progress in another thread when fork() was called.
objc[68754]: +[__NSPlaceholderDictionary initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
[2019-07-29 16:18:19 -0400] [68756] [INFO] Booting worker with pid: 68756
Happens regularly when debugging in pycharm
closing now, due to a new frontend