[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why does this thread code crash my emacs?
From: |
Eli Zaretskii |
Subject: |
Re: Why does this thread code crash my emacs? |
Date: |
Sat, 16 Oct 2021 14:51:20 +0300 |
> Date: Fri, 15 Oct 2021 22:01:04 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: emacs-devel@gnu.org
>
> You currently cannot signal a thread that is waiting for input (hanoi
> waits for input inside sit-for), because Emacs doesn't (yet) know how
> to recover from signals in that state.
>
> IOW, this is a limitation of the current implementation that is more
> visible when signaling threads than when there's only one (main)
> thread.
I've now attempted to fix this on the emacs-28 branch. Hopefully,
this won't have any adverse effects elsewhere, otherwise we'd have to
move this to master, and continue debugging that.
- Re: Why does this thread code crash my emacs?, (continued)
- Re: Why does this thread code crash my emacs?, dick, 2021/10/15
- Re: Why does this thread code crash my emacs?, Eli Zaretskii, 2021/10/15
- Re: Why does this thread code crash my emacs?, dick, 2021/10/15
- Re: Why does this thread code crash my emacs?, tomas, 2021/10/16
- Re: Why does this thread code crash my emacs?, Eli Zaretskii, 2021/10/16
- Re: Why does this thread code crash my emacs?, dick, 2021/10/16
- Re: Why does this thread code crash my emacs?, Eli Zaretskii, 2021/10/16
Re: Why does this thread code crash my emacs?, Eli Zaretskii, 2021/10/15