Return to problem list

ID: 4523367

URL: rdar://problem/4523367

Title: RichText.mdimporter crashes on importing html file

Originated Date: 21-Apr-2006

State: Duplicate/4296059

Fixed? No

Attachments:

Description:

Summary: I re-indexed my hard drive by putting it in the Privacy list of the Spotlight preferences. During the automatic re-indexing after I removed my hard drive from the Privacy list, mdimportserver crashed. I isolated the problem by using Terminal and performing "mdimport -f -d4" on various directories in my hard drive. I ruled out most of the core directories (for example ~/, /Applications, /Library), and eventually I discovered that the problem was in the copy of WebKit I had checked out from Open Darwin. Specifically, the file was WebKit/WebCore/manual-tests/write-after-open.html. Steps to Reproduce: (1) Launch System Preferences and select Spotlight, Privacy. (2) Add a folder to the Privacy list. (3) Put the attached html file in the folder. (4) Remove the folder from the Privacy list, allowing Spotlight to index it. Expected Results: If Spotlight cannot import a file, it should just skip over it. Actual Results: mdimportserver crashes. Regression: I was able to make mdimportserver crash three times. The first time was during the automatic re-indexing of my hard drive. The other two times were by performing mdimport -r /System/Library/Spotlight/RichText.mdimporter in Terminal. I also made mdimport itself crash once by performing "mdimport -f -d4 /Users/WebKit" (the working copy of WebKit was in the /Users directory). The crash logs are below. Strangely, there is no indication that mdimportserver ever crashed before I re-indexed my hard drive; in other words, it didn't crash when I originally checked out the copy of WebKit. I downloaded it on March 31, 2006. At the time, I was running Mac OS X 10.4.5. I also performed "mdimport -f -d4 /Users/WebKit/WebCore/manual-tests/" once without a crash, but I got the following error message during the import. 2006-04-21 16:41:11.829 mdimport[26091] Import '/Users/WebKit/WebCore/manual-tests/write-after-open.html' type 'public.html' using 'file://localhost/System/Library/Spotlight/RichText.mdimporter/' 2006-04-21 16:41:11.830 mdimport[26091] *** -[NSCFArray delegate]: selector not recognized [self = 0x3b60f0] 2006-04-21 16:41:11.831 mdimport[26091] Importer indicated failure for file '/Users/WebKit/WebCore/manual-tests/write-after-open.html' 2006-04-21 16:41:11.832 mdimport[26091] Sending attributes of '/Users/WebKit/WebCore/manual-tests/write-after-open.html' to server. Attributes: '{ "com_apple_metadata_modtime" = 165510893; kMDItemContentCreationDate = 2006-03-31 09:14:53 -0600; kMDItemContentModificationDate = 2006-03-31 09:14:53 -0600; kMDItemContentType = "public.html"; kMDItemContentTypeTree = ("public.html", "public.text", "public.data", "public.item", "public.content"); kMDItemDisplayName = {"" = "write-after-open.html"; }; kMDItemKind = { "" = "HTML document"; da = "HTML-dokument"; de = "HTML-Dokument"; es = "Documento HTML"; fi = "HTML-dokumentti"; fr = "Document HTML"; it = "Documento HTML"; ja = "HTML \U66f8\U985e"; ko = "HTML \Ub3c4\Ud050\Uba58\Ud2b8"; nb = "HTML-dokument"; nl = "HTML-document"; pt = "Documento HTML"; sv = "HTML-dokument"; "zh-Hans" = "HTML \U6587\U7a3f"; "zh-Hant" = "HTML \U6587\U4ef6"; }; }' Notes: I have attached the file WebKit/WebCore/manual-tests/write-after-open.html from my working copy. The file has not been modified in any way since I checked it out. Below are the crash logs from mdimportserver and mdimport. Host Name: JComputer Date/Time: 2006-04-21 13:20:07.020 -0500 OS Version: 10.4.6 (Build 8I127) Report Version: 4 Command: mdimportserver Path: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdimportserver Parent: launchd [1] Version: ??? (???) PID: 25300 Thread: 2 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x0c388000 Thread 0: 0 libSystem.B.dylib 0x9000b0a8 mach_msg_trap + 8 1 libSystem.B.dylib 0x9000affc mach_msg + 60 2 com.apple.CoreFoundation 0x907dc114 __CFRunLoopRun + 832 3 com.apple.CoreFoundation 0x907dba18 CFRunLoopRunSpecific + 268 4 com.apple.CoreFoundation 0x907eae78 CFRunLoopRun + 52 5 mdimportserver 0x00008e80 0x1000 + 32384 6 mdimportserver 0x00006ca4 0x1000 + 23716 7 mdimportserver 0x00002da8 0x1000 + 7592 8 mdimportserver 0x00002c50 0x1000 + 7248 Thread 1: 0 libSystem.B.dylib 0x9002edcc kevent + 12 1 mdimportserver 0x00004aac 0x1000 + 15020 2 com.apple.Foundation 0x92932194 forkThreadForFunction + 108 3 libSystem.B.dylib 0x9002ba68 _pthread_body + 96 Thread 2 Crashed: 0 <<00000000>> 0xfffeff20 objc_msgSend_rtp + 32 1 com.apple.Foundation 0x929fbdd8 _structuredErrorFunc + 48 2 libxml2.2.dylib 0x92c63cd8 __xmlRaiseError + 1220 3 libxml2.2.dylib 0x92c9411c xlinkIsLink + 848 4 libxml2.2.dylib 0x92c97e10 htmlParseCharRef + 1152 5 libxml2.2.dylib 0x92c98430 htmlParseCharRef + 2720 6 libxml2.2.dylib 0x92c9a398 htmlCreateMemoryParserCtxt + 2968 7 libxml2.2.dylib 0x92c9ac5c htmlParseChunk + 332 8 com.apple.AppKit 0x93bd9508 -[NSHTMLReader _loadUsingLibXML2] + 1020 9 com.apple.AppKit 0x938e87b0 -[NSHTMLReader attributedString] + 36 10 com.apple.AppKit 0x938e7d18 _NSReadAttributedStringFromURLOrData + 6132 11 com.apple.AppKit 0x9395fd7c -[NSAttributedString(NSAttributedStringKitAdditions) initWithURL:options:documentAttributes:error:] + 220 12 com.apple.MDImporter.RichText 0x000d8334 ImportFromFile + 620 13 mdimportserver 0x0000638c 0x1000 + 21388 14 mdimportserver 0x00008568 0x1000 + 30056 15 mdimportserver 0x000089ec 0x1000 + 31212 16 libSystem.B.dylib 0x9002ba68 _pthread_body + 96 Thread 3: 0 libSystem.B.dylib 0x9002edcc kevent + 12 1 mdimportserver 0x0000b644 0x1000 + 42564 2 com.apple.Foundation 0x92932194 forkThreadForFunction + 108 3 libSystem.B.dylib 0x9002ba68 _pthread_body + 96 Thread 4: 0 libSystem.B.dylib 0x90054fc8 semaphore_timedwait_signal_trap + 8 1 libSystem.B.dylib 0x90071648 pthread_cond_timedwait_relative_np + 556 2 ...ple.CoreServices.CarbonCore 0x90bf45f0 TSWaitOnSemaphoreCommon + 176 3 ...ickTimeComponents.component 0x8ecca564 ReadSchedulerThreadEntryPoint + 5212 4 libSystem.B.dylib 0x9002ba68 _pthread_body + 96 Thread 2 crashed with PPC Thread State 64: srr0: 0x00000000fffeff20 srr1: 0x100000000200f030 vrsave: 0x0000000000000000 cr: 0x44044418 xer: 0x0000000020000000 lr: 0x00000000929fbdd8 ctr: 0x00000000929fbda8 r0: 0x0000000092c63cd8 r1: 0x00000000f0100cc0 r2: 0x000000000c388000 r3: 0x0000000000338b70 r4: 0x0000000090a8cddc r5: 0x000000000000006c r6: 0xffffffffffffffff r7: 0x0000000000000000 r8: 0x0000000000000000 r9: 0x0000000000000002 r10: 0x0000000000000000 r11: 0x000000006f56cddc r12: 0x000000000000376b r13: 0x0000000000000000 r14: 0x0000000000000044 r15: 0x0000000092d1aca8 r16: 0x0000000000000002 r17: 0x000000000131aa30 r18: 0x0000000000000026 r19: 0x0000000000000000 r20: 0x0000000000000000 r21: 0x0000000000338b70 r22: 0x0000000000000000 r23: 0x0000000000000005 r24: 0x000000000131aa30 r25: 0x00000000929fbda8 r26: 0x00000000a292bdb0 r27: 0x000000000131abb0 r28: 0x0000000000338b70 r29: 0x000000000131abb0 r30: 0x0000000000000096 r31: 0x00000000929fbdb0 Binary Images Description: 0x1000 - 0xefff mdimportserver /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdimportserver 0xd7000 - 0xd8fff com.apple.MDImporter.RichText 1.0 (188) /System/Library/Spotlight/RichText.mdimporter/Contents/MacOS/RichText 0xe1000 - 0xe2fff com.apple.MDImporter.Image 1.0.3 (15) /System/Library/Spotlight/Image.mdimporter/Contents/MacOS/Image 0xe6000 - 0xe8fff com.apple.MDImporter.QuickTime 1.0 /System/Library/Spotlight/QuickTime.mdimporter/Contents/MacOS/QuickTime 0x205000 - 0x206fff com.apple.MDImporter.PDF 1.0.3 (21) /System/Library/Spotlight/PDF.mdimporter/Contents/MacOS/PDF 0x405000 - 0x406fff org.tug.texmdimporter 1.2 (20060103) /Applications/Non-Apple/TeX/TeXShop/TeXShop.app/Contents/Library/Spotlight/TeX.mdimporter/Contents/MacOS/TeX 0x421000 - 0x422fff com.apple.MDImporter.PS 1.0 (20) /System/Library/Spotlight/PS.mdimporter/Contents/MacOS/PS 0x439000 - 0x43afff com.apple.MDImporter.SourceCode 2.2 (660) /Library/Spotlight/SourceCode.mdimporter/Contents/MacOS/SourceCode 0x4ad000 - 0x4bcfff com.apple.MDImporter.iPhoto 1.0.3 (15) /System/Library/Spotlight/iPhoto.mdimporter/Contents/MacOS/iPhoto 0x4e3000 - 0x4f6fff com.apple.MDImporter.appleworks 1.0 (109) /Library/Spotlight/AppleWorks.mdimporter/Contents/MacOS/AppleWorks 0x4fd000 - 0x4fefff com.apple.MDImporter.Application 1.0 (121) /System/Library/Spotlight/Application.mdimporter/Contents/MacOS/Application 0x501000 - 0x502fff net.sourceforge.bibdesk.bibimporter 1.2 /Applications/Non-Apple/TeX/BibDesk.app/Contents/Library/Spotlight/BibImporter.mdimporter/Contents/MacOS/BibImporter 0x548000 - 0x549fff com.apple.MDImporter.iCal 1.0 (105) /System/Library/Spotlight/iCal.mdimporter/Contents/MacOS/iCal 0x569000 - 0x56bfff com.apple.MDImporter.vCard 1.0.2 (483) /System/Library/Spotlight/vCard.mdimporter/Contents/MacOS/vCard 0x56f000 - 0x570fff com.apple.MDImporter.Mail 1.0.8 (749.3) /System/Library/Spotlight/Mail.mdimporter/Contents/MacOS/Mail 0x574000 - 0x575fff com.apple.MDImporter.Bookmarks 1.0 (121.36) /System/Library/Spotlight/Bookmarks.mdimporter/Contents/MacOS/Bookmarks 0x579000 - 0x57afff com.apple.systempreferences.MDImporter 3.3 /System/Library/Spotlight/SystemPrefs.mdimporter/Contents/MacOS/SystemPrefs 0x5cd000 - 0x5d2fff com.apple.journlermetadataimporter 1.0 /Applications/Non-Apple/Journler/Journler.app/Contents/Library/Spotlight/JournlerMetadataImporter.mdimporter/Contents/MacOS/JournlerMetadataImporter 0x665000 - 0x666fff com.flyingmeat.VoodooPadSpotlightImporter 1.0 /Applications/Non-Apple/VoodooPad Lite.app/Contents/Library/Spotlight/VoodooPad.mdimporter/Contents/MacOS/VoodooPad 0x6d5000 - 0x7b4fff com.apple.audio.codecs.Components 1.4.3 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs 0x7cd000 - 0x7d8fff com.apple.MDImporter.Audio 1.0 (16) /System/Library/Spotlight/Audio.mdimporter/Contents/MacOS/Audio 0x1605000 - 0x165bfff com.microsoft.MDImporter.Office 12.0.1 /Library/Spotlight/Microsoft Office.mdimporter/Contents/MacOS/Microsoft Office 0x8e8d8000 - 0x8e993fff com.apple.QuickTimeMPEG4.component 7.0.4 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4 0x8eae3000 - 0x8ebaffff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.altivec 0x8ebbb000 - 0x8ebbefff com.apple.QuickTimeH264.component 7.0.4 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 0x8ecb5000 - 0x8f674fff com.apple.QuickTimeComponents.component 7.0.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x8fa79000 - 0x8fd27fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld 0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib 0x9021a000 - 0x90267fff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib 0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.13 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore 0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x910d2000 - 0x910fbfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x9110c000 - 0x9111afff libz.1.dylib /usr/lib/libz.1.dylib 0x9111d000 - 0x912d3fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x913d0000 - 0x913d9fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x913e0000 - 0x91407fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x9141a000 - 0x91425fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x9142a000 - 0x91432fff libbsm.dylib /usr/lib/libbsm.dylib 0x91436000 - 0x914b1fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x914ee000 - 0x914eefff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x914f0000 - 0x91528fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x91543000 - 0x91610fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x91665000 - 0x916f6fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x9173d000 - 0x917f4fff com.apple.QD 3.8.19 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x91831000 - 0x9188ffff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x918be000 - 0x918dffff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x918f3000 - 0x91918fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent 0x9192b000 - 0x9196dfff com.apple.LaunchServices 168.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x91989000 - 0x9199dfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x919ab000 - 0x919eafff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91a00000 - 0x91ac8fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x91b16000 - 0x91b2bfff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91b30000 - 0x91b4dfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x91b52000 - 0x91bc1fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x91bd8000 - 0x91bdcfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x91bde000 - 0x91c25fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib 0x91c2a000 - 0x91c67fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91c6e000 - 0x91c87fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x91c8c000 - 0x91c8ffff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x91c91000 - 0x91c91fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91c93000 - 0x91d73fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91d7b000 - 0x91d9afff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x91e06000 - 0x91e74fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x91e7f000 - 0x91f13fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x91f2d000 - 0x924b5fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x924e8000 - 0x92813fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x92843000 - 0x928cbfff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9290c000 - 0x92b37fff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92c55000 - 0x92d33fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x92d53000 - 0x92e41fff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x92e53000 - 0x92e71fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92e7c000 - 0x92ed6fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92ef4000 - 0x92ef4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x92ef6000 - 0x92f0afff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x92f22000 - 0x92f32fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92f3e000 - 0x92f53fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x92f65000 - 0x92fecfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x93000000 - 0x9300bfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x93015000 - 0x93042fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x9305c000 - 0x9306bfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x93077000 - 0x930ddfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x9310e000 - 0x9315dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x9318b000 - 0x931a8fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x931ba000 - 0x931c7fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x931d0000 - 0x934ddfff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9362c000 - 0x93638fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x9363d000 - 0x9365dfff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x936d1000 - 0x936d1fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x936d3000 - 0x93d06fff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x94093000 - 0x94103fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x9413c000 - 0x941fffff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x94251000 - 0x94251fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x94253000 - 0x94407fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x9445a000 - 0x94497fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x9449f000 - 0x944effff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x9452f000 - 0x94573fff com.apple.bom 8.3 (86.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x94692000 - 0x946a1fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x946a9000 - 0x946b6fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x9471c000 - 0x9478dfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x94902000 - 0x94a30fff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x94ac2000 - 0x94ad1fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers 0x94ad9000 - 0x94b06fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x94b0d000 - 0x94b1dfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib 0x94b21000 - 0x94b50fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib 0x94b60000 - 0x94b7dfff libresolv.9.dylib /usr/lib/libresolv.9.dylib 0x9605e000 - 0x9607efff libmx.A.dylib /usr/lib/libmx.A.dylib 0x965f4000 - 0x965f5fff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib 0x965fd000 - 0x96613fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 0x9663e000 - 0x96641fff libLatinSuppConverter.dylib /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib 0x97094000 - 0x970b3fff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x97724000 - 0x97749fff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping 0x978b9000 - 0x978c6fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x9963b000 - 0x99793fff com.apple.MessageFramework 2.0.8 (749.3) /System/Library/Frameworks/Message.framework/Versions/B/Message 0x99cc3000 - 0x99dbbfff com.apple.audio.units.Components 1.4.1 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x99f47000 - 0x9a08bfff libCMaps.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib ********** Host Name: JComputer Date/Time: 2006-04-21 16:35:19.708 -0500 OS Version: 10.4.6 (Build 8I127) Report Version: 4 Command: mdimport Path: /usr/bin/mdimport Parent: bash [26042] Version: ??? (???) PID: 26047 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x225f6b6d Thread 0 Crashed: 0 <<00000000>> 0xfffeff18 objc_msgSend_rtp + 24 1 com.apple.Foundation 0x929fbdd8 _structuredErrorFunc + 48 2 libxml2.2.dylib 0x92c63cd8 __xmlRaiseError + 1220 3 libxml2.2.dylib 0x92c9411c xlinkIsLink + 848 4 libxml2.2.dylib 0x92c97e10 htmlParseCharRef + 1152 5 libxml2.2.dylib 0x92c98430 htmlParseCharRef + 2720 6 libxml2.2.dylib 0x92c9a398 htmlCreateMemoryParserCtxt + 2968 7 libxml2.2.dylib 0x92c9ac5c htmlParseChunk + 332 8 com.apple.AppKit 0x93bd9508 -[NSHTMLReader _loadUsingLibXML2] + 1020 9 com.apple.AppKit 0x938e87b0 -[NSHTMLReader attributedString] + 36 10 com.apple.AppKit 0x938e7d18 _NSReadAttributedStringFromURLOrData + 6132 11 com.apple.AppKit 0x9395fd7c -[NSAttributedString(NSAttributedStringKitAdditions) initWithURL:options:documentAttributes:error:] + 220 12 com.apple.MDImporter.RichText 0x000cc334 ImportFromFile + 620 13 mdimport 0x0000638c 0x1000 + 21388 14 mdimport 0x00005f30 0x1000 + 20272 15 mdimport 0x00007e84 0x1000 + 28292 16 mdimport 0x00006d74 0x1000 + 23924 17 mdimport 0x00002da8 0x1000 + 7592 18 mdimport 0x00002c50 0x1000 + 7248 Thread 1: 0 libSystem.B.dylib 0x9002edcc kevent + 12 1 mdimport 0x0000b644 0x1000 + 42564 2 com.apple.Foundation 0x92932194 forkThreadForFunction + 108 3 libSystem.B.dylib 0x9002ba68 _pthread_body + 96 Thread 0 crashed with PPC Thread State 64: srr0: 0x00000000fffeff18 srr1: 0x100000000200f030 vrsave: 0x0000000000000000 cr: 0x44244418 xer: 0x0000000000000000 lr: 0x00000000929fbdd8 ctr: 0x00000000929fbda8 r0: 0x0000000092c63cd8 r1: 0x00000000bfffe600 r2: 0x0000000000000000 r3: 0x000000000a7d85a0 r4: 0x0000000090a8cddc r5: 0x000000000000001d r6: 0xffffffffffffffff r7: 0x0000000000000000 r8: 0x0000000000000000 r9: 0x0000000000000002 r10: 0x0000000000000000 r11: 0x000000006f56cddc r12: 0x00000000225f6b4d r13: 0x0000000000000000 r14: 0x0000000000000044 r15: 0x0000000092d1aca8 r16: 0x0000000000000002 r17: 0x000000000a7d5bd0 r18: 0x0000000000000026 r19: 0x0000000000000000 r20: 0x0000000000000000 r21: 0x000000000a7d85a0 r22: 0x0000000000000000 r23: 0x0000000000000005 r24: 0x000000000a7d5bd0 r25: 0x00000000929fbda8 r26: 0x00000000a292bdb0 r27: 0x000000000a7d5d50 r28: 0x000000000a7d85a0 r29: 0x000000000a7d5d50 r30: 0x0000000000000096 r31: 0x00000000929fbdb0 Binary Images Description: 0x1000 - 0xefff mdimport /usr/bin/mdimport 0xcb000 - 0xccfff com.apple.MDImporter.RichText 1.0 (188) /System/Library/Spotlight/RichText.mdimporter/Contents/MacOS/RichText 0xd5000 - 0xd6fff com.apple.MDImporter.SourceCode 2.2 (660) /Library/Spotlight/SourceCode.mdimporter/Contents/MacOS/SourceCode 0xfa000 - 0xfbfff com.apple.MDImporter.Image 1.0.3 (15) /System/Library/Spotlight/Image.mdimporter/Contents/MacOS/Image 0x2e1000 - 0x2e3fff com.apple.MDImporter.QuickTime 1.0 /System/Library/Spotlight/QuickTime.mdimporter/Contents/MacOS/QuickTime 0x2fb000 - 0x2fcfff com.apple.MDImporter.PDF 1.0.3 (21) /System/Library/Spotlight/PDF.mdimporter/Contents/MacOS/PDF 0x8fa79000 - 0x8fd27fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld 0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib 0x9021a000 - 0x90267fff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib 0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.13 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore 0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x910d2000 - 0x910fbfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x9110c000 - 0x9111afff libz.1.dylib /usr/lib/libz.1.dylib 0x9111d000 - 0x912d3fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x913d0000 - 0x913d9fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x913e0000 - 0x91407fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x9141a000 - 0x91425fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x9142a000 - 0x91432fff libbsm.dylib /usr/lib/libbsm.dylib 0x91436000 - 0x914b1fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x914ee000 - 0x914eefff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x914f0000 - 0x91528fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x91543000 - 0x91610fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x91665000 - 0x916f6fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x9173d000 - 0x917f4fff com.apple.QD 3.8.19 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x91831000 - 0x9188ffff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x918be000 - 0x918dffff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x918f3000 - 0x91918fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent 0x9192b000 - 0x9196dfff com.apple.LaunchServices 168.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x91989000 - 0x9199dfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x919ab000 - 0x919eafff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91a00000 - 0x91ac8fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x91b16000 - 0x91b2bfff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91b30000 - 0x91b4dfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x91b52000 - 0x91bc1fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x91bd8000 - 0x91bdcfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x91bde000 - 0x91c25fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib 0x91c2a000 - 0x91c67fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91c6e000 - 0x91c87fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x91c8c000 - 0x91c8ffff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x91c91000 - 0x91c91fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91c93000 - 0x91d73fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91d7b000 - 0x91d9afff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x91e06000 - 0x91e74fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x91e7f000 - 0x91f13fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x91f2d000 - 0x924b5fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x924e8000 - 0x92813fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x92843000 - 0x928cbfff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9290c000 - 0x92b37fff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92c55000 - 0x92d33fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x92d53000 - 0x92e41fff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x92e53000 - 0x92e71fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92e7c000 - 0x92ed6fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92ef4000 - 0x92ef4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x92ef6000 - 0x92f0afff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x92f22000 - 0x92f32fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92f3e000 - 0x92f53fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x92f65000 - 0x92fecfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x93000000 - 0x9300bfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x93015000 - 0x93042fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x9305c000 - 0x9306bfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x93077000 - 0x930ddfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x9310e000 - 0x9315dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x9318b000 - 0x931a8fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x931ba000 - 0x931c7fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x931d0000 - 0x934ddfff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9362c000 - 0x93638fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x936d3000 - 0x93d06fff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x94093000 - 0x94103fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x9413c000 - 0x941fffff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x94251000 - 0x94251fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x94253000 - 0x94407fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x9445a000 - 0x94497fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x9449f000 - 0x944effff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x946a9000 - 0x946b6fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x9471c000 - 0x9478dfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x965f4000 - 0x965f5fff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib

Return to problem list