lua-users home
lua-l archive

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


On Wed, May 2, 2012 at 11:44 PM, Alexander Gladysh <agladysh@gmail.com> wrote:
> On Wed, May 2, 2012 at 11:41 PM, Peter Cawley <lua@corsix.org> wrote:
>> On Wed, May 2, 2012 at 8:37 PM, Alexander Gladysh <agladysh@gmail.com> wrote:
>>> Meanwhile, it looks like the bug is deterministically reproduced on a
>>> fixed n-th run of the suite (this is with somewhat modified code).
>>>
>>> For example, on one of the machines, bug is triggered exactly on 111th run.
>>>
>>> It seems that some state is kept somewhere between luajit2 runs. Any
>>> ideas *where*?
>>
>> My first line of thought would be OS-level ASLR.
>
> Could be. Any hints on how to temporarily disable that?

...Assume recent Ubuntu and GCC.

Alexander.