bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36609: 27.0.50; Possible race-condition in threading implementation


From: dick . r . chiang
Subject: bug#36609: 27.0.50; Possible race-condition in threading implementation
Date: Sun, 06 Jun 2021 11:50:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Four attachments:

#1. Want to revert commit 9c62ffb

Attachment: 0001-Revert-Fix-lock-failures-in-xg_select.patch
Description: Text Data

#2. Fails on tip of master, succeeds after patch in #1.

Attachment: 42.el
Description: application/emacs-lisp

#3. Abridged original example, fails after patch in #1.

Attachment: report.el
Description: application/emacs-lisp

Fails not necessarily because xgselect.c is wrong, but rather because
channel-recv blocks on a mutex before channel-send can get its act together.
This was hard for all to discern because OP seemed to have gone out of his way
to obfuscate his "minimum" example.

#4. What #3 probably intended, succeeds after patch in #1.

Attachment: report-2.el
Description: application/emacs-lisp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]