0% found this document useful (0 votes)
14 views1 page

Errorlogj)

An app crashed with an NSInternalInconsistencyException due to calling waitUntilDoneWithError: on the main thread when it should not be. The crash occurred when deallocating a ZYMPController object. The call stack indicates the crash happened during autorelease pool cleanup.

Uploaded by

Luis Egetan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Errorlogj)

An app crashed with an NSInternalInconsistencyException due to calling waitUntilDoneWithError: on the main thread when it should not be. The crash occurred when deallocating a ZYMPController object. The call stack indicates the crash happened during autorelease pool cleanup.

Uploaded by

Luis Egetan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

*************** 崩溃日志 *******************

*************** 22-10-22 13:07:15 *******************


callStackSymbols - 当前栈信息:
0 CoreFoundation 0x000000018926a254 42C5C917-0447-3995-B50F-
DE4D132C2435 + 41556
1 libobjc.A.dylib 0x0000000182637a68 objc_exception_throw +
60
2 Foundation 0x0000000183bf6958 AA92CD58-561A-3414-92F4-
B4120298B39A + 5531992
3 ZYMediapipe 0x000000010a79d268 -[MPPGraph
waitUntilDoneWithError:] + 308
4 ZYMediapipe 0x000000010a772da8 -[ZYMPController
dealloc] + 324
5 Capture 0x00000001008fdc40 Capture + 1809472
6 libobjc.A.dylib 0x00000001826214a4 B3A78098-C0FB-3DCD-B1AC-
0712762510DB + 5284
7 libobjc.A.dylib 0x000000018262621c objc_destructInstance +
80
8 libobjc.A.dylib 0x000000018262f9d0 _objc_rootDealloc + 80
9 Capture 0x00000001008fb4fc Capture + 1799420
10 libobjc.A.dylib 0x00000001826214a4 B3A78098-C0FB-3DCD-B1AC-
0712762510DB + 5284
11 libobjc.A.dylib 0x000000018262621c objc_destructInstance +
80
12 libobjc.A.dylib 0x000000018262f9d0 _objc_rootDealloc + 80
13 UIKitCore 0x000000018b5f3e44 7B942FA4-CB76-3375-9972-
F58C14492FB4 + 2121284
14 UIKitCore 0x000000018b5f3b48 7B942FA4-CB76-3375-9972-
F58C14492FB4 + 2120520
15 Capture 0x00000001008ecb00 Capture + 1739520
16 libobjc.A.dylib 0x00000001826215d8 B3A78098-C0FB-3DCD-B1AC-
0712762510DB + 5592
17 libobjc.A.dylib 0x0000000182624f40 objc_autoreleasePoolPop
+ 256
18 CoreFoundation 0x00000001892dea74 _CFAutoreleasePoolPop +
32
19 CoreFoundation 0x00000001892dc7c8 42C5C917-0447-3995-B50F-
DE4D132C2435 + 509896
20 CoreFoundation 0x00000001892dc390 42C5C917-0447-3995-B50F-
DE4D132C2435 + 508816
21 CoreFoundation 0x00000001892e11e4 CFRunLoopRunSpecific +
612
22 GraphicsServices 0x00000001c2101368 GSEventRunModal + 164
23 UIKitCore 0x000000018b790d88 7B942FA4-CB76-3375-9972-
F58C14492FB4 + 3812744
24 UIKitCore 0x000000018b7909ec UIApplicationMain + 340
25 Capture 0x000000010091d154 Capture + 1937748
26 dyld 0x00000001a7605948 341BBF64-6034-357E-8AA6-
E1E4B988E03C + 88392

reason - 崩溃原因:
waitUntilDoneWithError: should not be called on the main thread
name - 异常类型:
NSInternalInconsistencyException

You might also like