Realm cra sh at "- [RLMRealm dealloc]" - PullRequest
       4

Realm cra sh at "- [RLMRealm dealloc]"

0 голосов
/ 04 апреля 2020

Мы столкнулись с некоторыми сбоями в опубликованных пакетах.

enter image description here

libsystem_kernel.dylib  __pthread_kill + 8
libsystem_pthread.dylib _pthread_kill$VARIANT$mp + 380
libsystem_c.dylib   abort + 140
Realm   realm::util::terminate(char const*, char const*, long)
Realm   realm::util::terminate_internal(std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) + 264
Realm   realm::util::terminate_with_info(char const*, char const*, long, char const*, std::initializer_list<realm::util::Printable>&&) + 388
Realm   realm::util::File::map(realm::util::File::AccessMode, unsigned long, int, unsigned long) const
Realm   realm::util::File::unlock() + 100
Realm   realm::SharedGroup::close_internal(std::__1::unique_lock<realm::util::InterprocessMutex>) + 580
Realm   realm::SharedGroup::~SharedGroup() + 48
Realm   std::__1::unique_ptr<realm::SharedGroup, std::__1::default_delete<realm::SharedGroup> >::reset(realm::SharedGroup*) (memory:2339)
Realm   realm::Realm::~Realm() (memory:2649)
Realm   std::__1::shared_ptr<realm::_impl::CollectionNotifier>::~shared_ptr() (memory:3587)
libobjc.A.dylib object_cxxDestructFromClass(objc_object*, objc_class*) + 148
libobjc.A.dylib objc_destructInstance + 68
libobjc.A.dylib object_dispose + 16
Realm   -[RLMRealm dealloc] (RLMRealm.mm:776)
libobjc.A.dylib (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 672
CoreFoundation  _CFAutoreleasePoolPop + 28
CoreFoundation  ___CFRunLoopRun + 1932
CoreFoundation  CFRunLoopRunSpecific + 436
GraphicsServices    GSEventRunModal + 104
UIKitCore   UIApplicationMain + 212
MyApp   main (<compiler-generated>:0)
libdyld.dylib   _start + 4

Версия платформы Realm: v4.3.2

Версия Xcode : 11.3.1 (11C505)

...