AddressBookUI Exception: Tried to access preinserted property label in property group when adding was disallowed

Originator:futuretap
Number:rdar://12413179 Date Originated:02-Oct-2012 06:19 PM
Status:Closed Resolved:iOS 7.0.4
Product:iPhone SDK Product Version:6.0
Classification:Crash/Hang/Data Loss Reproducible:Unable
 
We received a couple of crash reports of our app (using AddressBookUI) with this exception.

This is either a documentation issue (no documentation on what could cause this exception) or a bug in AddressBookUI.


*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Tried to access preinserted property label in property group when adding was disallowed.'

Last Exception Backtrace:
0   CoreFoundation                      0x000c23e7 __exceptionPreprocess + 163
1   libobjc.A.dylib                     0x00008963 objc_exception_throw + 31
2   CoreFoundation                      0x000c229d +[NSException raise:format:] + 1
3   Foundation                          0x0006f7b3 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 91
4   AddressBookUI                       0x35a34b4f -[ABPropertyGroup localizedPropertyLabelAtIndex:] + 159
5   AddressBookUI                       0x35a346e5 -[ABMultiCellContentView reloadLabelFromModel] + 57
6   AddressBookUI                       0x35a35937 -[ABMultiCellContentView_Simple reloadFromModel] + 47
7   AddressBookUI                       0x35a90c19 -[ABPersonTableViewMultiCellDelegate multiCellContentViewDidEndEditing:] + 3033
8   AddressBookUI                       0x35a74369 -[ABPersonTableViewDataSource tableView:commitEditingStyle:forRowAtIndexPath:] + 1741
9   UIKit                               0x001ccfe1 -[UITableView(UITableViewInternal) animateDeletionOfRowWithCell:] + 85
10  UIKit                               0x000ee03f -[UIApplication sendAction:to:from:forEvent:] + 71
11  UIKit                               0x000edff3 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 31
12  UIKit                               0x000edfcd -[UIControl sendAction:to:forEvent:] + 45
13  UIKit                               0x000ed883 -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 503
14  UIKit                               0x000ee03f -[UIApplication sendAction:to:from:forEvent:] + 71
15  UIKit                               0x000edff3 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 31
16  UIKit                               0x000edfcd -[UIControl sendAction:to:forEvent:] + 45
17  UIKit                               0x000ed883 -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 503
18  UIKit                               0x000edd71 -[UIControl touchesEnded:withEvent:] + 489
19  UIKit                               0x000165c1 -[UIWindow _sendTouchesForEvent:] + 525
20  UIKit                               0x000038a9 -[UIApplication sendEvent:] + 381
21  UIKit                               0x000031b7 _UIApplicationHandleEvent + 6199
22  GraphicsServices                    0x000065f7 _PurpleEventCallback + 591
23  GraphicsServices                    0x00006227 PurpleEventCallback + 35
24  CoreFoundation                      0x000973e7 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 35
25  CoreFoundation                      0x0009738b __CFRunLoopDoSource1 + 139
26  CoreFoundation                      0x0009620f __CFRunLoopRun + 1383
27  CoreFoundation                      0x0000923d CFRunLoopRunSpecific + 357
28  CoreFoundation                      0x000090c9 CFRunLoopRunInMode + 105
29  GraphicsServices                    0x0000533b GSEventRunModal + 75
30  UIKit                               0x00057289 UIApplicationMain + 1121
31  WhereTo                             0x00003bfb main (main.m:15)
32  WhereTo                             0x00003ba8 start + 40

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!