[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Weird irreproducible error
- From: "Jerome Vuarand" <jerome.vuarand@...>
- Date: Mon, 1 Oct 2007 16:47:20 -0400
Steve Heller wrote:
>>> No. The input is from a file, which does not change
>>> between runs. Of course, I need to run the program with different
>>> input files in the normal course of events; however, I'm seeing this
>>> problem with the exact same input for each run.
>>
>> Are you reloading Lua itself between runs, or are you rereading the
>> input file?
>>
>> Is it possible that a previous run left things in a strange state.
>
> I'm rerunning lua.exe each time from the command line.
You should really try to isolate the bug in a minimal script and send it
to us. In a matter of minutes you will now if it comes from the Lua code
or from the way you compile the interpreter.