[70011 Open] exc_bad_access

When debugging an application I get this appearing in the debug pane

Fatal exception on thread dae6a6
Type: (null)
Message: Exception: EXC_BAD_ACCESS (code=1, address=0x7a0008020)
locals for current stack frame: objc_release
General Purpose Registers: = {}
Floating Point Registers: = {}
Exception State Registers: = {}

This is the stack trace in main

objc_release (libobjc.A.dylib)
(anonymous namespace)::AutoreleasePoolPage::pop(void*) (libobjc.A.dylib)
_CFAutoreleasePoolPop (CoreFoundation)
-[NSAutoreleasePool drain] (Foundation)
-[NSApplication run] (AppKit)
NSApplicationMain (AppKit)
+[Program Main::] (Program.pas, line 18)
main (SailingLog)
start (libdyld.dylib)

And then I see this in console

2014-10-10 12:22:51.665 AM com.apple.LLDB.framework[27796]: error: SailingLog.o {0x00003bbd}: invalid Objective-C method 0x002e (DW_TAG_subprogram), please file a bug and attach the file at the start of this error message

What does this mean ?

There doesn’t seem to be any way of establishing where and what is going wrong ?

Cheers,
John

The call stack is fairly useless. do you have a full crash report in Console.app? is this repeatable for you? with a specific project, or any project? What platform?

crash report follows.

Yes its repeatable. Its on a specific project, its the cocoa one I sent you for the project references problem.

Whats the best way to work out whats causing it ? I’m guessing something is already released. It happens when I edit text in an NSTextField.

