Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Another case of Mail crash

After updating to Snow Leopard, Mail crashed right away after upgrading its database. I was able to disable my accounts manually by editing ~/Library/Preferences/com.apple.mail.plist. And that got Mail to start without crashing. I then re-enabled my pop account and that worked. But I cannot re-enabled any IMAP account, even Mobileme, without an immediate crash.

The crash reports show similar information usually looking like this:

Application Specific Information:
-[iToolsAccount _synchronizeAccountWithServerWithUserInput:]
-[MailApp _tellSyncServicesToRegisterAndSync]
-[iToolsAccount _fetchUnreadCountsCheckForNewMessages:]

or like this:

Application Specific Information:
-[MetadataManager _enableAllToDoObjectsForAccount:]

so I'm guessing it has something to do either syncing and/or to-do notes.

Snow Leopard also removed all my calendars after the upgrade. I tried doing a backup from my PowerPC Mac mini but the import failed miserably without a clear message apart from "Import failed". Fortunately I was able to get my calendars back with a Mobileme sync.

I also experienced a few issues with Address Book but was able again to get it back by importing it from the Mac mini.

Minor upgrade maybe, but it has so far been a huge headache for me.

I'm still looking for a solution for the Mail crash. Let me know if you have a suggestion. I have tried the fixes posted by other people, but to no avail.

Gilles

MacBook Pro, Mac OS X (10.6)

Posted on Aug 29, 2009 1:21 AM

Reply
21 replies

Aug 29, 2009 10:44 PM in response to chamois

