emacs-devel
[Top][All Lists]
Advanced

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

Crashing the new thread code


From: Juliusz Chroboczek
Subject: Crashing the new thread code
Date: Sun, 11 Dec 2016 19:37:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Running 26.0.50.7 on Linux/AMD64.  The following immediately crashes
Emacs:

  (let ((thread (make-thread #'(lambda () (while t (thread-yield))))))
    (thread-signal thread 'error nil))




reply via email to

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