Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: How could the spotlight indexer be crashing our app?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How could the spotlight indexer be crashing our app?



If you are sure you do not make calls to MDQueryExecute(), or include an external library that does, please file a bug.

It would be nice to have several full crash reports with that new bug along with anything else that might bear on the issue. Does the problem happen truly randomly, or right after launch, when something else happens on the system, etc.

---- Andy


On Sep 3, 2009, at 6:43 AM, Gideon King wrote:

OK, here is a typical crash that happens in 10.6 only - we haven't altered this code at all for years:

Process: NovaMind Pro [3320]
Path: /Applications/NovaMind Pro.app/Contents/MacOS/ NovaMind Pro
Identifier: com.novamind.NovaMindPro
Version: 4.7.3 (4.7.3)
Code Type: X86 (Native)
Parent Process: launchd [150]


Date/Time:       2009-09-03 14:56:21.963 +1000
OS Version:      Mac OS X 10.6 (10A432)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread:  5  Dispatch queue: Query work queue

Thread 0: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x9924e8fa mach_msg_trap + 10
1 libSystem.B.dylib 0x9924f067 mach_msg + 68
2 com.apple.CoreFoundation 0x960f2dbf __CFRunLoopRun + 2447
3 com.apple.CoreFoundation 0x960f1d34 CFRunLoopRunSpecific + 452
4 com.apple.CoreFoundation 0x960f1b61 CFRunLoopRunInMode + 97
5 com.apple.HIToolbox 0x907fafec RunCurrentEventLoopInMode + 392
6 com.apple.HIToolbox 0x907fada3 ReceiveNextEventCommon + 354
7 com.apple.HIToolbox 0x907fac28 BlockUntilNextEventMatchingListInMode + 81
8 com.apple.AppKit 0x92b3fb99 _DPSNextEvent + 847
9 com.apple.AppKit 0x92b3f40e -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
10 com.apple.AppKit 0x92b015fb -[NSApplication run] + 821
11 com.apple.AppKit 0x92af9695 NSApplicationMain + 574
12 com.novamind.NovaMindPro 0x0000290b _start + 209
13 com.novamind.NovaMindPro 0x00002839 start + 41


Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x9927510a kevent + 10
1 libSystem.B.dylib 0x99275824 _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x99274ce1 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x99274a86 _dispatch_worker_thread2 + 234
4 libSystem.B.dylib 0x99274511 _pthread_wqthread + 390
5 libSystem.B.dylib 0x99274356 start_wqthread + 30


Thread 2: WebCore: IconDatabase
0 libSystem.B.dylib 0x9927c82a __semwait_signal + 10
1 libSystem.B.dylib 0x9927c4e6 _pthread_cond_wait + 1191
2 libSystem.B.dylib 0x9927e178 pthread_cond_wait $UNIX2003 + 73
3 com.apple.WebCore 0x93c04bea WebCore::IconDatabase::syncThreadMainLoop() + 266
4 com.apple.WebCore 0x93c00a94 WebCore::IconDatabase::iconDatabaseSyncThread() + 180
5 libSystem.B.dylib 0x9927bfe1 _pthread_start + 345
6 libSystem.B.dylib 0x9927be66 thread_start + 34


