all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Crashing the new thread code
@ 2016-12-11 18:37 Juliusz Chroboczek
  2016-12-11 20:34 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Juliusz Chroboczek @ 2016-12-11 18:37 UTC (permalink / raw)
  To: emacs-devel

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))




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-12-12 17:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-11 18:37 Crashing the new thread code Juliusz Chroboczek
2016-12-11 20:34 ` Eli Zaretskii
2016-12-11 21:22   ` Juliusz Chroboczek
2016-12-11 21:58     ` Noam Postavsky
2016-12-11 22:56       ` Juliusz Chroboczek
2016-12-12  3:41       ` Eli Zaretskii
2016-12-12  4:10         ` Noam Postavsky
2016-12-12 17:11           ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.