On Wed, 27 Nov 2024 18:02:52 +0100
Corinna Vinschen wrote:
> On Nov 27 20:22, Takashi Yano wrote:
> > In _cygtls::handle_SIGCONT(), the sig thread waits for the main thread
> > processing the signal without unlocking tls area. This causes a deadlock
> > if the main thread tries to acquire a lock
On Nov 27 20:22, Takashi Yano wrote:
> In _cygtls::handle_SIGCONT(), the sig thread waits for the main thread
> processing the signal without unlocking tls area. This causes a deadlock
> if the main thread tries to acquire a lock for the tls area meanwhile.
> With this patch, unlock tls before call