jfahrenkrug / VertexHelper

Lets you graphically define vertices of sprites for Box2D and Chipmunk bodies/shapes.
http://springenwerk.com
BSD 3-Clause "New" or "Revised" License
242 stars 68 forks source link

app crashing before launches app.. #8

Closed seenu19 closed 10 years ago

seenu19 commented 10 years ago

here is the log...

Process: VertexHelper [23401] Path: /Users/USER/Library/Developer/Xcode/DerivedData/VertexHelper-gwxinghiecnfckbcbguboloxeznf/Build/Products/Debug/VertexHelper.app/Contents/MacOS/VertexHelper Identifier: com.springenwerk.VertexHelper Version: 0.5 (0.5) Code Type: X86-64 (Native) Parent Process: launchd [189] Responsible: VertexHelper [23401] User ID: 501

Date/Time: 2014-04-16 12:07:49.695 +0300 OS Version: Mac OS X 10.9.2 (13C64) Report Version: 11 Anonymous UUID: FA782563-BEDB-B0E0-363A-EE1DA5F88A6D

Sleep/Wake UUID: 9326ACED-475E-402E-BD49-4736375DD717

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

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information: Assertion failed: (CGFloatIsValid(x) && CGFloatIsValid(y)), function void CGPathAddLineToPoint(CGMutablePathRef, const CGAffineTransform *, CGFloat, CGFloat), file Paths/CGPath.cc, line 224.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff863f4866 pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff89b8735c pthread_kill + 92 2 libsystem_c.dylib 0x00007fff8fce6b1a abort + 125 3 libsystem_c.dylib 0x00007fff8fcb09bf __assertrtn + 321 4 com.apple.CoreGraphics 0x00007fff8d95262d CGPathAddLineToPoint + 169 5 com.springenwerk.VertexHelper 0x00000001000040e2 -[ImageViewGridLayer drawInContext:] + 306 (ImageViewGridLayer.m:76) 6 com.apple.QuartzCore 0x00007fff8be9c812 CABackingStoreUpdate + 2220 7 com.apple.QuartzCore 0x00007fff8be9bf60 _ZN2CA5Layer8display_Ev_block_invoke + 59 8 com.apple.QuartzCore 0x00007fff8be9bf1c x_blameallocations + 84 9 com.apple.QuartzCore 0x00007fff8be9ba2b CA::Layer::display() + 1539 10 com.apple.QuartzCore 0x00007fff8be9b162 CA::Layer::display_ifneeded(CA::Transaction) + 590 11 com.apple.QuartzCore 0x00007fff8be9a8b1 CA::Layer::layout_and_display_ifneeded(CA::Transaction) + 35 12 com.apple.QuartzCore 0x00007fff8be9a33c CA::Context::committransaction(CA::Transaction) + 236 13 com.apple.QuartzCore 0x00007fff8be99fd6 CA::Transaction::commit() + 388 14 com.apple.AppKit 0x00007fff87874772 -[NSView(NSLayerKitGlue) _drawRectAsLayerTree:] + 591 15 com.apple.AppKit 0x00007fff87873471 -[NSView _drawRect:clip:] + 422 16 com.apple.AppKit 0x00007fff878729e4 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1799 17 com.apple.AppKit 0x00007fff87872dc0 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2787 18 com.apple.AppKit 0x00007fff87872dc0 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2787 19 com.apple.AppKit 0x00007fff87872dc0 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2787 20 com.apple.AppKit 0x00007fff87872dc0 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2787 21 com.apple.AppKit 0x00007fff87870826 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 841 22 com.apple.AppKit 0x00007fff8786ffd1 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 314 23 com.apple.AppKit 0x00007fff8786cfbf -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2828 24 com.apple.AppKit 0x00007fff8784c42a -[NSView displayIfNeeded] + 1680 25 com.apple.AppKit 0x00007fff87865ff6 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1972 26 com.apple.AppKit 0x00007fff87e8d877 71-[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:]_block_invoke2684 + 92 27 com.apple.AppKit 0x00007fff8783f338 NSPerformWithScreenUpdatesDisabled + 65 28 com.apple.AppKit 0x00007fff87865658 -[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 970 29 com.apple.AppKit 0x00007fff87865220 -[NSWindow orderWindow:relativeTo:] + 162 30 com.apple.AppKit 0x00007fff878567d6 -[NSWindow makeKeyAndOrderFront:] + 51 31 com.apple.AppKit 0x00007fff87992755 33-[NSWindowController showWindow:]_block_invoke + 374 32 com.apple.QuickLookUIFramework 0x00007fff859c2aa3 -[QLSeamlessDocumentOpener showWindow:contentFrame:withBlock:] + 101 33 com.apple.AppKit 0x00007fff879922a7 -[NSWindowController showWindow:] + 363 34 com.apple.AppKit 0x00007fff87a5e605 -[NSDocument showWindows] + 100 35 com.apple.AppKit 0x00007fff87a5d178 -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 458 36 com.apple.AppKit 0x00007fff8798c19b -[NSDocumentController(NSInternal) _openUntitled] + 118 37 com.apple.AppKit 0x00007fff8798be37 -[NSApplication _doOpenUntitled] + 470 38 com.apple.AppKit 0x00007fff878aef01 __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke + 254 39 com.apple.AppKit 0x00007fff878aec23 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_2 + 140 40 com.apple.AppKit 0x00007fff878ae80d -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 746 41 com.apple.AppKit 0x00007fff87719b7b -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completionHandler:] + 323 42 com.apple.AppKit 0x00007fff87719909 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557 43 com.apple.AppKit 0x00007fff8771936b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242 44 com.apple.Foundation 0x00007fff8a49cf0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294 45 com.apple.Foundation 0x00007fff8a49cd7d NSAppleEventManagerGenericHandler + 106 46 com.apple.AE 0x00007fff86bf5e1f aeDispatchAppleEvent(AEDesc const, AEDesc, unsigned int, unsigned char) + 381 47 com.apple.AE 0x00007fff86bf5c32 dispatchEventAndSendReply(AEDesc const, AEDesc) + 31 48 com.apple.AE 0x00007fff86bf5b36 aeProcessAppleEvent + 315 49 com.apple.HIToolbox 0x00007fff8ffac161 AEProcessAppleEvent + 56 50 com.apple.AppKit 0x00007fff87715246 _DPSNextEvent + 1026 51 com.apple.AppKit 0x00007fff87714a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 52 com.apple.AppKit 0x00007fff87708b2c -[NSApplication run] + 553 53 com.apple.AppKit 0x00007fff876f3913 NSApplicationMain + 940 54 com.springenwerk.VertexHelper 0x0000000100003db2 main + 34 (main.m:13) 55 com.springenwerk.VertexHelper 0x0000000100001464 start + 52

