[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luaproc
- From: Bruno Silvestre <bruno.silvestre@...>
- Date: Thu, 15 Jul 2010 22:47:18 -0300
On Thu, Jul 15, 2010 at 6:04 PM, Alexandre Skyrme
<askyrme@inf.puc-rio.br> wrote:
>
> i'd be grateful if you could post any further information you might find
> relevant to reproduce this condition.
>
Same here...
Lua 5.1.4
GCC 4.2.1
Luaproc-1.0b1
Mac OS X 10.6.4
-- Core dump #1
$ gdb lua core.1189
[...]
#0 0x00007fff841bd286 in szone_malloc_should_clear ()
(gdb) thread 1
[Switching to thread 1 (core thread 0)]
0x00007fff841bd286 in szone_malloc_should_clear ()
(gdb) bt
#0 0x00007fff841bd286 in szone_malloc_should_clear ()
#1 0x00007fff841bcf0a in malloc_zone_malloc ()
#2 0x00007fff841cd039 in realloc ()
#3 0x000000010000b260 in luaM_realloc_ ()
#4 0x000000010000ef0e in luaS_newlstr ()
#5 0x0000000100002c37 in lua_pushlstring ()
#6 0x0000000100017155 in io_noclose ()
#7 0x0000000100017e9b in io_gc ()
#8 0x0000000100007922 in luaD_precall ()
#9 0x0000000100007d5e in luaD_call ()
#10 0x000000010000963e in GCTM ()
#11 0x0000000100009be8 in luaC_callGCTM ()
#12 0x0000000100007467 in luaD_rawrunprotected ()
#13 0x000000010000e880 in lua_close ()
#14 0x0000000100001564 in main ()
(gdb) thread 2
[Switching to thread 2 (core thread 1)]
0x000000010007d01a in ?? ()
(gdb) bt
#0 0x000000010007d01a in ?? ()
Cannot access memory at address 0x10007d01a
#1 0x00007fff841f2456 in _pthread_start ()
#2 0x00007fff841f2309 in thread_start ()
-- Core dump #2
$ gdb lua core.1227
[...]
#0 0x00000001000093ce in sweeplist ()
(gdb) thread 1
[Switching to thread 1 (core thread 0)]
0x00000001000093ce in sweeplist ()
(gdb) bt
#0 0x00000001000093ce in sweeplist ()
#1 0x00000001000094f7 in luaC_freeall ()
#2 0x000000010000e7af in close_state ()
#3 0x0000000100001564 in main ()
(gdb) thread 2
[Switching to thread 2 (core thread 1)]
0x000000010007d01a in ?? ()
(gdb) bt
#0 0x000000010007d01a in ?? ()
Cannot access memory at address 0x10007d01a
#1 0x00007fff841f2456 in _pthread_start ()
#2 0x00007fff841f2309 in thread_start ()
cheers
--
bruno