octave-maintainers
[Top][All Lists]
Advanced

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

Re: interrupt handing and the GUI (bug #37672)


From: John W. Eaton
Subject: Re: interrupt handing and the GUI (bug #37672)
Date: Mon, 11 Nov 2013 09:59:53 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

On 11/11/2013 07:22 AM, Michael Goffioul wrote:

I wouldn't bother too much about Windows here, as SIGINT handling is
quite different and AFAIK *always* happen in a separate thread just
created by the OS to handle the signal.

So what is the fix for Windows then? We seem to have the same problem there, that interrupting things like

  sleep (10);

or

  inv (large_matrix);

doesn't work.

jwe



reply via email to

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