bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#25172: 26.0.50; Concurrency feature, sit-for doesn't work (crashing


From: Elias Mårtenson
Subject: bug#25172: 26.0.50; Concurrency feature, sit-for doesn't work (crashing and unexpected behaviour)
Date: Tue, 13 Dec 2016 12:11:58 +0800

I've bisected now, but during my testing I realised that the problem didn't go away. Instead, it just took a bit longer to reproduce.

I discovered that a very effective way to reproduce the issue is just to start several threads at the same time, so I simply extended the test case to the following:

(require 'cl(
(loop repeat 10 do (make-thread (lambda () (sit-for 5) (with-current-buffer "z" (insert "hello")))))

When running this test, I have gotten two different errors. One SIGSEGV and another being SIGABRT.

I will include the stack traces for both test cases in the following two emails.

Regards,
Elias

reply via email to

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