Hello, I can't run malloc debug. Even on a simple program (Xcode -> New Project -> Application -> Cocoa Application ), without any modification the default project. I am developing on a Macbook Pro - 10.6.2 with Xcode 3.1.4. Thank you for you help.
Here is my crash report: Process: Tester [60948] Path: /Users/phi/workspace/Tester/build/Debug/Tester.app/Contents/MacOS/Tester Identifier: com.yourcompany.Tester Version: ??? (1.0) Code Type: X86 (Native) Parent Process: MallocDebug [60946] Date/Time: 2009-12-16 08:10:17.898 -0800 OS Version: Mac OS X 10.6.2 (10C540) Report Version: 6 Interval Since Last Report: 794462 sec Crashes Since Last Report: 37 Per-App Interval Since Last Report: 1 sec Per-App Crashes Since Last Report: 1 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 com.apple.CoreFoundation 0x93f35413 CFQSortArray + 259 1 com.apple.CoreFoundation 0x93f16249 CFArraySortValues + 489 2 com.apple.ColorSync 0x98fb799d ColorSyncProfileCopyTagSignatures + 175 3 com.apple.ColorSync 0x98fe2d30 CMMProfile::Usable() + 62 4 com.apple.ColorSync 0x98fe2675 DoValidateProfile + 74 5 com.apple.ColorSync 0x98fe278d AppleCMMValidateProfile + 28 6 com.apple.ColorSync 0x98fb8a4d ColorSyncProfileVerify + 31 7 libCSync.A.dylib 0x97d9cb84 validateProfile + 65 8 libCSync.A.dylib 0x97d9cae9 CMSValidateProfile + 60 9 com.apple.CoreGraphics 0x908c97e0 CGCMSInterfaceValidateProfile + 27 10 com.apple.CoreGraphics 0x908c97c0 CGCMSUtilsValidateProfile + 24 11 com.apple.CoreGraphics 0x908c96bf CGColorSpaceCreateICCBased + 136 12 com.apple.CoreGraphics 0x908c8a77 create_generic_color_space + 127 13 com.apple.CoreGraphics 0x908c8806 CGColorSpaceCreateWithIndex + 298 14 com.apple.AppKit 0x95f64a19 +[NSColorSpace specialColorSpaceWithID:] + 193 15 com.apple.AppKit 0x95f64950 +[NSColorSpace genericRGBColorSpace] + 45 16 com.apple.AppKit 0x95f64760 -[NSBitmapImageRep _bitmapImageRep_setColorSpaceName:] + 55 17 com.apple.AppKit 0x962327f5 -[NSBitmapImageRep initWithBitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpaceName:bitmapFormat:bytesPerRow:bitsPerPixel:] + 513 18 com.apple.AppKit 0x95f641ee -[NSBitmapImageRep _initWithSharedBitmap:rect:] + 302 19 com.apple.AppKit 0x95f63e3c -[NSImage _addRepresentationWithSharedKitWindow:rect:] + 224 20 com.apple.AppKit 0x95f62c4c +[NSImage _findSystemImageNamed:] + 274 21 com.apple.AppKit 0x95f62992 +[NSImage imageNamed:] + 171 22 com.apple.AppKit 0x95f62832 -[NSCustomResource _loadImageWithName:] + 58 23 com.apple.AppKit 0x95f62766 -[NSCustomResource loadImageWithName:] + 49 24 com.apple.AppKit 0x95f61ca3 -[NSCustomResource awakeAfterUsingCoder:] + 365 25 com.apple.Foundation 0x95bc420c _decodeObjectBinary + 2930 26 com.apple.Foundation 0x95bc34e8 _decodeObject + 180 27 com.apple.AppKit 0x95f614b3 -[NSMenuItem initWithCoder:] + 1546 28 com.apple.Foundation 0x95bc41f0 _decodeObjectBinary + 2902 29 com.apple.Foundation 0x95bc34e8 _decodeObject + 180 30 com.apple.AppKit 0x95f5cd63 -[NSNibConnector initWithCoder:] + 395 31 com.apple.AppKit 0x95f60dc0 -[NSNibControlConnector initWithCoder:] + 865 32 com.apple.Foundation 0x95bc41f0 _decodeObjectBinary + 2902 33 com.apple.Foundation 0x95bc4ffc -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1438 34 com.apple.Foundation 0x95bc5669 -[NSArray(NSArray) initWithCoder:] + 586 35 com.apple.Foundation 0x95bc41f0 _decodeObjectBinary + 2902 36 com.apple.Foundation 0x95bc34e8 _decodeObject + 180 37 com.apple.AppKit 0x95f5be26 -[NSIBObjectData initWithCoder:] + 2337 38 com.apple.Foundation 0x95bc41f0 _decodeObjectBinary + 2902 39 com.apple.Foundation 0x95bc34e8 _decodeObject + 180 40 com.apple.AppKit 0x95f5b3f0 loadNib + 161 41 com.apple.AppKit 0x95f5a848 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 228 42 com.apple.AppKit 0x95f5a759 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158 43 com.apple.AppKit 0x95f5a6a4 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383 44 com.apple.AppKit 0x95f574a9 NSApplicationMain + 434 45 com.yourcompany.Tester 0x00001ffc main + 30 (main.m:14) 46 com.yourcompany.Tester 0x00001fb2 start + 54 Thread 1: 0 libSystem.B.dylib 0x94e068da mach_msg_trap + 10 1 libSystem.B.dylib 0x94e07047 mach_msg + 68 2 libMallocDebug.A.dylib 0x0000d8db exceptionThread + 155 3 libSystem.B.dylib 0x94e33fbd _pthread_start + 345 4 libSystem.B.dylib 0x94e33e42 thread_start + 34 Thread 2: 0 libSystem.B.dylib 0x94e068da mach_msg_trap + 10 1 libSystem.B.dylib 0x94e07047 mach_msg + 68 2 libSystem.B.dylib 0x94e72688 mach_msg_server + 696 3 libMallocDebug.A.dylib 0x000097e8 portSetListen + 53 4 libSystem.B.dylib 0x94e33fbd _pthread_start + 345 5 libSystem.B.dylib 0x94e33e42 thread_start + 34 Thread 3: 0 libSystem.B.dylib 0x94e2c182 __workq_kernreturn + 10 1 libSystem.B.dylib 0x94e2c718 _pthread_wqthread + 941 2 libSystem.B.dylib 0x94e2c336 start_wqthread + 30 Thread 4: Dispatch queue: com.apple.libdispatch-manager 0 libSystem.B.dylib 0x94e2d0ea kevent + 10 1 libSystem.B.dylib 0x94e2d804 _dispatch_mgr_invoke + 215 2 libSystem.B.dylib 0x94e2ccc3 _dispatch_queue_invoke + 163 3 libSystem.B.dylib 0x94e2ca68 _dispatch_worker_thread2 + 234 4 libSystem.B.dylib 0x94e2c4f1 _pthread_wqthread + 390 5 libSystem.B.dylib 0x94e2c336 start_wqthread + 30 Thread 5: 0 libSystem.B.dylib 0x94e2c182 __workq_kernreturn + 10 1 libSystem.B.dylib 0x94e2c718 _pthread_wqthread + 941 2 libSystem.B.dylib 0x94e2c336 start_wqthread + 30 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00f38010 ebx: 0x00f38010 ecx: 0x001eba00 edx: 0x00000000 edi: 0x00000004 esi: 0x00000000 ebp: 0xbfffdbe8 esp: 0xbfffdb80 ss: 0x0000001f efl: 0x00010246 eip: 0x93f35413 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x00000000 Binary Images: 0x1000 - 0x1ffd +com.yourcompany.Tester ??? (1.0) <B8FD555D-2D05-5C3C-66D9-DAF9D5FF0B57> /Users/phi/workspace/Tester/build/Debug/Tester.app/Contents/MacOS/Tester 0x6000 - 0xefff +libMallocDebug.A.dylib ??? (???) <3E1328F3-2272-E613-FBB9-3E415D721A9B> /Developer/usr/lib/libMallocDebug.A.dylib 0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld 0x90052000 - 0x900a3ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x900a4000 - 0x901a5fe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib 0x902d3000 - 0x902d3ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x902d4000 - 0x902defe7 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 0x902df000 - 0x90323ff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x90346000 - 0x90472fe3 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <C226DF5C-35B0-98B8-95ED-FE5FE24E62C8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x90473000 - 0x90481fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib 0x90482000 - 0x9051ffe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x90520000 - 0x90555ff7 libcups.2.dylib ??? (???) <BE4E095C-EECA-017E-11AA-C65F4D2B15C8> /usr/lib/libcups.2.dylib 0x905c5000 - 0x905ebfff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x905ec000 - 0x905efff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x905f0000 - 0x905f0ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x908ac000 - 0x908c0fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib 0x908c1000 - 0x910a44b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x91236000 - 0x91239fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib 0x9137a000 - 0x91387ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x91388000 - 0x913f2fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib 0x91435000 - 0x914e2fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib 0x916b3000 - 0x9170dff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x91cc5000 - 0x91ccfff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x91e42000 - 0x920a4ff7 com.apple.security 6.0 (36910) <32B8FA26-CD73-4C45-C15A-EF8406D51FCC> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x9312f000 - 0x931d7ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x931d8000 - 0x931f3ff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x93234000 - 0x9332aff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x9339a000 - 0x933eaff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x93528000 - 0x93535ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x93536000 - 0x93540ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x93541000 - 0x935fafe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib 0x93638000 - 0x936baffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x93897000 - 0x93897ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib 0x93caa000 - 0x93cf3fe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x93ec9000 - 0x94040fef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x94112000 - 0x9418cfef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9418d000 - 0x944acfe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x944ad000 - 0x944bfff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x9482a000 - 0x94899ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x9489a000 - 0x9492bfe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x94c3f000 - 0x94ce6fe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x94ce7000 - 0x94d0fff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib 0x94d10000 - 0x94d2eff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x94d2f000 - 0x94dc7fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x94dc8000 - 0x94e05ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x94e06000 - 0x94faafeb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib 0x94fab000 - 0x94fadff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x94fae000 - 0x94fb2ff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x95096000 - 0x953b9fef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x953ba000 - 0x953fcfe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x95486000 - 0x95550fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x95551000 - 0x95597ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib 0x95598000 - 0x955a1ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x955b5000 - 0x9568fff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x956ec000 - 0x9586efe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib 0x95bb2000 - 0x95e22ffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x95e23000 - 0x95e23ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x95e3f000 - 0x95e57ff7 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 0x95e58000 - 0x95ef4fe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x95f4c000 - 0x95f50ff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x95f55000 - 0x96833ff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x96834000 - 0x96926ff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib 0x9696a000 - 0x9696aff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x9696b000 - 0x969cbfe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x96ab8000 - 0x96c74fef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x96cd6000 - 0x9710bff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x972ef000 - 0x9733cfeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer 0x9733d000 - 0x9735dfe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib 0x9735e000 - 0x973aefe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x974f0000 - 0x97523ff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x97746000 - 0x97aadff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x97aae000 - 0x97ad0fef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x97ad1000 - 0x97ad2ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x97ce3000 - 0x97cefff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib 0x97d2e000 - 0x97d52ff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x97d53000 - 0x97d58ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x97d9a000 - 0x97da5ff7 libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x97dc6000 - 0x981dcff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x9828c000 - 0x982c1ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x982c2000 - 0x982c2ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x982c3000 - 0x982d4ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x9844a000 - 0x984f8ff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x984f9000 - 0x984fdff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x9853a000 - 0x9854aff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib 0x98d83000 - 0x98d83ff7 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 0x98d84000 - 0x98e61ff7 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 0x98e81000 - 0x98f34fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x98f35000 - 0x98f49ffb 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 0x98f6d000 - 0x98fb1fe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x98fb2000 - 0x99061ff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x99065000 - 0x99193fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x99194000 - 0x991b4fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x991b5000 - 0x99235feb 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 0x99372000 - 0x99373ff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <3A08510C-07F7-1A09-D6ED-1A488203ACCC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib System Profile: Model: MacBookPro4,1, BootROM MBP41.00C1.B03, 2 processors, Intel Core 2 Duo, 2.5 GHz, 6 GB, SMC 1.28f2 Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 512 MB Memory Module: global_name AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.91.19) Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports Network Service: Verizon Wireless - VZAccess, PPP (PPPSerial), ppp0 Serial ATA Device: OCZ-VERTEX, 238.47 GB Parallel ATA Device: MATSHITADVD-R UJ-875 USB Device: PANTECH USB MODEM, 0x106c, 0x3711, 0xfd100000 USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000 USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0230, 0x5d200000 USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000 USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1a100000 USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x820f, 0x1a110000 _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com