Re: possible bug with LuaJIT 2.0.3

  • From: Mike Pall <mike-1409@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 2 Sep 2014 21:24:18 +0200

Francesco Abbate wrote:
> ----- fft-bug.lua
> dofile("fft-1.lua")
> dofile("fft-1.lua")
> -----
> 
> and run the file:
> 
> > luajit fft-bug.lua
> 
> the bug reappear. Like before, if you use "-joff" the problem
> disappears. Actually it does not happen *all* the time but in my
> system I see the problem for almost all the runs.

I'm sorry, but I cannot reproduce the problem. I get identical
output, no matter how often I run it. I've tried x86, x64, git
master, git v2.1, various build options, etc. No change.

> I've tested this bug on linux, x86 with the laster luajit master
> branch from the official repository.

Are you sure this is a completely unmodified clone of the repo,
no LUA_* environment variables, etc.?

--Mike

Other related posts: