[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luajit-2.0.0-beta6 crash
- From: Mike Pall <mikelu-1103@...>
- Date: Thu, 3 Mar 2011 00:59:19 +0100
Henk Boom wrote:
> I also dumped a core in case you find it useful, you can get it here:
Whee ... that turned out to be an interesting puzzle:
After much head scratching I realized you've apparently got an
Intel Atom. So far so good -- LuaJIT detects this and generates
specially tuned machine code for it.
But you're running it in 64 bit mode -- that's kind of unusual
because only very few Atoms have that capability and even fewer
are shipped with a 64 bit OS. I.e. this combination has probably
never been tested before!
I've just committed a fix to git HEAD. Thank you for the report!
--Mike