Process: SailingLog [49490]
Path: /Users/USER/Documents/*/SailingLog.app/Contents/MacOS/SailingLog
Identifier: org.me.SailingLog
Version: 1.0 (1)
Code Type: X86-64 (Native)
Parent Process: launchd [168]
Responsible: SailingLog [49490]
User ID: 501

Date/Time: 2014-10-10 19:26:19.208 -0400
OS Version: Mac OS X 10.9.5 (13F34)
Report Version: 11
Anonymous UUID: EFF60675-1A10-5DE6-6FC4-D0E0B301D22C

Sleep/Wake UUID: 4E17D107-238B-4D51-A6A8-B2EC31D23063

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000007a0008020

VM Regions Near 0x7a0008020:
CG shared images 00000001c871f000-00000001c8727000 [ 32K] r–/r-- SM=SHM
–>
JS JIT generated code 0000380328c00000-0000380328c01000 [ 4K] —/rwx SM=NUL

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff96d3a0e6 objc_release + 22
1 libobjc.A.dylib 0x00007fff96d3965a (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 502
2 com.apple.CoreFoundation 0x00007fff98b72932 _CFAutoreleasePoolPop + 50
3 com.apple.Foundation 0x00007fff937fe4a7 -[NSAutoreleasePool drain] + 147
4 com.apple.AppKit 0x00007fff9452ea48 -[NSApplication run] + 725
5 com.apple.AppKit 0x00007fff94519783 NSApplicationMain + 940
6 org.me.SailingLog 0x000000010475c38d +[Program Main::] + 45 (Program.pas:18)
7 org.me.SailingLog 0x00000001047908af main + 47
8 libdyld.dylib 0x00007fff95a8b5fd start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8d0c1662 kevent64 + 10
1 libdispatch.dylib 0x00007fff960aa421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff960aa136 _dispatch_mgr_thread + 52

Thread 2:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8d0bca1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8d0bbd18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff98baaf15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff98baa539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff98ba9e75 CFRunLoopRunSpecific + 309
5 com.apple.Foundation 0x00007fff93849ff7 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
6 com.apple.Foundation 0x00007fff93849dfb NSThread__main + 1318
7 libsystem_pthread.dylib 0x00007fff92c68899 _pthread_body + 138
8 libsystem_pthread.dylib 0x00007fff92c6872a _pthread_start + 137
9 libsystem_pthread.dylib 0x00007fff92c6cfc9 thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8d0bca1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8d0bbd18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff98baaf15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff98baa539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff98ba9e75 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff946db05e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff92c68899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff92c6872a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff92c6cfc9 thread_start + 13

Thread 4:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8d0c09aa __select + 10
1 com.apple.CoreFoundation 0x00007fff98bf6a03 __CFSocketManager + 867
2 libsystem_pthread.dylib 0x00007fff92c68899 _pthread_body + 138
3 libsystem_pthread.dylib 0x00007fff92c6872a _pthread_start + 137
4 libsystem_pthread.dylib 0x00007fff92c6cfc9 thread_start + 13

Thread 5:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x00007fff8d0c0716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff92c6ac3b _pthread_cond_wait + 727
2 com.apple.JavaScriptCore 0x00007fff8d971cb5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
3 com.apple.JavaScriptCore 0x00007fff8d966f4f WTF::wtfThreadEntryPoint(void*) + 15
4 libsystem_pthread.dylib 0x00007fff92c68899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff92c6872a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff92c6cfc9 thread_start + 13

Thread 6:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff8d0c0716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff92c6ac3b _pthread_cond_wait + 727
2 com.apple.JavaScriptCore 0x00007fff8d972727 JSC::GCThread::waitForNextPhase() + 119
3 com.apple.JavaScriptCore 0x00007fff8d9725b8 JSC::GCThread::gcThreadMain() + 88
4 com.apple.JavaScriptCore 0x00007fff8d966f4f WTF::wtfThreadEntryPoint(void*) + 15
5 libsystem_pthread.dylib 0x00007fff92c68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff92c6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff92c6cfc9 thread_start + 13

Thread 7:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff8d0c0716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff92c6ac3b _pthread_cond_wait + 727
2 com.apple.JavaScriptCore 0x00007fff8d972727 JSC::GCThread::waitForNextPhase() + 119
3 com.apple.JavaScriptCore 0x00007fff8d9725b8 JSC::GCThread::gcThreadMain() + 88
4 com.apple.JavaScriptCore 0x00007fff8d966f4f WTF::wtfThreadEntryPoint(void*) + 15
5 libsystem_pthread.dylib 0x00007fff92c68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff92c6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff92c6cfc9 thread_start + 13

Thread 8:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff8d0c0716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff92c6ac3b _pthread_cond_wait + 727
2 com.apple.JavaScriptCore 0x00007fff8d972727 JSC::GCThread::waitForNextPhase() + 119
3 com.apple.JavaScriptCore 0x00007fff8d9725b8 JSC::GCThread::gcThreadMain() + 88
4 com.apple.JavaScriptCore 0x00007fff8d966f4f WTF::wtfThreadEntryPoint(void*) + 15
5 libsystem_pthread.dylib 0x00007fff92c68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff92c6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff92c6cfc9 thread_start + 13

Thread 9:: WebCore: LocalStorage
0 libsystem_kernel.dylib 0x00007fff8d0c0716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff92c6ac3b _pthread_cond_wait + 727
2 com.apple.JavaScriptCore 0x00007fff8d9720cd WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 61
3 com.apple.WebCore 0x00007fff918b0498 WTF::PassOwnPtr<WTF::Function<void ()> > WTF::MessageQueue<WTF::Function<void ()> >::waitForMessageFilteredWithTimeout<bool (WTF::Function<void ()>)>(WTF::MessageQueueWaitResult&, bool (&)(WTF::Function<void ()>), double) + 168
4 com.apple.WebCore 0x00007fff918afb63 WebCore::StorageThread::threadEntryPoint() + 179
5 com.apple.JavaScriptCore 0x00007fff8d966f4f WTF::wtfThreadEntryPoint(void*) + 15
6 libsystem_pthread.dylib 0x00007fff92c68899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff92c6872a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff92c6cfc9 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff8d0c0e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff92c69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff92c6cfb9 start_wqthread + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff8d0c0e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff92c69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff92c6cfb9 start_wqthread + 13

Thread 12:
0 libsystem_kernel.dylib 0x00007fff8d0c0e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff92c69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff92c6cfb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000007a0008000 rbx: 0x000060000066d840 rcx: 0x00007f91798130d0 rdx: 0x00000000a1a1a1a1
rdi: 0x000060000066d840 rsi: 0x00007f9179813010 rbp: 0x00007fff5b4a6620 rsp: 0x00007fff5b4a6610
r8: 0x00000000000000ff r9: 0xffff9fffffdcd87f r10: 0x00007f917a01f6c0 r11: 0x00007fff7d6b7b01
r12: 0x00007fff96d37000 r13: 0x00006000004460c0 r14: 0x00007f9179813040 r15: 0x00007f9179813000
rip: 0x00007fff96d3a0e6 rfl: 0x0000000000010246 cr2: 0x00000007a0008020

Logical CPU: 0
Error Code: 0x00000004
Trap Number: 14

Binary Images:
0x104759000 - 0x10485dff7 +org.me.SailingLog (1.0 - 1) /Users/USER/Documents//SailingLog.app/Contents/MacOS/SailingLog
0x106212000 - 0x10621aff3 libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x106223000 - 0x10624bffb libRIP.A.dylib (599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x10625b000 - 0x10625effa libCGXType.A.dylib (599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x106910000 - 0x106914ffd libFontRegistryUI.dylib (127) <57DE4E73-B65B-3712-9815-81018E72501A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x10691d000 - 0x10692fff7 com.apple.webcontentfilter.framework (5.1 - 5.1) <61A84F10-0B23-31E7-8E14-A689ED4DE80F> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
0x109550000 - 0x109551ff0 ATSHI.dylib (363.3) <236B636F-A8E9-37A9-BEF0-7FE68BC58436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x1096c8000 - 0x1096cbfff +net.culater.SIMBL.osax (0.9.7 - 0.9.7) <1FDF1B1F-F495-144D-CAF2-D018D471C3F4> /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
0x1096d0000 - 0x1096effff +net.infinite-labs.Afloat (2.2 - 2.2) <9EA43F67-DAB7-581A-8E85-AFCDFBC2B938> /Users/USER/Library/Application Support/SIMBL/
/Afloat.bundle/Contents/MacOS/Afloat
0x10ac20000 - 0x10ac2cff7 +com.evernote.EvernoteSafariClipperPlugin (1.0 - 93489) <7416D01F-4160-B70E-EE65-F205F34B2334> /Users/USER/Library/Internet Plug-Ins/EvernoteSafariClipperPlugin.webplugin/Contents/MacOS/EvernoteSafariClipperPlugin
0x7fff6a29c000 - 0x7fff6a2cf817 dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
0x7fff8c2f0000 - 0x7fff8c3baff7 com.apple.LaunchServices (572.28 - 572.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8c3be000 - 0x7fff8c3c1ff7 com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff8c3c2000 - 0x7fff8c400ff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8c401000 - 0x7fff8c46dfff com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8c725000 - 0x7fff8c726ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8c727000 - 0x7fff8c742ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8c743000 - 0x7fff8c768ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8c769000 - 0x7fff8c7c2fff libTIFF.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8c7c3000 - 0x7fff8c844fff com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8cad7000 - 0x7fff8cadeffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib
0x7fff8cadf000 - 0x7fff8caf5fff com.apple.CoreMediaAuthoring (2.2 - 947) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8caf6000 - 0x7fff8cb26fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8cb2e000 - 0x7fff8cb36fff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
0x7fff8cb37000 - 0x7fff8cb66fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff8cb67000 - 0x7fff8cb7fff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8cb80000 - 0x7fff8cbd8ff7 com.apple.Symbolication (1.4 - 129.0.2) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8cc5d000 - 0x7fff8cc6eff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff8cc6f000 - 0x7fff8cc79ff7 libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
0x7fff8cc7a000 - 0x7fff8cc80ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff8cd94000 - 0x7fff8cd95fff libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8cd96000 - 0x7fff8d06afc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8d06b000 - 0x7fff8d076ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8d09d000 - 0x7fff8d09fff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff8d0a0000 - 0x7fff8d0aaff7 com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff8d0ab000 - 0x7fff8d0c7ff7 libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
0x7fff8d127000 - 0x7fff8d12bff7 libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8d12c000 - 0x7fff8d12dff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8d148000 - 0x7fff8d57bffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8d57c000 - 0x7fff8d5c5fff com.apple.CoreMedia (1.0 - 1273.54) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8d5c6000 - 0x7fff8d5c9fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8d5ca000 - 0x7fff8d5cbff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib
0x7fff8d5cc000 - 0x7fff8d61dff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8d6a6000 - 0x7fff8d90affd com.apple.security (7.0 - 55471.14.18) <83A9E8C8-06A1-3F6D-8514-C35CD0DBD370> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8d90b000 - 0x7fff8d95dfff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff8d95e000 - 0x7fff8dcd5ff6 com.apple.JavaScriptCore (9537 - 9537.78.1) <8623A109-9E9D-3E3B-A8E1-6EE447C0110C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8dcd6000 - 0x7fff8dcd6fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8dd87000 - 0x7fff8dd8efff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8e69b000 - 0x7fff8e69fff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff8e6a0000 - 0x7fff8e6a8fff libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8e6a9000 - 0x7fff8e6f6ff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8e6f7000 - 0x7fff8e700ffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8e725000 - 0x7fff8e72ffff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff8e730000 - 0x7fff8e8ccff3 com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8eae4000 - 0x7fff8eae4ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff8ee46000 - 0x7fff8ee4afff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8ee6b000 - 0x7fff8f13cff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8f2de000 - 0x7fff8f2ebff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff8f2ec000 - 0x7fff8f3d0ff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8f3d1000 - 0x7fff8f3dafff com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff8f3db000 - 0x7fff8f3f2ffa libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff8f3fd000 - 0x7fff8f427ff7 libsandbox.1.dylib (278.11.1) /usr/lib/libsandbox.1.dylib
0x7fff8f478000 - 0x7fff8f567fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8f5cf000 - 0x7fff8f687ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8f68d000 - 0x7fff8f699ffb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8f69a000 - 0x7fff8f725ff7 libCoreStorage.dylib (380.70.2) /usr/lib/libCoreStorage.dylib
0x7fff8f726000 - 0x7fff8f726fff com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff8f727000 - 0x7fff8fb08ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8fb9e000 - 0x7fff8fc04fff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8fc0f000 - 0x7fff8fe70fff com.apple.imageKit (2.5 - 774) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff8fe93000 - 0x7fff8ff57ff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8ff5b000 - 0x7fff8ff62ff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib
0x7fff8ff63000 - 0x7fff8ff94fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff90270000 - 0x7fff90271fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff90272000 - 0x7fff90274ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff90275000 - 0x7fff902daffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff902db000 - 0x7fff9032efff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff90382000 - 0x7fff90385fff com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff90386000 - 0x7fff90387fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff9038b000 - 0x7fff9038bfff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff9038c000 - 0x7fff9038efff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff9038f000 - 0x7fff90394fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff90395000 - 0x7fff903a0fff libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib
0x7fff903a1000 - 0x7fff903e0fff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff903ec000 - 0x7fff9055cff4 com.apple.CFNetwork (673.4 - 673.4) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff9055d000 - 0x7fff9064bfff libJP2.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff90995000 - 0x7fff90c3fff5 com.apple.HIToolbox (2.1.1 - 698) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff90c45000 - 0x7fff90c57ff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff90ceb000 - 0x7fff91b3fff7 com.apple.WebCore (9537 - 9537.78.1) <56C3D4BF-2495-3FD2-8212-91AF7DF693B8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff91b40000 - 0x7fff91b44fff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff91b45000 - 0x7fff91b93ff7 com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff91c74000 - 0x7fff91cc0ffe com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff9205a000 - 0x7fff9205ffff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff92252000 - 0x7fff922dbff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
0x7fff92303000 - 0x7fff92425fff com.apple.avfoundation (2.0 - 651.12.1) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff92426000 - 0x7fff92432ff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff92818000 - 0x7fff92818fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff92819000 - 0x7fff92840ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff92a7d000 - 0x7fff92a87ff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff92ab0000 - 0x7fff92ab0fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff92b9b000 - 0x7fff92ba6fff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff92ba7000 - 0x7fff92c14fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff92c15000 - 0x7fff92c1aff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff92c1b000 - 0x7fff92c54ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff92c67000 - 0x7fff92c6eff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff92c6f000 - 0x7fff92c7ffff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff92c80000 - 0x7fff92e38ffb libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
0x7fff92e39000 - 0x7fff92e68ff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff92eaf000 - 0x7fff92f0affb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff92f34000 - 0x7fff92f97ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff9349f000 - 0x7fff934e6ff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
0x7fff934e7000 - 0x7fff9350effb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff9350f000 - 0x7fff935e0fff com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff9361e000 - 0x7fff9362dff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff93797000 - 0x7fff937e2fff com.apple.ImageCaptureCore (5.0 - 5.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff937e3000 - 0x7fff93ae3ff7 com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff93ae4000 - 0x7fff93b1ffff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff93b20000 - 0x7fff93b29fff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9427a000 - 0x7fff943b0ff5 com.apple.WebKit (9537 - 9537.78.2) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff943b1000 - 0x7fff944e0fef com.apple.MediaControlSender (2.0 - 200.34.4) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff944e1000 - 0x7fff944f1ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff944f2000 - 0x7fff94516ff7 libJPEG.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff94517000 - 0x7fff9508dff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff9508e000 - 0x7fff950a0fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff950ac000 - 0x7fff955cffff com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff959ac000 - 0x7fff959aeff7 com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff959af000 - 0x7fff959affff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff959b0000 - 0x7fff959d2fff com.apple.speech.LatentSemanticMappingFramework (2.11.6 - 2.11.6) /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
0x7fff959d3000 - 0x7fff959deff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff959df000 - 0x7fff959f6ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff95a88000 - 0x7fff95a8bff7 libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
0x7fff95a8c000 - 0x7fff95ab8ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff95b24000 - 0x7fff95b75fff com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff95b76000 - 0x7fff95b76ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff95b77000 - 0x7fff95b79fff libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff95b7c000 - 0x7fff95c6dff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff95cdc000 - 0x7fff95d14ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff95d15000 - 0x7fff95d22fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff95d4d000 - 0x7fff95d66ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff95de4000 - 0x7fff95de5fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff95de6000 - 0x7fff95e81ff7 com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff95ebb000 - 0x7fff95ee7fff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff95ee8000 - 0x7fff95f11fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff95f12000 - 0x7fff95f1fff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff95f20000 - 0x7fff95f25ff7 com.apple.MediaAccessibility (1.0 - 43) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff95f41000 - 0x7fff96028ff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff96029000 - 0x7fff9606bff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff96071000 - 0x7fff960a6ffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff960a7000 - 0x7fff960c1fff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff960c2000 - 0x7fff960f1fff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff960f2000 - 0x7fff96105ff7 com.apple.AppContainer (3.0 - 1) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff96106000 - 0x7fff96106ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff96155000 - 0x7fff961a2fff com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff961b6000 - 0x7fff961c7ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff961c8000 - 0x7fff961cffff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff961d0000 - 0x7fff96211fff com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff96274000 - 0x7fff9627cff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff962c6000 - 0x7fff962ceffc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff962cf000 - 0x7fff962f3fff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib
0x7fff962f4000 - 0x7fff966cbfef com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff966f7000 - 0x7fff96712ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff96717000 - 0x7fff96776fff com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff96784000 - 0x7fff96786ffb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff96861000 - 0x7fff96991ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff96992000 - 0x7fff969bcff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
0x7fff969d4000 - 0x7fff96a19fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
0x7fff96a1a000 - 0x7fff96a7efff com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff96a7f000 - 0x7fff96aaeff9 com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff96aaf000 - 0x7fff96b5fff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff96b92000 - 0x7fff96bd7ff6 com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff96bd8000 - 0x7fff96be1ffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
0x7fff96be2000 - 0x7fff96c49ff7 com.apple.CoreUtils (2.0 - 200.34.4) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff96c4a000 - 0x7fff96c4dffc com.apple.IOSurface (91.1 - 91.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff96d32000 - 0x7fff96edff27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff96ee0000 - 0x7fff96ee4ff7 libheimdal-asn1.dylib (323.92.1) /usr/lib/libheimdal-asn1.dylib
0x7fff96f1b000 - 0x7fff96f8aff1 com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff96f8b000 - 0x7fff96f8dfff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff96feb000 - 0x7fff97439fef com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff97449000 - 0x7fff97472ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff97473000 - 0x7fff97481fff com.apple.opengl (9.6.1 - 9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff97482000 - 0x7fff97483ff7 libodfde.dylib (20) /usr/lib/libodfde.dylib
0x7fff97485000 - 0x7fff974f8fff com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff97557000 - 0x7fff977ebff7 com.apple.RawCamera.bundle (5.07 - 760) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff977f2000 - 0x7fff9780aff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff9780b000 - 0x7fff97911ff7 com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff9791e000 - 0x7fff9793afff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff9798b000 - 0x7fff9798fff7 libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
0x7fff97990000 - 0x7fff979adff7 com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff97a89000 - 0x7fff97aadfff com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff97aae000 - 0x7fff97ab1fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff97ab2000 - 0x7fff97ab5fff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff97ab6000 - 0x7fff97c0aff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff97c0b000 - 0x7fff97c0cff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff97c0d000 - 0x7fff9852c797 com.apple.CoreGraphics (1.600.0 - 599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff98696000 - 0x7fff986bbff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff986bc000 - 0x7fff986c6ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff986c7000 - 0x7fff987b1fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff987b2000 - 0x7fff987cbff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff98a6e000 - 0x7fff98b39fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff98b3a000 - 0x7fff98d1ffff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff98d38000 - 0x7fff98d38fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff98d40000 - 0x7fff98d74fff libssl.0.9.8.dylib (52) <51C844FF-D7CD-3525-9ABB-84B8DD11D5E4> /usr/lib/libssl.0.9.8.dylib
0x7fff98d75000 - 0x7fff98ee3ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff98ee4000 - 0x7fff98f6cff7 com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff98f6d000 - 0x7fff9902fff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff99030000 - 0x7fff99101ff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff99102000 - 0x7fff99104fff com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff99105000 - 0x7fff99112ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff99116000 - 0x7fff9913effb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff9913f000 - 0x7fff991b6fff com.apple.CoreServices.OSServices (600.4 - 600.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff991b7000 - 0x7fff991bdff7 com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff991be000 - 0x7fff991c0fff com.apple.SecCodeWrapper (3.0 - 1) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff99210000 - 0x7fff9925efff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff99261000 - 0x7fff99267fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff9926f000 - 0x7fff992fbff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff99344000 - 0x7fff9962efff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff9962f000 - 0x7fff996b8fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff996b9000 - 0x7fff996baff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff996bb000 - 0x7fff99903ff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff99904000 - 0x7fff9990cff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff9990d000 - 0x7fff99c43fff com.apple.MediaToolbox (1.0 - 1273.54) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff99c6f000 - 0x7fff99cffff7 com.apple.Metadata (10.7.0 - 800.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff99d00000 - 0x7fff99d1bff7 libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff99d1c000 - 0x7fff99df8fff libcrypto.0.9.8.dylib (52) /usr/lib/libcrypto.0.9.8.dylib
0x7fff99df9000 - 0x7fff99f3afff com.apple.QTKit (7.7.3 - 2826.24) <08E58C71-D16C-3357-989C-780A08994B27> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff99f41000 - 0x7fff99f88fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 3
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 254055
thread_create: 1
thread_set_state: 1993

VM Region Summary:
ReadOnly portion of Libraries: Total=210.4M resident=118.2M(56%) swapped_out_or_unallocated=92.2M(44%)
Writable regions: Total=1.1G written=28.8M(2%) resident=33.5M(3%) swapped_out=6144K(1%) unallocated=1.1G(97%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.0M
ATS (font support) (reserved) 4K reserved VM address space (unallocated)
CG backing stores 3904K
CG image 60K
CG raster data 84K
CG shared images 268K
CoreAnimation 684K
Foundation 4K
Image IO 728K
JS JIT generated code 128.0M
JS JIT generated code (reserved) 896.0M reserved VM address space (unallocated)
JS VM register file 4096K
JS garbage collector 6656K
Kernel Alloc Once 8K
MALLOC 61.8M
MALLOC (admin) 32K
Memory Tag 242 12K
Memory Tag 251 16K
SQLite page cache 512K
STACK GUARD 56.0M
Stack 13.2M
VM_ALLOCATE 16.5M
WebKit Malloc 13.5M
__DATA 26.7M
__IMAGE 528K
__LINKEDIT 67.1M
__TEXT 143.4M
__UNICODE 544K
mapped file 57.9M
shared memory 4K
=========== =======
TOTAL 1.5G
TOTAL, minus reserved VM space 633.8M

Bets way would be for you to send me the exact project as it is now, again (even if its one already may have), and to give me exact steps. e.g., what NSTextField are you typing in?

BindingCocoaApplication.zip (1.5 MB)

Here is an example, I think its my derived NSNumberFormatter class that is causing the problem. If you put your cursor in the salary field and start typing it crashes.

I havent touched the code in a while and it did work until recently. I don’t know what changed to cause the issue.

Oh wait. It’s your app that crshes, not Fire?

Yes sorry I meant I was debugging my application.

I think its a bug in the compiler. I tried installing 1609 and it works fine.

Something happened between 1615 and 1623. In 1623 I get ex_bad_access

Thanks, logged as bugs://70011: Compiler regression after .1615 gives exc_bad_access

Hi,
Is this being looked into ?

Cheers,
John

If it was logged, it will be looked into.

Looks like we have an over-release

#	Event Type	∆ RefCt	RefCt	Timestamp	Responsible Library	Responsible Caller
0	Malloc	+1	1	00:02.848.150	Foundation	-[NSPlaceholderMutableString initWithString:]
1	CFRetain	+1	2	00:02.848.168	Foundation	NSLogv
2	CFRelease	-1	1	00:02.848.170	Foundation	NSLogv
3	Retain	+1	2	00:02.848.295	BindingCocoaApplication	-[IntegerFieldFormatter isPartialStringValid:proposedSelectedRange:originalString:originalSelectedRange:errorDescription:]
4	Autorelease		 	00:02.848.296	AppKit	-[NSCell textView:shouldChangeTextInRange:replacementString:]
5	Release	-1	1	00:02.848.296	BindingCocoaApplication	-[IntegerFieldFormatter isPartialStringValid:proposedSelectedRange:originalString:originalSelectedRange:errorDescription:]
6	Release	-1	0	00:02.848.298	AppKit	-[NSCell textView:shouldChangeTextInRange:replacementString:]
7	Zombie		-1	00:02.848.354	Foundation	-[NSAutoreleasePool drain]

bugs://70011 got closed as fixed for release Bradbury Class

Thanks. That’s fixed in the latest.

Would it be possible to explain how you found that out or direct me to somewhere that helps me identify those kinds of problems ?

Cheers,
John

It’s a bit technical, I made change sin the handling of ARC that would not do a retain/release if the value wasn’t written to at all, but in some cases when using var parameter it would lose a reference.