Hallo,
I've experienced some strange crashes during certain calculations. 
Octave exits without error message and with exit code 0.
The crash occurs during equation solving, here are some simple examples 
to reproduce the situation:

1) unsolvable equation system:
    A=[inf,1234];b=[5];A\b
It then says "DLASCL4" and is gone ... The exit code is 0.

2) Endless loop (stoppable with Ctrl-C).
    A=[1234,inf];b=[5];A\b

My version is 3.6.1 (i686-pc-mingw32).
Regards
Stefan Reiser


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to