emacs-devel
[Top][All Lists]
Advanced

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

call-process blocks the active thread


From: Elias Mårtenson
Subject: call-process blocks the active thread
Date: Fri, 8 Sep 2017 11:00:42 +0800

I was trying to use ‘call-process’ in a thread in order to not have to deal with process buffers and the like while still being able to run an external program in the background.

As it turns out, ‘call-process’ hangs all of Emacs while the external program is run.

To reproduce, simply type M-: (make-thread (lambda () (call-process "sleep" nil nil nil "2")))

This will hang Emacs for 2 seconds.

Regards,
Elias

reply via email to

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