lua-users home
lua-l archive

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


Alexander Gladysh wrote:
> I've got the same error on each run (guess I'm lucky today). With ASLR
> on, errors are different, and majority of run do not fail.

Well, then it should be much easier to reduce the test case. Also,
if ASLR is off, AFAIR you'll get exactly the same memory layout as
long as all binaries and libraries stay the same.

--Mike