reloadium
reloadium copied to clipboard
Segmentation fault for python 3.7.3?
I know it's a long stretch since it is so old, but if python 3.7.3 loads the cpython it simply gives up:
Not sure if there is an easy fix for this? 3.7.9 seems to work, but sadly enough I can't upgrade to it easily.
I also straced the fault (not sure if helpful):
Could you try deleting __pycache__
directories?
Does it happen for debug or run mode?
It happens in both modes. I have already tried to delete several cache directories, with no result.
Even with a fresh docker container it has the same behaviour:
Possibly fixed in reloadium 0.9.1 (can't reproduce on python 3.7.3 from pyenv). Could you confirm it's working for you as well?