help-octave
[Top][All Lists]
Advanced

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

Re: different results at subsequent runs


From: Jordi Gutiérrez Hermoso
Subject: Re: different results at subsequent runs
Date: Tue, 2 Nov 2010 12:24:29 -0600

On 2 November 2010 11:23, GFotios <address@hidden> wrote:
> A common source of puzzling errors is the reuse of previously defined
> variables.

Or the script could be reading a file that is changing.

Or it could be using the output of toc in a computation.

Or it could be calling an improperly written .oct file that has
undefined behaviour.

Or it could be running into a race condition during an asynchronous
operation (e.g. network communication).

Or there could be a call to a function that does invoke a RNG and
wasn't expected to do so.

Or the operating system itself may have memory/stack corruption.

Frankly, I still prefer my software gnomes theory. ;-)

- Jordi G. H.


reply via email to

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