Re: crash in Lua 5.1 and 5.2: calling C function from unloaded lib
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: crash in Lua 5.1 and 5.2: calling C function from unloaded lib
- From: Josh Haberman <jhaberman@...>
- Date: Mon, 9 Apr 2012 07:09:36 -0700
On Mon, Apr 9, 2012 at 12:10 AM, Alexander Gladysh <agladysh@gmail.com> wrote:
> Note that this is not a good atexit() function — it would be called at
> the next full GC cycle.
Yeah, this is a reduced test case; the original atexit() function did just that.