Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice
  3. Join us on November 16th, 2023, between 1 pm and 9 pm CET for Ask the Experts Online on Discord and on Unity Discussions.
    Dismiss Notice

Randomly crash on physx::Cct::Controller::move

Discussion in 'iOS and tvOS' started by fishg, Jan 4, 2016.

  1. fishg

    fishg

    Joined:
    Jul 25, 2014
    Posts:
    90
    Incident Identifier: 0B06A996-2E33-4909-968B-526470ADE964
    CrashReporter Key: 0311432c23ccdf28e64dea8a9c3d5d1d7e1e8e6a
    Hardware Model: iPhone7,1
    Process: towerhero [389]
    Path: /private/var/mobile/Containers/Bundle/Application/1D457E68-1ED0-40C8-A580-D065074A6D42/towerhero.app/towerhero
    Identifier: com.jidanke.towerhero
    Version: 0 (1.0)
    Code Type: ARM (Native)
    Parent Process: launchd [1]

    Date/Time: 2016-01-04 15:56:16.16 +0800
    Launch Time: 2016-01-04 14:34:16.16 +0800
    OS Version: iOS 9.2 (13C75)
    Report Version: 105

    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Subtype: KERN_INVALID_ADDRESS at 0x000000002004003f
    Triggered by Thread: 0

    Filtered syslog:
    None found

    Thread 0 name: Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0 towerhero 0x00f5d2a6 Unity::GameObject::IsActive() const (GameObject.cpp:424)
    1 towerhero 0x0129d1a5 UI::CanvasRenderer::SyncDirtyElements() (CanvasRenderer.cpp:314)
    2 towerhero 0x012a37ab UI::CanvasManager::UpdateDirtyRenderers(UI::Canvas*) (CanvasManager.cpp:282)
    3 towerhero 0x012a0ee3 UI::Canvas::UpdateBatches(bool) (Canvas.cpp:1069)
    4 towerhero 0x012a381d UI::CanvasManager::WillRenderCanvases() (CanvasManager.cpp:300)
    5 towerhero 0x01089827 PlayerLoop(bool, bool, IHookEvent*) (Player.cpp:1787)
    6 towerhero 0x012d1d43 UnityPlayerLoopImpl(bool) (LibEntryPoint.mm:240)
    7 towerhero 0x0007252d UnityRepaint (DisplayManager.h:71)
    8 towerhero 0x0007232d -[UnityAppController(Rendering) repaintDisplayLink] (UnityAppController+Rendering.mm:54)
    9 QuartzCore 0x24fe682f CA::Display::DisplayLinkItem::dispatch() + 107
    10 QuartzCore 0x24fe667f CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 595
    11 IOMobileFramebuffer 0x246c958b IOMobileFramebufferVsyncNotifyFunc + 87
    12 IOKit 0x22f7925d IODispatchCalloutFromCFMessage + 257
    13 CoreFoundation 0x22cdb5e9 __CFMachPortPerform + 133
    14 CoreFoundation 0x22ceda0b __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 35
    15 CoreFoundation 0x22ced11f __CFRunLoopDoSource1 + 343
    16 CoreFoundation 0x22ceb531 __CFRunLoopRun + 1705
    17 CoreFoundation 0x22c3dbb9 CFRunLoopRunSpecific + 517
    18 CoreFoundation 0x22c3d9ad CFRunLoopRunInMode + 109
    19 GraphicsServices 0x23eb7af9 GSEventRunModal + 161
    20 UIKit 0x26f29fb5 UIApplicationMain + 145
    21 towerhero 0x0006acbb main (main.mm:32)
    22 libdyld.dylib 0x228f0873 start + 3

    Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0 libsystem_kernel.dylib 0x229c3320 kevent_qos + 24
    1 libdispatch.dylib 0x228d794f _dispatch_mgr_invoke + 255
    2 libdispatch.dylib 0x228c9a2f _dispatch_mgr_thread + 39

    Thread 2 name: GC Finalizer
    Thread 2:
    0 libsystem_kernel.dylib 0x229c19c0 __psynch_cvwait + 24
    1 libsystem_pthread.dylib 0x22a621a5 _pthread_cond_wait + 537
    2 libsystem_pthread.dylib 0x22a630b9 pthread_cond_wait + 41
    3 towerhero 0x0178a7c3 il2cpp::eek:s::posix::posixWaitObject::Wait(unsigned int, bool) (PosixWaitObject.cpp:128)
    4 towerhero 0x0176eaff FinalizerThread(void*) (gc.cpp:40)
    5 towerhero 0x01786a1d il2cpp::eek:s::Thread::RunWrapper(void*) (Thread.cpp:90)
    6 towerhero 0x0178c829 il2cpp::eek:s::ThreadImpl::ThreadStartWrapper(void*) (ThreadImpl.cpp:106)
    7 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    8 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    9 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 3 name: BatchDeleteObjects
    Thread 3:
    0 libsystem_kernel.dylib 0x229adc48 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x228d59c7 _dispatch_semaphore_wait_slow + 191
    2 towerhero 0x01107d87 ThreadedStreamBuffer::HandleReadOverflow(unsigned int&, unsigned int&) (TimeHelper.h:96)
    3 towerhero 0x010854c5 BatchDeleteStep2Threaded(void*) (BatchDeleteObjects.cpp:97)
    4 towerhero 0x011075bf Thread::RunThreadWrapper(void*) (Thread.cpp:40)
    5 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    6 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    7 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 4 name: AsyncReadManager
    Thread 4:
    0 libsystem_kernel.dylib 0x229adc48 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x228d59c7 _dispatch_semaphore_wait_slow + 191
    2 towerhero 0x0112885d AsyncReadManagerThreaded::ThreadEntry() (Semaphore.h:22)
    3 towerhero 0x011285c1 AsyncReadManagerThreaded::StaticThreadEntry(void*) (AsyncReadManagerThreaded.cpp:53)
    4 towerhero 0x011075bf Thread::RunThreadWrapper(void*) (Thread.cpp:40)
    5 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    6 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    7 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 5 name: Worker Thread
    Thread 5:
    0 libsystem_kernel.dylib 0x229adc48 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x228d59c7 _dispatch_semaphore_wait_slow + 191
    2 towerhero 0x00fde5fb CappedSemaphore::WaitForSignal() (CappedSemaphore.h:65)
    3 towerhero 0x00fde04f JobQueue::processJobs(void*, bool*) (JobQueue.cpp:733)
    4 towerhero 0x00fdd99d JobQueue::WorkLoop(void*) (JobQueue.cpp:739)
    5 towerhero 0x011075bf Thread::RunThreadWrapper(void*) (Thread.cpp:40)
    6 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    7 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    8 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 6 name: AVAudioSession Notify Thread
    Thread 6:
    0 libsystem_kernel.dylib 0x229adbf8 mach_msg_trap + 20
    1 libsystem_kernel.dylib 0x229ad9f9 mach_msg + 41
    2 CoreFoundation 0x22cecf1d __CFRunLoopServiceMachPort + 137
    3 CoreFoundation 0x22ceb2a3 __CFRunLoopRun + 1051
    4 CoreFoundation 0x22c3dbb9 CFRunLoopRunSpecific + 517
    5 CoreFoundation 0x22c3d9ad CFRunLoopRunInMode + 109
    6 libAVFAudio.dylib 0x281e718f GenericRunLoopThread::Entry(void*) + 135
    7 libAVFAudio.dylib 0x281bbb77 CAPThread::Entry(CAPThread*) + 155
    8 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    9 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    10 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 7:
    0 libsystem_kernel.dylib 0x229adc48 semaphore_wait_trap + 8
    1 towerhero 0x017148c8 FMOD_OS_Semaphore_Wait(FMOD_OS_SEMAPHORE*) + 32
    2 towerhero 0x01732258 FMOD::Thread::callback(void*) + 68
    3 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    4 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    5 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 8 name: AURemoteIO::IOThread
    Thread 8:
    0 libsystem_kernel.dylib 0x229adbf8 mach_msg_trap + 20
    1 libsystem_kernel.dylib 0x229ad9f9 mach_msg + 41
    2 AudioToolbox 0x24dd409d AURemoteIO::IOThread::Run() + 105
    3 AudioToolbox 0x24dd7a69 AURemoteIO::IOThread::Entry(void*) + 9
    4 AudioToolbox 0x24cee15b CAPThread::Entry(CAPThread*) + 187
    5 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    6 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    7 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 9:
    0 libsystem_kernel.dylib 0x229c2024 __semwait_signal + 24
    1 libsystem_c.dylib 0x22917bcd nanosleep + 173
    2 libsystem_c.dylib 0x22917b1d usleep + 53
    3 towerhero 0x01714454 FMOD_OS_Time_Sleep(unsigned int) + 20
    4 towerhero 0x0173223c FMOD::Thread::callback(void*) + 40
    5 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    6 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    7 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 10 name: com.apple.CoreMotion.MotionThread
    Thread 10:
    0 libsystem_kernel.dylib 0x229adbf8 mach_msg_trap + 20
    1 libsystem_kernel.dylib 0x229ad9f9 mach_msg + 41
    2 CoreFoundation 0x22cecf1d __CFRunLoopServiceMachPort + 137
    3 CoreFoundation 0x22ceb2a3 __CFRunLoopRun + 1051
    4 CoreFoundation 0x22c3dbb9 CFRunLoopRunSpecific + 517
    5 CoreFoundation 0x22c7e99b CFRunLoopRun + 99
    6 CoreMotion 0x27b32a89 0x27ae1000 + 334473
    7 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    8 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    9 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 11 name: UnityPreload
    Thread 11:
    0 libsystem_kernel.dylib 0x229adc48 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x228d59c7 _dispatch_semaphore_wait_slow + 191
    2 towerhero 0x010cb115 PreloadManager::Run() (PreloadManager.cpp:352)
    3 towerhero 0x010cb0e1 PreloadManager::Run(void*) (PreloadManager.cpp:188)
    4 towerhero 0x011075bf Thread::RunThreadWrapper(void*) (Thread.cpp:40)
    5 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    6 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    7 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 12 name: BackgroundWorker
    Thread 12:
    0 libsystem_kernel.dylib 0x229adc48 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x228d59c7 _dispatch_semaphore_wait_slow + 191
    2 towerhero 0x00fde5fb CappedSemaphore::WaitForSignal() (CappedSemaphore.h:65)
    3 towerhero 0x00fde04f JobQueue::processJobs(void*, bool*) (JobQueue.cpp:733)
    4 towerhero 0x00fdd99d JobQueue::WorkLoop(void*) (JobQueue.cpp:739)
    5 towerhero 0x011075bf Thread::RunThreadWrapper(void*) (Thread.cpp:40)
    6 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    7 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    8 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 13 name: BackgroundWorker
    Thread 13:
    0 libsystem_kernel.dylib 0x229adc48 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x228d59c7 _dispatch_semaphore_wait_slow + 191
    2 towerhero 0x00fde5fb CappedSemaphore::WaitForSignal() (CappedSemaphore.h:65)
    3 towerhero 0x00fde04f JobQueue::processJobs(void*, bool*) (JobQueue.cpp:733)
    4 towerhero 0x00fdd99d JobQueue::WorkLoop(void*) (JobQueue.cpp:739)
    5 towerhero 0x011075bf Thread::RunThreadWrapper(void*) (Thread.cpp:40)
    6 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    7 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    8 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 14 name: Worker Pool Thread #0
    Thread 14:
    0 libsystem_kernel.dylib 0x229c19c0 __psynch_cvwait + 24
    1 libsystem_pthread.dylib 0x22a621a5 _pthread_cond_wait + 537
    2 libsystem_pthread.dylib 0x22a630b9 pthread_cond_wait + 41
    3 towerhero 0x0178a7c3 il2cpp::eek:s::posix::posixWaitObject::Wait(unsigned int, bool) (PosixWaitObject.cpp:128)
    4 towerhero 0x0177df01 il2cpp::eek:s::EventHandle::Wait() (Event.h:37)
    5 towerhero 0x0177ecb9 il2cpp::icalls::mscorlib::System::Threading::WaitHandle::WaitOne_internal(Il2CppObject*, Il2CppIntPtr, int, bool) (WaitHandle.cpp:72)
    6 towerhero 0x00bf629f WaitHandle_WaitOne_m1178289523_0 (Bulk_mscorlib_9.cpp:23176)
    7 towerhero 0x0045e3c7 NetworkStream_Write_m443078693_0 (GeneratedVirtualInvokers.h:33)
    8 towerhero 0x00b17ea5 BinaryWriter_Write_m942985559_0 (Bulk_mscorlib_3.cpp:15060)
    9 towerhero 0x0045754b Request_WriteToStream_m7271105_0 (Bulk_Assembly-CSharp_3.cpp:30114)
    10 towerhero 0x00457fbd Request_U3CBeginSendingU3Em__3C_m1003994008_0 (Bulk_Assembly-CSharp_3.cpp:30419)
    11 towerhero 0x00ef4d51 RuntimeInvoker_Void_t_224166001_0_Object_t(MethodInfo const*, void*, void**) (Il2CppInvokerTable.cpp:1708)
    12 towerhero 0x017a08a5 0x64000 + 24365221
    13 towerhero 0x017a56a5 il2cpp::vm::ThreadPoolCompartment::WorkerThreadRunLoop() (ThreadPool.cpp:757)
    14 towerhero 0x017a5399 il2cpp::vm::WorkerThreadEntryPoint(void*) (ThreadPool.cpp:812)
    15 towerhero 0x01786a1d il2cpp::eek:s::Thread::RunWrapper(void*) (Thread.cpp:90)
    16 towerhero 0x0178c829 il2cpp::eek:s::ThreadImpl::ThreadStartWrapper(void*) (ThreadImpl.cpp:106)
    17 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    18 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    19 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 15 name: Worker Pool Thread #1
    Thread 15:
    0 libsystem_kernel.dylib 0x229c19c0 __psynch_cvwait + 24
    1 libsystem_pthread.dylib 0x22a621a5 _pthread_cond_wait + 537
    2 libsystem_pthread.dylib 0x22a630b9 pthread_cond_wait + 41
    3 towerhero 0x0178a7c3 il2cpp::eek:s::posix::posixWaitObject::Wait(unsigned int, bool) (PosixWaitObject.cpp:128)
    4 towerhero 0x0177df01 il2cpp::eek:s::EventHandle::Wait() (Event.h:37)
    5 towerhero 0x0177ecb9 il2cpp::icalls::mscorlib::System::Threading::WaitHandle::WaitOne_internal(Il2CppObject*, Il2CppIntPtr, int, bool) (WaitHandle.cpp:72)
    6 towerhero 0x00bf629f WaitHandle_WaitOne_m1178289523_0 (Bulk_mscorlib_9.cpp:23176)
    7 towerhero 0x0045e3c7 NetworkStream_Write_m443078693_0 (GeneratedVirtualInvokers.h:33)
    8 towerhero 0x00b17ea5 BinaryWriter_Write_m942985559_0 (Bulk_mscorlib_3.cpp:15060)
    9 towerhero 0x0045754b Request_WriteToStream_m7271105_0 (Bulk_Assembly-CSharp_3.cpp:30114)
    10 towerhero 0x00457fbd Request_U3CBeginSendingU3Em__3C_m1003994008_0 (Bulk_Assembly-CSharp_3.cpp:30419)
    11 towerhero 0x00ef4d51 RuntimeInvoker_Void_t_224166001_0_Object_t(MethodInfo const*, void*, void**) (Il2CppInvokerTable.cpp:1708)
    12 towerhero 0x017a08a5 0x64000 + 24365221
    13 towerhero 0x017a56a5 il2cpp::vm::ThreadPoolCompartment::WorkerThreadRunLoop() (ThreadPool.cpp:757)
    14 towerhero 0x017a5399 il2cpp::vm::WorkerThreadEntryPoint(void*) (ThreadPool.cpp:812)
    15 towerhero 0x01786a1d il2cpp::eek:s::Thread::RunWrapper(void*) (Thread.cpp:90)
    16 towerhero 0x0178c829 il2cpp::eek:s::ThreadImpl::ThreadStartWrapper(void*) (ThreadImpl.cpp:106)
    17 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    18 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    19 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 16 name: Worker Pool Thread #2
    Thread 16:
    0 libsystem_kernel.dylib 0x229c19c0 __psynch_cvwait + 24
    1 libsystem_pthread.dylib 0x22a621a5 _pthread_cond_wait + 537
    2 libsystem_pthread.dylib 0x22a630b9 pthread_cond_wait + 41
    3 towerhero 0x0178a7c3 il2cpp::eek:s::posix::posixWaitObject::Wait(unsigned int, bool) (PosixWaitObject.cpp:128)
    4 towerhero 0x0177df01 il2cpp::eek:s::EventHandle::Wait() (Event.h:37)
    5 towerhero 0x0177ecb9 il2cpp::icalls::mscorlib::System::Threading::WaitHandle::WaitOne_internal(Il2CppObject*, Il2CppIntPtr, int, bool) (WaitHandle.cpp:72)
    6 towerhero 0x00bf629f WaitHandle_WaitOne_m1178289523_0 (Bulk_mscorlib_9.cpp:23176)
    7 towerhero 0x0045e3c7 NetworkStream_Write_m443078693_0 (GeneratedVirtualInvokers.h:33)
    8 towerhero 0x00b17ea5 BinaryWriter_Write_m942985559_0 (Bulk_mscorlib_3.cpp:15060)
    9 towerhero 0x0045754b Request_WriteToStream_m7271105_0 (Bulk_Assembly-CSharp_3.cpp:30114)
    10 towerhero 0x00457fbd Request_U3CBeginSendingU3Em__3C_m1003994008_0 (Bulk_Assembly-CSharp_3.cpp:30419)
    11 towerhero 0x00ef4d51 RuntimeInvoker_Void_t_224166001_0_Object_t(MethodInfo const*, void*, void**) (Il2CppInvokerTable.cpp:1708)
    12 towerhero 0x017a08a5 0x64000 + 24365221
    13 towerhero 0x017a56a5 il2cpp::vm::ThreadPoolCompartment::WorkerThreadRunLoop() (ThreadPool.cpp:757)
    14 towerhero 0x017a5399 il2cpp::vm::WorkerThreadEntryPoint(void*) (ThreadPool.cpp:812)
    15 towerhero 0x01786a1d il2cpp::eek:s::Thread::RunWrapper(void*) (Thread.cpp:90)
    16 towerhero 0x0178c829 il2cpp::eek:s::ThreadImpl::ThreadStartWrapper(void*) (ThreadImpl.cpp:106)
    17 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    18 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    19 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 17:
    0 libsystem_kernel.dylib 0x229c288c __workq_kernreturn + 8
    1 libsystem_pthread.dylib 0x22a60e19 _pthread_wqthread + 1037
    2 libsystem_pthread.dylib 0x22a609fc start_wqthread + 8

    Thread 18:
    0 libsystem_kernel.dylib 0x229c288c __workq_kernreturn + 8
    1 libsystem_pthread.dylib 0x22a60e19 _pthread_wqthread + 1037
    2 libsystem_pthread.dylib 0x22a609fc start_wqthread + 8

    Thread 19:
    0 libsystem_kernel.dylib 0x229c288c __workq_kernreturn + 8
    1 libsystem_pthread.dylib 0x22a60e19 _pthread_wqthread + 1037
    2 libsystem_pthread.dylib 0x22a609fc start_wqthread + 8

    Thread 20:
    0 libsystem_kernel.dylib 0x229c288c __workq_kernreturn + 8
    1 libsystem_pthread.dylib 0x22a60e19 _pthread_wqthread + 1037
    2 libsystem_pthread.dylib 0x22a609fc start_wqthread + 8

    Thread 21 name: Worker Pool Thread #3
    Thread 21:
    0 libsystem_kernel.dylib 0x229c19c0 __psynch_cvwait + 24
    1 libsystem_pthread.dylib 0x22a621df _pthread_cond_wait + 595
    2 libsystem_pthread.dylib 0x22a61f89 pthread_cond_timedwait_relative_np + 17
    3 towerhero 0x0178a787 il2cpp::eek:s::posix::posixWaitObject::Wait(unsigned int, bool) (PosixWaitObject.cpp:156)
    4 towerhero 0x017a555f il2cpp::vm::ThreadPoolCompartment::WorkerThreadRunLoop() (ThreadPool.cpp:685)
    5 towerhero 0x017a5399 il2cpp::vm::WorkerThreadEntryPoint(void*) (ThreadPool.cpp:812)
    6 towerhero 0x01786a1d il2cpp::eek:s::Thread::RunWrapper(void*) (Thread.cpp:90)
    7 towerhero 0x0178c829 il2cpp::eek:s::ThreadImpl::ThreadStartWrapper(void*) (ThreadImpl.cpp:106)
    8 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    9 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    10 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 22 name: Pathfinding Thread 0
    Thread 22:
    0 libsystem_kernel.dylib 0x229c19c0 __psynch_cvwait + 24
    1 libsystem_pthread.dylib 0x22a621a5 _pthread_cond_wait + 537
    2 libsystem_pthread.dylib 0x22a630b9 pthread_cond_wait + 41
    3 towerhero 0x0178a7c3 il2cpp::eek:s::posix::posixWaitObject::Wait(unsigned int, bool) (PosixWaitObject.cpp:128)
    4 towerhero 0x0177df01 il2cpp::eek:s::EventHandle::Wait() (Event.h:37)
    5 towerhero 0x0177ecb9 il2cpp::icalls::mscorlib::System::Threading::WaitHandle::WaitOne_internal(Il2CppObject*, Il2CppIntPtr, int, bool) (WaitHandle.cpp:72)
    6 towerhero 0x00bf629f WaitHandle_WaitOne_m1178289523_0 (Bulk_mscorlib_9.cpp:23176)
    7 towerhero 0x000d36cd ThreadControlQueue_Pop_m1280957620_0 (GeneratedVirtualInvokers.h:33)
    8 towerhero 0x000d30b7 AstarPath_CalculatePathsThreaded_m187948114_0 (Bulk_Assembly-CSharp_0.cpp:37267)
    9 towerhero 0x00ef4d51 RuntimeInvoker_Void_t_224166001_0_Object_t(MethodInfo const*, void*, void**) (Il2CppInvokerTable.cpp:1708)
    10 towerhero 0x017a07c9 0x64000 + 24365001
    11 towerhero 0x0177e4b7 il2cpp::icalls::mscorlib::System::Threading::ThreadStart(void*) (Thread.cpp:176)
    12 towerhero 0x01786a1d il2cpp::eek:s::Thread::RunWrapper(void*) (Thread.cpp:90)
    13 towerhero 0x0178c829 il2cpp::eek:s::ThreadImpl::ThreadStartWrapper(void*) (ThreadImpl.cpp:106)
    14 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    15 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    16 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 23:
    0 towerhero 0x017a0a58 il2cpp::vm::Runtime::RaiseExecutionEngineExceptionIfMethodIsNotFound(MethodInfo const*) (Runtime.cpp:327)
    1 towerhero 0x004368df GraphNodeDelegate_Invoke_m_1532660464_0 (Bulk_Assembly-CSharp_27.cpp:150922)
    2 towerhero 0x000b962b GridNode2D_GetConnections_m1799680549_0 (Bulk_Assembly-CSharp_0.cpp:12293)
    3 towerhero 0x000dedc1 GraphNode_FloodFill_m_1266327560_0 (Bulk_Assembly-CSharp_0.cpp:48895)
    4 towerhero 0x000cbc71 U3CFloodFillU3Ec__AnonStorey8D_U3CU3Em__1B_m1584517212_0 (Bulk_Assembly-CSharp_0.cpp:30800)
    5 towerhero 0x00436a45 GraphNodeDelegateCancelable_Invoke_m_967120112_0 (Bulk_Assembly-CSharp_28.cpp:259)
    6 towerhero 0x000b623d GridGraph2D_GetNodes_m755249061_0 (Bulk_Assembly-CSharp_0.cpp:8650)
    7 towerhero 0x000cddab AstarPath_FloodFill_m30718738_0 (Bulk_Assembly-CSharp_0.cpp:34863)
    8 towerhero 0x000cf09b AstarPath_ProcessGraphUpdatesAsync_m1762273330_0 (Bulk_Assembly-CSharp_0.cpp:33522)
    9 towerhero 0x00ef4d51 RuntimeInvoker_Void_t_224166001_0_Object_t(MethodInfo const*, void*, void**) (Il2CppInvokerTable.cpp:1708)
    10 towerhero 0x017a07c9 0x64000 + 24365001
    11 towerhero 0x0177e4b7 il2cpp::icalls::mscorlib::System::Threading::ThreadStart(void*) (Thread.cpp:176)
    12 towerhero 0x01786a1d il2cpp::eek:s::Thread::RunWrapper(void*) (Thread.cpp:90)
    13 towerhero 0x0178c829 il2cpp::eek:s::ThreadImpl::ThreadStartWrapper(void*) (ThreadImpl.cpp:106)
    14 libsystem_pthread.dylib 0x22a62c7f _pthread_body + 139
    15 libsystem_pthread.dylib 0x22a62bf3 _pthread_start + 111
    16 libsystem_pthread.dylib 0x22a60a08 thread_start + 8

    Thread 0 crashed with ARM Thread State (32-bit):
    r0: 0x20040010 r1: 0x00002090 r2: 0x1843dec8 r3: 0x00000000
    r4: 0x20040010 r5: 0x40e3ae68 r6: 0x195a2b50 r7: 0x02145734
    r8: 0x16b93a08 r9: 0x00000000 r10: 0x00000000 r11: 0x00000000
    ip: 0x01c56a04 sp: 0x02145730 lr: 0x0129d1a5 pc: 0x00f5d2a6
    cpsr: 0x20000030
     
    Last edited: Jan 5, 2016
  2. fishg

    fishg

    Joined:
    Jul 25, 2014
    Posts:
    90
    I was change the crash log ,but I can't change the title.The new crashlog is happend after I turn off the dynamic batching,but still turn on static batching.
     
  3. jiangzhen

    jiangzhen

    Joined:
    Aug 3, 2015
    Posts:
    29
    i have the same problem
     
  4. flyingcat

    flyingcat

    Joined:
    Mar 19, 2015
    Posts:
    3
    we got the same problem, have you solved it yet ?
     
  5. jiangzhen

    jiangzhen

    Joined:
    Aug 3, 2015
    Posts:
    29
    currently i remove all canvas in my crash scenes. then work fine.
    if you solved please tell me . thank you !
     
  6. Stevanus

    Stevanus

    Joined:
    Aug 13, 2014
    Posts:
    22
    I have the same problem. It happens after a lot of scene loads (> 10) in a session.
    Game will eventually crash when loading a new scene.
     
  7. jiangzhen

    jiangzhen

    Joined:
    Aug 3, 2015
    Posts:
    29
  8. firea32

    firea32

    Joined:
    Oct 1, 2015
    Posts:
    3
    *BUMP*
     
  9. Stevanus

    Stevanus

    Joined:
    Aug 13, 2014
    Posts:
    22