It looks like you're new here. If you want to get involved, click one of these buttons!
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x4 r0 0000001a r1 ab9cfc58 r2 00000000 r3 00000000 r4 ac134014 r5 00000000 r6 00000001 r7 aaaaaaab r8 0000001a r9 ab9cfc58 sl 0000001a fp 00000001 ip 00000000 sp ef8951f8 lr ef902cfd pc ef902ade cpsr 00030030 backtrace: #00 pc 0006cade /data/app/xxx-1/lib/arm/libgideros.so (_ZN19gevent_CallbackList13dispatchEventEiPv+145) #01 pc 0006ccfb /data/app/xxx-1/lib/arm/libgideros.so (_ZN6gevent12EventManager4tickEv+90) #02 pc 0016ed53 /data/app/xxx-1/lib/arm/libgideros.so #03 pc 0000dbbc /data/app/xxx-1/lib/arm/liblua.so #04 pc 0000cb34 /data/app/xxx-1/lib/arm/liblua.so #05 pc 00006020 /data/app/xxx-1/lib/arm/liblua.so #06 pc 00009adc /data/app/xxx-1/lib/arm/liblua.so #07 pc 00009bc8 /data/app/xxx-1/lib/arm/liblua.so (lua_pcall+88) #08 pc 00108c99 /data/app/xxx-1/lib/arm/libgideros.so (lua_pcall_traceback+128) #09 pc 0016f397 /data/app/xxx-1/lib/arm/libgideros.so (_ZN14LuaApplication10enterFrameEP7GStatus+70) #10 pc 00069211 /data/app/xxx-1/lib/arm/libgideros.so (_ZN18ApplicationManager9drawFrameEv+140) #11 pc 006221ad /data/app/xxx-1/oat/arm/base.odex (offset 0x588000) |
Comments
Will check with new gideros
[-] Liasoft
Will appreciate any help!
Just checked source code. Seems like gideros/libgid/src/gevent.cpp:gevent_CallbackList missed mutex but I am not sure if it should be right there.
Can anyone check this?
PS: also, I think that the point is to have several add/remove eventListener for Event.ENTER_FRAME
Another possible reason is to have addEventListener/removeEventListener from another event callback
http://docs.giderosmobile.com/reference/gideros/EventDispatcher/removeAllListeners
(though I'm not sure if it's even relevant in your case)
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)