Thread 3:
0 libSystem.B.dylib 0x9924e8fa mach_msg_trap + 10
1 libSystem.B.dylib 0x9924f067 mach_msg + 68
2 com.apple.CoreFoundation 0x960f2dbf __CFRunLoopRun + 2447
3 com.apple.CoreFoundation 0x960f1d34 CFRunLoopRunSpecific + 452
4 com.apple.CoreFoundation 0x960f1b61 CFRunLoopRunInMode + 97
5 com.apple.Foundation 0x923f2498 +[NSURLConnection (NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
6 com.apple.Foundation 0x923b9964 -[NSThread main] + 45
7 com.apple.Foundation 0x923b9914 __NSThread__main__ + 1499
8 libSystem.B.dylib 0x9927bfe1 _pthread_start + 345
9 libSystem.B.dylib 0x9927be66 thread_start + 34


Thread 4:
0   libSystem.B.dylib             	0x9926d876 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation      	0x9613204d __CFSocketManager + 1085
2   libSystem.B.dylib             	0x9927bfe1 _pthread_start + 345
3   libSystem.B.dylib             	0x9927be66 thread_start + 34

Thread 5 Crashed: Dispatch queue: Query work queue
0 com.apple.Metadata 0x95db784a _MDQueryGetIndexAndGroupOfResultWithStoreAndOid + 418
1 com.apple.Metadata 0x95db7136 _MDUpdateResultInQuery + 109
2 com.apple.Metadata 0x95db61b9 processUpdatesLocked + 949
3 com.apple.Metadata 0x95db5bdf tryProcessUpdates + 338
4 com.apple.Metadata 0x95db4d61 _MDQueryCallback + 362
5 com.apple.Metadata 0x95db4bda doQueryResultsCallback + 133
6 com.apple.Metadata 0x95db4b47 _XQueryResultsCallback + 234
7 com.apple.Metadata 0x95db4862 MDSClientCallbacks_server + 125
8 com.apple.Metadata 0x95db47d0 _queryMigCallback + 91
9 libSystem.B.dylib 0x9928356a mach_msg_server_once + 448
10 com.apple.Metadata 0x95db476e ___MDQueryExecute_block_invoke_3 + 106
11 libSystem.B.dylib 0x992832bc _dispatch_source_latch_and_call + 62
12 libSystem.B.dylib 0x99276160 _dispatch_source_invoke + 210
13 libSystem.B.dylib 0x99274ce1 _dispatch_queue_invoke + 163
14 libSystem.B.dylib 0x9927521d _dispatch_queue_drain + 258
15 libSystem.B.dylib 0x99274c70 _dispatch_queue_invoke + 50
16 libSystem.B.dylib 0x99274a86 _dispatch_worker_thread2 + 234
17 libSystem.B.dylib 0x99274511 _pthread_wqthread + 390
18 libSystem.B.dylib 0x99274356 start_wqthread + 30


Thread 5 crashed with X86 Thread State (32-bit):
 eax: 0x00000000  ebx: 0x95db76b6  ecx: 0x00000000  edx: 0x00000000
 edi: 0x1c988390  esi: 0x00000000  ebp: 0xb0138aa8  esp: 0xb0138a50
  ss: 0x0000001f  efl: 0x00010246  eip: 0x95db784a   cs: 0x00000017
  ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
 cr2: 0x00000000

Binary Images:
0x1000 - 0x154fef +com.novamind.NovaMindPro 4.7.3 (4.7.3) <B2B194DF-7984-F01F-0B5E-F998E39A85D4> /Applications/NovaMind Pro.app/Contents/MacOS/NovaMind Pro
0x1c7000 - 0x2a2fef +com.novamind.NovaMindFoundation ??? (4.7.3) <917C2EFB-FDCD-2FDA-35EF-6FAF5348DDA7> /Applications/NovaMind Pro.app/Contents/Frameworks/NMFoundation.framework/Versions/A/ NMFoundation
0x2e6000 - 0x305ff7 com.apple.rubycocoa 0.13.2 (0.13.2) <4016D726-E2D4-0C66-A9E0-2226B192F0D2> /Applications/NovaMind Pro.app/Contents/Frameworks/RubyCocoa.framework/Versions/A/RubyCocoa
0x30e000 - 0x334fff libssl.0.9.7.dylib ??? (???) <8BF98B2F-0F55-40CA-C082-43C76707BD24> /usr/lib/libssl.0.9.7.dylib
0x343000 - 0x3f8fe7 libcrypto.0.9.7.dylib ??? (???) <4917E4F2-817F-5AC4-3FBE-54BC96360448> /usr/lib/libcrypto.0.9.7.dylib
0x43e000 - 0x44afff +org.andymatuschak.Sparkle ??? (1.1) / Applications/NovaMind Pro.app/Contents/Frameworks/Sparkle.framework/ Versions/A/Sparkle
0x456000 - 0x500fe7 libruby.1.dylib ??? (???) <A3E248AD-11B2-59E1-FABA-85072F578E4C> /System/Library/Frameworks/ Ruby.framework/Versions/1.8/usr/lib/libruby.1.dylib
0x5b9000 - 0x5d5ff7 GLRendererFloat ??? (???) <FE1D4967-5C89-4C0F-FA40-5AF1EB1A742D> /System/Library/Frameworks/ OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x5df000 - 0x5e9fff +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851> / Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/ Contents/MacOS/Smart Crash Reports
0x12759000 - 0x128caff7 GLEngine ??? (???) <132E6F18- BD3F-53AC-8448-2B68A83B0393> /System/Library/Frameworks/ OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x128fb000 - 0x1293bff7 com.apple.driver.AppleIntelGMA950GLDriver 1.6.0 (6.0.0) <68328D62-6519-EA58-6691-134F94833614> /System/Library/ Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/ AppleIntelGMA950GLDriver
0x12944000 - 0x12945fff +com.1passwd.InputManager 2.5.2 (5602) <D2BA7ACE-C9C3-37AD-FF3B-AB71EB9F3E13> /Library/InputManagers/ 1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
0x129a2000 - 0x129c6ff7 com.apple.QuartzComposer.ExtraPatches 3.0 (156.6) <5AC2E3DF-717C-9A8D-1ED4-BF8F08B56A21> /System/Library/ Frameworks/Quartz.framework/Versions/A/Frameworks/ QuartzComposer.framework/Versions/A/Resources/ExtraPatches.plugin/ Contents/MacOS/ExtraPatches
0x129d6000 - 0x12a22fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/ CoreMIDI.framework/Versions/A/CoreMIDI
0x12a47000 - 0x12a6ffeb com.apple.audio.OpenAL 1.3 (1.3) <17F53393-0AA6-5FC6-6544-7EFAFB7F13AD> /System/Library/Frameworks/ OpenAL.framework/Versions/A/OpenAL
0x12b4e000 - 0x12b50ff7 com.apple.podcastproducer.ImageDiffer 1.1 (160) <F50AF94D-BFBB-979E-C84A-F0A370880433> /System/Library/ Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/ MacOS/ImageDifferPatch
0x12ba8000 - 0x12badff7 libgermantok.dylib ??? (???) <01D7A60F-ABD5- D6CE-6757-7BCF9EBF736B> /usr/lib/libgermantok.dylib
0x12bcd000 - 0x12c6cfcf +ch.rafz.naegeli.christoph.xvid_codec 0.x.x (0.x.x) /Library/QuickTime/XviD_Codec-r58 (Intel).component/Contents/ MacOS/XviD_Codec
0x12cf8000 - 0x12e4afc3 +ch.rafz.naegeli.christoph.ff_avi_importer 1.0 (0.0) /Library/QuickTime/AviImporter-r7 (Intel).component/ Contents/MacOS/AviImporter
0x15688000 - 0x15689ff7 +com.google.GoogleNotifierQuickAddCMPlugin ??? (0.0.1.2) /Users/tim/ Library/Contextual Menu Items/Google Notifier Quick Add CM Plugin.plugin/Contents/MacOS/Google Notifier Quick Add CM Plugin
0x1568e000 - 0x1568ffff +com.vmware.FusionVMDKPlugIn ??? (0.0.1d2) / Library/Contextual Menu Items/FusionVMDKPlugIn.plugin/Contents/MacOS/ FusionVMDKPlugIn
0x15b0a000 - 0x15b11fff +com.getdropbox.finderplugin ??? (169) <7C7E647C-4A1A-FC30-BCF4-62504D2A8A5C> /Users/tim/Library/Contextual Menu Items/DropboxPlugin.plugin/Contents/MacOS/DropboxPlugin
0x15c18000 - 0x15c97fe7 com.apple.xquery 1.3 (27) <3060D4C7-9B24- B0A3-F28A-172CB5440358> /System/Library/PrivateFrameworks/ XQuery.framework/XQuery
0x40000000 - 0x40003ff7 +org.linkbackproject.LinkBack ??? (102) / Applications/NovaMind Pro.app/Contents/Frameworks/LinkBack.framework/ Versions/A/LinkBack
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8- BB6A-1F4BEEF4B4AB> /usr/lib/dyld
0x90003000 - 0x9007cff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/ CoreAudio.framework/Versions/A/CoreAudio
0x90126000 - 0x90323feb com.apple.AddressBook.framework 5.0 (862) <BD05B213-46CF-8EFD-B801-CF741408600D> /System/Library/Frameworks/ AddressBook.framework/Versions/A/AddressBook
0x90324000 - 0x90367ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/ Versions/A/NavigationServices
0x903ad000 - 0x903fafeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/ PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x903fb000 - 0x903fcff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/ PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/ TrustEvaluationAgent
0x903fd000 - 0x904ceff3 ColorSyncDeprecated.dylib ??? (???) <AFD6DAC8-12EF-B2A0-5322-E902D5B48B0A> /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/ColorSync.framework/ Versions/A/Resources/ColorSyncDeprecated.dylib
0x904cf000 - 0x904d5ff7 com.apple.DisplayServicesFW 2.1 (2.1) <762CC18B-1F71-E9FC-ECB7-7078B4856D6E> /System/Library/ PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9054a000 - 0x90551ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127- C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/ AGL.framework/Versions/A/AGL
0x90557000 - 0x90595ff7 com.apple.QuickLookFramework 2.0 (327.0) <84AF77F0-DAFD-DCED-FBD4-DCF827650F44> /System/Library/Frameworks/ QuickLook.framework/Versions/A/QuickLook
0x90596000 - 0x905d3ff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/ SystemConfiguration.framework/Versions/A/SystemConfiguration
0x905d4000 - 0x90614ff3 com.apple.securityinterface 4.0 (36981) <F024C5CA-0762-1599-5BAB-17F785E51075> /System/Library/Frameworks/ SecurityInterface.framework/Versions/A/SecurityInterface
0x90615000 - 0x9064ffe7 libFontRegistry.dylib ??? (???) <EE633CF6-8827-EF05-10A4-5F2937120227> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/Resources/libFontRegistry.dylib
0x90650000 - 0x906d2ffb SecurityFoundation ??? (???) <29C27E0E-B2B3- BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/ SecurityFoundation.framework/Versions/A/SecurityFoundation
0x906d3000 - 0x90741ff7 com.apple.ISSupport 1.9.1 (49) <E6EF2734- ED63-E7C2-C4D2-8D64E9955BFC> /System/Library/PrivateFrameworks/ ISSupport.framework/Versions/A/ISSupport
0x90742000 - 0x9074cff7 com.apple.HelpData 2.0.3 (33) <AD60F037- CE57-C93A-F865-2CEEE3F08F31> /System/Library/PrivateFrameworks/ HelpData.framework/Versions/A/HelpData
0x907c6000 - 0x90ae9fef com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/ A/HIToolbox
0x90aea000 - 0x90b30ff7 libauto.dylib ??? (???) <FAB17F30-A28B- E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
0x90b78000 - 0x90babff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4- ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/ Versions/A/Frameworks/AE.framework/Versions/A/AE
0x90bac000 - 0x90ea5fef com.apple.QuickTime 7.6.3 (1584) <687233E1- F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/ QuickTime.framework/Versions/A/QuickTime
0x90ea6000 - 0x90eadfff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/ Print
0x90eae000 - 0x90f0efe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
0x90f0f000 - 0x90f1fff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7- CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x90f20000 - 0x90f2affb com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition
0x90f2b000 - 0x90f30ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/ OpenDirectory.framework/Versions/A/OpenDirectory
0x90f31000 - 0x90f31ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/ Quartz.framework/Versions/A/Quartz
0x90f32000 - 0x90fb2feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5- F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/ Versions/A/SearchKit
0x90fef000 - 0x90ff8ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/ DiskArbitration.framework/Versions/A/DiskArbitration
0x91004000 - 0x91072ff7 com.apple.QuickLookUIFramework 2.0 (327.0) <86D7E331-4C25-D360-7316-BA32192686D7> /System/Library/Frameworks/ Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/ Versions/A/QuickLookUI
0x91073000 - 0x9107dfe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/ Versions/A/CarbonSound
0x91092000 - 0x9113aff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/QD.framework/ Versions/A/QD
0x9113b000 - 0x915e9fe7 com.apple.VideoToolbox 0.420.17 (420.17) <F2812B5D-4C09-EFCC-182E-412257859AB1> /System/Library/ PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x915f7000 - 0x916d2fef com.apple.DesktopServices 1.5.0 (1.5.0) <5295C246-805B-DBCD-BA61-1AE9A458CF73> /System/Library/ PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv
0x916d3000 - 0x91709fff libtidy.A.dylib ??? (???) <DDFAB560-3883- A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
0x91718000 - 0x91772ff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/ IOKit.framework/Versions/A/IOKit
0x9179a000 - 0x91809ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvMisc.dylib
0x9180a000 - 0x91822ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/ OpenDirectory.framework/Versions/A/Frameworks/ CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x91826000 - 0x91829ff7 libCoreVMClient.dylib ??? (???) <16BB2178- B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x91896000 - 0x9189aff7 libGFXShared.dylib ??? (???) <ED62E870-E219- C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/ Versions/A/Libraries/libGFXShared.dylib
0x9189b000 - 0x91a57fef com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
0x91c67000 - 0x91c69ff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91c6a000 - 0x91ce3ff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F- FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/ Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x91ce4000 - 0x91d3aff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/ PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/ MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x91d3b000 - 0x91dabffb com.apple.AppleVAFramework 4.6.2 (4.6.2) <25381B2A-89A6-0CEB-C159-DFF70C76B881> /System/Library/ PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x91de4000 - 0x91e35ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB- A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
0x91e36000 - 0x91e36ff7 com.apple.Carbon 150 (152) <608A04AB-F35D- D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/ Versions/A/Carbon
0x91e37000 - 0x91e3dff7 libCGXCoreImage.A.dylib ??? (???) <8E11578A- B46D-0BC1-DE50-05A92F377D7D> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x91e5d000 - 0x91e61ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D- EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/ Versions/A/IOSurface
0x91e62000 - 0x92297ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libLAPACK.dylib
0x922e9000 - 0x923a2fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
0x923a3000 - 0x92613ffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/ Foundation.framework/Versions/C/Foundation
0x92614000 - 0x926b0fe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS
0x92807000 - 0x92808ff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/ AudioUnit.framework/Versions/A/AudioUnit
0x92809000 - 0x9290afe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
0x9290b000 - 0x9294cff7 libRIP.A.dylib ??? (???) <6DB158C6- A84D-98C9-1D48-868A3DB17D09> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9294d000 - 0x9296cfe7 com.apple.opencl 11 (11) <372A42E7-FB10- B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/ Versions/A/OpenCL
0x92978000 - 0x92978ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904- B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/ Versions/A/Cocoa
0x92979000 - 0x929c2fe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405- C588-F6D8042D3534> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x92a00000 - 0x92af6ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x92af7000 - 0x933d3ff7 com.apple.AppKit 6.6 (1038) <25DDEBFC-8A2F-8434-1D97-AEC55B5205F8> /System/Library/Frameworks/ AppKit.framework/Versions/C/AppKit
0x933d4000 - 0x934eafe3 com.apple.PubSub 1.0.4 (65.11) <7F349A71- C4E6-E645-B28D-03A7DD120AA6> /System/Library/Frameworks/ PubSub.framework/Versions/A/PubSub
0x9360c000 - 0x93a22ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D- F9E8-181C-129585E59603> /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libBLAS.dylib
0x93a23000 - 0x93a43fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
0x93a86000 - 0x93a90ff7 libCSync.A.dylib ??? (???) <A05BB12D-CD51- DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x93a91000 - 0x93ae9fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/ PrivateFrameworks/DataDetectorsCore.framework/Versions/A/ DataDetectorsCore
0x93af3000 - 0x93be7fe7 libiconv.2.dylib ??? (???) <0C578460-3929-29DD-585A-DB1E0C977425> /usr/lib/libiconv.2.dylib
0x93be8000 - 0x93be8ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/ CoreServices.framework/Versions/A/CoreServices
0x93be9000 - 0x93bfdfe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x93bfe000 - 0x943e3fe7 com.apple.WebCore 6531 (6531.9) <F9A9848B-9EB0-B912-49F5-7E8010AF2CF1> /System/Library/Frameworks/ WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/ WebCore
0x945a4000 - 0x945a7fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/ libmathCommon.A.dylib
0x945a8000 - 0x945b2ff7 libGL.dylib ??? (???) <B375A3B6-2983- A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/ Versions/A/Libraries/libGL.dylib
0x945b3000 - 0x94793fff com.apple.imageKit 2.0 (1.0) <A09D802D- DAD8-39D6-B3D1-83931741E387> /System/Library/Frameworks/ Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ ImageKit
0x94794000 - 0x94794ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/ Accelerate.framework/Versions/A/Accelerate
0x94795000 - 0x947a2ff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/ NetFS.framework/Versions/A/NetFS
0x947a3000 - 0x948b0ff7 com.apple.MediaToolbox 0.420.17 (420.17) <EE843140-C79F-3D8C-B89E-893CD74C3633> /System/Library/ PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x948f0000 - 0x9495afe7 libstdc++.6.dylib ??? (???) <411D87F4- B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x94962000 - 0x94996ff7 libssl.0.9.8.dylib ??? (???) <F3402001- EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
0x94ad8000 - 0x94b69fe3 com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
0x94b6a000 - 0x94b92ff7 libxslt.1.dylib ??? (???) <769EF4B2- C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x94b93000 - 0x94bb7ff7 libJPEG.dylib ??? (???) <265DBF67-994E- E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x94bc8000 - 0x94bc8ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/ vecLib.framework/Versions/A/vecLib
0x94cd1000 - 0x94daeff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144- DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/ A/vImage
0x94daf000 - 0x94e92ff7 com.apple.WebKit 6531 (6531.9) <991912FB-1484-A0B2-593F-A8722BC6AFE7> /System/Library/Frameworks/ WebKit.framework/Versions/A/WebKit
0x94e93000 - 0x94ea5ff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/ Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/ MultitouchSupport
0x94ea6000 - 0x94eb4fe7 libz.1.dylib ??? (???) <7B7A02AB- DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
0x94ece000 - 0x94ee3fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
0x94ee4000 - 0x95146ff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/ Security.framework/Versions/A/Security
0x95147000 - 0x9518bff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/ PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9518c000 - 0x951bcff7 com.apple.MeshKit 1.0 (49.0) <435718C1- ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/ MeshKit.framework/Versions/A/MeshKit
0x951bd000 - 0x9525aff3 com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
0x9525b000 - 0x9527dff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/ Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x95294000 - 0x952c5ff3 libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/Resources/libTrueTypeScaler.dylib
0x952c6000 - 0x952f7ff7 libGLImage.dylib ??? (???) <0FB347C7- A579-4E51-4733-39AB28064554> /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x95303000 - 0x95622fe7 com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ CarbonCore.framework/Versions/A/CarbonCore
0x95623000 - 0x9574cfe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/ Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9574d000 - 0x95769fe3 com.apple.openscripting 1.3 (???) <D2FF4419- FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/ Versions/A/OpenScripting
0x9576a000 - 0x957acfe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvDSP.dylib
0x957ad000 - 0x957b9ff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
0x957ba000 - 0x957bdffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x957df000 - 0x957e0ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/ PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x957e1000 - 0x95888fe7 com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/ Versions/A/CFNetwork
0x95889000 - 0x9589aff7 com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
0x9589b000 - 0x9589eff7 libCGXType.A.dylib ??? (???) <3FB5E457-EABF- B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9589f000 - 0x95937fe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282- FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/ Kerberos.framework/Versions/A/Kerberos
0x95938000 - 0x9595efff com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/ DictionaryServices.framework/Versions/A/DictionaryServices
0x9595f000 - 0x95973ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9598d000 - 0x95a3afe7 libobjc.A.dylib ??? (???) <410DD065-A18F- F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
0x95af6000 - 0x95d08fff com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/ RawCamera.bundle/Contents/MacOS/RawCamera
0x95d09000 - 0x95d45fff com.apple.CoreMediaIOServices 101.0 (715) <FD86FB28-9BA1-0993-1172-F10F61EA6344> /System/Library/ PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/ CoreMediaIOServices
0x95d46000 - 0x95d4cfff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
0x95d4d000 - 0x95d6bff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574- DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/ CoreVideo.framework/Versions/A/CoreVideo
0x95da5000 - 0x95de9fe7 com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/Metadata.framework/ Versions/A/Metadata
0x95dea000 - 0x95ef3fe7 com.apple.CoreAUC 4.10.0 (4.10.0) <34606DCE-1257-8FB9-E633-AC56DD263EAB> /System/Library/ PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x95ef4000 - 0x95fa6ffb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/Resources/libFontParser.dylib
0x95faf000 - 0x95feeff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x95fef000 - 0x95ffcff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286- B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/ OpenGL.framework/Versions/A/OpenGL
0x9605f000 - 0x960afff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/ PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x960b6000 - 0x9622dfef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/ CoreFoundation.framework/Versions/A/CoreFoundation
0x9622e000 - 0x96356fe7 com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/ CoreData.framework/Versions/A/CoreData
0x96357000 - 0x96357ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92- DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/ vecLib.framework/Versions/A/vecLib
0x96358000 - 0x96583ff3 com.apple.QuartzComposer 4.0 (156.6) <D1D3A5A8-75BC-4556-85FA-8A9F487106DD> /System/Library/Frameworks/ Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/ Versions/A/QuartzComposer
0x96584000 - 0x96584ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/ApplicationServices
0x96585000 - 0x96585ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x96586000 - 0x96650fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/OSServices.framework/ Versions/A/OSServices
0x96651000 - 0x966a1fe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E- F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/ Versions/A/Libraries/libGLU.dylib
0x966a2000 - 0x96751ff3 com.apple.ink.framework 1.3 (104) <8526D880- D367-3EF9-DBFD-9A6AB240F57A> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x96752000 - 0x96786ff7 libcups.2.dylib ??? (???) <9078BA07- DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
0x96787000 - 0x967ebffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/ Versions/A/HTMLRendering
0x967ec000 - 0x96807ff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0- F2F5-EE9269729975> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
0x96808000 - 0x9680cff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85- C22A-D1AE10D328F3> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96815000 - 0x977a3ff7 com.apple.QuickTimeComponents.component 7.6.3 (1584) /System/Library/QuickTime/QuickTimeComponents.component/ Contents/MacOS/QuickTimeComponents
0x977a4000 - 0x977cbff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/ Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/ Versions/A/QuartzFilters
0x977e5000 - 0x9785cfeb com.apple.backup.framework 1.1 (1.0) <73C642BD-A0C5-7D45-79FA-0AA6D96226C0> /System/Library/ PrivateFrameworks/Backup.framework/Versions/A/Backup
0x97a39000 - 0x97a58fe3 libexpat.1.dylib ??? (???) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
0x97a59000 - 0x97a83ff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE- AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/ Shortcut.framework/Versions/A/Shortcut
0x97a84000 - 0x97de8ff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/ QuartzCore.framework/Versions/A/QuartzCore
0x97e58000 - 0x97f07fef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86- B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
0x9800d000 - 0x9801dff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/ PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x9801e000 - 0x981a0fe7 libicucore.A.dylib ??? (???) <FBB66376- CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
0x981a1000 - 0x9832ffff com.apple.JavaScriptCore 6531 (6531.5) <DDDCCE57-42D2-BAA1-63F1-F76458EE0927> /System/Library/Frameworks/ JavaScriptCore.framework/Versions/A/JavaScriptCore
0x98330000 - 0x9846ffe3 com.apple.QTKit 7.6.3 (1584) <18130DA4-7132- CEAF-2137-4925CAC0B585> /System/Library/Frameworks/QTKit.framework/ Versions/A/QTKit
0x98797000 - 0x987cfff7 com.apple.LDAPFramework 2.0 (120.1) <8C7F3F42-6A4D-D37A-4232-685D44E8769E> /System/Library/Frameworks/ LDAP.framework/Versions/A/LDAP
0x987d0000 - 0x98807ff7 com.apple.CoreMedia 0.420.17 (420.17) <A45B464A-4E05-8372-C055-974AD5393E03> /System/Library/ PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x98808000 - 0x988faff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
0x988fb000 - 0x98955fe7 com.apple.CorePDF 1.0 (1.0) <590244C9-15D7-7A65-13AF-6F597123746B> /System/Library/ PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x98956000 - 0x99137497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
0x9914b000 - 0x9924dfef com.apple.MeshKitIO 1.0 (49.0) <E4436373- BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/ MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/ A/MeshKitIO
0x9924e000 - 0x993f2feb libSystem.B.dylib ??? (???) <068CC3F2-F867- A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
0x9942d000 - 0x9942fff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/ A/SecurityHI
0xb0000000 - 0xb0024fe7 +com.positivespinmedia.PSMTabBarControlFramework ??? (1.1) / Applications/NovaMind Pro.app/Contents/Frameworks/ PSMTabBarControl.framework/Versions/A/PSMTabBarControl
0xcf100000 - 0xcf1a6fe7 +com.karelia.iMedia ??? (1.0) <24516492- AAF8-537F-C7E4-64A7ABF6C475> /Applications/NovaMind Pro.app/Contents/ Frameworks/iMediaBrowser.framework/Versions/A/iMediaBrowser
0xebf80000 - 0xebf81ffc +dk.infinite-loop.crashreporter.framework 1.2 (100) <A7FFA442-C6EA-3B21-B40E-DFBE20C08120> /Applications/ NovaMind Pro.app/Contents/Frameworks/ILCrashReporter.framework/ Versions/A/ILCrashReporter
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <068CC3F2-F867- A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib





On 03/09/2009, at 11:27 PM, Andrew Carol wrote:

This is a crash of something that is doing a Spotlight query, probably not the importer or it's plug ins.

Seeing the entire crash report would help in deciding what it going on.

---- Andy



_______________________________________________ Do not post admin requests to the list. They will be ignored. Spotlight-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >How could the spotlight indexer be crashing our app? (From: Gideon King <email@hidden>)
 >Re: How could the spotlight indexer be crashing our app? (From: Andrew Carol <email@hidden>)
 >Re: How could the spotlight indexer be crashing our app? (From: Gideon King <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.