Okay, after a day and half of debugging, I finally got Mail to work 🙂
I took me this long to figure it out, and a lot of sweat too (because it's hot here in California).

And so it turns out I had some corrupted certificates in my keychain, that the keychain first aid did not detect and that I had to delete myself.

Still seems to me that this Snow Leopard has a few bad apples left in it. This has been the worst upgrade I've experienced so far. And my first Mac was a Mac 128K... maybe I had been lucky so far?

Gilles

Aug 29, 2009 10:46 PM in response to chamois

By the way, here is the typical crashed thread log for those of you who may experience the same issue.

Gilles

Thread 19 Crashed:
0 com.apple.CoreFoundation 0x00007fff84fbb7ad CFURLCopyAbsoluteURL + 61
1 com.apple.CFNetwork 0x00007fff841c50bf HTTPMessage::initialize(__CFString const*, __CFURL const*, __CFString const*) + 55
2 com.apple.CFNetwork 0x00007fff841c4fab CFHTTPMessageCreateRequest + 87
3 com.apple.security.dotmacdl 0x00000001007c2136 DotMacQuery::ReadStream(__CFURL const*, unsigned long&) + 58
4 com.apple.security.dotmacdl 0x00000001007c3446 DotMacQuery::ReadCertificatesFromURL(__CFURL const*) + 48
5 com.apple.security.dotmacdl 0x00000001007c3c1b DotMacQuery::DotMacQuery(DotMacRelation*, cssm_query const*) + 579
6 com.apple.security.dotmacdl 0x00000001007c3ceb DotMacRelation::MakeQuery(cssm_query const*) + 53
7 com.apple.security.dotmacdl 0x00000001007bcf01 DotMacDatabase::DbDataGetFirst(cssm_query const*, cssm db_record_attributedata*, cssm_data*, cssm db_uniquerecord**) + 131
8 com.apple.security.dotmacdl 0x00000001007c104a AttachedInstance::StubDataGetFirst(cssm dl_dbhandle, cssm_query const*, long*, cssm db_record_attributedata*, cssm_data*, cssm db_uniquerecord**) + 78
9 com.apple.security 0x00007fff8066a2c2 CSSM DLDataGetFirst + 126
10 com.apple.security 0x00007fff806c56b1 tpDbFindIssuerCert + 471
11 com.apple.security 0x00007fff806963da TPCertGroup::buildCertGroup(TPClItemInfo const&, TPCertGroup*, cssm dl_dblist const*, long, long, char const*, unsigned int, cssm_data const*, TPCertGroup&, TPCertGroup*, int, unsigned int, cssm_data const*, char const*, unsigned int, unsigned int, int&, int&, int&) + 1870
12 com.apple.security 0x00007fff80695c1b AppleTPSession::CertGroupConstructPriv(long, long, TPCertGroup&, cssm dl_dblist const*, char const*, unsigned int, cssm_data const*, unsigned int, cssm_data const*, char const*, unsigned int, unsigned int, TPCertGroup&, int&, int&, int&, TPCertGroup&) + 237
13 com.apple.security 0x00007fff806937ab AppleTPSession::CertGroupVerify(long, long, cssm_certgroup const&, cssm tp_verifycontext const*, cssm tp_verify_contextresult*) + 875
14 com.apple.security 0x00007fff80693370 cssm_CertGroupVerify(long, long, long, cssm_certgroup const*, cssm tp_verifycontext const*, cssm tp_verify_contextresult*) + 95
15 com.apple.security 0x00007fff80693126 CSSM TPCertGroupVerify + 98
16 com.apple.security 0x00007fff80692ed4 Security::CssmClient::TPImpl::certGroupVerify(Security::CertGroup const&, Security::TPVerifyContext const&, Security::TPVerifyResult*) + 142
17 com.apple.security 0x00007fff806857d8 Security::KeychainCore::Trust::evaluate() + 1678
18 com.apple.security 0x00007fff8068504d SecTrustEvaluate + 85
19 com.apple.MessageFramework 0x00007fff87f7045b +[MessageKeychainManager copyTrustedSigningCertificateForAddress:] + 240
20 com.apple.MessageFramework 0x00007fff87f702be +[MessageKeychainManager canSignMessagesFromAddress:] + 144
21 com.apple.MessageFramework 0x00007fff87f700dd +[MailAccount _updateAccountExistsForSigning] + 238
22 com.apple.MessageFramework 0x00007fff87f6ff2d +[MailAccount accountExistsForSigning] + 58
23 com.apple.MessageFramework 0x00007fff87f3190a _loadAllEmailAddresses + 2788
24 com.apple.MessageFramework 0x00007fff87f63008 +[MailAccount allEmailAddressesIncludingFullUserName:] + 63
25 com.apple.MessageFramework 0x00007fff87f70044 +[MailAccount _updateAccountExistsForSigning] + 85
26 com.apple.MessageFramework 0x00007fff87f6ff2d +[MailAccount accountExistsForSigning] + 58
27 com.apple.Foundation 0x00007fff88274f65 _NSThread__main_ + 1429
28 libSystem.B.dylib 0x00007fff828e006e pthreadstart + 331
29 libSystem.B.dylib 0x00007fff828dff21 thread_start + 13

Aug 30, 2009 7:55 AM in response to chamois

how does one find corrupted keychain certificates if the keychain first aid does not? keychain first aid did find a problem, but fixing it did not solve my Mail crash upon trying to view a message issue.

none of the posted fixes is working for me and i am not sure what to look for in my debug report. should i post it here?

Aug 30, 2009 8:10 AM in response to cskemp

does this help?


from my crash reporter:


Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 12

Application Specific Information:
-[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]
abort() called
* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: ' * -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: Unique ID)'

Aug 30, 2009 4:53 PM in response to chamois

I upgraded to snow leopard recently and despite all recommendations by other forums, I installed snow leopard over leopard without doing a fresh install.

I'm having the same issues as the chamois even after I have erased keychain's associated with mail app. Mail app seems to crash while trying to fetch new mail. Is there anyway to remove mail accounts without opening mail app or is there a way to get mail app to not check for new mail as soon as it opens?

Sep 1, 2009 3:51 AM in response to chamois

cskemp,
What is needed is the text of the thread that crashed, in your case "Crashed Thread: 12". Look down the log file and find this thread. Then copy it in your post. It may help understand what's going wrong. At the same time, it could somewhat non-specific and only decipherable by Apple engineers.

jaspersone,
Yes you can disable accounts by editing ~/Library/Preferences/com.apple.mail.plist. First make sure Mail is closed (but I guess it is if it keeps crashing). Then Double-click on the file, and look for the entry call "MailAccounts". You will a list of items. Each one corresponds to a mail account, some may be disabled. To disable an account, you will need to add an item called "isActive" of type string and with value "NO".

Hope this helps,
Gilles

Sep 2, 2009 6:38 AM in response to chamois

hi.

i think i have finally sorted it out.
a recap:
first, mail was crashing immediately after starting. i found in another forum the following procedure that i tried. i moved my ~/library/mail out of the library. started mail, mails asked to import, i moved the mail folder back into its location, i clicked ok on import, mail then 're-imported' my mail folder.
the result was that mail would then start, retrieve messages, and stay open, but upon clicking on any message at all, attachments or not, it would crash.

i rebuilt my messages with the rebuild command under the message menu. nope, nothing changed.

i found a post about issues with address book smart groups, i had no address book smart groups, but i deleted all my groups just in case. nope. still crashing.

then i backed up my mail folder and preferences files and deleted preferences and restarted. nope, didn't change.

then i deleted my mail folder and preferences files completely, re-entered my IMAP settings and waited for mail to resync the 4,000+ emails. nope, still crashed when trying to view ANY email.

then, still searching for something, i read another post about the smart groups in address book again. so this time, i deleted the ~/library/application support/address book/AddressBook-v22.abcddb file.

and Voila! Mail is finally working! really. even though i had no groups whatsoever in address book, somehow this file was a problem.

so here is the last crash log, maybe a correlation can be made...

Thread 15 Crashed:
0 libSystem.B.dylib 0x00007fff8226625e _semwait_signalnocancel + 10
1 libSystem.B.dylib 0x00007fff82266160 nanosleep$NOCANCEL + 129
2 libSystem.B.dylib 0x00007fff822c2b16 usleep$NOCANCEL + 57
3 libSystem.B.dylib 0x00007fff822e20cc abort + 93
4 libstdc++.6.dylib 0x00007fff86cd55d2 _tcf0 + 0
5 libobjc.A.dylib 0x00007fff86aa8f49 objcterminate + 100
6 libstdc++.6.dylib 0x00007fff86cd3ae1 _cxxabiv1::_terminate(void (*)()) + 11
7 libstdc++.6.dylib 0x00007fff86cd3b16 _cxxabiv1::_unexpected(void (*)()) + 0
8 libstdc++.6.dylib 0x00007fff86cd3bfc _gxx_exception_cleanup(_Unwind_ReasonCode, UnwindException*) + 0
9 libobjc.A.dylib 0x00007fff86aa53b2 object_getIvar + 0
10 com.apple.CoreFoundation 0x00007fff85f8b3c7 +[NSException raise:format:arguments:] + 103
11 com.apple.CoreFoundation 0x00007fff85f8b354 +[NSException raise:format:] + 148
12 com.apple.Foundation 0x00007fff80760b8f -[NSCFDictionary setObject:forKey:] + 227
13 ...apple.AddressBook.framework 0x00007fff860ba30a -[ABRecord nts_DescriptionDictionary] + 832
14 ...apple.AddressBook.framework 0x00007fff860b9c79 -[ABRecord nts_Description] + 39
15 ...apple.AddressBook.framework 0x00007fff860b8474 -[ABRecord description] + 67
16 com.apple.CoreFoundation 0x00007fff85f6cf7c -[NSObject(NSObject) _copyDescription] + 44
17 com.apple.CoreFoundation 0x00007fff85f0efb9 _CFStringAppendFormatAndArgumentsAux + 6089
18 com.apple.CoreFoundation 0x00007fff85f0d7ad _CFStringCreateWithFormatAndArgumentsAux + 109
19 com.apple.datadetectorscore 0x00007fff88088f1d DDLogv + 24
20 com.apple.datadetectorscore 0x00007fff88088f03 DDLog + 162
21 com.apple.datadetectorscore 0x00007fff8808be75 DDABSourceLoadData + 488
22 com.apple.datadetectorscore 0x00007fff8808bc88 DDLookupTableLoadAddressBook + 26
23 com.apple.datadetectors 0x00007fff811090c8 -[DDPatternCompiler createScanner:] + 118
24 com.apple.Foundation 0x00007fff8076ef65 _NSThread__main_ + 1429
25 libSystem.B.dylib 0x00007fff8222c06e pthreadstart + 331
26 libSystem.B.dylib 0x00007fff8222bf21 thread_start + 13

Thread 15 crashed with X86 Thread State (64-bit):
rax: 0x000000000000003c rbx: 0x0000000118087150 rcx: 0x0000000118087108 rdx: 0x0000000000000001
rdi: 0x0000000000000c03 rsi: 0x0000000000000000 rbp: 0x0000000118087140 rsp: 0x0000000118087108
r8: 0x0000000000000000 r9: 0x0000000000989680 r10: 0x0000000000000001 r11: 0x0000000000000246
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x00007fff84868ab0 r15: 0x0000000000000000
rip: 0x00007fff8226625e rfl: 0x0000000000000247 cr2: 0x0000000115911000

anyway. all is good in frozen cat land.

Sep 3, 2009 3:21 PM in response to chamois

Hi everyone,

i have the same issue with Mail. I tried all of the above (including the AdressBook Prefs and disabling all accounts by editing the mail.com Prefs). Nothing helped. Any more ideas? This is totally unbearable...

Thanks in advance

P.S. here is the crash report:

Process: Mail [270]
Path: /Applications/Mail.app/Contents/MacOS/Mail
Identifier: com.apple.mail
Version: 4.0 (1075)
Build Info: Mail-10750000~1
Code Type: X86-64 (Native)
Parent Process: launchd [107]

Date/Time: 2009-09-04 00:21:41.049 +0200
OS Version: Mac OS X 10.6 (10A432)
Report Version: 6

Interval Since Last Report: 31255 sec
Crashes Since Last Report: 9
Per-App Interval Since Last Report: 65 sec
Per-App Crashes Since Last Report: 9
Anonymous UUID: C3B82FAD-B0A3-4CF6-87F2-32E47E20411E

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 3

Application Specific Information:
-[MailboxesOutlineViewStateStorage _updateShouldShowVariables]
-[DeliveryQueue _resetStateAndReprocessQueueIfNecessary]
-[RSSLibraryStore openSynchronously]
abort() called
* Terminating app due to uncaught exception 'adding a feed', reason: 'adding a feed'
* Call stack at first throw:
(
0 CoreFoundation 0x00007fff804ff5a4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x00007fff8637b313 objc exceptionthrow + 45
2 Message 0x00007fff84b73d43 __+[Library addFeed:forMailbox:] block_invoke1 + 314
3 Message 0x00007fff84a10279 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 745
4 Message 0x00007fff84b643d7 +[Library addFeed:forMailbox:] + 86
5 Message 0x00007fff84a29710 -[RSSLibraryStore setFeedURL:needsSave:] + 216
6 Message 0x00007fff84a28a32 -[RSSLibraryStore feedURL] + 232
7 Message 0x00007fff84a1cd0b -[RSSAccount _validateRSSMailboxes:] + 242
8 Foundation 0x00007fff8069ff65 _NSThread__main_ + 1429
9 libSystem.B.dylib 0x00007fff847f106e pthreadstart + 331
10 libSystem.B.dylib 0x00007fff847f0f21 thread_start + 13
)


Thread 0: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x00007fff847b7efa mach msgtrap + 10
1 libSystem.B.dylib 0x00007fff847b856d mach_msg + 59
2 com.apple.CoreFoundation 0x00007fff8049bce2 __CFRunLoopRun + 2002
3 com.apple.CoreFoundation 0x00007fff8049b03f CFRunLoopRunSpecific + 575
4 com.apple.HIToolbox 0x00007fff84edec4e RunCurrentEventLoopInMode + 333
5 com.apple.HIToolbox 0x00007fff84edea53 ReceiveNextEventCommon + 310
6 com.apple.HIToolbox 0x00007fff84ede90c BlockUntilNextEventMatchingListInMode + 59
7 com.apple.AppKit 0x00007fff854e7570 _DPSNextEvent + 718
8 com.apple.AppKit 0x00007fff854e6ed9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
9 com.apple.AppKit 0x00007fff854acb29 -[NSApplication run] + 395
10 com.apple.AppKit 0x00007fff854a5844 NSApplicationMain + 364
11 com.apple.mail 0x0000000100001760 0x100000000 + 5984

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x00007fff847d0c7e kevent + 10
1 libSystem.B.dylib 0x00007fff847d2b55 dispatch_mgrinvoke + 154
2 libSystem.B.dylib 0x00007fff847d2824 dispatch_queueinvoke + 185
3 libSystem.B.dylib 0x00007fff847d234e dispatch_workerthread2 + 244
4 libSystem.B.dylib 0x00007fff847d1c80 pthreadwqthread + 353
5 libSystem.B.dylib 0x00007fff847d1b1d start_wqthread + 13

Thread 2: Dispatch queue: com.apple.root.default-priority
0 libSystem.B.dylib 0x00007fff847f2ace _semwaitsignal + 10
1 libSystem.B.dylib 0x00007fff847f68c1 pthread_condwait + 1286
2 libSystem.B.dylib 0x00007fff8481843e pthread rwlockrdlock + 259
3 com.apple.MessageFramework 0x00007fff84a10d3c +[Library _checkOutDBHandleForWriting:isPrivileged:] + 357
4 com.apple.MessageFramework 0x00007fff84a100d3 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 323
5 com.apple.MessageFramework 0x00007fff84a3711c +[Library sendMessagesMatchingQuery:to:options:] + 428
6 com.apple.MessageFramework 0x00007fff84a34855 +[Library sendMessagesMatchingCriterion:to:options:] + 1565
7 com.apple.MessageFramework 0x00007fff84a34161 +[Library messagesMatchingCriterion:options:] + 111
8 com.apple.mail 0x000000010000ca9d 0x100000000 + 51869
9 com.apple.mail 0x000000010000c4bb 0x100000000 + 50363
10 com.apple.CoreFoundation 0x00007fff804d535c _invoking__ + 140
11 com.apple.CoreFoundation 0x00007fff804d522d -[NSInvocation invoke] + 141
12 com.apple.MessageFramework 0x00007fff84a130aa -[ThrowingInvocationOperation main] + 31
13 com.apple.MessageFramework 0x00007fff84a129ea -[_MFInvocationOperation main] + 275
14 com.apple.Foundation 0x00007fff806c911a -[__NSOperationInternal start] + 673
15 com.apple.Foundation 0x00007fff806c8dd8 ___startOperations_block_invoke2 + 99
16 libSystem.B.dylib 0x00007fff847f3dc7 dispatch_call_block_andrelease + 15
17 libSystem.B.dylib 0x00007fff847d2341 dispatch_workerthread2 + 231
18 libSystem.B.dylib 0x00007fff847d1c80 pthreadwqthread + 353
19 libSystem.B.dylib 0x00007fff847d1b1d start_wqthread + 13

Thread 3 Crashed:
0 libSystem.B.dylib 0x00007fff8482b25e _semwait_signalnocancel + 10
1 libSystem.B.dylib 0x00007fff8482b160 nanosleep$NOCANCEL + 129
2 libSystem.B.dylib 0x00007fff84887b16 usleep$NOCANCEL + 57
3 libSystem.B.dylib 0x00007fff848a70cc abort + 93
4 libstdc++.6.dylib 0x00007fff803385d2 _tcf0 + 0
5 libobjc.A.dylib 0x00007fff8637ef49 objcterminate + 100
6 libstdc++.6.dylib 0x00007fff80336ae1 _cxxabiv1::_terminate(void (*)()) + 11
7 libstdc++.6.dylib 0x00007fff80336b16 _cxxabiv1::_unexpected(void (*)()) + 0
8 libstdc++.6.dylib 0x00007fff80336bfc _gxx_exception_cleanup(_Unwind_ReasonCode, UnwindException*) + 0
9 libobjc.A.dylib 0x00007fff8637b3b2 object_getIvar + 0
10 com.apple.MessageFramework 0x00007fff84a108e3 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 2387
11 com.apple.MessageFramework 0x00007fff84b643d7 +[Library addFeed:forMailbox:] + 86
12 com.apple.MessageFramework 0x00007fff84a29710 -[RSSLibraryStore setFeedURL:needsSave:] + 216
13 com.apple.MessageFramework 0x00007fff84a28a32 -[RSSLibraryStore feedURL] + 232
14 com.apple.MessageFramework 0x00007fff84a1cd0b -[RSSAccount _validateRSSMailboxes:] + 242
15 com.apple.Foundation 0x00007fff8069ff65 _NSThread__main_ + 1429
16 libSystem.B.dylib 0x00007fff847f106e pthreadstart + 331
17 libSystem.B.dylib 0x00007fff847f0f21 thread_start + 13

Thread 4:
0 libSystem.B.dylib 0x00007fff847f2ace _semwaitsignal + 10
1 libSystem.B.dylib 0x00007fff847f68c1 pthread_condwait + 1286
2 libSystem.B.dylib 0x00007fff8481843e pthread rwlockrdlock + 259
3 com.apple.MessageFramework 0x00007fff84a10d3c +[Library _checkOutDBHandleForWriting:isPrivileged:] + 357
4 com.apple.MessageFramework 0x00007fff84a100d3 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 323
5 com.apple.MessageFramework 0x00007fff84a2d8c4 +[Library mailboxURLStringForFeed:] + 181
6 com.apple.MessageFramework 0x00007fff84a2d7c7 -[RSSInterchange _mailboxForFeed:] + 193
7 com.apple.MessageFramework 0x00007fff84a2d513 -[RSSInterchange _addStoreForFeedBeingRefreshed:] + 100
8 com.apple.MessageFramework 0x00007fff84a2d44d -[RSSInterchange _setUpStoreForFeed:login:password:] + 81
9 com.apple.MessageFramework 0x00007fff84a2ae83 -[RSSInterchange handlePortMessage:] + 338
10 com.apple.Foundation 0x00007fff806dd1a2 __NSFireMachPort + 270
11 com.apple.CoreFoundation 0x00007fff804c41fe __CFMachPortPerform + 366
12 com.apple.CoreFoundation 0x00007fff804c3f84 __CFRunLoopDoSource1 + 356
13 com.apple.CoreFoundation 0x00007fff8049c64d __CFRunLoopRun + 4413
14 com.apple.CoreFoundation 0x00007fff8049b03f CFRunLoopRunSpecific + 575
15 com.apple.Foundation 0x00007fff806daa94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
16 com.apple.Foundation 0x00007fff806da973 -[NSRunLoop(NSRunLoop) run] + 77
17 com.apple.MessageFramework 0x00007fff84a2a27d -[RSSInterchange _runManager] + 1445
18 com.apple.Foundation 0x00007fff8069ff65 _NSThread__main_ + 1429
19 libSystem.B.dylib 0x00007fff847f106e pthreadstart + 331
20 libSystem.B.dylib 0x00007fff847f0f21 thread_start + 13

Thread 5:
0 libSystem.B.dylib 0x00007fff847d1aa2 _workqkernreturn + 10
1 libSystem.B.dylib 0x00007fff847d1eb4 pthreadwqthread + 917
2 libSystem.B.dylib 0x00007fff847d1b1d start_wqthread + 13

Thread 6: Dispatch queue: com.apple.root.default-priority
0 libSystem.B.dylib 0x00007fff847f2ace _semwaitsignal + 10
1 libSystem.B.dylib 0x00007fff847f68c1 pthread_condwait + 1286
2 libSystem.B.dylib 0x00007fff8481843e pthread rwlockrdlock + 259
3 com.apple.MessageFramework 0x00007fff84a10d3c +[Library _checkOutDBHandleForWriting:isPrivileged:] + 357
4 com.apple.MessageFramework 0x00007fff84a100d3 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 323
5 com.apple.MessageFramework 0x00007fff84a3711c +[Library sendMessagesMatchingQuery:to:options:] + 428
6 com.apple.MessageFramework 0x00007fff84a34855 +[Library sendMessagesMatchingCriterion:to:options:] + 1565
7 com.apple.MessageFramework 0x00007fff84a48a99 -[LibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 629
8 com.apple.CoreFoundation 0x00007fff804d535c _invoking__ + 140
9 com.apple.CoreFoundation 0x00007fff804d522d -[NSInvocation invoke] + 141
10 com.apple.MessageFramework 0x00007fff84a2bb51 -[MonitoredInvocation invoke] + 214
11 com.apple.MessageFramework 0x00007fff84a130aa -[ThrowingInvocationOperation main] + 31
12 com.apple.MessageFramework 0x00007fff84a129ea -[_MFInvocationOperation main] + 275
13 com.apple.Foundation 0x00007fff806c911a -[__NSOperationInternal start] + 673
14 com.apple.Foundation 0x00007fff806c8dd8 ___startOperations_block_invoke2 + 99
15 libSystem.B.dylib 0x00007fff847f3dc7 dispatch_call_block_andrelease + 15
16 libSystem.B.dylib 0x00007fff847d2341 dispatch_workerthread2 + 231
17 libSystem.B.dylib 0x00007fff847d1c80 pthreadwqthread + 353
18 libSystem.B.dylib 0x00007fff847d1b1d start_wqthread + 13

Thread 7:
0 libSystem.B.dylib 0x00007fff847d1aa2 _workqkernreturn + 10
1 libSystem.B.dylib 0x00007fff847d1eb4 pthreadwqthread + 917
2 libSystem.B.dylib 0x00007fff847d1b1d start_wqthread + 13

Thread 8:
0 libSystem.B.dylib 0x00007fff847d1aa2 _workqkernreturn + 10
1 libSystem.B.dylib 0x00007fff847d1eb4 pthreadwqthread + 917
2 libSystem.B.dylib 0x00007fff847d1b1d start_wqthread + 13

Thread 9:
0 libSystem.B.dylib 0x00007fff847f2ace _semwaitsignal + 10
1 libSystem.B.dylib 0x00007fff847f295d nanosleep + 148
2 libSystem.B.dylib 0x00007fff847f28c7 usleep + 57
3 com.apple.AppKit 0x00007fff8563273a -[NSUIHeartBeat _heartBeatThread:] + 1540
4 com.apple.Foundation 0x00007fff8069ff65 _NSThread__main_ + 1429
5 libSystem.B.dylib 0x00007fff847f106e pthreadstart + 331
6 libSystem.B.dylib 0x00007fff847f0f21 thread_start + 13

Thread 10: Dispatch queue: com.apple.root.default-priority
0 libSystem.B.dylib 0x00007fff847f2ace _semwaitsignal + 10
1 libSystem.B.dylib 0x00007fff847f68c1 pthread_condwait + 1286
2 libSystem.B.dylib 0x00007fff8481843e pthread rwlockrdlock + 259
3 com.apple.MessageFramework 0x00007fff84a10d3c +[Library _checkOutDBHandleForWriting:isPrivileged:] + 357
4 com.apple.MessageFramework 0x00007fff84a100d3 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 323
5 com.apple.MessageFramework 0x00007fff84a3711c +[Library sendMessagesMatchingQuery:to:options:] + 428
6 com.apple.MessageFramework 0x00007fff84a34855 +[Library sendMessagesMatchingCriterion:to:options:] + 1565
7 com.apple.MessageFramework 0x00007fff84a48a99 -[LibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 629
8 com.apple.mail 0x00000001000344c3 0x100000000 + 214211
9 com.apple.mail 0x0000000100034287 0x100000000 + 213639
10 com.apple.CoreFoundation 0x00007fff804d535c _invoking__ + 140
11 com.apple.CoreFoundation 0x00007fff804d522d -[NSInvocation invoke] + 141
12 com.apple.MessageFramework 0x00007fff84a2bb51 -[MonitoredInvocation invoke] + 214
13 com.apple.MessageFramework 0x00007fff84a130aa -[ThrowingInvocationOperation main] + 31
14 com.apple.MessageFramework 0x00007fff84a129ea -[_MFInvocationOperation main] + 275
15 com.apple.Foundation 0x00007fff806c911a -[__NSOperationInternal start] + 673
16 com.apple.Foundation 0x00007fff806c8dd8 ___startOperations_block_invoke2 + 99
17 libSystem.B.dylib 0x00007fff847f3dc7 dispatch_call_block_andrelease + 15
18 libSystem.B.dylib 0x00007fff847d2341 dispatch_workerthread2 + 231
19 libSystem.B.dylib 0x00007fff847d1c80 pthreadwqthread + 353
20 libSystem.B.dylib 0x00007fff847d1b1d start_wqthread + 13

Thread 11:
0 libSystem.B.dylib 0x00007fff847d1aa2 _workqkernreturn + 10
1 libSystem.B.dylib 0x00007fff847d1eb4 pthreadwqthread + 917
2 libSystem.B.dylib 0x00007fff847d1b1d start_wqthread + 13

Thread 12:
0 libSystem.B.dylib 0x00007fff847d1aa2 _workqkernreturn + 10
1 libSystem.B.dylib 0x00007fff847d1eb4 pthreadwqthread + 917
2 libSystem.B.dylib 0x00007fff847d1b1d start_wqthread + 13

Thread 13:
0 libSystem.B.dylib 0x00007fff847d1aa2 _workqkernreturn + 10
1 libSystem.B.dylib 0x00007fff847d1eb4 pthreadwqthread + 917
2 libSystem.B.dylib 0x00007fff847d1b1d start_wqthread + 13

Thread 3 crashed with X86 Thread State (64-bit):
rax: 0x000000000000003c rbx: 0x00000001017f4890 rcx: 0x00000001017f4848 rdx: 0x0000000000000001
rdi: 0x0000000000000c03 rsi: 0x0000000000000000 rbp: 0x00000001017f4880 rsp: 0x00000001017f4848
r8: 0x0000000000000000 r9: 0x0000000000989680 r10: 0x0000000000000001 r11: 0x0000000000000246
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x00007fff84c6b6da r15: 0x00000001010b0a60
rip: 0x00007fff8482b25e rfl: 0x0000000000000247 cr2: 0x0000000100025000

Binary Images:
0x100000000 - 0x100337fef com.apple.mail 4.0 (1075) <73ADAADD-EE4F-EC80-C116-7125878517C1> /Applications/Mail.app/Contents/MacOS/Mail
0x1142e7000 - 0x1142eafff com.apple.yahoo.syncframework 1.3 (51) <AEBB9A2D-B787-0C74-7C40-64E6F0BBF43C> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
0x1150d5000 - 0x1150e8ff7 com.apple.AddressBook.LocalSourceBundle 1.0 (862) <2ECC6C67-80B4-9F60-1A2F-2DF54DF51F9E> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
0x11544d000 - 0x1154acfff com.apple.google.GoogleContactSyncFramework 39 (39) <BD6B36C2-620E-DBC2-71A9-ECE0F627DE22> /System/Library/PrivateFrameworks/GoogleContactSync.framework/Versions/A/Google ContactSync
0x1156ea000 - 0x1156f0fff com.apple.AddressBook.LDAPSource 1.0 (862) <BCAA89D3-9042-F5BB-6CE2-7884EF7AB3D1> /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
0x7fff80003000 - 0x7fff800bcfff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
0x7fff800bd000 - 0x7fff80119fff libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8011a000 - 0x7fff80277ff7 com.apple.syncservices 5.0 (575) <5A2B1757-BADC-9E3E-9260-3133C45859BB> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
0x7fff80278000 - 0x7fff802a0fff com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
0x7fff802a1000 - 0x7fff802a7ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff802a8000 - 0x7fff802cbff7 com.apple.iChat.IMFoundation 5.0 (742) <1A4FEDF7-78CF-23A3-D0FD-23D74FA556C5> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
0x7fff802cc000 - 0x7fff802dfff7 com.apple.syncservices.syncservicesui 5.0 (575) <4B99D800-624D-FEBF-CC70-EAC553046AEB> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
0x7fff802e0000 - 0x7fff802e6fff libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff802e7000 - 0x7fff802ebff7 libCGXType.A.dylib ??? (???) <50EB4AB0-0B25-E5DC-FC9E-12268B51F02F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff802ec000 - 0x7fff80369fef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
0x7fff8036a000 - 0x7fff803e8fef com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff803e9000 - 0x7fff80404fff com.apple.datadetectors 2.0 (102.0) <D3E026E9-C12A-88ED-25FC-7A58E435AB02> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
0x7fff80405000 - 0x7fff80440fe7 com.apple.CoreMedia 0.420.17 (420.17) <E299556E-6930-DC30-DA23-88B812AF63CA> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff80441000 - 0x7fff8044fff7 libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
0x7fff80450000 - 0x7fff805c3fef com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff805c4000 - 0x7fff80636fef com.apple.CoreSymbolication 2.0 (23) <06F8561E-4B36-7BF6-31BA-64091B3D8058> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
0x7fff80637000 - 0x7fff80681fff com.apple.DAVKit 4.0 (729) <83F34E7A-4C4C-D021-FDB3-157600E2BA0A> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
0x7fff80682000 - 0x7fff80682ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff80683000 - 0x7fff8068efff com.apple.CrashReporterSupport 10.6 (237) <7B22FB86-33C7-A775-2F13-0D3356E2B971> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
0x7fff8068f000 - 0x7fff80910fe7 com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff80911000 - 0x7fff80acbfef com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
0x7fff80ae7000 - 0x7fff80b31ff7 com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
0x7fff80b32000 - 0x7fff80b52fff com.apple.DotMacSyncManager 2.0.0 (446) <1D7898EC-2EA8-EAAF-821A-B0E1A170CB03> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
0x7fff80b53000 - 0x7fff80b79fe7 libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff80e51000 - 0x7fff80ee1fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
0x7fff80ee2000 - 0x7fff80f1ffff com.apple.LDAPFramework 2.0 (120.1) <0F7DF87D-6A08-02AF-790B-76294FCE8916> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff80f20000 - 0x7fff80f6fff7 libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff80f70000 - 0x7fff8177afe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
0x7fff8195f000 - 0x7fff81960ff7 com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
0x7fff81985000 - 0x7fff819effe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
0x7fff819f0000 - 0x7fff81badfff libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
0x7fff81bae000 - 0x7fff81c48fe7 com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
0x7fff81c49000 - 0x7fff81c9afe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
0x7fff81c9b000 - 0x7fff81cccfef libTrueTypeScaler.dylib ??? (???) <3F30259E-9EB0-18D2-B0F3-7B8A9625574E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff81ccd000 - 0x7fff81d51fff com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
0x7fff81d52000 - 0x7fff81d8fff7 libFontRegistry.dylib ??? (???) <43ADB89E-036B-9D8F-CC4B-CE6B6BCC5AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff81d90000 - 0x7fff827b3fe7 com.apple.WebCore 6531 (6531.9) <6DEBA397-4369-A8B1-1757-40FD454F6B51> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
0x7fff827b4000 - 0x7fff827ccfff com.apple.iChat.InstantMessage 5.0 (742) <14DD4C3C-FAEE-40FC-FED1-65A134F96B12> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
0x7fff827cd000 - 0x7fff827d5ff7 com.apple.NSServerNotificationCenter 2 (1.0) <0F9B07B8-D9F9-A55D-AB60-9CC3533D77F8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
0x7fff827d6000 - 0x7fff827d8fff com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
0x7fff827d9000 - 0x7fff8280eff7 libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
0x7fff828f1000 - 0x7fff82a13ff7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff82a30000 - 0x7fff82a54ff7 com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff82a55000 - 0x7fff82a61fef libbz2.1.0.dylib ??? (???) <4AA81AA7-DF37-6430-07D1-F59F37AEC357> /usr/lib/libbz2.1.0.dylib
0x7fff82a6a000 - 0x7fff82a88ff7 libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff82a89000 - 0x7fff82adefef com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
0x7fff82adf000 - 0x7fff82d63fff com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff82d64000 - 0x7fff82da5ff7 com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
0x7fff82de6000 - 0x7fff82e66ff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <04677A98-142E-9C0E-18A7-4C74275856B7> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
0x7fff82e67000 - 0x7fff82f16fef edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff82f17000 - 0x7fff82f18ff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <7A51FBCE-7907-28A0-B2D2-CAADA78F2913> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff83003000 - 0x7fff8302cff7 com.apple.speech.LatentSemanticMappingFramework 2.6.9 (2.6.9) <CDFCD034-B44A-1C99-CBA4-ED9F233B3DD4> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
0x7fff8302d000 - 0x7fff83043fff com.apple.MultitouchSupport.framework 200.20 (200.20) <96B8C66E-D84D-863B-CB1D-F7E005569706> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
0x7fff8304a000 - 0x7fff8373c5d7 com.apple.CoreGraphics 1.535.5 (???) <6599C41F-2D50-5E04-44E4-44FA90E022B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8373d000 - 0x7fff83748fff com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
0x7fff83749000 - 0x7fff83764ff7 com.apple.openscripting 1.3 (???) <DFBFBFD3-90C0-0710-300C-1A7210CB3713> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
0x7fff83765000 - 0x7fff83776fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
0x7fff83777000 - 0x7fff83806fff com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
0x7fff83807000 - 0x7fff83828ff7 com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff83829000 - 0x7fff83867fef com.apple.DebugSymbols 1.1 (70) <C3D11461-E118-09DB-D9D7-8972B3FD160F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
0x7fff83868000 - 0x7fff83972ff7 com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
0x7fff83973000 - 0x7fff839a4fff libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
0x7fff839a5000 - 0x7fff83a02fef com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff83a03000 - 0x7fff83a65fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
0x7fff83a72000 - 0x7fff83a9dff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
0x7fff83a9e000 - 0x7fff83aa0fef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
0x7fff83aa1000 - 0x7fff83bd9ff7 com.apple.CoreData 102 (246) <0502CBD8-513E-C19A-3562-20EC35535D71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff83bdc000 - 0x7fff83f0efef com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
0x7fff83f0f000 - 0x7fff83f14fff libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff83f15000 - 0x7fff83fc9fef com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
0x7fff83fca000 - 0x7fff83feafef com.apple.DirectoryService.Framework 3.6 (621) <925EE208-03B2-B24A-3686-57EAFBDA5ADF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
0x7fff83feb000 - 0x7fff8402eff7 libRIP.A.dylib ??? (???) <8D7113D2-71A7-A205-D2D0-2DB0F37FFBB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8403a000 - 0x7fff84532ff7 com.apple.VideoToolbox 0.420.17 (420.17) <E034AA6E-A1E4-BB8F-5AFA-F5C354DDD889> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
0x7fff84533000 - 0x7fff84651ff7 com.apple.PubSub 1.0.4 (65.11) <C1D56F85-7553-FB97-2A31-35CEB2BB8B63> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x7fff84652000 - 0x7fff84769fef libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
0x7fff8476a000 - 0x7fff8476fff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
0x7fff84770000 - 0x7fff84786fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
0x7fff847b7000 - 0x7fff84976fe7 libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
0x7fff84977000 - 0x7fff849bbfef com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
0x7fff849bc000 - 0x7fff849c3fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff849c4000 - 0x7fff84a0bfef com.apple.QuickLookFramework 2.0 (327.0) <E15E267E-D462-2AD0-DB03-A54E0F94452F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff84a0c000 - 0x7fff84d4afe7 com.apple.MessageFramework 4.0 (1075.2) <E2FADB67-CB43-E1A9-4367-EC047CECC30A> /System/Library/Frameworks/Message.framework/Versions/B/Message
0x7fff84d87000 - 0x7fff84d94ff7 com.apple.AppleFSCompression 1.0 (1.0) <597C8E16-90C0-A7AA-7236-5D1281F20AD0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
0x7fff84d9a000 - 0x7fff84de4fef com.apple.IMCore 5.0 (742) <EE4D5BA7-AFFF-0FB1-08AF-A4152A741B8B> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
0x7fff84de5000 - 0x7fff84e34ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
0x7fff84e35000 - 0x7fff84e70ff7 com.apple.CoreMediaIOServices 101.0 (715) <7B93206A-FEC5-FCC3-3587-91E3CEC61797> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
0x7fff84e71000 - 0x7fff84e71ff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff84eb1000 - 0x7fff851aefef com.apple.HIToolbox 1.6.0 (???) <870B39B2-55BD-9C82-72EB-2E3470BD0E14> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
0x7fff851af000 - 0x7fff8526bff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
0x7fff8526c000 - 0x7fff854a2fef com.apple.AddressBook.framework 5.0 (862) <06928F7A-AFEC-7C7F-E1EC-D99983588C00> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff854a3000 - 0x7fff85e95fef com.apple.AppKit 6.6 (1038) <D4AB61F8-371E-D197-6F3D-DE397D1A717C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff85e96000 - 0x7fff85f18fef com.apple.QuickLookUIFramework 2.0 (327.0) <B9850E11-3F04-100F-0122-B4AD6222A43F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
0x7fff85fde000 - 0x7fff86021fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
0x7fff86022000 - 0x7fff86033fef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
0x7fff86034000 - 0x7fff861a1fe7 com.apple.QTKit 7.6.3 (1584) <6D02A542-5202-4022-2050-5BE01F70D225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff861a2000 - 0x7fff861b4fe7 libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
0x7fff861b5000 - 0x7fff861c4fff com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff861c5000 - 0x7fff861defff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
0x7fff861df000 - 0x7fff862c3fe7 com.apple.DesktopServices 1.5.0 (1.5.0) <EA3CDFEC-713D-7291-4015-600336E83EDD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
0x7fff862c4000 - 0x7fff86324fff com.apple.ExchangeWebServices 1.0 (54) <C56EF9CA-93FC-066F-23E5-E1FD53D86916> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
0x7fff86325000 - 0x7fff8632cff7 com.apple.KerberosHelper 2.0 (1.0) <F0154529-03F3-356D-56BC-A78964B2BE50> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
0x7fff86363000 - 0x7fff86364fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
0x7fff86365000 - 0x7fff86369ff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
0x7fff8636a000 - 0x7fff86371ff7 com.apple.DisplayServicesFW 2.1 (2.1) <2C039CF5-8AF8-6DA3-3C77-566B22EFB172> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
0x7fff86372000 - 0x7fff86428fe7 libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
0x7fff86534000 - 0x7fff8659cff7 com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
0x7fff8659d000 - 0x7fff865aafff libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff865ab000 - 0x7fff865bafef com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff865bb000 - 0x7fff86687fff com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
0x7fff86688000 - 0x7fff8668efff com.apple.AOSNotification 1.1.0 (123.3) <9436ED02-186A-E6CC-E594-31E3942A5898> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
0x7fff866b2000 - 0x7fff867effef com.apple.WebKit 6531 (6531.9) <17A680A1-FE75-81E5-952A-047E5FA96F66> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff867f0000 - 0x7fff868bbfe7 ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x7fff868bc000 - 0x7fff86af5fe7 com.apple.imageKit 2.0 (1.0) <F579694D-9FA0-6365-45CD-E380C2EB2573> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
0x7fff86af6000 - 0x7fff86af6ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
0x7fff86b28000 - 0x7fff86b68fef com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
0x7fff86b69000 - 0x7fff86b69ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff86b6a000 - 0x7fff86b99ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
0x7fff86bb0000 - 0x7fff86c2bff7 com.apple.ISSupport 1.9.1 (49) <EF46DFEE-3B41-97C1-1BE6-A19A1786B85F> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x7fff86c2c000 - 0x7fff86c37ff7 com.apple.speech.recognition.framework 3.10.10 (3.10.10) <7E2A89FC-0F18-1CCC-472E-AD0E2BC2DD4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
0x7fff86c38000 - 0x7fff86c87fff com.apple.iCalendar 1 (42) <25CA7CA2-0994-62F1-9A2E-F938C8142330> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
0x7fff86c88000 - 0x7fff86cfcff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <546E204C-AC7A-030C-DC32-125A3E422FB5> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
0x7fff86cfd000 - 0x7fff86e02fe7 libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
0x7fff86e03000 - 0x7fff86e18fff com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff86e19000 - 0x7fff86e19ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff86e1a000 - 0x7fff86e60fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
0x7fff86e71000 - 0x7fff86e74fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
0x7fff86f74000 - 0x7fff86fadff7 com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x7fff86fae000 - 0x7fff8702bfef com.apple.backup.framework 1.1 (1.0) <35E2F1B1-C301-EFF7-F222-964D1A6ABE09> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8702c000 - 0x7fff87083fff com.apple.Symbolication 1.1 (67) <73B6FC15-9E05-69E2-2955-14F82F9BC337> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
0x7fff87084000 - 0x7fff87208fff com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff87209000 - 0x7fff87244fef com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
0x7fff87284000 - 0x7fff87324fff com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
0x7fff87325000 - 0x7fff87328ff7 libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
0x7fff87329000 - 0x7fff8734afff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
0x7fff8734b000 - 0x7fff8734bff7 com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8734c000 - 0x7fff87426ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
0x7fff87427000 - 0x7fff87429fff libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8742a000 - 0x7fff87461ff7 libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
0x7fff87462000 - 0x7fff8756bfff com.apple.MediaToolbox 0.420.17 (420.17) <31834AB2-1BFF-92D5-A8D2-21B0AE51FA98> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
0x7fff8756c000 - 0x7fff875e9fe7 com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
0x7fff875ea000 - 0x7fff875feff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff875ff000 - 0x7fff8770eff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
0x7fff87743000 - 0x7fff87748fff libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
0x7fff87749000 - 0x7fff8774fff7 IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff87750000 - 0x7fff87766fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
0x7fff87767000 - 0x7fff877aeff7 com.apple.coreui 0.2 (112) <E64F7594-7829-575F-666A-0B16875FC644> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff877af000 - 0x7fff87a19ff7 com.apple.QuartzComposer 4.0 (156.6) <4E43D357-4A18-5D16-02E8-14324A5B9302> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
0x7fff87a1a000 - 0x7fff87a80fe7 com.apple.AppleVAFramework 4.6.2 (4.6.2) <3DA57727-EAD1-A199-4093-54CC4698A109> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff87ab1000 - 0x7fff87ab4ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
0x7fff87ab5000 - 0x7fff87cc1ff7 com.apple.RawCamera.bundle 2.2.1 (477) <B4DD9D3B-CD05-5ACE-6808-BEC5660D805C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff87dfb000 - 0x7fff8818fff7 com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff88190000 - 0x7fff881a3fff libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff881a4000 - 0x7fff881a5fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
0x7fff881a6000 - 0x7fff88385fff com.apple.CalendarStore 4.0 (965) <86082B77-ABD6-A9DD-E0CE-C5471ED2399A> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
0x7fff88386000 - 0x7fff88386ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff88387000 - 0x7fff88442ff7 libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff88443000 - 0x7fff8848cff7 com.apple.securityinterface 4.0 (36981) <F14235A2-8320-1A71-24FE-EB22008483E9> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
0x7fff8848d000 - 0x7fff884f9ff7 com.apple.CorePDF 1.0 (1.0) <8D76B569-F938-6337-533A-5C8A69B005DA> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff884fa000 - 0x7fff8893dfef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
0x7fff88949000 - 0x7fff88951fff com.apple.iChat.IMUtils 5.0 (742) <58F866BF-C746-E260-DBA8-265B772EDDBA> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
0x7fff88968000 - 0x7fff88968ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
0x7fff88969000 - 0x7fff889a3fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff889a4000 - 0x7fff88a59fff com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
0x7fff88a5a000 - 0x7fff88ae6fef SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
0x7fff88ae7000 - 0x7fff88b34ff7 libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib

Sep 3, 2009 3:53 PM in response to Vera Klovsky

i am not an expert at all, but reading your crash report it seems to me that you are having an issue with either the RSS feeds, or a message somewhere. i would completeley ditch the RSS folder in ~/library/Mail/, and if that doesn't work, ditch the whole mail folder. and by ditch i mean, move it somewhere else and restart. mail will recreate new copies.
i don't recommend deleting the folder in case you haven't backed up.

good luck.

Sep 7, 2009 12:01 AM in response to chamois

Gilles,

I had the same problem (I only found this post after tracking down the problem independently). My crash report like yours led me to my keychain where I was able to ascertain that certain "corrupt" certificates which had been used to sign or encrypt emails were causing Mail to crash, (KERN PROTECTIONFAILURE). They would also crash Keychain Access when individually selected.

Once I removed the offending certificates all was well again. Only problem now is that if I open any older emails that have been signed with these cert's they are re-added to my keychain starting the process over again. All things being equal I'm going to use my other machine (still on 10.5.8) to try and isolate and quarantine the offending emails for now and hope a fix turns up down the road.

Sep 7, 2009 4:09 PM in response to Chris Kohuch

Hi Chris,

This is clearly a bug in Leopard. I'm guessing it's a bug in the security framework used by both the Keychain and Mail. I hope Apple is fixing this for your case. My certificates were expired, so I just removed them. And I have sent signed emails, but never encrypted ones. FYI, I got my (free) certificates from www.thawte.com.

Gilles

Sep 7, 2009 10:25 PM in response to chamois

Agreed. I'll be filing a bug report as I use the encryption certificates for occasional financial communications with my brother who lives in East Asia. I'm worried though about how quickly something like this might get fixed as it is something of an edge case. Just to clarify, were the expired certificates that were crashing the security framework issued by Thawte or by someone else? Mine were self created using Keychain Access and DotMac (now mobile me).

Chris.

Another case of Mail crash

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.