在“-[[RLMRealm dealloc]”时发生领域崩溃

时间:2020-04-04 00:32:24

标签: realm

我们在发布的软件包中遇到了一些崩溃。

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)

0 个答案:

没有答案