简体   繁体   中英

AutoreleasePoolPage3popEPv Crash log from TestFlight, what does it mean?

I received a crash log from TestFlight, after I've uploaded the dsym file, the crash log is as shown below.

Unfortunately I am clueless what it means, and how I can find the cause of this crash. Am I missing something here?

SIGSEGV
libobjc.A.dylib_ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv

Occurrences1
Users1
#   Binary Image Name   Address Symbol
0   Moon Stones 0x0004d71e  testflight_backtrace
1   Moon Stones 0x0004cdb6  TFSignalHandler
2   libsystem_c.dylib   0x393eed3a  _sigtramp
3   libobjc.A.dylib 0x38f77494  _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv
4   CoreFoundation  0x311c2830  _CFAutoreleasePoolPop
5   Foundation  0x31ae8604  -[NSAutoreleasePool release]
6   UIKit   0x3308e572  _UIApplicationHandleEvent
7   GraphicsServices    0x34da65f6  _PurpleEventCallback
8   GraphicsServices    0x34da6226  PurpleEventCallback
9   CoreFoundation  0x312543e6  __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
10  CoreFoundation  0x3125438a  __CFRunLoopDoSource1
11  CoreFoundation  0x3125320e  __CFRunLoopRun
12  CoreFoundation  0x311c623c  CFRunLoopRunSpecific
13  CoreFoundation  0x311c60c8  CFRunLoopRunInMode
14  GraphicsServices    0x34da533a  GSEventRunModal
15  UIKit   0x330e22b8  UIApplicationMain
16  Moon Stones 0x0000e73a  main in main.m on Line 16
17  Moon Stones 0x0000951f  start

Crashed occurred at # 3 libobjc.A.dylib 0x38f77494 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv

I would be probably adding TFLogs for logging, and adding checkpoints to get a clue for future crashes.

Any help and insight on this crash log will be appreciated.

Edit: Attached screenshot. 在此处输入图片说明

似乎您正在使用第三方库,并且在执行任何类型的导航或添加子视图或删除子视图时,都会在此发生崩溃。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM