octave-maintainers
[Top][All Lists]
Advanced

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

Re: Interrupting GNU Octave


From: Michael Goffioul
Subject: Re: Interrupting GNU Octave
Date: Fri, 17 Feb 2012 09:08:06 +0000

On Fri, Feb 17, 2012 at 7:57 AM, Felipe Monteiro de Carvalho
<address@hidden> wrote:
> Hello,
>
> I have an application that runs GNU Octave and communicates with it
> via pipes. Then to interrupt it in case I want to stop the current
> processing it will send a SIGINT signal.
>
> So this worked fine in all platforms, but now recently I received a
> report saying that the new GNU Octave no longer accepts signals and
> instead uses something called "quint", which I couldn't find any
> information about in Google and that the system that I had developed
> therefore no longer works.
>
> Should SIGINT still work correctly in the latest GNU Octave? Or if
> not, what is the new procedure for interrupting it?

I assume there's a bit a mess up here. Quint was the original name of
the GUI that is now being developped within octave. This has nothing
to do with signal handling. AFAIK, using SIGINT should still work as
usual.

Michael.


reply via email to

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