From: Michael Albinus via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Cc: 73199@debbugs.gnu.org, AlexHarsanyi@gmail.com, monnier@iro.umontreal.ca
Subject: bug#73199: soap-client; soap-invoke-internal is not thread-safe
Date: Fri, 20 Sep 2024 11:58:13 +0200 [thread overview]
Message-ID: <875xqqk5oq.fsf@gmx.de> (raw)
In-Reply-To: <m3r09m5nyg.fsf@fitzsim.org> (Thomas Fitzsimmons's message of "Sat, 14 Sep 2024 10:06:47 -0400")
Thomas Fitzsimmons <fitzsim@fitzsim.org> writes:
> Hi Michael,
Hi Thomas,
sorry for the late reply, I was out of order for a week.
> A starting point for adding thread safety would be a minimal test case
> that calls soap-invoke-internal against the debbugs server from multiple
> different threads. Are you able to extract such a test case?
Install the just-released debbugs 0.41. Open a new Emacs session, load
debbugs-gnu.
Deactivate the advice I have added to mitigate the problem.
--8<---------------cut here---------------start------------->8---
(defalias 'debbugs-compat-add-debbugs-advice 'ignore)
(defalias 'debbugs-compat-remove-debbugs-advice 'ignore)
--8<---------------cut here---------------end--------------->8---
Retrieve the most recent 10 bugs. This happens in the main thread.
--8<---------------cut here---------------start------------->8---
M-x debbugs-gnu-bugs RET RET
--8<---------------cut here---------------end--------------->8---
Retrieve the most recent 100 bugs. This happens in another thread.
--8<---------------cut here---------------start------------->8---
M-x debbugs-gnu-bugs RET -100 RET
--8<---------------cut here---------------end--------------->8---
You'll see the error.
--8<---------------cut here---------------start------------->8---
Error #<thread debbugs>: (error "Attempt to accept output from process debbugs.gnu.org locked to thread #<thread 0xc288a0>")
--8<---------------cut here---------------end--------------->8---
BTW, in a short discussion on emacs-devel, Stefan Monnier proposed to
fix this problem in url-http.el. Don't know what's the better approach.
> Thanks,
> Thomas
Best regards, Michael.
next prev parent reply other threads:[~2024-09-20 9:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 14:20 bug#73199: soap-client; soap-invoke-internal is not thread-safe Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-14 14:06 ` Thomas Fitzsimmons
2024-09-20 9:58 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
[not found] ` <87wmit9nvh.fsf_-_@gmx.de>
2024-09-30 15:40 ` bug#73199: url-retrieve " Eli Zaretskii
2024-09-30 16:42 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-30 17:38 ` Eli Zaretskii
2024-10-02 16:34 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-02 18:30 ` Eli Zaretskii
2024-10-10 11:29 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-10 13:10 ` Eli Zaretskii
2024-10-11 10:44 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875xqqk5oq.fsf@gmx.de \
--to=bug-gnu-emacs@gnu.org \
--cc=73199@debbugs.gnu.org \
--cc=AlexHarsanyi@gmail.com \
--cc=fitzsim@fitzsim.org \
--cc=michael.albinus@gmx.de \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).