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

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

[Octave-bug-tracker] [bug #51241] Infinite loop in condest


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #51241] Infinite loop in condest
Date: Thu, 15 Jun 2017 11:33:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Follow-up Comment #4, bug #51241 (project octave):

I can confirm it on this cset as well:

address@hidden gcc_default]$ hg id
b0e9c030f063 tip @
address@hidden gcc_default]$ ./run-octave --no-gui
GNU Octave, version 4.3.0+
Copyright (C) 2016 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-pc-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

octave:1> a = [146.50 3.2070e-61 0;3.2070e-61 147.50 0;0 0 144.00];
octave:2> condest(a)
^C
octave:2> condest(a)
^C
octave:2> condest(a)
^C
octave:2> condest(a)
ans =  1.0243
octave:3> condest(a)
ans =  1.0243
octave:4> condest(a)




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51241>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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