Crashes when running on device (Samsung S4)

Options
liortal53
liortal53
edited August 2013 in Native
Hi,

I've built an app that uses the NDK library and when running on a real device (Samsung S4) i am getting this crash (consistently).

Can you determine from this crash what is wrong? (i am not sure whether it's an issue with our code or not)

Full crash here: http://pastebin.com/GD7bPN7F

I/DEBUG ( 2456): backtrace:
I/DEBUG ( 2456): #00 pc 0005315c /data/app-lib/myapp.Generic_Android.bb-1/libdemoLoadBalancing.so (ExitGames::Common::MemoryManagement::Inte
rnal::MemoryPool::alloc()+20)
I/DEBUG ( 2456): #01 pc 0003e984 /data/app-lib/myapp.Generic_Android.bb-1/libdemoLoadBalancing.so (ExitGames::Photon::Internal::EnetChannel:
:EnetChannel(unsigned char)+152)
I/DEBUG ( 2456):
I/DEBUG ( 2456): stack:
I/DEBUG ( 2456): 78083a00 00000000
I/DEBUG ( 2456): 78083a04 00000028
I/DEBUG ( 2456): 78083a08 0000000a
I/DEBUG ( 2456): 78083a0c 77ee10f4 /data/app-lib/myapp.Generic_Android.bb-1/libdemoLoadBalancing.so
I/DEBUG ( 2456): 78083a10 00000408
I/DEBUG ( 2456): 78083a14 00002040
I/DEBUG ( 2456): 78083a18 76d8964c
I/DEBUG ( 2456): 78083a1c 76d89898
I/DEBUG ( 2456): 78083a20 78083aa8 [stack:8227]
I/DEBUG ( 2456): 78083a24 76d898c4
I/DEBUG ( 2456): 78083a28 78083b54 [stack:8227]
I/DEBUG ( 2456): 78083a2c 401a7021 /system/lib/libc.so (malloc+12)
I/DEBUG ( 2456): 78083a30 00000000
I/DEBUG ( 2456): 78083a34 400f11d6
I/DEBUG ( 2456): 78083a38 df0027ad
I/DEBUG ( 2456): 78083a3c 00000000
I/DEBUG ( 2456): #00 78083a40 72a7493c
I/DEBUG ( 2456): ........ ........
I/DEBUG ( 2456): #01 78083a40 72a7493c
I/DEBUG ( 2456): 78083a44 00000000
I/DEBUG ( 2456): 78083a48 0000000a
I/DEBUG ( 2456): 78083a4c 77ec3988 /data/app-lib/myapp.Generic_Android.bb-1/libdemoLoadBalancing.so (ExitGames::Photon::Internal::EnetC
hannel::EnetChannel(unsigned char)+156)
I/DEBUG ( 2456): 78083a50 00000003
I/DEBUG ( 2456): 78083a54 780955cc
I/DEBUG ( 2456): 78083a58 72a747b0
I/DEBUG ( 2456): 78083a5c 72a7493c
I/DEBUG ( 2456): 78083a60 78083b40 [stack:8227]
I/DEBUG ( 2456): 78083a64 751c2f80
I/DEBUG ( 2456): 78083a68 760e7db0
I/DEBUG ( 2456): 78083a6c 77eb62f4 /data/app-lib/myapp.Generic_Android.bb-1/libdemoLoadBalancing.so (ExitGames::Photon::Internal::EnetP
eer::reset()+128)

Comments

  • Kaiserludi
    Options
    Hi. I definitely need more info to track this down.
    With which exact client version does it happen? Under which circumstances does it happen (initializing the peer, attempting to connect, attempting to send something, attempting to disconnect, etc.)? Does it only happen with udp or also with tcp? Does it happen in debug or release config or in both?