[issue42585] Segmentation fault on Linux with multiprocess queue

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Python 3.8 is no longer maintained, and there have been changes in this area since then. Please create a new issue if you are having this problem with a more recent python version. To answer you last question, yes - there are platform dependent differences

[issue42585] Segmentation fault on Linux with multiprocess queue

2020-12-07 Thread Alexey Izbyshev
Change by Alexey Izbyshev : -- components: +Library (Lib) nosy: +davin, pitrou versions: -Python 3.6 ___ Python tracker ___ ___

[issue42585] Segmentation fault on Linux with multiprocess queue

2020-12-07 Thread Stegle, Julien
Stegle, Julien added the comment: By removing the use the of "spawn" context for multiprocessing everything works fine. Does the "spawn" context have a different behavior on Linux ? -- ___ Python tracker

[issue42585] Segmentation fault on Linux with multiprocess queue

2020-12-07 Thread Stegle, Julien
New submission from Stegle, Julien : Hi, I'm experiencing segmentation fault issues when running inside a Docker container (tested with python:3.8.6, python:3.8.6-slim, python:3.6.8 & python:3.6.8-slim). On windows everything works fine, but when running on Docker when I try to put a