octave-bug-tracker
[Top][All Lists]
Advanced

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

Re: [Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C


From: Michael D. Godfrey
Subject: Re: [Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C
Date: Wed, 13 Nov 2013 11:52:18 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 11/13/2013 11:47 AM, John W. Eaton wrote:
x = rand (3000);
inv (x);
[pbdsl3:octave] oct
jit_startcnt =  20000
octave:1> x = rand (3000);
octave:2> inv (x);
^C^C^C^Coctave:3>
=================
Same as sleep().  It took the right time for inv to complete:
octave:4> size(ans)
ans =

   3000   3000





reply via email to

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