Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HelperType = Thread,in Samsung s7 crash #69

Open
iamkevinf opened this issue Oct 10, 2019 · 0 comments
Open

HelperType = Thread,in Samsung s7 crash #69

iamkevinf opened this issue Oct 10, 2019 · 0 comments

Comments

@iamkevinf
Copy link

iamkevinf commented Oct 10, 2019

Hi,@Phong13

use BThreadedWorldHelper in android crash

crash log is here:

10-10 18:05:26.885 E/CRASH (32646): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000000000000000

10-10 18:05:26.885 E/CRASH (32646): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

10-10 18:05:26.885 E/CRASH (32646): Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'

10-10 18:05:26.885 E/CRASH (32646): Build fingerprint: 'samsung/heroqltezc/heroqltechn:6.0.1/MMB29M/G9300ZCU2APL2:user/release-keys'

10-10 18:05:26.885 E/CRASH (32646): Revision: '15'

10-10 18:05:26.885 E/CRASH (32646): pid: 32646, tid: 32726, name: UnityMain >>> com.xxx.xxx<<<

10-10 18:05:26.885 E/CRASH (32646): x0 0000007f85cf6c60 x1 0000000000000000 x2 0000000000000001 x3 0000000000000000

10-10 18:05:26.885 E/CRASH (32646): x4 0000007faf3fc000 x5 0000000000000000 x6 0000000000000001 x7 0000007f8970b4f0

10-10 18:05:26.885 E/CRASH (32646): x8 000000004180e1c5 x9 000000004167b3f0 x10 00000000c20e9b81 x11 00000000c214fa87

10-10 18:05:26.885 E/CRASH (32646): x12 0000007f85cf6c60 x13 000000004056fb70 x14 0000007f85cf3514 x15 0000000000000000

10-10 18:05:26.885 E/CRASH (32646): x16 0000000000000038 x17 0000007faf3bb000 x18 0000007f8d5198a0 x19 0000007f85cf3510

10-10 18:05:26.885 E/CRASH (32646): x20 0000007f8543ad30 x21 0000007f8a9f6748 x22 0000007f85cf3510 x23 0000007f8a9f6748

10-10 18:05:26.885 E/CRASH (32646): x24 0000007f8970b4f0 x25 0000007f89962b80 x26 0000007f899a7c00 x27 00000000021831a0

10-10 18:05:26.885 E/CRASH (32646): x28 0000000000000000 x29 0000007f8970af00 x30 0000007f89bec32c

10-10 18:05:26.885 E/CRASH (32646): sp 0000007f8970aee0 pc 0000007f89bec47c pstate 0000000020000000

10-10 18:05:26.885 E/CRASH (32646):

10-10 18:05:26.885 E/CRASH (32646): backtrace:

in windows :

Stack Trace of Crashed Thread 19108:

0x00007FFD1FDA715A (libbulletc) HACD_HACD_delete
0x00007FFD1FDB4C81 (libbulletc) HACD_HACD_delete
0x00007FFD1FDB4D46 (libbulletc) HACD_HACD_delete
0x00007FFD1FDB4ED4 (libbulletc) HACD_HACD_delete
0x00007FFD1FE207C9 (libbulletc) HACD_HACD_delete
0x00007FFD1FE2067F (libbulletc) HACD_HACD_delete
0x0000000048CF3774 (BulletUnity) BulletSharp.DynamicsWorld.btDynamicsWorld_stepSimulation3()
0x0000000048CF3603 (BulletUnity) BulletSharp.DynamicsWorld.StepSimulation()
0x0000000048CF2AC3 (Assembly-CSharp) BulletUnity.BThreadedWorldHelper.PhysicsUpdate()
0x0000000048CF24BB (Assembly-CSharp) BulletUnity.BThreadedWorldHelper.OnTimedEvent()
0x0000000048CF0F61 (Assembly-CSharp) BulletUnity.MicroTimer.NotificationTimer()
0x0000000048CF09C3 (Assembly-CSharp) BulletUnity.MicroTimer.b__19_0()
0x00000000471B8A3F (mscorlib) System.Threading.ThreadHelper.ThreadStart_Context()
0x00000000471B78F1 (mscorlib) System.Threading.ExecutionContext.RunInternal()
0x00000000471B6F2B (mscorlib) System.Threading.ExecutionContext.Run()
0x00000000471B6D63 (mscorlib) System.Threading.ExecutionContext.Run()
0x00000000471B68BB (mscorlib) System.Threading.ThreadHelper.ThreadStart()
0x0000000046D15270 (mscorlib) System.Object.runtime_invoke_void__this__()
0x00007FFD0F06BE7B (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\mini\mini-runtime.c:2809] mono_jit_runtime_invoke
0x00007FFD0EFF1E32 (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\object.c:2919] do_runtime_invoke
0x00007FFD0EFFB012 (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\object.c:3071] mono_runtime_invoke_checked
0x00007FFD0F01549F (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\threads.c:1043] start_wrapper_internal
0x00007FFD0F0151E6 (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\threads.c:1093] start_wrapper
0x00007FFD55197BD4 (KERNEL32) BaseThreadInitThunk
0x00007FFD55A2CEE1 (ntdll) RtlUserThreadStart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant