GNU bug report logs -
#79228
30.1.90; native--compile-async sentinel can error if threads are running
Previous Next
Full log
View this message in rfc822 format
Other threads can run pending_funcalls if they call
accept-process-output. This should probably not be allowed.
A specific bug is that the C core calls native--compile-async using
pending_funcalls. If that runs on another thread, then the processes
created in native--compile-async are locked to that other thread. Then
the sentinels for those processes error when they call
accept-process-output on the processes while on yet another thrad. Or
something like that; the sentinels were definitely erroring with the
"Attempt to accept output from process %s locked to thread %s" error.
This can be reproduced somewhat reliably by causing the C code to start
async native compilation while there are other threads running. Sorry
for not making a full reproduction, but I think it's fairly
self-explanatory, and having pending_funcalls run on other threads is
clearly wrong.
This bug report was last modified 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.