Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Crash in event manager — Gideros Forum

Crash in event manager

Fill_os_OFFFill_os_OFF Member
edited April 2017 in Bugs and issues
Hi!
Any idea why this can happen?
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)
It's crash on mobile (not in player).
Seems that this is related to using of a lot of sounds events.
I'm using latest gideros 2017.3.1 But I think that this bug is pretty old.

Thanks!


P.S. Maybe this is related to http://giderosmobile.com/forum/discussion/3884/android-version-crashes-with-fatal-signal-11-sigsegv-when-app-started-from-notification/p1 But here I don't use any notifications

Comments

Sign In or Register to comment.