Start a new topic

iOS javascript SDK crash issues

iOS javascript SDK crash issues


Hi,
We released a new version of our SDK just a few days ago. I'm pretty sure it resolves your first crash and also very likely the second one. Could you please try the free update of our SDK and send us your feedback if these crashes still occur or not?

THX!
Andreas

There are two crash issues when I use iOS Javascript SDK (version:5.1.4), platform: iOS7~iOS9

First: when I leave my camera viewcontroller which reference WTArchitectView,  WTArchitectView destroyed, then app crashed. Repeatlly this action mutiple times!

#0 0x229f3a08 in __psynch_mutexwait ()

#1 0x22a9aad2 in _pthread_mutex_lock_wait ()

#2 0x22a96ef6 in pthread_mutex_lock ()

#3 0x224ecc4c in std::__1::mutex::lock() ()

#4 0x016b6d78 in wikitude::common_library::impl::NetworkManager::~NetworkManager() ()

#5 0x016d3d72 in wikitude::sdk_foundation::impl::SDKFoundation::~SDKFoundation() ()

#6 0x017de7f2 in wikitude::sdk_core::impl::ArchitectEngine::~ArchitectEngine() ()

#7 0x017de924 in wikitude::sdk_core::impl::ArchitectEngine::~ArchitectEngine() ()

#8 0x017b3d56 in wikitude::sdk_core::impl::Architect::~Architect() ()

#9 0x01560fcc in - ()

#10 0x2253cf8a in objc_object::sidetable_release(bool) ()

#11 0x0159dbb2 in - ()

#12 0x22521f3c in object_cxxDestructFromClass(objc_object*, objc_class*) ()

#13 0x2252bdea in objc_destructInstance ()

#14 0x2252be0e in object_dispose ()

#15 0x276d9032 in - ()

#16 0x27332eda in - ()

#17 0x0159b0f6 in - () 

Second: When I lock the screen -> unlocked the screen, try mutiple times, then app crashed. 

#0 0x229f3998 in __psynch_cvwait ()

#1 0x22a981a4 in _pthread_cond_wait ()

#2 0x22a990b8 in pthread_cond_wait ()

#3 0x224b869c in std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) ()

#4 0x01727906 in aramis::BlockingPriorityQueue<aramis::MapExpander::Task>::take() ()

#5 0x01721bcc in aramis::MapExpander::fetchCommand() ()

#6 0x01721bb2 in aramis::MapExpander::internalThreadEntry() ()

#7 0x017289b6 in aramis::ThreadedClass::internalThreadEntryFunc(void*) ()

 
Login or Signup to post a comment