Crashed at <compiler-generated> line 0

Hi, according to fabric report. There is a crash which I think is related to didSelectRowAt. May I know what is the crash means?

Crashed: com.apple.main-thread
0  MyApp                          0x1005e7cc4 $S8MyApp8SearchVCC9tableView_14didSelectRowAtySo07UITableF0C_10Foundation9IndexPathVtFTf4dnn_n (<compiler-generated>)
1  MyApp .                        0x1005e2fa8 $S8MyApp8SearchVCC9tableView_14didSelectRowAtySo07UITableF0C_10Foundation9IndexPathVtFTo (<compiler-generated>)
2  UIKit                          0x18b1b8b20 -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 1352
3  UIKit                          0x18b261760 -[UITableView _userSelectRowAtPendingSelectionIndexPath:] + 268
4  UIKit                          0x18b30faa8 _runAfterCACommitDeferredBlocks + 292
5  UIKit                          0x18b302e5c _cleanUpAfterCAFlushAndRunDeferredBlocks + 288
6  UIKit                          0x18b094464 _afterCACommitHandler + 132
7  CoreFoundation                 0x181a8ecdc __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32
8  CoreFoundation                 0x181a8c694 __CFRunLoopDoObservers + 412
9  CoreFoundation                 0x181a8cc50 __CFRunLoopRun + 1292
10 CoreFoundation                 0x1819acc58 CFRunLoopRunSpecific + 436
11 GraphicsServices               0x183858f84 GSEventRunModal + 100
12 UIKit                          0x18b1055c4 UIApplicationMain + 236
13 MyApp .                        0x1005b36a4 main (History+CoreDataProperties.swift:16)
14 libdyld.dylib                  0x1814cc56c start + 4

Replies

With regards the

<compiler-generated>
stuff, that’s the main thrust of this thread and I addressed it in my 27 Sep post.

With regards

SEGV_ACCERR
, that’s a specific code related to the
SIGSEGV
exception, indicating that your process has been terminated because it accessed invalid memory.

To offer further advice I’d need to see your full crash report. Please create a new thread (because this thread is already heavily overloaded) and post a symbolicated Apple crash on that new thread.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hi,

Have you figured out the reason of this crash? I've got something very similar. No idea what's happening..

I've got something very similar. No idea what's happening.

While your crash may look similar, the devil really is in the details here. Rather than continuing on this thread, which is already heavily overloaded, I recommend that you create a new thread (in Xcode > Debugger) and we can discuss things there.

In your new thread please:

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"