André Neto added the comment:
You are right, it does not segfault (sorry for the abuse of language). It
raises an exception while accessing the shared dictionary. The exception varies
but typically is:
Traceback (most recent call last):
File "multiprocessbug.py", li
New submission from André Neto :
I'm working on a project where I need to share state between several processes
(forked using gunicorn). I'm using dictionaries obtained from a multiprocessing
SyncManager to achieve this.
The issue is that if I have multiple forked processes co