AutoreleasePoolPage3popEPv Crash log from TestFlight, what does it mean?

288 views Asked by At

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. enter image description here

1

There are 1 answers

7
Karam On

it seems that you are using third party library & this crash occur there while you performing any type of Navigation or adding subviews or removing subviews.