MrKepzie / Natron

Open-source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
www.natron.fr
GNU General Public License v2.0
1.49k stars 164 forks source link

Crash on load of project when TuttleImageStatistics node connected to read node #283

Closed Tangofish closed 9 years ago

Tangofish commented 9 years ago

Hello there, I've been working with Natron for a few weeks now and I've come upon a frustrating issue right away, it has been present since RC1 but has taken me some time to narrow it down so I can explain what's happening:

Making a new project that only has 2 nodes, a Viewer connected to a single read node (either sequence of .jpg or .tif) save, then open, presents no problem (everything works as expected, this is not surprising) [Read] --> [Viewer]

However, if I add in between a TuttleImageStatistics node, Natron continues to works fine, and I can even save, but upon opening that project again, Natron crashes every time (Crash report below) [Read] --> [TuttleImageStatistics] --> [Viewer]

Oddly however, if I make the same project, but leave the read node unconnected, save, then open, the project opens fine? [read]--? [TuttleImageStatistics] --> [Viewer]

Please advise :(

Process: Natron [46384] Path: /AppsOpen/Natron.app/Contents/MacOS/Natron Identifier: fr.inria.Natron Version: ??? Code Type: X86-64 (Native) Parent Process: launchd [359] Responsible: Natron [46384] User ID: 501

Date/Time: 2014-10-24 13:22:44.120 +0300 OS Version: Mac OS X 10.9.5 (13F34) Report Version: 11 Anonymous UUID: B89114E8-C539-1AA3-BADF-29028F0C3584

Sleep/Wake UUID: 64BF88A4-1EB1-4070-87D0-6FA47C6A1640

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

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

Application Specific Information: terminating with uncaught exception of type std::ios_base::failure: basic_ios::clear abort() called Performing @selector(qtDispatcherToQAction:) from sender NSMenuItem 0x6000004b9560

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff95946866 pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff8e17035c pthread_kill + 92 2 libsystem_c.dylib 0x00007fff8e81fb1a abort + 125 3 libc++abi.dylib 0x00007fff896d5f31 abort_message + 257 4 libc++abi.dylib 0x00007fff896fb93a default_terminate_handler() + 240 5 libobjc.A.dylib 0x00007fff959c7322 _objc_terminate() + 124 6 libc++abi.dylib 0x00007fff896f91d1 std::terminate(void (_)()) + 8 7 libc++abi.dylib 0x00007fff896f9abf call_terminate + 35 8 libc++abi.dylib 0x00007fff896f9a88 scan_eh_tab + 1266 9 libc++abi.dylib 0x00007fff896f94a6 gxx_personality_v0 + 102 10 libunwind.dylib 0x00007fff88cfe9e5 _Unwind_RaiseException + 153 11 libc++abi.dylib 0x00007fff896f8c4a __cxa_throw + 107 12 libstdc++.6.dylib 0x00007fff8d5e0e85 std::throw_iosfailure(char const) + 77 13 libstdc++.6.dylib 0x00007fff8d5ed7d1 std::basic_ios<char, std::char_traits >::clear(std::_Ios_Iostate) + 39 14 libstdc++.6.dylib 0x00007fff8d5f05b0 std::istream::sync() + 26 15 libboost_serialization-mt.dylib 0x0000000100a05b1c boost::archive::basic_text_iprimitivestd::istream::~basic_text_iprimitive() + 28 16 fr.inria.Natron 0x0000000100338f3a Natron::Project::loadProjectInternal(QString const&, QString const&, bool, QString const&) + 1754 17 fr.inria.Natron 0x000000010033c95b Natron::Project::loadProject(QString const&, QString const&) + 203 18 fr.inria.Natron 0x0000000100064b1c Gui::openRecentFile() + 396 19 fr.inria.Natron 0x00000001001f246f Gui::qt_staticmetacall(QObject, QMetaObject::Call, int, void) + 879 20 QtCore 0x00000001019d736e QMetaObject::activate(QObject, QMetaObject const, int, void) + 1566 21 QtGui 0x0000000100d69971 QAction::triggered(bool) + 49 22 QtGui 0x0000000100d6ad04 QAction::activate(QAction::ActionEvent) + 180 23 QtGui 0x0000000100d1d72a QMacInputContext::reset() + 42314 24 com.apple.AppKit 0x00007fff8f7b0260 -[NSApplication sendAction:to:from:] + 327 25 com.apple.AppKit 0x00007fff8f7cb1c8 -[NSMenuItem _corePerformAction] + 394 26 com.apple.AppKit 0x00007fff8f7caf04 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 117 27 com.apple.AppKit 0x00007fff8f81a40d -[NSMenu _internalPerformActionForItemAtIndex:] + 35 28 com.apple.AppKit 0x00007fff8f81a289 -[NSCarbonMenuImpl carbonCommandProcessEvent:handlerCallRef:] + 104 29 com.apple.AppKit 0x00007fff8f7c0ff6 NSSLMMenuEventHandler + 716 30 com.apple.HIToolbox 0x00007fff9044a1d4 DispatchEventToHandlers(EventTargetRec, OpaqueEventRef, HandlerCallRec) + 892 31 com.apple.HIToolbox 0x00007fff90449787 SendEventToEventTargetInternal(OpaqueEventRef, OpaqueEventTargetRef, HandlerCallRec) + 385 32 com.apple.HIToolbox 0x00007fff9045d880 SendEventToEventTarget + 40 33 com.apple.HIToolbox 0x00007fff90493640 SendHICommandEvent(unsigned int, HICommand const, unsigned int, unsigned int, unsigned char, void const, OpaqueEventTargetRef, OpaqueEventTargetRef_, OpaqueEventRef) + 420 34 com.apple.HIToolbox 0x00007fff904c6228 SendMenuCommandWithContextAndModifiers + 59 35 com.apple.HIToolbox 0x00007fff904c61d0 SendMenuItemSelectedEvent + 178 36 com.apple.HIToolbox 0x00007fff904c60af FinishMenuSelection(SelectionData, MenuResult, MenuResult) + 94 37 com.apple.HIToolbox 0x00007fff904ce085 MenuSelectCore(MenuData, Point, double, unsigned int, OpaqueMenuRef, unsigned short_) + 718 38 com.apple.HIToolbox 0x00007fff904cdcb1 _HandleMenuSelection2 + 446 39 com.apple.AppKit 0x00007fff8f73362c _NSHandleCarbonMenuEvent + 284 40 com.apple.AppKit 0x00007fff8f59252e _DPSNextEvent + 2170 41 com.apple.AppKit 0x00007fff8f59189b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 42 com.apple.AppKit 0x00007fff8f58599c -[NSApplication run] + 553 43 QtGui 0x0000000100d28f68 QDesktopWidget::resizeEvent(QResizeEvent*) + 12584 44 QtCore 0x00000001019bdbc4 QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 68 45 QtCore 0x00000001019bdf74 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 324 46 QtCore 0x00000001019c07ec QCoreApplication::exec() + 188 47 fr.inria.Natron 0x000000010001c302 main + 722 48 fr.inria.Natron 0x000000010001bfc8 start + 52

Thread 1: 0 libsystem_kernel.dylib 0x00007fff95946e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8e170f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8e173fb9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff95947662 kevent64 + 10 1 libdispatch.dylib 0x00007fff94ca0421 _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff94ca0136 _dispatch_mgr_thread + 52

Thread 3: 0 libsystem_kernel.dylib 0x00007fff95946e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8e170f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8e173fb9 start_wqthread + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff95946e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8e170f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8e173fb9 start_wqthread + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff95942a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff95941d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff8c99ff15 CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff8c99f539 CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff8c99ee75 CFRunLoopRunSpecific + 309 5 com.apple.AppKit 0x00007fff8f73205e _NSEventThread + 144 6 libsystem_pthread.dylib 0x00007fff8e16f899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8e16f72a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8e173fc9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fff7924b310 rcx: 0x00007fff5fbfc8f8 rdx: 0x0000000000000000 rdi: 0x0000000000000707 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc920 rsp: 0x00007fff5fbfc8f8 r8: 0x00007fff896fc92c r9: 0x00007fff8e8478d0 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x00007fff5fbfca80 r13: 0x00007fff5fbfcf98 r14: 0x0000000000000006 r15: 0x00007fff5fbfc960 rip: 0x00007fff95946866 rfl: 0x0000000000000206 cr2: 0x000000010033955f

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

Binary Images: 0x100000000 - 0x10069bfff +fr.inria.Natron (???) /AppsOpen/Natron.app/Contents/MacOS/Natron 0x100a01000 - 0x100a2dfff +libboost_serialization-mt.dylib (0) <3F80FAEA-CF23-3B1E-99F1-4A39C909ED3C> /AppsOpen/Natron.app/Contents/Frameworks/libboost_serialization-mt.dylib 0x100a53000 - 0x100a62fff +libboost_thread-mt.dylib (0) <8A6AF5EC-F047-336D-A51B-7668034CE7AC> /AppsOpen/Natron.app/Contents/Frameworks/libboost_thread-mt.dylib 0x100a6b000 - 0x100a6dff7 +libboost_system-mt.dylib (0) /AppsOpen/Natron.app/Contents/Frameworks/libboost_system-mt.dylib 0x100a70000 - 0x100aa1fff +libGLEW.1.11.0.dylib (1.11) <7BACF586-8A9A-A112-3646-FB8B1A18C627> /AppsOpen/Natron.app/Contents/Frameworks/libGLEW.1.11.0.dylib 0x100ad4000 - 0x100af3fef +libexpat.1.dylib (8) /AppsOpen/Natron.app/Contents/Frameworks/libexpat.1.dylib 0x100af8000 - 0x100bc5fe7 +libcairo.2.dylib (11203.16) <7BD2E96C-0398-F714-F619-F202922B97DF> /AppsOpen/Natron.app/Contents/Frameworks/libcairo.2.dylib 0x100bd7000 - 0x100cb9fe7 +QtOpenGL (4.8.6) <756B7A33-D3B7-C3DF-96F4-4E9ABB129BC8> /AppsOpen/Natron.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL 0x100ce6000 - 0x1016dcfe7 +QtGui (4.8.6) <02A7DFC5-0E7C-E978-95ED-C3291928DA36> /AppsOpen/Natron.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui 0x10187d000 - 0x101b55fff +QtCore (4.8.6) <8572F215-C2AD-EE6E-E252-169A04E9714E> /AppsOpen/Natron.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore 0x101bba000 - 0x101cf2ff7 +QtNetwork (4.8.6) <2D0ED9B8-46A1-675F-D99C-46D2E7AD859D> /AppsOpen/Natron.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork 0x101d27000 - 0x101d2bfff com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x101d32000 - 0x101daaff7 +libpixman-1.0.dylib (33.6) <678F7A52-CA8F-55E8-D4C6-26E44D030020> /AppsOpen/Natron.app/Contents/Frameworks/libpixman-1.0.dylib 0x101db4000 - 0x101de7fef +libfontconfig.1.dylib (10) /AppsOpen/Natron.app/Contents/Frameworks/libfontconfig.1.dylib 0x101df1000 - 0x101e75fe7 +libfreetype.6.dylib (18.2) /AppsOpen/Natron.app/Contents/Frameworks/libfreetype.6.dylib 0x101e84000 - 0x101eacfff +libpng16.16.dylib (29) <929E4003-DCB0-8077-A522-4D218C938229> /AppsOpen/Natron.app/Contents/Frameworks/libpng16.16.dylib 0x101eb2000 - 0x101ec4ff7 +libz.1.dylib (1.2.8) /AppsOpen/Natron.app/Contents/Frameworks/libz.1.dylib 0x101ec8000 - 0x101ed6fff +libbz2.1.0.dylib (1.0.6) /AppsOpen/Natron.app/Contents/Frameworks/libbz2.1.0.dylib 0x101ed9000 - 0x101f2efff +libssl.1.0.0.dylib (1) /AppsOpen/Natron.app/Contents/Frameworks/libssl.1.0.0.dylib 0x101f47000 - 0x1020acfe7 +libcrypto.1.0.0.dylib (1) /AppsOpen/Natron.app/Contents/Frameworks/libcrypto.1.0.0.dylib 0x102589000 - 0x1025a4ff9 com.apple.security.csparser (3.0 - 55471.14.21) <07C5184F-D862-324B-B878-EC0474A8624B> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser 0x1025b8000 - 0x10265bff7 ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x1026a3000 - 0x1026aefff libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 0x1066fe000 - 0x1066feffb +cl_kernels (???) <9FE51634-84C9-4931-BF40-EAC8123BF13C> cl_kernels 0x107800000 - 0x107f4aff7 libclh.dylib (4.0.3 - 4.0.3) /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib 0x108818000 - 0x10881eff7 +libqgif.dylib (0) <447DD684-AA54-B809-2F88-76E39949A279> /AppsOpen/Natron.app/Contents/PlugIns/imageformats/libqgif.dylib 0x108822000 - 0x108828ff7 +libqico.dylib (0) <8690F46A-6177-6335-7CD3-A956C2513313> /AppsOpen/Natron.app/Contents/PlugIns/imageformats/libqico.dylib 0x10882c000 - 0x108832fff +libqjpeg.dylib (0) <8B082B5F-4AB2-1623-E7E2-F624295822EB> /AppsOpen/Natron.app/Contents/PlugIns/imageformats/libqjpeg.dylib 0x108837000 - 0x10886aff7 +libjpeg.9.dylib (11) /AppsOpen/Natron.app/Contents/Frameworks/libjpeg.9.dylib 0x10886f000 - 0x108873fff +libqmng.dylib (0) /AppsOpen/Natron.app/Contents/PlugIns/imageformats/libqmng.dylib 0x108878000 - 0x1088cffff +libmng.1.dylib (2) <86293959-1718-724E-F1C8-AADDA396F288> /AppsOpen/Natron.app/Contents/Frameworks/libmng.1.dylib 0x1088e1000 - 0x10890efe7 +liblcms.1.dylib (2.19) <03358E3E-B527-D38A-E48F-55BA8762CD09> /AppsOpen/Natron.app/Contents/Frameworks/liblcms.1.dylib 0x108918000 - 0x10891cfff +libqtga.dylib (0) <3BFAF6D5-CBB4-4D2A-896E-61AEFDC7D02C> /AppsOpen/Natron.app/Contents/PlugIns/imageformats/libqtga.dylib 0x108920000 - 0x108926fff +libqtiff.dylib (0) /AppsOpen/Natron.app/Contents/PlugIns/imageformats/libqtiff.dylib 0x10892b000 - 0x10898afef +libtiff.5.dylib (8) <1078265C-FE80-B1E6-04C9-FB5710841EA9> /AppsOpen/Natron.app/Contents/Frameworks/libtiff.5.dylib 0x108994000 - 0x1089b2ff7 +liblzma.5.dylib (6.5) <751D861D-2BD1-719A-DBF2-B47762590B9E> /AppsOpen/Natron.app/Contents/Frameworks/liblzma.5.dylib 0x110973000 - 0x110a59fef unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x123440000000 - 0x12344086dfff com.apple.GeForceTeslaGLDriver (8.24.16 - 8.2.4) <2BC885F1-17E7-3582-A600-7FB1C777BF08> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver 0x7fff65245000 - 0x7fff65278817 dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld 0x7fff8880c000 - 0x7fff8883dfff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff88885000 - 0x7fff8898bff7 com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8898c000 - 0x7fff88a68fff libcrypto.0.9.8.dylib (52) /usr/lib/libcrypto.0.9.8.dylib 0x7fff88a69000 - 0x7fff88a81ff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff88a82000 - 0x7fff88a93ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib 0x7fff88a94000 - 0x7fff88ac0ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff88ac1000 - 0x7fff88afcfff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff88b27000 - 0x7fff88cc2ff8 com.apple.CFNetwork (673.5 - 673.5) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff88cfe000 - 0x7fff88d03ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib 0x7fff88d19000 - 0x7fff88d1cfff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff88d1d000 - 0x7fff88d5bff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff89620000 - 0x7fff89644ff7 libJPEG.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8965f000 - 0x7fff8966fffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib 0x7fff89670000 - 0x7fff8967dff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib 0x7fff896d2000 - 0x7fff896d4ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib 0x7fff896d5000 - 0x7fff896feff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib 0x7fff89989000 - 0x7fff89989fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8998a000 - 0x7fff89a6eff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff89a6f000 - 0x7fff89a73ff7 libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib 0x7fff89e68000 - 0x7fff89e6bffa libCGXType.A.dylib (599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff89e6c000 - 0x7fff89ed0fff com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff89ed1000 - 0x7fff89ed1fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff89ed5000 - 0x7fff89ee2ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib 0x7fff89efd000 - 0x7fff89efdfff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff89efe000 - 0x7fff89f08ff7 libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib 0x7fff89f09000 - 0x7fff89fb9ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff89fba000 - 0x7fff89fc6ffb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff8a69c000 - 0x7fff8a6adff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib 0x7fff8a736000 - 0x7fff8a7c2ff7 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 0x7fff8a802000 - 0x7fff8a804ffb libutil.dylib (34) /usr/lib/libutil.dylib 0x7fff8a8fe000 - 0x7fff8a901fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8a969000 - 0x7fff8a969ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8a9a0000 - 0x7fff8a9a1ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8a9cd000 - 0x7fff8a9e6ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff8ade9000 - 0x7fff8adefff7 libCGXCoreImage.A.dylib (599.35.4) <0A9F43CB-C01F-3A98-AAB3-1E08C65BCFB4> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff8adf0000 - 0x7fff8adf7fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib 0x7fff8b0be000 - 0x7fff8b189fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8b18a000 - 0x7fff8b474fff 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 0x7fff8b475000 - 0x7fff8b5c9ff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8b5de000 - 0x7fff8b5e5ff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib 0x7fff8c466000 - 0x7fff8c49bffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8c637000 - 0x7fff8c666fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib 0x7fff8c667000 - 0x7fff8c6c0fff libTIFF.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8c6c1000 - 0x7fff8c6cffff com.apple.opengl (9.6.1 - 9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8c6d0000 - 0x7fff8c6d2ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib 0x7fff8c6d3000 - 0x7fff8c88bffb libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib 0x7fff8c88c000 - 0x7fff8c890fff 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 0x7fff8c8cb000 - 0x7fff8c8cdff7 com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8c92f000 - 0x7fff8cb14fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8cb15000 - 0x7fff8d434797 com.apple.CoreGraphics (1.600.0 - 599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8d435000 - 0x7fff8d445fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib 0x7fff8d446000 - 0x7fff8d494ff7 com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8d495000 - 0x7fff8d499ff7 libheimdal-asn1.dylib (323.92.1) /usr/lib/libheimdal-asn1.dylib 0x7fff8d513000 - 0x7fff8d5d5ff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8d5d6000 - 0x7fff8d5d8fff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8d5db000 - 0x7fff8d629ff9 libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib 0x7fff8d669000 - 0x7fff8d674fff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8d675000 - 0x7fff8d75ffff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib 0x7fff8d760000 - 0x7fff8d763fff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8d764000 - 0x7fff8da38fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8da39000 - 0x7fff8da60ff7 com.apple.shortcut (2.6 - 2.6) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8da61000 - 0x7fff8da64ff7 libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib 0x7fff8da9b000 - 0x7fff8dc01fff libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff8dcf3000 - 0x7fff8dd38fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib 0x7fff8dea9000 - 0x7fff8deb4ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff8def3000 - 0x7fff8df23fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff8df24000 - 0x7fff8dfa5fff com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8dfef000 - 0x7fff8dff2ffc com.apple.IOSurface (91.1 - 91.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8dff3000 - 0x7fff8e022ff9 com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8e023000 - 0x7fff8e057fff libssl.0.9.8.dylib (52) <51C844FF-D7CD-3525-9ABB-84B8DD11D5E4> /usr/lib/libssl.0.9.8.dylib 0x7fff8e099000 - 0x7fff8e0c2fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8e11b000 - 0x7fff8e16dfff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib 0x7fff8e16e000 - 0x7fff8e175ff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib 0x7fff8e180000 - 0x7fff8e1a8ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib 0x7fff8e1a9000 - 0x7fff8e1c4ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib 0x7fff8e59d000 - 0x7fff8e5a3ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib 0x7fff8e6a2000 - 0x7fff8e6f0fff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib 0x7fff8e6f1000 - 0x7fff8e6f9ff7 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 0x7fff8e7a6000 - 0x7fff8e7b0fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib 0x7fff8e7c3000 - 0x7fff8e84cff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib 0x7fff8ea49000 - 0x7fff8ea4ffff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification 0x7fff8ea50000 - 0x7fff8ecb4ffd com.apple.security (7.0 - 55471.14.21) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8ecb5000 - 0x7fff8ecfcff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib 0x7fff8ed14000 - 0x7fff8ed55fff com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8f0bd000 - 0x7fff8f0fcfff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8f0fd000 - 0x7fff8f0fdfff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8f132000 - 0x7fff8f2d2ff7 GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff8f2d3000 - 0x7fff8f346fff com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8f35d000 - 0x7fff8f38cfff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8f38d000 - 0x7fff8f3b6fff GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff8f44a000 - 0x7fff8f4afffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8f4bd000 - 0x7fff8f4beff7 libodfde.dylib (20) /usr/lib/libodfde.dylib 0x7fff8f514000 - 0x7fff8f540fff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8f55b000 - 0x7fff8f56dfff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8f56e000 - 0x7fff900e4ff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff900e5000 - 0x7fff900e6ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib 0x7fff9041e000 - 0x7fff9041efff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff90432000 - 0x7fff90441ff8 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 0x7fff90442000 - 0x7fff906ecff5 com.apple.HIToolbox (2.1.1 - 698) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff906ed000 - 0x7fff906f8ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff90a92000 - 0x7fff90a92fff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff90a93000 - 0x7fff90ec6ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff90ec7000 - 0x7fff91035ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff91078000 - 0x7fff910b1ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff910b2000 - 0x7fff910b4fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff910c5000 - 0x7fff91128ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff91173000 - 0x7fff911fcfff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff911fd000 - 0x7fff91222ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff91223000 - 0x7fff9124aff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib 0x7fff917c6000 - 0x7fff91897ff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff920b1000 - 0x7fff9224dff3 com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff9224e000 - 0x7fff92335ff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib 0x7fff92336000 - 0x7fff92337fff libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib 0x7fff92338000 - 0x7fff92342ff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff9235b000 - 0x7fff92376ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fff92377000 - 0x7fff9243bff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff926a5000 - 0x7fff926f2ff2 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 0x7fff926f3000 - 0x7fff926fefff libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib 0x7fff926ff000 - 0x7fff9276cfff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff9276d000 - 0x7fff9279eff7 libTrueTypeScaler.dylib (111.1) <697E72D0-8D79-3BB7-8AF5-46875AC9A4BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff92932000 - 0x7fff9293bffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff9293e000 - 0x7fff92945fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff92a19000 - 0x7fff92a30ff7 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 0x7fff92a3b000 - 0x7fff92a44fff 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 0x7fff92a6a000 - 0x7fff92ae1fff com.apple.CoreServices.OSServices (600.4 - 600.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff92ae2000 - 0x7fff92de2ff7 com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff92de3000 - 0x7fff9302bff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff93083000 - 0x7fff93354ff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff9347b000 - 0x7fff9348dff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff9348e000 - 0x7fff9348effd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib 0x7fff9348f000 - 0x7fff9349dfff com.apple.CommerceCore (1.0 - 42) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff9349e000 - 0x7fff934a6ff3 libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x7fff934b6000 - 0x7fff93522fff com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff93578000 - 0x7fff935bdff6 com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff935be000 - 0x7fff93676ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff93677000 - 0x7fff93680ff7 libcldcpuengine.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff939f9000 - 0x7fff93ac3ff7 com.apple.LaunchServices (572.28 - 572.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff93ac4000 - 0x7fff93ad1ff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff93ad2000 - 0x7fff93adafff libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib 0x7fff93ade000 - 0x7fff93b36ff7 com.apple.Symbolication (1.4 - 129.0.2) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff93e40000 - 0x7fff93ecbff7 libCoreStorage.dylib (380.70.2) /usr/lib/libCoreStorage.dylib 0x7fff93efd000 - 0x7fff93f01ff7 libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff93f6a000 - 0x7fff93f82ff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff93f83000 - 0x7fff94074ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib 0x7fff940b2000 - 0x7fff940d7ff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff941aa000 - 0x7fff94299fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff9429a000 - 0x7fff942befff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib 0x7fff942d7000 - 0x7fff942dcfff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff94527000 - 0x7fff94533ff7 com.apple.HelpData (2.1.4 - 90) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff94534000 - 0x7fff94556fff com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff94571000 - 0x7fff945e0ff1 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 0x7fff94b6c000 - 0x7fff94c9cff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff94c9d000 - 0x7fff94cb7fff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib 0x7fff94cb8000 - 0x7fff95099ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff9509a000 - 0x7fff950dcff7 libauto.dylib (185.5) /usr/lib/libauto.dylib 0x7fff95288000 - 0x7fff952c0ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff952ee000 - 0x7fff952fbfff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff952fc000 - 0x7fff95305ffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib 0x7fff954c5000 - 0x7fff954d1ff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff954d2000 - 0x7fff954d3fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib 0x7fff954d4000 - 0x7fff954d5ff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib 0x7fff954d6000 - 0x7fff954daff7 libcache.dylib (62) /usr/lib/system/libcache.dylib 0x7fff9574e000 - 0x7fff95750fff libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff957dc000 - 0x7fff95823fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff95824000 - 0x7fff95912fff libJP2.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff95913000 - 0x7fff95914fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff95915000 - 0x7fff95930ff7 libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff95931000 - 0x7fff9594dff7 libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib 0x7fff9594e000 - 0x7fff95958ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff95959000 - 0x7fff9595dfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff9595e000 - 0x7fff95985ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib 0x7fff95986000 - 0x7fff959b7ff7 libtidy.A.dylib (15.12) /usr/lib/libtidy.A.dylib 0x7fff959b8000 - 0x7fff959b8ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib 0x7fff959b9000 - 0x7fff95b66f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib 0x7fff95b71000 - 0x7fff95bc2ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff95c04000 - 0x7fff95c20fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib 0x7fff95c8c000 - 0x7fff95ce7ffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff95f57000 - 0x7fff95f5aff7 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 0x7fff95f5b000 - 0x7fff95f74ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff95f75000 - 0x7fff95f7cffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib 0x7fff95f7d000 - 0x7fff95f7eff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff9608f000 - 0x7fff96090fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib 0x7fff96106000 - 0x7fff96159fff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff9615a000 - 0x7fff9615ffff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib 0x7fff96173000 - 0x7fff9617bffc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff9617c000 - 0x7fff9617dff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib 0x7fff96197000 - 0x7fff961bfffb libRIP.A.dylib (599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff96462000 - 0x7fff964f2ff7 com.apple.Metadata (10.7.0 - 800.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 1 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: 5554 thread_create: 0 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=214.6M resident=102.7M(48%) swapped_out_or_unallocated=111.9M(52%) Writable regions: Total=199.2M written=29.3M(15%) resident=59.2M(30%) swapped_out=0K(0%) unallocated=140.0M(70%)

REGION TYPE VIRTUAL =========== ======= ATS (font support) 32.1M ATS (font support) (reserved) 4K reserved VM address space (unallocated) CG backing stores 8836K CG image 256K CG raster data 12K CG shared images 236K CoreGraphics 4K CoreImage 4K IOKit 280K IOKit (reserved) 8K reserved VM address space (unallocated) Kernel Alloc Once 8K MALLOC 129.9M MALLOC (admin) 32K Memory Tag 242 12K OpenCL 8K OpenGL GLSL 1664K STACK GUARD 56.0M Stack 10.1M VM_ALLOCATE 16.4M DATA 40.5M IMAGE 528K LINKEDIT 73.2M TEXT 141.4M __UNICODE 544K mapped file 89.7M shared memory 68K =========== ======= TOTAL 601.5M TOTAL, minus reserved VM space 601.5M

Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 Duo, 2.8 GHz, 8 GB, SMC 1.42f4 Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x01BA, 0x202020202020202020202020202020202020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x857F, 0x483634353155363446373036364700000000 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22) Bluetooth: Version 4.2.7f3 14616, 3 services, 15 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Serial ATA Device: Samsung SSD 840 Series, 500.11 GB Serial ATA Device: Samsung SSD 840 EVO 1TB, 1 TB USB Device: Built-in iSight USB Device: USB2.0 Hub USB Device: USB2.0 Hub USB Device: USB Receiver USB Device: Intuos5 touch M USB Device: BRCM2046 Hub USB Device: Bluetooth USB Host Controller USB Device: Apple Internal Keyboard / Trackpad USB Device: IR Receiver Thunderbolt Bus:

Tangofish commented 9 years ago

Interestingly enough, after a bit more experimentation I found the following behavior of the problem:

Save and Re-Opening CONTINUES to CRASH with: [Read] --> [TuttleImageStatistics] --> [Viewer] [Read] --> (any node I've tried) --> [TuttleImageStatistics] --> [Viewer] [Read] --> X [TuttleImageStatistics] X --> [Viewer](Node disabled)

Save and Re-Opening OK with: [Read] --? [TuttleImageStatistics] --> [Viewer](Read unconnected!) [Read] --> [TuttleImageStatistics] --? [Viewer](Viewer unconnected!) [Read] --> [Viewer] + [TuttleImageStatistics] --? (Node present but not attached to anything)

MrKepzie commented 9 years ago

Hi, thanks for your report I will look into it asap

On 24 Oct 2014, at 13:11, Tangofish notifications@github.com wrote:

Interestingly enough, after a bit more experimentation I found the following behavior of the problem:

Save and Re-Opening CONTINUES to CRASH with: [Read] --> [TuttleImageStatistics] --> [Viewer] [Read] --> (any node I've tried) --> [TuttleImageStatistics] --> [Viewer] [Read] --> X [TuttleImageStatistics] X --> Viewer x-msg://16/Node%20disabled Save and Re-Opening OK with: [Read] --? [TuttleImageStatistics] --> Viewer x-msg://16/Read%20unconnected! [Read] --> [TuttleImageStatistics] --? Viewer x-msg://16/Viewer%20unconnected! [Read] --> [Viewer] + [TuttleImageStatistics] --? (Node present but not attached to anything)

— Reply to this email directly or view it on GitHub https://github.com/MrKepzie/Natron/issues/283#issuecomment-60373831.

MrKepzie commented 9 years ago

Well the plug-in TuttleImageStatistics is bugged because it sends to Natron NaN (not-a-number) values for the alpha channel and in Natron we check that numbers that we're passed are not NaNs.

I added a compatibility for this plug-in by checking for NaNs and I convert the bad values to the maximum value allowed for that parameter.

Tangofish commented 9 years ago

Wow, that was quick. Thanks for that. I look forward to the next release then. I suppose for now as a work around, it is important to remember to disconnect the TuttleImageStat note from the network tree before saving (or you're hooped). Thank you again!