reloadium icon indicating copy to clipboard operation
reloadium copied to clipboard

Segmentation fault for python 3.7.3?

Open thomas15v opened this issue 2 years ago • 3 comments

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: image

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): image

thomas15v avatar Jul 26 '22 15:07 thomas15v

Could you try deleting __pycache__ directories? Does it happen for debug or run mode?

dkrystki avatar Jul 27 '22 14:07 dkrystki

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: image

thomas15v avatar Jul 28 '22 13:07 thomas15v

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?

dkrystki avatar Aug 09 '22 07:08 dkrystki