[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaLanes on Ubuntu 11.10, kernel 3.0
- From: Benoit Germain <bnt.germain@...>
- Date: Wed, 9 Nov 2011 17:31:49 +0100
2011/11/9 Philipp Janda <siffiejoe@gmx.net>:
> Hi!
>
I've submitted the Makefile fix and (hopefully) the last warnings.
> The glibc memory corruption is gone, but now I get an assertion failure on
> 'make test' (not always on the first test, but I don't get far):
> lua5.1: lanes.c:1018: selfdestruct_remove: Assertion `found' failed.
> Aborted (core dumped)
>
Just inspecting the code leaves me stumped. This assertion means that
the lane structure 's' thinks itself inside the self-destruct chain,
but when looking for it we don't find it. The strange thing is, all
insertions and removals happen under lock, so there must be something
I do wrong, but I don't know what yet... and that leaves me wondering
why I don't ever raise it with win32 builds.
--
Benoit.
- References:
- LuaLanes on Ubuntu 11.10, kernel 3.0, Thijs Koerselman
- Re: LuaLanes on Ubuntu 11.10, kernel 3.0, Benoit Germain
- Re: LuaLanes on Ubuntu 11.10, kernel 3.0, Hisham
- Re: LuaLanes on Ubuntu 11.10, kernel 3.0, Thijs Koerselman
- Re: LuaLanes on Ubuntu 11.10, kernel 3.0, Benoit Germain
- Re: LuaLanes on Ubuntu 11.10, kernel 3.0, Thijs Koerselman
- Re: LuaLanes on Ubuntu 11.10, kernel 3.0, Taj Khattra
- Re: LuaLanes on Ubuntu 11.10, kernel 3.0, Benoit Germain
- Re: LuaLanes on Ubuntu 11.10, kernel 3.0, Philipp Janda