Two nREPL clients connected to same server attempting to eval at same time crash the server #957
Unanswered
timmw
asked this question in
Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Issue Description
As the title says. It doesn't seem to matter what is being evaluated via the nREPL.
Discovered, investigated and minimal repro created with a coding agent. Stack traces from
coredumpctl infoand demangled withc++filt.Reproduction Steps
Run this script:
nrepl_concurrency_bug.sh
The script runs an nREPL server, connects 2 clients, tries to eval
(+ 1 1)with each client and fails consistently.jank health check
Stack trace
OS Version Information
Fedora 43
I acknowledge that:
```) on separate lines.All reactions