[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.1w1 aborts
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 10 Sep 2004 17:47:27 -0300
> #2 0x4017cbf8 in abort () from /lib/libc.so.6
> #3 0x080e0378 in lua_getmetatable (L=0x81cbb48, objindex=1) at lapi.c:558
> #4 0x080f5bd9 in luaB_getmetatable (L=0x81cbb48) at lbaselib.c:94
> [...]
Can you repeat that abort? If so, please send the following information:
- print *mt (as you did before)
- print *L->l_G (the global state)
- print obj->value.gc.h (table being accessed)
-- Roberto