Hi all,
My customers frequently get crashes in my software that look like this (see
below).

Anyone have any idea what I'm doing to trigger this? It looks like an
NSOperation is being launched to do 'ABMetadataValidateOperation main'. Any
idea what triggering this operation to begin, so that I have some chance of
reproducing this error?

Anyone from Apple know what the log message that is crashing in the address
book framework is supposed to be? It looks like it's missing an argument or
has been localized wrong.

-Chris Meyer

Thread 13 Crashed:
0   com.apple.CoreFoundation            0x938190ad CFBundleCopyLocalizedString 
+ 77
1   com.apple.CoreFoundation            0x93839885
_CFErrorCreateLocalizedDescription + 277
2   com.apple.Foundation                0x902619a8 -[NSError
localizedDescription] + 136
3   com.apple.CoreFoundation            0x938399fd CFErrorCopyDescription + 141
4   com.apple.CoreFoundation            0x93839a4a
_CFErrorCreateDebugDescription + 26
5   com.apple.Foundation                0x902618f8 -[NSError description] + 24
6   com.apple.Foundation                0x901cfb32 _NSDescriptionWithLocaleFunc 
+ 146
7   com.apple.CoreFoundation            0x9388ad8a
_CFStringAppendFormatAndArgumentsAux + 2874
8   com.apple.CoreFoundation            0x9388c508
_CFStringCreateWithFormatAndArgumentsAux + 120
9   com.apple.CoreFoundation            0x938c29b5 _CFLogvEx + 85
10  com.apple.Foundation                0x901e8d2e NSLogv + 174
11  com.apple.Foundation                0x9024812b NSLog + 27
12  ...apple.AddressBook.framework      0x90444322
+[ABRecordCoreDataFactoryImpl
fetchObjectsForClass:withPredicate:prefetchingKeyPaths:managedObjectContext:]
+ 951
13  ...apple.AddressBook.framework      0x9057e2f5
-[ABMetadataOperationController
addUniqueIdsMissingFromSet:toArray:forClass:prefetch:inAddressBook:] +
606
14  ...apple.AddressBook.framework      0x904606d2
-[ABMetadataOperationController validateAllMetaDataForceRebuild:] +
1450
15  ...apple.AddressBook.framework      0x904600f8
-[ABMetadataValidateOperation main] + 42
16  com.apple.Foundation                0x9025b624 -[NSOperation start] + 772
17  com.apple.Foundation                0x9025b312 __runop + 34
18  libSystem.B.dylib                   0x931f91f7 _pthread_wqthread + 331
19  libSystem.B.dylib                   0x931f90aa start_wqthread + 30
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to