[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exception- Interrupt raised
- Subject: Re: Exception- Interrupt raised
- From: Chris Warburton
- Date: Thu, 01 Feb 2018 18:11:14 +0000
- In-reply-to: <ff15e7e7eab57c26-0-artemis@nixos>
- References: <ff15e7e7eab57c26-0-artemis@nixos>
We might be able to "solve" this in a similar way to the timeout issue,
by adding a handler to 'counter_ex_check'.
However, we should first try to figure out if this is a good idea. For
example, it might be the case that killing the process gracefully will
send interrupts to all worker threads; in which case, we shouldn't be
ignoring them and carrying on.