Re: python3 3.9.18-1 hanging

2024-02-23 Thread Marco Atzeri via Cygwin
On 20/02/2024 04:46, Marco Atzeri wrote: On 20/02/2024 03:46, Takashi Yano via Cygwin wrote: I hit probably the same issue while building pango1.0 1.51.2-1 with python39 3.9.18-2 (Test) installed. Several python3.9 processes are stalled and some of them cannot be terminated even with kill

Re: python3 3.9.18-1 hanging

2024-02-19 Thread Marco Atzeri via Cygwin
On 20/02/2024 03:46, Takashi Yano via Cygwin wrote: On Tue, 30 Jan 2024 11:18:37 +0100 Marco Atzeri wrote: On 30/01/2024 10:22, Andrew Murray via Cygwin wrote: Hi, Over in Pillow’s GitHub Actions, the Cygwin job has started hanging when running pytest -

Re: python3 3.9.18-1 hanging

2024-02-19 Thread Takashi Yano via Cygwin
On Tue, 30 Jan 2024 11:18:37 +0100 Marco Atzeri wrote: > On 30/01/2024 10:22, Andrew Murray via Cygwin wrote: > > Hi, > > > > Over in Pillow’s GitHub Actions, the Cygwin job has started hanging when > > running pytest - > >

Re: python3 3.9.18-1 hanging

2024-01-31 Thread Marco Atzeri via Cygwin
On 31/01/2024 17:36, Eliah Kagan via Cygwin wrote: Hi, However, I was able to make a *fairly* simple script that reliably produces it, at least on my machine (and on GitHub Actions runners). It seems to me that this script may give some insight. In case it's useful: import hashlib

Re: python3 3.9.18-1 hanging

2024-01-31 Thread Eliah Kagan via Cygwin
Hi, The fastest way to produce the problem described in https://cygwin.com/pipermail/cygwin/2024-January/255267.html and https://cygwin.com/pipermail/cygwin/2024-January/255273.html seems to be to run `pip install ...` on a version of `pip` that uses its vendored `rich` dependency to draw

Re: python3 3.9.18-1 hanging

2024-01-30 Thread Marco Atzeri via Cygwin
On 30/01/2024 13:13, ggl329 via Cygwin wrote: Hi, On 30/01/2024 10:22, Andrew Murray via Cygwin wrote: Interestingly, this is not something specific to Pillow. Cygwin has also been hanging for NumPy’s GitHub Actions, https://github.com/numpy/numpy/issues/25708, and GitPython,

Re: python3 3.9.18-1 hanging

2024-01-30 Thread ggl329 via Cygwin
Hi, On 30/01/2024 10:22, Andrew Murray via Cygwin wrote: Interestingly, this is not something specific to Pillow. Cygwin has also been hanging for NumPy’s GitHub Actions, https://github.com/numpy/numpy/issues/25708, and GitPython, https://github.com/gitpython-developers/GitPython/pull/1814.

Re: python3 3.9.18-1 hanging

2024-01-30 Thread Marco Atzeri via Cygwin
On 30/01/2024 10:22, Andrew Murray via Cygwin wrote: Hi, Over in Pillow’s GitHub Actions, the Cygwin job has started hanging when running pytest - https://github.com/python-pillow/Pillow/actions/runs/7690866578/job/20955296663 Interestingly, this is not something specific to Pillow. Cygwin

python3 3.9.18-1 hanging

2024-01-30 Thread Andrew Murray via Cygwin
Hi, Over in Pillow’s GitHub Actions, the Cygwin job has started hanging when running pytest - https://github.com/python-pillow/Pillow/actions/runs/7690866578/job/20955296663 Interestingly, this is not something specific to Pillow. Cygwin has also been hanging for NumPy’s GitHub Actions,