[iOS] Crash in wbclient::ResourceClient::handleRoutingTableChange

Issue #42 on hold
Łukasz Haraźny created an issue

Movesense SDK version: 1.7, iPhone 6, iOS: 10.3.3

So far it happened only once.

Crashed: com.twitter.crashlytics.ios.exception
SIGABRT ABORT 0x000000018f18d014
0  ExSed                          0x1001eb0ec CLSProcessRecordAllThreads + 4297601260
1  ExSed                          0x1001eb0ec CLSProcessRecordAllThreads + 4297601260
2  ExSed                          0x1001eafa8 CLSProcessRecordAllThreads + 4297600936
3  ExSed                          0x1001dad74 CLSHandler + 4297534836
4  ExSed                          0x1001e90f4 __CLSExceptionRecord_block_invoke + 4297593076
5  libdispatch.dylib              0x183e169a0 _dispatch_client_callout + 16
6  libdispatch.dylib              0x183e23ee0 _dispatch_barrier_sync_f_invoke + 84
7  ExSed                          0x1001e8b88 CLSExceptionRecord + 4297591688
8  ExSed                          0x1001e8698 CLSTerminateHandler() + 4297590424
9  libc++abi.dylib                0x1839af5d4 std::__terminate(void (*)()) + 16
10 libc++abi.dylib                0x1839aeef8 __cxxabiv1::exception_cleanup_func(_Unwind_Reason_Code, _Unwind_Exception*) + 134
11 libc++.1.dylib                 0x183989284 std::__1::thread::join() + 116
12 ExSed                          0x1002e85b0 wbclient::ResourceClient::handleRoutingTableChange(whiteboard::Value const&, whiteboard::ParameterList const&) + 4298638768
13 ExSed                          0x1002e7edc wbclient::ResourceClient::onNotify(whiteboard::ResourceId, whiteboard::Value const&, whiteboard::ParameterList const&) + 4298637020
14 ExSed                          0x100353ce8 whiteboard::Whiteboard::handleClientOnNotify(whiteboard::ClientId, whiteboard::ResourceId, whiteboard::Value const&, whiteboard::ParameterList const&) + 4299078888
15 ExSed                          0x100373e4c whiteboard::protocol_v9::MessageHandler::handleClientOnNotify(whiteboard::IMessageHandler::IHandler&, unsigned char, whiteboard::DataMessageHeader const&) const + 4299210316
16 ExSed                          0x100373aec whiteboard::protocol_v9::MessageHandler::handleMessage(whiteboard::IMessageHandler::IHandler&, unsigned char, whiteboard::DataMessageHeader const&) const + 4299209452
17 ExSed                          0x100348210 whiteboard::LocalExecutionContext::handle(WbEvent const&) + 4299031056
18 ExSed                          0x100345e08 whiteboard::EventProcessor::syncWait(whiteboard::IFunctor0<bool>&) + 4299021832
19 ExSed                          0x1003452d0 whiteboard::EventProcessor::threadFunction() + 4299018960
20 ExSed                          0x100345264 whiteboard::EventProcessor::threadRunnerCB(void*) + 4299018852
21 ExSed                          0x10036e5c8 WbThreadTrampoline(void*) + 4299187656
22 libsystem_pthread.dylib        0x18402168c _pthread_body + 240
23 libsystem_pthread.dylib        0x18402159c _pthread_body + 282
24 libsystem_pthread.dylib        0x18401ecb4 thread_start + 4

Comments (4)

  1. Log in to comment