Thread 1: 0 libsystem_kernel.dylib 0x00007fff863f4e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff89b87f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff89b8afb9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff863f5662 kevent64 + 10 1 libdispatch.dylib 0x00007fff8ab0343d _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff8ab03152 _dispatch_mgr_thread + 52

Thread 3: 0 libsystem_kernel.dylib 0x00007fff863f4e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff89b87f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff89b8afb9 start_wqthread + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff863f4e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff89b87f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff89b8afb9 start_wqthread + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff863f4e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff89b87f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff89b8afb9 start_wqthread + 13

Thread 6: 0 libsystem_kernel.dylib 0x00007fff863f4e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff89b87f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff89b8afb9 start_wqthread + 13

Thread 7:: CVDisplayLink 0 libsystem_kernel.dylib 0x00007fff863f4716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff89b88c77 _pthread_cond_wait + 787 2 com.apple.CoreVideo 0x00007fff8d759464 CVDisplayLink::waitUntil(unsigned long long) + 244 3 com.apple.CoreVideo 0x00007fff8d758998 CVDisplayLink::runIOThread() + 496 4 com.apple.CoreVideo 0x00007fff8d75878f startIOThread(void*) + 147 5 libsystem_pthread.dylib 0x00007fff89b86899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff89b8672a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff89b8afc9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fff73817310 rcx: 0x00007fff5fbfb568 rdx: 0x0000000000000000 rdi: 0x0000000000000707 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfb590 rsp: 0x00007fff5fbfb568 r8: 0x00000000fffff000 r9: 0x00000000000000e0 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x00007fff8de7fc71 r13: 0x00007fff8de7fc18 r14: 0x0000000000000006 r15: 0x00007fff8de7fb89 rip: 0x00007fff863f4866 rfl: 0x0000000000000206 cr2: 0x00000001004de000

Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133

