Re: [OctDev] bug: crashes and endless loops

2012-04-16 Thread Jordi Gutiérrez Hermoso
2012/4/16 Stefan Reiser : > Jordi Gutiérrez Hermoso schrieb: >  > On 16 April 2012 05:46, Stefan Reiser  wrote: >  >> ... >  >> >  > >  > These are bugs. Please report them: >  > >  >      http://www.octave.org/bugs.html > > > I see ... at first (after reading > http://octave.sourceforge.net/bugs.h

Re: [OctDev] bug: crashes and endless loops

2012-04-16 Thread Stefan Reiser
Jordi Gutiérrez Hermoso schrieb: > On 16 April 2012 05:46, Stefan Reiser wrote: >> ... >> > > These are bugs. Please report them: > > http://www.octave.org/bugs.html > > Thanks, > - Jordi G. H. I see ... at first (after reading http://octave.sourceforge.net/bugs.html) I thougt he

Re: [OctDev] bug: crashes and endless loops

2012-04-16 Thread Jordi Gutiérrez Hermoso
On 16 April 2012 05:46, Stefan Reiser wrote: > 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) unsol

[OctDev] bug: crashes and endless loops

2012-04-16 Thread Stefan Reiser
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