Binary Images: 0x100000000 - 0x10000cfff +com.springenwerk.VertexHelper (0.5 - 0.5) /Users/USER/Library/Developer/Xcode/DerivedData/VertexHelper-gwxinghiecnfckbcbguboloxeznf/Build/Products/Debug/VertexHelper.app/Contents/MacOS/VertexHelper 0x123400000000 - 0x12340047bff7 com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.24.11 - 8.2.4) /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver 0x7fff6ae4a000 - 0x7fff6ae7d817 dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld 0x7fff826f0000 - 0x7fff826f5ff7 com.apple.MediaAccessibility (1.0 - 43) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff83545000 - 0x7fff83580fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff83581000 - 0x7fff836b0fef com.apple.MediaControlSender (2.0 - 200.34.4) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff836b1000 - 0x7fff836b9fff libsystem_dnssd.dylib (522.90.2) /usr/lib/system/libsystem_dnssd.dylib 0x7fff836ba000 - 0x7fff837dcff1 com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff837dd000 - 0x7fff8382afff com.apple.AppleVAFramework (5.0.27 - 5.0.27) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff8382b000 - 0x7fff83844ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff83845000 - 0x7fff83884fff libGLU.dylib (9.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff83885000 - 0x7fff83bfcffa com.apple.JavaScriptCore (9537 - 9537.74.4) <0942FE6B-3152-30FC-B92A-92A1C29C5295> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff83bfd000 - 0x7fff83d63fff libGLProgrammability.dylib (9.6) <8807FAD2-11E2-3293-89D8-397B87334138> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff83d64000 - 0x7fff83e52fff libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff83e53000 - 0x7fff83e53ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib 0x7fff83e54000 - 0x7fff83e5bfff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff83e5c000 - 0x7fff83ea1ffe com.apple.HIServices (1.22 - 467.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff83ea2000 - 0x7fff83ea7fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib 0x7fff83ea8000 - 0x7fff83eacfff 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 0x7fff83ead000 - 0x7fff83ed5ffb libRIP.A.dylib (599.20.11) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff83f42000 - 0x7fff83f43ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff83fa6000 - 0x7fff8418bfff com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8418c000 - 0x7fff841b0ff7 libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff841cb000 - 0x7fff8424bfff com.apple.CoreSymbolication (3.0 - 141) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8437e000 - 0x7fff84386fff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib 0x7fff843b7000 - 0x7fff843b8ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff84430000 - 0x7fff8451afff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib 0x7fff845b7000 - 0x7fff8469bfff com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff846c0000 - 0x7fff8475bfff com.apple.PDFKit (2.9.1 - 2.9.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff8475c000 - 0x7fff8478dfff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff847fe000 - 0x7fff84811ff7 com.apple.AppContainer (3.0 - 1) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff84812000 - 0x7fff84812fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff84813000 - 0x7fff84904ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib 0x7fff84911000 - 0x7fff8491cfff libkxld.dylib (2422.90.20) /usr/lib/system/libkxld.dylib 0x7fff8491d000 - 0x7fff8491dffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib 0x7fff8491e000 - 0x7fff849e9fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff849ea000 - 0x7fff849f0ff7 com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff84a23000 - 0x7fff84b0aff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib 0x7fff84b0b000 - 0x7fff84b0bfff com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff84b0c000 - 0x7fff84b3cfff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff84b3d000 - 0x7fff84b6cfff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff84b6d000 - 0x7fff84b70fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff84b71000 - 0x7fff84b75ff7 libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib 0x7fff84c30000 - 0x7fff84c41ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib 0x7fff84c42000 - 0x7fff84c47ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib 0x7fff84cf2000 - 0x7fff84cf6fff com.apple.IOAccelerator (98.14 - 98.14) <13EE735B-BD43-3E9B-9908-E423A17C4517> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff84d55000 - 0x7fff84d5eff7 libcldcpuengine.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff84d5f000 - 0x7fff84e4efff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff84e4f000 - 0x7fff853bffff com.apple.CoreAUC (6.22.08 - 6.22.08) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff853cf000 - 0x7fff853e6ffa libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff853e7000 - 0x7fff853f8ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib 0x7fff85947000 - 0x7fff85a18fff 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 0x7fff85a19000 - 0x7fff85a31ff7 com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff85a88000 - 0x7fff85bf8ff8 com.apple.CFNetwork (673.2.1 - 673.2.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff85d35000 - 0x7fff86168ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff861de000 - 0x7fff86207fff GLRendererFloat (9.6) <16871296-2EB9-3FF6-AB00-3E2E55A45A63> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff86208000 - 0x7fff8621efff com.apple.CoreMediaAuthoring (2.2 - 947) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff86285000 - 0x7fff862b9fff libssl.0.9.8.dylib (50) /usr/lib/libssl.0.9.8.dylib 0x7fff862e5000 - 0x7fff863a9ff7 com.apple.backup.framework (1.5.2 - 1.5.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff863df000 - 0x7fff863fbff7 libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib 0x7fff8662d000 - 0x7fff8662efff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib 0x7fff8662f000 - 0x7fff866b8fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff866fa000 - 0x7fff86702ff7 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 0x7fff86703000 - 0x7fff86707ff7 libheimdal-asn1.dylib (323.15) /usr/lib/libheimdal-asn1.dylib 0x7fff86751000 - 0x7fff8675eff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff86791000 - 0x7fff868ffff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff86988000 - 0x7fff86ac9fff com.apple.QTKit (7.7.3 - 2826.17) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff86aca000 - 0x7fff86b2dff7 com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff86b2e000 - 0x7fff86b75fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff86b76000 - 0x7fff86b7bfff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff86b7c000 - 0x7fff86ba6ff7 libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib 0x7fff86ba7000 - 0x7fff86bcbfff 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 0x7fff86bcc000 - 0x7fff86be7ff7 libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff86be8000 - 0x7fff86c43ffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff86c44000 - 0x7fff86c73fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib 0x7fff86c74000 - 0x7fff86ce7fff com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff86ce8000 - 0x7fff86ce8fff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff86ce9000 - 0x7fff86ce9fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff86d0d000 - 0x7fff87230fff com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff87231000 - 0x7fff8723cff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff87354000 - 0x7fff87357ffa libCGXType.A.dylib (599.20.11) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff876f1000 - 0x7fff88267fff com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff88268000 - 0x7fff88273fff libGL.dylib (9.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff88274000 - 0x7fff882acff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8853f000 - 0x7fff88581ff7 libauto.dylib (185.5) /usr/lib/libauto.dylib 0x7fff88582000 - 0x7fff885bbff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff885d9000 - 0x7fff885dbff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib 0x7fff886ad000 - 0x7fff88717ff7 com.apple.framework.IOKit (2.0.1 - 907.90.2) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff88789000 - 0x7fff8878cff7 libdyld.dylib (239.4) /usr/lib/system/libdyld.dylib 0x7fff8878d000 - 0x7fff887f2ff5 com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff887f3000 - 0x7fff887f4fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff887f5000 - 0x7fff88802ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib 0x7fff88803000 - 0x7fff88803fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff88806000 - 0x7fff88adafc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff88adb000 - 0x7fff88b19ff7 libGLImage.dylib (9.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff88e42000 - 0x7fff88e6affb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib 0x7fff88e6b000 - 0x7fff88e8ffff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib 0x7fff88ed1000 - 0x7fff88f23fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib 0x7fff89674000 - 0x7fff8967dfff 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 0x7fff8967e000 - 0x7fff896f5fff com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff89712000 - 0x7fff89716ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib 0x7fff89717000 - 0x7fff89721ff7 com.apple.CrashReporterSupport (10.9 - 538) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff89722000 - 0x7fff89729ff3 libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib 0x7fff8972c000 - 0x7fff89771fff libcurl.4.dylib (78.90.1) <818543D6-0CCE-3F18-9BF1-4D18B81018F3> /usr/lib/libcurl.4.dylib 0x7fff899bc000 - 0x7fff89a0aff9 libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib 0x7fff89a0e000 - 0x7fff89a38ff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib 0x7fff89a39000 - 0x7fff89a68ff5 com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff89a69000 - 0x7fff89b32fff com.apple.LaunchServices (572.26 - 572.26) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff89b33000 - 0x7fff89b41fff com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff89b42000 - 0x7fff89b44ffb libutil.dylib (34) /usr/lib/libutil.dylib 0x7fff89b4f000 - 0x7fff89b84ffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff89b85000 - 0x7fff89b8cff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib 0x7fff89f53000 - 0x7fff89f5cffb com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff89f7c000 - 0x7fff89f98fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib 0x7fff89f99000 - 0x7fff89f9ffff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification 0x7fff8a001000 - 0x7fff8a008fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib 0x7fff8a009000 - 0x7fff8a011ff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff8a012000 - 0x7fff8a016fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff8a017000 - 0x7fff8a021fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib 0x7fff8a022000 - 0x7fff8a04efff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8a059000 - 0x7fff8a059fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8a061000 - 0x7fff8a088ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib 0x7fff8a089000 - 0x7fff8a114fff libCoreStorage.dylib (380) /usr/lib/libCoreStorage.dylib 0x7fff8a115000 - 0x7fff8a376fff com.apple.imageKit (2.5 - 774) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff8a377000 - 0x7fff8a37eff8 liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib 0x7fff8a37f000 - 0x7fff8a39aff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib 0x7fff8a39b000 - 0x7fff8a39cff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib 0x7fff8a39f000 - 0x7fff8a3a9ff7 com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff8a3aa000 - 0x7fff8a47bff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8a47c000 - 0x7fff8a77afff com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8a77b000 - 0x7fff8a9d4ff9 com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8a9d5000 - 0x7fff8a9e7ff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8a9e8000 - 0x7fff8a9e9ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib 0x7fff8a9ea000 - 0x7fff8a9edfff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8a9ee000 - 0x7fff8aa3affe com.apple.CoreMediaIO (407.0 - 4561) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff8aa3b000 - 0x7fff8aaf3ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8aaf4000 - 0x7fff8aafffff libGPUSupportMercury.dylib (9.6) <3E5636DB-5EED-3C31-8B6D-8CBFE965BC12> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff8ab00000 - 0x7fff8ab1afff libdispatch.dylib (339.90.1) /usr/lib/system/libdispatch.dylib 0x7fff8ab1b000 - 0x7fff8ab1bffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8ab25000 - 0x7fff8adb6fff com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff8adc1000 - 0x7fff8adc3ff3 libsystem_configuration.dylib (596.13) /usr/lib/system/libsystem_configuration.dylib 0x7fff8adc4000 - 0x7fff8b212fff com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff8b213000 - 0x7fff8b220ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib 0x7fff8b221000 - 0x7fff8b262fff com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8b263000 - 0x7fff8b27bff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8b27c000 - 0x7fff8b297ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fff8b83e000 - 0x7fff8b887fff com.apple.CoreMedia (1.0 - 1273.49) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8b89a000 - 0x7fff8ba47f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib 0x7fff8ba50000 - 0x7fff8ba5aff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff8ba5b000 - 0x7fff8bae3ff7 com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff8bb34000 - 0x7fff8bb36fff com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff8bbb6000 - 0x7fff8bbd3ff7 com.apple.framework.Apple80211 (9.3.1 - 931.58) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff8bbe4000 - 0x7fff8bc51fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8bc52000 - 0x7fff8bcaaff7 com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff8bcab000 - 0x7fff8bd5bff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8bdb4000 - 0x7fff8bdfbff7 libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib 0x7fff8be87000 - 0x7fff8c023ff3 com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8c0b9000 - 0x7fff8c0bbfff libCVMSPluginSupport.dylib (9.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8c0bc000 - 0x7fff8c38cffc com.apple.CoreImage (9.2.7) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8c390000 - 0x7fff8c41cff7 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 0x7fff8c41d000 - 0x7fff8c46eff3 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8c6b6000 - 0x7fff8c6baff7 libGIF.dylib (1042) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8c6bb000 - 0x7fff8c848ff7 GLEngine (9.6) <51D58F76-B9B3-3B4F-B65A-F6D213C2EED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff8c849000 - 0x7fff8c84cfff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8c84d000 - 0x7fff8c876fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8c877000 - 0x7fff8c907fff com.apple.Metadata (10.7.0 - 800.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8c908000 - 0x7fff8c909ff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib 0x7fff8c90a000 - 0x7fff8c958fff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib 0x7fff8c959000 - 0x7fff8c959fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8c96e000 - 0x7fff8c970fff libRadiance.dylib (1042) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff8c971000 - 0x7fff8c99aff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib 0x7fff8c99b000 - 0x7fff8cd7cffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8cd7d000 - 0x7fff8cd80fff com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff8cda0000 - 0x7fff8cdb0fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib 0x7fff8ce0f000 - 0x7fff8ce75fff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff8ce76000 - 0x7fff8ce7fff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib 0x7fff8d757000 - 0x7fff8d77cff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8d77d000 - 0x7fff8d786fff com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff8d787000 - 0x7fff8d7d2fff com.apple.ImageCaptureCore (5.0 - 5.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff8d7d3000 - 0x7fff8d826fff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8d827000 - 0x7fff8d92dff7 com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8d92e000 - 0x7fff8e24daf3 com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8e24e000 - 0x7fff8e250fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8e251000 - 0x7fff8e259ff3 libCGCMS.A.dylib (599.20.11) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x7fff8e287000 - 0x7fff8e5bdfff com.apple.MediaToolbox (1.0 - 1273.49) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff8e621000 - 0x7fff8e63aff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8e63b000 - 0x7fff8e63dff7 com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8eb67000 - 0x7fff8ed1fff3 libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib 0x7fff8ed20000 - 0x7fff8ed2fff8 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 0x7fff8ed30000 - 0x7fff8ed7efff com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8ed8a000 - 0x7fff8ed92ffc libGFXShared.dylib (9.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8ed93000 - 0x7fff8edbaffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib 0x7fff8edc5000 - 0x7fff8ee2cff7 com.apple.CoreUtils (2.0 - 200.34.4) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff8ee2d000 - 0x7fff8ee33ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib 0x7fff8ee34000 - 0x7fff8ee63ff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff8ee6b000 - 0x7fff8ef4afff libcrypto.0.9.8.dylib (50) /usr/lib/libcrypto.0.9.8.dylib 0x7fff8ef58000 - 0x7fff8ef64ff3 com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff8ef65000 - 0x7fff8efb2ff2 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 0x7fff8f027000 - 0x7fff8f0e9ff5 com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8f0ea000 - 0x7fff8f0ebff7 libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib 0x7fff8f0ec000 - 0x7fff8f0f6ff7 libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib 0x7fff8f0f7000 - 0x7fff8f0f9fff com.apple.SecCodeWrapper (3.0 - 1) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff8f0fa000 - 0x7fff8f14bfff com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff8f14c000 - 0x7fff8f171ff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8f1cb000 - 0x7fff8f1d8fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff8f1f1000 - 0x7fff8f208ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff8f209000 - 0x7fff8f26dfff com.apple.datadetectorscore (5.0 - 354.3) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8f26e000 - 0x7fff8f27aff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8f27b000 - 0x7fff8f27cfff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib 0x7fff8f2d5000 - 0x7fff8f2d8ffc com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8f2da000 - 0x7fff8f333fff libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8f334000 - 0x7fff8f487ff7 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8f488000 - 0x7fff8f4f7ff1 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 0x7fff8f626000 - 0x7fff8f910fff 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 0x7fff8fbf2000 - 0x7fff8fc02ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib 0x7fff8fc09000 - 0x7fff8fc1bfff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8fc1d000 - 0x7fff8fc7cfff com.apple.framework.CoreWLAN (4.3.2 - 432.47) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff8fc8a000 - 0x7fff8fd13ff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib 0x7fff8fd14000 - 0x7fff8ff5cff7 com.apple.CoreData (107 - 481.01) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8ff71000 - 0x7fff9021bff5 com.apple.HIToolbox (2.1 - 697.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff9024e000 - 0x7fff9037eff7 com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 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: 5498211 thread_create: 10837 thread_set_state: 13593

VM Region Summary: ReadOnly portion of Libraries: Total=202.6M resident=72.7M(36%) swapped_out_or_unallocated=129.9M(64%) Writable regions: Total=108.8M written=2972K(3%) resident=5728K(5%) swapped_out=16K(0%) unallocated=103.2M(95%)

REGION TYPE VIRTUAL =========== ======= CG backing stores 1460K CG image 8K CG raster data 12K CG shared images 180K CoreAnimation 1332K CoreAnimation (reserved) 12K reserved VM address space (unallocated) Foundation 4K IOKit 14.4M Kernel Alloc Once 8K MALLOC 74.4M MALLOC (admin) 32K Memory Tag 242 12K Memory Tag 251 48K STACK GUARD 56.0M Stack 11.1M VM_ALLOCATE 16.4M DATA 24.9M IMAGE 528K LINKEDIT 66.9M TEXT 135.7M __UNICODE 544K mapped file 54.1M shared memory 4K =========== ======= TOTAL 458.1M TOTAL, minus reserved VM space 458.0M

Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 2.2f44 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384A54463235363634485A2D3147364D3120 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384A54463235363634485A2D3147364D3120 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.22) Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: APPLE HDD HTS545050A7E362, 500.11 GB Serial ATA Device: MATSHITADVD-R UJ-8A8 USB Device: Hub USB Device: Hub USB Device: Apple Internal Keyboard / Trackpad USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: IR Receiver USB Device: Hub USB Device: FaceTime HD Camera (Built-in) Thunderbolt Bus: MacBook Pro, Apple Inc., 25.1

seenu19 commented 10 years ago

both 32 bit and 64 bit not able to open (i mean when i click the application its crashed...) kindly fix

rickytan commented 10 years ago

run with XCode, it will show where it crashes. In fact, it crashes in a method called

- (void)draw...:(CGContect)context;

add just one line at the top of that method:

if (cols == 0 || rows == 0) return;

and it works find! ;)

jfahrenkrug commented 10 years ago

Hi, thanks for the report! I haven't had time for quite a while to work on VertexHelper. I'll gladly accept a pull request for this, though!