irllabs / ml-lib

A machine learning library for Max and Pure Data
Other
274 stars 40 forks source link

ml.peak problems #69

Closed batchku closed 10 years ago

batchku commented 10 years ago

finally getting to test ml.peak -when i make the object, i see the right thing posted to the max window. -when i send "help", nothing happens -when i send in a list, nothing happens -when i scroll the float object in the helpfile, max crashes; i tested this crash again by restarting max, opening the ml.peak helpfile, and trying to scroll the float; it crashes right away. here's the log:

Process: Max [21720] Path: /Applications/Max 6.1/Max.app/Contents/MacOS/Max Identifier: com.cycling74.Max Version: 6.1.6 307fb20 Code Type: X86 (Native) Parent Process: launchd [264] User ID: 501

Date/Time: 2014-03-09 12:08:23.516 -0400 OS Version: Mac OS X 10.8.5 (12F45) Report Version: 10

Interval Since Last Report: 15461 sec Crashes Since Last Report: 1 Per-App Interval Since Last Report: 514427 sec Per-App Crashes Since Last Report: 1 Anonymous UUID: BACEBE54-D9AE-0A29-91B3-945D80BE292C

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

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

VM Regions Near 0xc0000010: Stack 00000000bf800000-00000000c0000000 [ 8192K] rw-/rwx SM=COW
--> CG shared images 00000000c0001000-00000000c0009000 [ 32K] rw-/rw- SM=SHM

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.cycling74.Max 0x0006bbb1 outlet_float + 743 1 com.cycling74.MaxAPI 0x02702335 outlet_float + 53 2 edu.cmu.ml 0x1387f7bc flext_base_single_d::ToSysFloat(int, float) const + 108 3 edu.cmu.ml 0x1387ea3b flext_base_single_d::ToOutFloat(int, float) const + 91 4 edu.cmu.ml 0x1372ddb4 ml::ml_peak::update(float) + 132 5 edu.cmu.ml 0x1372e80a ml::ml_peak::flext_c_update(flext_base_singled, float&) + 42 6 edu.cmu.ml 0x1387d523 flext_base_single_d::TryMethTag(flext_base_singled::Item, symbol const, int, atom const) + 1107 7 edu.cmu.ml 0x1387d868 flext_base_singled::FindMeth(int, symbol const, int, atom const_) + 184 8 edu.cmu.ml 0x1387dcd5 flext_base_singled::CbMethodHandler(int, symbol const, int, atom const_) + 101 9 edu.cmu.ml 0x1387fcc9 flext_base_single_d::cb_float(flexthdr, double) + 169 10 com.cycling74.Max 0x0006bc76 outlet_float + 940 11 com.cycling74.number 0x11e058ee jflonummousedragdelta + 351 12 com.cycling74.Max 0x0011877d BoxComponent::mouseDrag(juce::MouseEvent const&) + 451 13 com.cycling74.Max 0x00382df5 juce::Component::internalMouseDrag(juce::MouseInputSource&, juce::Point const&, juce::Time const&) + 291 14 com.cycling74.Max 0x003d9364 juce::MouseInputSourceInternal::sendMouseDrag(juce::Component, juce::Point const&, long long) + 96 15 com.cycling74.Max 0x003d9625 juce::MouseInputSourceInternal::setScreenPos(juce::Point const&, long long, bool) + 229 16 com.cycling74.Max 0x003d9b2f juce::MouseInputSourceInternal::handleEvent(juce::ComponentPeer, juce::Point const&, long long, juce::ModifierKeys const&) + 281 17 com.cycling74.Max 0x003d8bab juce::MouseInputSource::handleEvent(juce::ComponentPeer, juce::Point const&, long long, juce::ModifierKeys const&) + 75 18 com.cycling74.Max 0x003ded19 juce::ComponentPeer::handleMouseEvent(int, juce::Point const&, juce::ModifierKeys const&, long long) + 103 19 com.cycling74.Max 0x0046ab2f juce::NSViewComponentPeer::sendMouseEvent(NSEvent) + 113 20 com.cycling74.Max 0x0046accd juce::NSViewComponentPeer::redirectMouseDrag(NSEvent) + 129 21 com.cycling74.Max 0x0046223d -[JuceNSView_1_52_105_3 mouseDragged:] + 34 22 com.apple.AppKit 0x99b52af1 -[NSWindow sendEvent:] + 7432 23 com.apple.AppKit 0x99b4d90f -[NSApplication sendEvent:] + 4278 24 com.apple.AppKit 0x99a6762c -[NSApplication run] + 951 25 com.cycling74.Max 0x0046808b juce::MessageManager::runDispatchLoop() + 731 26 com.cycling74.Max 0x00329a78 juce::JUCEApplication::main(juce::StringArray const&) + 68 27 com.cycling74.Max 0x00329b9b juce::JUCEApplication::main(int, char const**) + 73 28 com.cycling74.Max 0x00252486 main + 486 29 com.cycling74.Max 0x00002ef9 _start + 208 30 com.cycling74.Max 0x00002e28 start + 40

Thread 1: 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 com.cycling74.Max 0x004cf7c7 ThreadProc + 87 3 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 4 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x937de9ae kevent + 10 1 libdispatch.dylib 0x963bcc71 _dispatch_mgr_invoke + 993 2 libdispatch.dylib 0x963bc7a9 _dispatch_mgr_thread + 53

Thread 3: 0 libsystem_kernel.dylib 0x937dd8e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x98833280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x988b90d4 pthread_cond_timedwait$UNIX2003 + 70 3 com.cycling74.Max 0x0047845e juce::WaitableEventImpl::wait(int) + 168 4 ??? 0x0301eb20 0 + 50457376 5 com.cycling74.Max 0x0046e01a juce::WaitableEvent::wait(int) const + 26 6 com.cycling74.Max 0x00480c4f juce::Thread::wait(int) const + 27 7 com.cycling74.Max 0x003800cb juce::InternalTimerThread::run() + 163 8 com.cycling74.Max 0x00480b72 juce::Thread::threadEntryPoint() + 130 9 com.cycling74.Max 0x0046d06c juce::threadEntryProc(void*) + 70 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 4: 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac machmsg + 68 2 com.apple.audio.midi.CoreMIDI 0x0091d22d XServerMachPort::ReceiveMessage(int&, void, int&) + 101 3 com.apple.audio.midi.CoreMIDI 0x0093aae0 MIDIProcess::RunMIDIInThread() + 144 4 com.apple.audio.midi.CoreMIDI 0x00940c48 MIDIProcess::MIDIInPortThread::Run() + 24 5 com.apple.audio.midi.CoreMIDI 0x0091e805 XThread::RunHelper(void_) + 17 6 com.apple.audio.midi.CoreMIDI 0x0091e2ee CAPThread::Entry(CAPThread*) + 196 7 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 8 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 5: 0 libsystem_kernel.dylib 0x937dd8e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x988332e9 _pthread_cond_wait + 938 2 libsystem_c.dylib 0x98833572 pthread_cond_timedwait_relative_np + 47 3 com.apple.CoreServices.CarbonCore 0x94a3f6ad TSWaitOnConditionTimedRelative + 177 4 com.apple.CoreServices.CarbonCore 0x94a3f184 TSWaitOnSemaphoreCommon + 272 5 com.apple.CoreServices.CarbonCore 0x94a3f40d TSWaitOnSemaphoreRelative + 24 6 com.apple.CoreServices.CarbonCore 0x94a251a3 TimerThread + 324 7 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 8 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 6: 0 libsystem_kernel.dylib 0x937dce9a __accept + 10 1 com.cycling74.Max 0x004575fd juce::StreamingSocket::waitForNextConnection() const + 219 2 com.cycling74.Max 0x00288126 tcpconnection_listenthread(_tcpconnection*) + 72 3 com.cycling74.Max 0x0006fd14 systhread_threadproc + 78 4 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 5 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 7: 0 libsystem_kernel.dylib 0x937de0ee __workq_kernreturn + 10 1 libsystem_c.dylib 0x988310ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x98830e79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x98818daa start_wqthread + 30

Thread 8: 0 libsystem_kernel.dylib 0x937de0ee __workq_kernreturn + 10 1 libsystem_c.dylib 0x988310ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x98830e79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x98818daa start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit): eax: 0x005bac10 ebx: 0x0f2fb13c ecx: 0xc0000000 edx: 0x0f2fb13c edi: 0x04d24dd0 esi: 0x005bac10 ebp: 0xbfffef28 esp: 0xbfffeed0 ss: 0x00000023 efl: 0x00010212 eip: 0x0006bbb1 cs: 0x0000001b ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f cr2: 0xc0000010 Logical CPU: 4

Binary Images: 0x1000 - 0x5a3ff7 +com.cycling74.Max (6.1.6 [307fb20] - 6.1.6) <04A104F3-9B23-3E1A-81E9-262FC951121E> /Applications/Max 6.1/Max.app/Contents/MacOS/Max 0x73f000 - 0x85effb com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x90f000 - 0x957ffb com.apple.audio.midi.CoreMIDI (1.9 - 78) <7AAE4076-36FA-37C1-9EAE-344F1C8F14D9> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x97c000 - 0x9a9ff3 com.apple.audio.CoreAudioKit (1.6.5 - 1.6.5) <42BE7C8C-9EF9-3F12-8827-961B349C5B31> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit 0x9bc000 - 0x9d2ffc libexpat.1.dylib (12) /usr/lib/libexpat.1.dylib 0xb4d000 - 0xb5aff3 com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0xc78000 - 0xc78fff +com.cycling74.fseventwatcher (6.1.6 [307fb20] - 6.1.6) <6CD89FBF-8C1F-3C64-9491-D0D70A3509B0> /Applications/Max 6.1//fseventwatcher 0x1097000 - 0x1d2cff3 com.apple.WebCore (8536 - 8536.30.2) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x24fb000 - 0x24fcffd +com.cycling74.augraph (6.1.6 [307fb20] - 6.1.6) <23C160FA-1EF0-3BDC-A808-B3E5C319A628> /Applications/Max 6.1//augraph 0x2700000 - 0x273cff9 +com.cycling74.MaxAPI (1.0 - 1.0) <0E6151BD-580A-3A4F-B084-7143A57237F3> /Applications/Max 6.1/Max.app/Contents/Frameworks/MaxAPI.framework/MaxAPI 0x37ed000 - 0x37f2fff com.apple.audio.AppleHDAHALPlugIn (2.4.7 - 2.4.7fc4) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x37f7000 - 0x37f9ff4 +com.cycling74.coremidi (6.1.6 [307fb20] - 6.1.6) <3F041800-5CB8-3FC0-8427-872160B5B12B> /Applications/Max 6.1//coremidi 0x37fd000 - 0x37fdffe +com.cycling74.midi-adrewire (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//midiadrewire 0x70d5000 - 0x710cff0 +com.cycling74.MaxAudioAPI (1.0) <9EBEEE65-A310-31A2-92E2-07A9598A1037> /Applications/Max 6.1/Max.app/Contents/Frameworks/MaxAudioAPI.framework/Versions/A/MaxAudioAPI 0x717a000 - 0x717cffa +com.cycling74.ad-coreaudio (6.1.6 [307fb20] - 6.1.6) <0E5C81B8-7592-3378-81E2-3DEA41E37055> /Applications/Max 6.1//adcoreaudio 0x717f000 - 0x7180ffb +com.cycling74.ad-nonreal (6.1.6 [307fb20] - 6.1.6) <3C24FE49-29F5-310B-BDD3-EAD380C2D4E1> /Applications/Max 6.1//adnonreal 0x7183000 - 0x7193ff0 +com.cycling74.ad-portaudio (6.1.6 [307fb20] - 6.1.6) <9FE88E7D-BE26-387C-89AF-CE36FCA42BC3> /Applications/Max 6.1//adportaudio 0x719f000 - 0x71a7ffb +com.cycling74.ad-rewire (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//adrewire 0x75be000 - 0x75c4ff9 +com.cycling74.autohelp (6.1.6 [307fb20] - 6.1.6) <33E8AD2D-0DF3-398E-A489-6376A3426317> /Applications/Max 6.1//autohelp 0x75ca000 - 0x75cbffe +com.cycling74.debugwindow (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//debugwindow 0x75cf000 - 0x75d1fff +com.cycling74.glstatus (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//glstatus 0x75d5000 - 0x75dbffc +com.cycling74.maxzlib (6.1.6 [307fb20] - 6.1.6) <1AB9A126-1F25-3385-9F2F-14AD0AA8F358> /Applications/Max 6.1//maxzlib 0x75e1000 - 0x75e3fff +com.cycling74.objectview (6.1.6 [307fb20] - 6.1.6) <6C07E2FD-5994-3869-B02E-0438ACF75523> /Applications/Max 6.1//objectview 0x75e7000 - 0x75e8ffd +com.cycling74.setplugpath (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//setplugpath 0x75eb000 - 0x75eeff4 +com.cycling74.zoomer (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//zoomer 0x87db000 - 0x87e4ff6 +com.cycling74.pianoroll (6.1.6 [307fb20] - 6.1.6) <6401C373-7289-3206-8FEC-72FCBB045FEB> /Applications/Max 6.1//pianoroll 0x87ea000 - 0x87f1fff +com.cycling74.polybuffer (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//polybuffer 0x87fa000 - 0x87fbffc +com.cycling74.loadmess (6.1.6 [307fb20] - 6.1.6) <03D4A935-B318-3A44-8732-A07808D458E2> /Applications/Max 6.1//loadmess 0xba86000 - 0xc94ff67 +com.cycling74.clang (6.1.6 [307fb20] - 6.1.6) <19EACFB6-1678-3FB0-AF9B-1FF82BA878EF> /Applications/Max 6.1//clang 0xcc38000 - 0xccf6ffb +com.cycling74.genpatcher (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//genpatcher 0xcd73000 - 0xcdc5ff7 +com.cycling74.MaxLua (1.0) <26844219-E5EA-3636-95DF-3FF0FC061CEF> /Applications/Max 6.1/Max.app/Contents/Frameworks/MaxLua.framework/Versions/A/MaxLua 0xcde9000 - 0xce1cff3 +com.cycling74.live-guilib (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//live.guilib 0xd038000 - 0xd068fff +com.cycling74.querylib (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//querylib 0xd08b000 - 0xd0f8ff9 +com.cycling74.sqlite (6.1.6 [307fb20] - 6.1.6) <5F88B113-99C8-3349-AEFF-7D3CC60DCEE0> /Applications/Max 6.1//sqlite 0xd19f000 - 0xd1aaff5 +com.cycling74.sfplay32- (6.1.6 [307fb20] - 6.1.6) <7FC4D67A-910C-34EA-9DDD-D60FF6EDF4EC> /Applications/Max 6.1//sfplay32~ 0xd1b2000 - 0xd1e6fff +com.cycling74.yaml (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//yaml 0xd2d9000 - 0xd2deffd +com.cycling74.comment (6.1.6 [307fb20] - 6.1.6) <9025598C-A046-3E55-AA23-8B904584EDA0> /Applications/Max 6.1//comment 0xd2f1000 - 0xd2f4ff3 +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit 0xd2f9000 - 0xd2f9ffe +com.cycling74.itoa (6.1.6 [307fb20] - 6.1.6) <5C6E0C35-2675-38EE-8493-BFA8F01784DE> /Applications/Max 6.1//itoa 0xd2fc000 - 0xd2fcffe +com.cycling74.append (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//append 0xd426000 - 0xd47efff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder 0xd4a2000 - 0xd562fff +net.sourceforge.webcam-osx.common (0.9.2 - 0.9.2) /Library/QuickTime/macam.component/Contents/MacOS/macam 0xd6fc000 - 0xd6fcffc +com.cycling74.prepend (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//prepend 0xd869000 - 0xd86afff +com.cycling74.patcherargs (6.1.6 [307fb20] - 6.1.6) <262F52FD-F131-3C02-B352-13BC50CDB580> /Applications/Max 6.1//patcherargs 0xd86d000 - 0xd86dffd +com.cycling74.modifiers (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//modifiers 0xd870000 - 0xd871ffe +com.cycling74.timer (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//timer 0xf30e000 - 0xf313ffc +com.cycling74.fpic (6.1.6 [307fb20] - 6.1.6) <30A33621-7568-32EC-8445-DEE3D8EE2454> /Applications/Max 6.1//fpic 0xf31a000 - 0xf326ffb +com.cycling74.tab (6.1.6 [307fb20] - 6.1.6) <6D3E0E86-D3B8-3C01-BA77-B6A10CE71C73> /Applications/Max 6.1//tab 0x107e8000 - 0x107eeffc +com.cycling74.message (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//message 0x109c5000 - 0x109cbfff +com.cycling74.coll (6.1.6 [307fb20] - 6.1.6) <49D5ABAD-4B95-350D-8B0A-1706A308E93D> /Applications/Max 6.1//coll 0x109d2000 - 0x109d5fff +com.cycling74.toggle (6.1.6 [307fb20] - 6.1.6) <7FFC48EE-9AE1-3E40-B10D-3A2D8919426A> /Applications/Max 6.1//toggle 0x109db000 - 0x109defff +com.cycling74.button (6.1.6 [307fb20] - 6.1.6) <22E08779-13CB-3F51-93A0-A19513741F7D> /Applications/Max 6.1//button 0x109e4000 - 0x109e5ffe +com.cycling74.pipe (6.1.6 [307fb20] - 6.1.6) <440105B8-3F9C-3E92-9E96-0B0B7581E2B2> /Applications/Max 6.1//pipe 0x109e9000 - 0x109e9ffc +com.cycling74.mousestate (6.1.6 [307fb20] - 6.1.6) <630F5D91-CDEE-3A8E-AD7B-66FE5DCFCCD9> /Applications/Max 6.1//mousestate 0x109fc000 - 0x109fdffb +com.cycling74.jsfolder (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//jsfolder 0x10c86000 - 0x10c9eff7 +com.cycling74.js (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//js 0x10caa000 - 0x10ed2fff +libmozjs185.dylib (1) <1CB34A94-2E65-32F9-8AF4-33D1FCA515BE> /Applications/Max 6.1/Max.app/Contents/Frameworks/libmozjs185.dylib 0x10f74000 - 0x10f78fff +com.cycling74.jsjitter (6.1.6 [307fb20] - 6.1.6) <340982EF-DE9C-3E62-8D79-38F2BE8E9A13> /Applications/Max 6.1//jsjitter 0x10f7d000 - 0x10f81ffb +com.cycling74.jsliveapi (6.1.6 [307fb20] - 6.1.6) <4F0C91F5-1E4E-3970-AC54-F669F999393A> /Applications/Max 6.1//jsliveapi 0x10f86000 - 0x10f87fff +com.cycling74.jssqlite (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//jssqlite 0x10f8a000 - 0x10f8affb +com.cycling74.jssqlresult (6.1.6 [307fb20] - 6.1.6) <83C48FCB-407A-3A19-85AE-84D8FA550959> /Applications/Max 6.1//jssqlresult 0x10f8d000 - 0x10f8ffff +com.cycling74.jstrigger (6.1.6 [307fb20] - 6.1.6) <4AD0CDC2-F22E-366A-85B0-D605429BA5D1> /Applications/Max 6.1//jstrigger 0x10fd4000 - 0x10fd4fff +com.cycling74.delay (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//delay 0x10fd7000 - 0x10fd7ffc +com.cycling74.togedge (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//togedge 0x10fda000 - 0x10fe1ff8 +com.cycling74.textedit (6.1.6 [307fb20] - 6.1.6) <87E70823-D550-3E20-AA59-5656D2F38C6C> /Applications/Max 6.1//textedit 0x10fed000 - 0x10fedffc +com.cycling74.dialog (6.1.6 [307fb20] - 6.1.6) <2BA6FC1A-55EA-3319-882A-1B074AD81F8B> /Applications/Max 6.1//dialog 0x10ff0000 - 0x10ff1fff +com.cycling74.counter (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//counter 0x10ff5000 - 0x10ff6fff +com.cycling74.metro (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//metro 0x10ffa000 - 0x10ffafff +com.cycling74.bondo (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//bondo 0x10ffd000 - 0x10ffdffa +com.cycling74.numkey (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//numkey 0x11e04000 - 0x11e0eff9 +com.cycling74.number (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1/_/number 0x136c8000 - 0x13914ffb +edu.cmu.ml (1.0) /Users/USER/*/ml 0x8fe24000 - 0x8fe56e57 dyld (210.2.3) <4D38DEED-9837-3202-B8E9-41272D01EA2C> /usr/lib/dyld 0x90007000 - 0x9004fff5 com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x90050000 - 0x90054ffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib 0x90055000 - 0x90438fff com.apple.HIToolbox (2.0 - 626.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x90439000 - 0x9043bfff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib 0x9043c000 - 0x90449ff7 com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x9044a000 - 0x90454ffe com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x90455000 - 0x905aeffb com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <461C4CCD-5F52-3D2F-AE22-D0CA7EF3F01A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x905af000 - 0x905b3fff com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x905b4000 - 0x905bbffb libunwind.dylib (35.1) /usr/lib/system/libunwind.dylib 0x905bc000 - 0x905c0ff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib 0x905c1000 - 0x905c2fff libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib 0x905c3000 - 0x90629fff com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x9062a000 - 0x90685ff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x90686000 - 0x90689ff7 com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x9068a000 - 0x9069cfff libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib 0x90744000 - 0x90788ff7 libGLU.dylib (8.10.1) <5520818E-F290-3942-80B8-370CF9C9B54C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x907cc000 - 0x907ccfff com.apple.vecLib (3.8 - vecLib 3.8) <2D2064EB-FDD5-38AB-B722-4AFA4C6EE0C9> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x907cd000 - 0x907f2ff7 com.apple.quartzfilters (1.8.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x907f3000 - 0x907f3fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x907f4000 - 0x907f7ff7 libcompiler_rt.dylib (30) /usr/lib/system/libcompiler_rt.dylib 0x907f8000 - 0x90807fff libGL.dylib (8.10.1) <74BE67B7-9EA0-3F16-B43B-48CB92C9ED27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x90808000 - 0x90b28ff3 com.apple.Foundation (6.8 - 945.18) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x90b29000 - 0x90b56ffe libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib 0x90b57000 - 0x90b6aff9 com.apple.MultitouchSupport.framework (237.4 - 237.4) <59197044-E513-3223-9337-6EB0F828CB82> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x90b6b000 - 0x90baaff7 com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x90bab000 - 0x90baeff3 com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x90baf000 - 0x90bb5fff libGFXShared.dylib (8.10.1) <99622AD6-7A1D-368E-B163-A38400885B45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x90bb6000 - 0x90bbafff com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x90bbb000 - 0x90bbcfff libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib 0x90f36000 - 0x90f5ffff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib 0x90f60000 - 0x9109bff7 libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x9114f000 - 0x915f6ffb com.apple.CoreAUC (6.22.03 - 6.22.03) <054DADA8-A077-3BF0-8BEA-C568E7360E75> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x915fc000 - 0x916b0fff com.apple.coreui (2.0 - 181.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x9194c000 - 0x9194cffd libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib 0x9194d000 - 0x9196afff libCRFSuite.dylib (33) /usr/lib/libCRFSuite.dylib 0x919cd000 - 0x91a48ff3 com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x91a49000 - 0x91a52ffd com.apple.audio.SoundManager (4.0 - 4.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x91ad1000 - 0x91afeffb com.apple.CoreServicesInternal (154.3 - 154.3) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x91aff000 - 0x91b0bff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib 0x91bee000 - 0x91c63ff7 com.apple.ApplicationServices.ATS (332 - 341.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x91c64000 - 0x91cb3ff6 libTIFF.dylib (851) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91cb4000 - 0x91cb4fff com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x91cb5000 - 0x91cb8ffc libCoreVMClient.dylib (32.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x91cb9000 - 0x91ce4ff9 com.apple.framework.Apple80211 (8.5 - 850.252) <74845A5A-3660-3B50-BDB3-334275E0B461> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x91ce5000 - 0x91db9ff3 com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x91dba000 - 0x9204ffff com.apple.RawCamera.bundle (5.02 - 725) <2F8F4543-26DD-30E3-A6C8-9A9F12E63D31> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x92050000 - 0x92065fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x9206c000 - 0x92164ff9 libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib 0x9219d000 - 0x922adff3 com.apple.QuickTimeImporters.component (7.7.1 - 2599.41) <3BAE1011-3C8C-353A-8F10-D58E702AF1D9> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0x922ae000 - 0x92358fff com.apple.LaunchServices (539.9 - 539.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x92359000 - 0x92362ff9 com.apple.CommonAuth (3.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x92393000 - 0x923a1fff libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib 0x923a4000 - 0x923a8fff com.apple.OpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x923b7000 - 0x923c5ff3 libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib 0x923c6000 - 0x923c6fff com.apple.Accelerate (1.8 - Accelerate 1.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x923c7000 - 0x923d3ffe libkxld.dylib (2050.48.12) <44C8E278-D8CA-3CF4-B3F4-0299654EB341> /usr/lib/system/libkxld.dylib 0x923d4000 - 0x923d8ffc libGIF.dylib (851) <4821D945-2E32-3007-8E97-4A69807046FF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x923d9000 - 0x923f8ff3 com.apple.Ubiquity (1.2 - 243.15) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x923f9000 - 0x92407ff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib 0x92408000 - 0x924fcff3 com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x924fd000 - 0x925bbff3 com.apple.ColorSync (4.8.0 - 4.8.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x9265e000 - 0x9267cff3 com.apple.openscripting (1.3.6 - 148.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x92689000 - 0x928e2ff5 com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x928e3000 - 0x928e3fff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib 0x9293d000 - 0x92be0ff3 com.apple.CoreImage (8.4.0 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x92be1000 - 0x92be8fff libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib 0x92be9000 - 0x92c0eff7 com.apple.CoreVideo (1.8 - 99.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x92c0f000 - 0x92c7effb com.apple.Heimdal (3.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x92c7f000 - 0x92c86fff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib 0x92c87000 - 0x92ce0fff com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x92ce1000 - 0x92d5dff3 com.apple.Metadata (10.7.0 - 707.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x92d5e000 - 0x92dacff3 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x92dad000 - 0x92defff7 libcups.2.dylib (327.7) <6FAC537D-7EC3-3E82-B6E8-F87DE07546B5> /usr/lib/libcups.2.dylib 0x92df0000 - 0x92e52fff libc++.1.dylib (65.1) /usr/lib/libc++.1.dylib 0x92eaa000 - 0x92edbfff com.apple.DictionaryServices (1.2 - 184.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x92edc000 - 0x9331eff7 com.apple.CoreGraphics (1.600.0 - 333.1) <76C4858B-AD0A-3165-A65D-64729D6F186C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9331f000 - 0x9331ffff com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x93367000 - 0x933f9ffb libvMisc.dylib (380.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x933fa000 - 0x933fafff com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x933fb000 - 0x93424ff7 libRIP.A.dylib (333.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x93425000 - 0x936e5ff3 com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x936e6000 - 0x937bcfff com.apple.DiscRecording (7.0 - 7000.2.4) <4C51CD9C-0E0E-3836-BA7F-62B1076FB974> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x937bd000 - 0x937befff libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib 0x937bf000 - 0x937c0ffd libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib 0x937c1000 - 0x937c8ff3 com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x937c9000 - 0x937e3ffc libsystem_kernel.dylib (2050.48.12) <9B50E922-DCEA-3066-A9B2-613A6D2C5C69> /usr/lib/system/libsystem_kernel.dylib 0x937e7000 - 0x9381aff3 com.apple.GSS (3.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x9381b000 - 0x93838ff7 libresolv.9.dylib (51) /usr/lib/libresolv.9.dylib 0x93839000 - 0x93c56fff FaceCoreLight (2.4.1) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x93c57000 - 0x93c61fff com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x93c62000 - 0x93c6bfff com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x93c6c000 - 0x93c81fff com.apple.ImageCapture (8.0 - 8.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x93c82000 - 0x93c82ffd com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93c83000 - 0x93c9aff4 com.apple.CoreMediaAuthoring (2.1 - 914) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x93ca7000 - 0x93cd3ff7 libsystem_info.dylib (406.17) /usr/lib/system/libsystem_info.dylib 0x93ff7000 - 0x94001fff libCSync.A.dylib (333.1) <27FD0A7B-AC65-33AB-8F61-3AEF08FC21C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x94002000 - 0x94002fff libSystem.B.dylib (169.3) <0A82D354-A1B4-3F3E-8C7E-5047C38D4668> /usr/lib/libSystem.B.dylib 0x94029000 - 0x94112ff7 libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib 0x94113000 - 0x94135fff libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib 0x94136000 - 0x94152fff libPng.dylib (851) <8814CC4D-A472-32CD-8D5C-24F35240F28B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x94153000 - 0x94383fff com.apple.QuartzComposer (5.1 - 287.1) <6C0C66F9-BC18-3216-88CC-BAE86937448B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x94384000 - 0x943a4ffd com.apple.ChunkingLibrary (2.0 - 133.3) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x943a5000 - 0x94653ffb com.apple.MediaToolbox (1.0 - 926.106) <37A0FC0E-9BC6-3B6B-9F06-489813758F67> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x94654000 - 0x94654fff com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x94655000 - 0x94811ffd libicucore.A.dylib (491.11.3) /usr/lib/libicucore.A.dylib 0x94814000 - 0x9481ffff libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib 0x94831000 - 0x9487dfff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib 0x9497c000 - 0x94c81ff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x94c82000 - 0x94cdcff3 com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x94d0b000 - 0x94d13fff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib 0x94d14000 - 0x94d6bff7 com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x9568c000 - 0x957e9ffb com.apple.QTKit (7.7.1 - 2599.41) <9514F791-9ED4-3C00-84F7-D87B5FB254FF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x957ea000 - 0x95899ff7 com.apple.CoreText (260.0 - 275.17) <433387A6-69C1-32A5-9B61-9E2F6A5F9040> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x9589a000 - 0x9591fff7 com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x95920000 - 0x9596effb libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x9596f000 - 0x95b57ffb com.apple.CoreFoundation (6.8 - 744.19) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x95b58000 - 0x95ca6ffb com.apple.CFNetwork (596.5 - 596.5) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x95cc1000 - 0x95cc3fff com.apple.securityhi (4.0 - 55002) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x95cc4000 - 0x95d25ff7 com.apple.audio.CoreAudio (4.1.2 - 4.1.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x95d26000 - 0x95d8aff7 com.apple.datadetectorscore (4.1 - 269.3) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x95d8b000 - 0x95da1fff com.apple.CFOpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x95da2000 - 0x95de4ffb com.apple.RemoteViewServices (2.0 - 80.6) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x95de5000 - 0x95ef2057 libobjc.A.dylib (532.2) /usr/lib/libobjc.A.dylib 0x95ef3000 - 0x95ef4fff liblangid.dylib (116) /usr/lib/liblangid.dylib 0x95ef5000 - 0x95f1affb com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x95f1b000 - 0x95f21fff com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x95f22000 - 0x9631efeb com.apple.VideoToolbox (1.0 - 926.106) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x9631f000 - 0x96366ff7 com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x96367000 - 0x963b7ff7 com.apple.CoreMediaIO (309.0 - 4163.1) <2CB854AA-072B-3829-B7D9-133CFEC6272F> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x963b8000 - 0x963caff7 libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib 0x963cb000 - 0x963ccfff libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib 0x963cd000 - 0x963d7fff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib 0x963d8000 - 0x96790ffa libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x96791000 - 0x967b5fff libJPEG.dylib (851) <2425AE18-C181-3371-922F-4A09C1AC71CD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x967b6000 - 0x967c4fff com.apple.opengl (1.8.10 - 1.8.10) <385E048A-FFB2-348A-8F80-572C2494A776> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x967cf000 - 0x96837ff7 com.apple.framework.IOKit (2.0.1 - 755.42.1) <230C6EEC-A926-3720-82DB-25D0FAAEF962> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x96838000 - 0x9689cff3 libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib 0x9689d000 - 0x96b0affb com.apple.imageKit (2.2 - 673) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x96b0b000 - 0x96b2ffff com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x96b30000 - 0x96bcdff7 com.apple.PDFKit (2.8.5 - 2.8.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x96bd5000 - 0x96c1aff7 com.apple.NavigationServices (3.7 - 200) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x96c1b000 - 0x96c75fff com.apple.Symbolication (1.3 - 93) <227F64A9-FC28-3680-BE92-FFAE86FD4866> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x96cac000 - 0x96cb5fff com.apple.CommerceCore (1.0 - 26.2) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x96cb6000 - 0x96cd3fff libxpc.dylib (140.43) /usr/lib/system/libxpc.dylib 0x96cd5000 - 0x96d0bffb com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x96d0c000 - 0x96d0cfff com.apple.Carbon (154 - 155) <17F1B675-E054-3D2C-900B-C9CE69F1FC31> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x96d0d000 - 0x96dadff7 com.apple.QD (3.42.1 - 285.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x96dae000 - 0x96eacff7 libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x96ead000 - 0x96f48fff com.apple.CoreSymbolication (3.0 - 117) <9ECC6770-6FBB-36B3-A4EE-0B60875019A9> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x96f49000 - 0x971c5ff7 com.apple.QuickTime (7.7.1 - 2599.41) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x971c6000 - 0x97efeff7 com.apple.QuickTimeComponents.component (7.7.1 - 2599.41) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x97eff000 - 0x97f16fff com.apple.GenerationalStorage (1.1 - 132.3) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x97f17000 - 0x97f1afff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x97f1b000 - 0x97f34fff com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x97f35000 - 0x98068ff3 com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x98069000 - 0x980c4fff com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x9817d000 - 0x981e4fe7 libvDSP.dylib (380.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x9821d000 - 0x9821fffb libRadiance.dylib (851) <2739A726-2E9C-38DC-8A6E-412ABDC14405> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x98227000 - 0x9826eff3 com.apple.CoreMedia (1.0 - 926.106) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x9826f000 - 0x982c9ffb com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x982ca000 - 0x983d7ff3 com.apple.ImageIO.framework (3.2.2 - 851) <36EEBDDC-0619-327E-826F-4413217C9D21> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x983d8000 - 0x984f4ffb com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x984f5000 - 0x98537fff libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib 0x98568000 - 0x9877ffff com.apple.CoreData (106.1 - 407.7) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x98780000 - 0x98817ff7 com.apple.ink.framework (10.8.2 - 150) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x98818000 - 0x988d5ffb libsystem_c.dylib (825.40.1) /usr/lib/system/libsystem_c.dylib 0x988d6000 - 0x989c7ffc libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib 0x989c8000 - 0x98b51ff7 com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x98b52000 - 0x98c6aff7 com.apple.coreavchd (5.6.0 - 5600.4.16) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x98c6b000 - 0x98cb5ff7 com.apple.framework.CoreWLAN (3.4 - 340.18) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x98cb6000 - 0x98cb7ffd com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x98cb8000 - 0x98cbfffe com.apple.agl (3.2.1 - AGL-3.2.1) /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x98cd1000 - 0x98d28ff3 com.apple.HIServices (1.20 - 417) <30AA0F48-A397-339E-BC62-24620B2B35BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x98d29000 - 0x98dc1fff com.apple.CoreServices.OSServices (557.6 - 557.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x98dc2000 - 0x98dfdfef libGLImage.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x98dfe000 - 0x98e0eff2 com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x995dc000 - 0x995dfff9 libCGXType.A.dylib (333.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x995e0000 - 0x996ebff7 libJP2.dylib (851) <0D40428F-B7BE-307B-BEDB-256A7FED9804> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x996ec000 - 0x996f8ff7 com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x996f9000 - 0x996f9fff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib 0x996fa000 - 0x99704fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x99705000 - 0x99706fff libsystem_sandbox.dylib (220.3) /usr/lib/system/libsystem_sandbox.dylib 0x99707000 - 0x99781ff7 com.apple.securityfoundation (6.0 - 55115.4) <4843FAEA-8161-34B3-A1F1-720154884E34> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x99782000 - 0x9978effa com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x9978f000 - 0x99791ffd libCVMSPluginSupport.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x99795000 - 0x9990dff5 com.apple.QuartzCore (1.8 - 304.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x9990e000 - 0x9a4caff3 com.apple.AppKit (6.8 - 1187.40) <94E92235-7AD9-37EF-9B7C-B79074762370> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x9a4cb000 - 0x9a4ceffc libpam.2.dylib (20) /usr/lib/libpam.2.dylib

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

VM Region Summary: ReadOnly portion of Libraries: Total=222.2M resident=124.1M(56%) swapped_out_or_unallocated=98.1M(44%) Writable regions: Total=200.7M written=64.7M(32%) resident=107.3M(53%) swapped_out=2236K(1%) unallocated=93.3M(47%)

REGION TYPE VIRTUAL =========== ======= CG backing stores 22.0M CG image 8K CG raster data 196K CG shared images 320K CoreServices 11.8M JS JIT generated code 192K JS JIT generated code (reserved) 64K reserved VM address space (unallocated) MALLOC 141.7M MALLOC guard page 48K Memory tag=240 4K Memory tag=242 12K Memory tag=243 4K Memory tag=249 192K Memory tag=35 3068K Stack 68.1M VM_ALLOCATE 21.7M DATA 12.4M DATA/OBJC 296K IMAGE 528K IMPORT 12K LINKEDIT 48.1M MFRT 4K OBJC 2604K OBJC/DATA 44K PAGEZERO 4K TEXT 174.1M __UNICODE 544K mapped file 89.3M shared memory 36.8M =========== ======= TOTAL 633.9M TOTAL, minus reserved VM space 633.9M

Model: MacBookPro10,1, BootROM MBP101.00EE.B03, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 2.3f36 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.17) Bluetooth: Version 4.1.7f2 12718, 3 service, 13 devices, 3 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SD512E, 500.28 GB USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3 USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2 USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0x1d180000 / 3 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0262, 0x1d182000 / 9 USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8286, 0x1d181300 / 5

jamiebullock commented 10 years ago

Sorry about that, this object was broken by the recent GRT updates. The code looks like Nick was halfway through working on the GRT::PeakDetection class in a recent update. I've mentioned the issue here: http://www.nickgillian.com/forum/index.php?topic=73.msg308#msg308 I'm anticipating he'll be on this pretty soon.

However, our object still shouldn't be crashing like this. I had put some meaningful error messages catching things, but clearly not enough. I'll have it print an error to the console when it first starts up stating that the object is currently broken.

batchku commented 10 years ago

i'm noticing that i still have this crashing problem. sending any numbers into the ml.peak object from the numberbox in the helpfile crashes max right away; another log below:


Process: Max [7471] Path: /Applications/Max 6.1/Max.app/Contents/MacOS/Max Identifier: com.cycling74.Max Version: 6.1.6 307fb20 Code Type: X86 (Native) Parent Process: launchd [255] User ID: 501

Date/Time: 2014-03-19 10:02:10.772 -0400 OS Version: Mac OS X 10.8.5 (12F45) Report Version: 10 Sleep/Wake UUID: 4C53C349-F07C-4299-8B23-0FD88388F0E6

Interval Since Last Report: 18968 sec Crashes Since Last Report: 1 Per-App Interval Since Last Report: 112686 sec Per-App Crashes Since Last Report: 1 Anonymous UUID: BACEBE54-D9AE-0A29-91B3-945D80BE292C

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

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

VM Regions Near 0x415d62a4: CoreServices 000000003899e000-000000003956d000 [ 11.8M] rw-/rwx SM=COW
--> __TEXT 000000008fe37000-000000008fe6a000 [ 204K] r-x/rwx SM=COW /usr/lib/dyld

Application Specific Information: Java information: Exception type: Bus Error (0xa) at pc=000000000006bbb1

Java VM: Java HotSpot(TM) Client VM (20.65-b04-462 mixed mode macosx-x86)

Current thread (0000000019b36800): JavaThread "AWT-AppKit" [_thread_in_native, id=-1396749784, stack(00000000bf800000,00000000c0000000)] Stack: [00000000bf800000,00000000c0000000]

Java Threads: ( => current thread ) 000000001a38bc00 JavaThread "Thread-4" [_thread_in_native, id=-1337921536, stack(00000000b038f000,00000000b040f000)] 0000000031355000 JavaThread "AWT-Shutdown" [_thread_blocked, id=-1313067008, stack(00000000b1ac3000,00000000b1bc3000)] 0000000019cfd400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1315180544, stack(00000000b18bf000,00000000b19bf000)] 0000000019cfc400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1316237312, stack(00000000b17bd000,00000000b18bd000)] 0000000019cfb400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1317294080, stack(00000000b16bb000,00000000b17bb000)] 0000000019cfa400 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1318350848, stack(00000000b15b9000,00000000b16b9000)] 000000003133d000 JavaThread "Finalizer" daemon [_thread_blocked, id=-1319407616, stack(00000000b14b7000,00000000b15b7000)] 000000001a33a400 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1320464384, stack(00000000b13b5000,00000000b14b5000)] =>0000000019b36800 JavaThread "AWT-AppKit" [_thread_in_native, id=-1396749784, stack(00000000bf800000,00000000c0000000)] Other Threads: 0000000032b35000 VMThread [stack: 00000000b12b3000,00000000b13b3000] [id=-1321521152] 0000000019d06c00 WatcherThread [stack: 00000000b19c1000,00000000b1ac1000] [id=-1314123776]

VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None

Heap par new generation total 14784K, used 5887K [000000001c810000, 000000001d810000, 000000001e810000) eden space 13184K, 44% used [000000001c810000, 000000001cdc84a8, 000000001d4f0000) from space 1600K, 1% used [000000001d4f0000, 000000001d4f7890, 000000001d680000) to space 1600K, 0% used [000000001d680000, 000000001d680000, 000000001d810000) concurrent mark-sweep generation total 49152K, used 340K [000000001e810000, 0000000021810000, 000000002c810000) concurrent-mark-sweep perm gen total 12288K, used 4367K [000000002c810000, 000000002d410000, 0000000030810000)

Code Cache [000000001a801000, 000000001a8a2000, 000000001c801000) total_blobs=264 nmethods=129 adapters=79 free_code_cache=32897728 largest_free_block=0

Virtual Machine Arguments: JVM Args: -Xincgc -Xms64m -Xmx256m Java Command: Launcher Type: generic Physical Memory: Page Size = 4k, Total = 16384M, Free = 220M

Thread 0 Crashed:: Java: AWT-AppKit Dispatch queue: com.apple.main-thread 0 com.cycling74.Max 0x0006bbb1 outlet_float + 743 1 com.cycling74.MaxAPI 0x02702335 outlet_float + 53 2 edu.cmu.ml 0x121b77bc flext_base_single_d::ToSysFloat(int, float) const + 108 3 edu.cmu.ml 0x121b6a3b flext_base_single_d::ToOutFloat(int, float) const + 91 4 edu.cmu.ml 0x12065db4 ml::ml_peak::update(float) + 132 5 edu.cmu.ml 0x1206680a ml::ml_peak::flext_c_update(flext_base_singled, float&) + 42 6 edu.cmu.ml 0x121b5523 flext_base_single_d::TryMethTag(flext_base_singled::Item, symbol const, int, atom const) + 1107 7 edu.cmu.ml 0x121b5868 flext_base_singled::FindMeth(int, symbol const, int, atom const_) + 184 8 edu.cmu.ml 0x121b5cd5 flext_base_singled::CbMethodHandler(int, symbol const, int, atom const_) + 101 9 edu.cmu.ml 0x121b7cc9 flext_base_single_d::cb_float(flexthdr, double) + 169 10 com.cycling74.Max 0x0006bc76 outlet_float + 940 11 com.cycling74.number 0x11d408ee jflonummousedragdelta + 351 12 com.cycling74.Max 0x0011877d BoxComponent::mouseDrag(juce::MouseEvent const&) + 451 13 com.cycling74.Max 0x00382df5 juce::Component::internalMouseDrag(juce::MouseInputSource&, juce::Point const&, juce::Time const&) + 291 14 com.cycling74.Max 0x003d9364 juce::MouseInputSourceInternal::sendMouseDrag(juce::Component, juce::Point const&, long long) + 96 15 com.cycling74.Max 0x003d9625 juce::MouseInputSourceInternal::setScreenPos(juce::Point const&, long long, bool) + 229 16 com.cycling74.Max 0x003d9b2f juce::MouseInputSourceInternal::handleEvent(juce::ComponentPeer, juce::Point const&, long long, juce::ModifierKeys const&) + 281 17 com.cycling74.Max 0x003d8bab juce::MouseInputSource::handleEvent(juce::ComponentPeer, juce::Point const&, long long, juce::ModifierKeys const&) + 75 18 com.cycling74.Max 0x003ded19 juce::ComponentPeer::handleMouseEvent(int, juce::Point const&, juce::ModifierKeys const&, long long) + 103 19 com.cycling74.Max 0x0046ab2f juce::NSViewComponentPeer::sendMouseEvent(NSEvent) + 113 20 com.cycling74.Max 0x0046accd juce::NSViewComponentPeer::redirectMouseDrag(NSEvent) + 129 21 com.cycling74.Max 0x0046223d -[JuceNSView_1_52_105_3 mouseDragged:] + 34 22 com.apple.AppKit 0x99b52af1 -[NSWindow sendEvent:] + 7432 23 com.apple.AppKit 0x99b4d90f -[NSApplication sendEvent:] + 4278 24 com.apple.AppKit 0x99a6762c -[NSApplication run] + 951 25 com.cycling74.Max 0x0046808b juce::MessageManager::runDispatchLoop() + 731 26 com.cycling74.Max 0x00329a78 juce::JUCEApplication::main(juce::StringArray const&) + 68 27 com.cycling74.Max 0x00329b9b juce::JUCEApplication::main(int, char const**) + 73 28 com.cycling74.Max 0x00252486 main + 486 29 com.cycling74.Max 0x00002ef9 _start + 208 30 com.cycling74.Max 0x00002e28 start + 40

Thread 1: 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 com.cycling74.Max 0x004cf7c7 ThreadProc + 87 3 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 4 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x937de9ae kevent + 10 1 libdispatch.dylib 0x963bcc71 _dispatch_mgr_invoke + 993 2 libdispatch.dylib 0x963bc7a9 _dispatch_mgr_thread + 53

Thread 3: 0 libsystem_kernel.dylib 0x937dd8e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x98833280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x988b90d4 pthread_cond_timedwait$UNIX2003 + 70 3 com.cycling74.Max 0x0047845e juce::WaitableEventImpl::wait(int) + 168 4 ??? 0x00a70310 0 + 10945296 5 com.cycling74.Max 0x0046e01a juce::WaitableEvent::wait(int) const + 26 6 com.cycling74.Max 0x00480c4f juce::Thread::wait(int) const + 27 7 com.cycling74.Max 0x003800cb juce::InternalTimerThread::run() + 163 8 com.cycling74.Max 0x00480b72 juce::Thread::threadEntryPoint() + 130 9 com.cycling74.Max 0x0046d06c juce::threadEntryProc(void*) + 70 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 4: 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac machmsg + 68 2 com.apple.audio.midi.CoreMIDI 0x0091d22d XServerMachPort::ReceiveMessage(int&, void, int&) + 101 3 com.apple.audio.midi.CoreMIDI 0x0093aae0 MIDIProcess::RunMIDIInThread() + 144 4 com.apple.audio.midi.CoreMIDI 0x00940c48 MIDIProcess::MIDIInPortThread::Run() + 24 5 com.apple.audio.midi.CoreMIDI 0x0091e805 XThread::RunHelper(void_) + 17 6 com.apple.audio.midi.CoreMIDI 0x0091e2ee CAPThread::Entry(CAPThread*) + 196 7 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 8 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 5: 0 libsystem_kernel.dylib 0x937dd8e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x988332e9 _pthread_cond_wait + 938 2 libsystem_c.dylib 0x98833572 pthread_cond_timedwait_relative_np + 47 3 com.apple.CoreServices.CarbonCore 0x94a3f6ad TSWaitOnConditionTimedRelative + 177 4 com.apple.CoreServices.CarbonCore 0x94a3f184 TSWaitOnSemaphoreCommon + 272 5 com.apple.CoreServices.CarbonCore 0x94a3f40d TSWaitOnSemaphoreRelative + 24 6 com.apple.CoreServices.CarbonCore 0x94a251a3 TimerThread + 324 7 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 8 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 6: 0 libsystem_kernel.dylib 0x937dce9a __accept + 10 1 com.cycling74.Max 0x004575fd juce::StreamingSocket::waitForNextConnection() const + 219 2 com.cycling74.Max 0x00288126 tcpconnection_listenthread(_tcpconnection*) + 72 3 com.cycling74.Max 0x0006fd14 systhread_threadproc + 78 4 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 5 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 7:: Java: Exception Handler Thread 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libsystem_kernel.dylib 0x937db640 mach_msg_server + 620 3 libjvm.dylib 0x12fd1c5a 0x12fbc000 + 89178 4 libjvm.dylib 0x12fd1ae3 0x12fbc000 + 88803 5 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 6 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 7 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 8:: Java: Gang worker#0 (Parallel GC Threads) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x12fe7f39 0x12fbc000 + 180025 8 libjvm.dylib 0x12fe7e23 0x12fbc000 + 179747 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 9:: Java: Gang worker#1 (Parallel GC Threads) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x12fe7f39 0x12fbc000 + 180025 8 libjvm.dylib 0x12fe7e23 0x12fbc000 + 179747 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 10:: Java: Gang worker#2 (Parallel GC Threads) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x12fe7f39 0x12fbc000 + 180025 8 libjvm.dylib 0x12fe7e23 0x12fbc000 + 179747 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 11:: Java: Gang worker#3 (Parallel GC Threads) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x12fe7f39 0x12fbc000 + 180025 8 libjvm.dylib 0x12fe7e23 0x12fbc000 + 179747 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 12:: Java: Gang worker#4 (Parallel GC Threads) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x12fe7f39 0x12fbc000 + 180025 8 libjvm.dylib 0x12fe7e23 0x12fbc000 + 179747 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 13:: Java: Gang worker#5 (Parallel GC Threads) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x12fe7f39 0x12fbc000 + 180025 8 libjvm.dylib 0x12fe7e23 0x12fbc000 + 179747 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 14:: Java: Gang worker#6 (Parallel GC Threads) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x12fe7f39 0x12fbc000 + 180025 8 libjvm.dylib 0x12fe7e23 0x12fbc000 + 179747 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 15:: Java: Gang worker#7 (Parallel GC Threads) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x12fe7f39 0x12fbc000 + 180025 8 libjvm.dylib 0x12fe7e23 0x12fbc000 + 179747 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 16:: Java: Gang worker#0 (Parallel CMS Threads) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x132cdd4e 0x12fbc000 + 3218766 8 libjvm.dylib 0x12fe7e23 0x12fbc000 + 179747 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 17:: Java: Gang worker#1 (Parallel CMS Threads) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x132cdd4e 0x12fbc000 + 3218766 8 libjvm.dylib 0x12fe7e23 0x12fbc000 + 179747 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 18:: Java: Concurrent Mark-Sweep GC Thread 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x1319347c 0x12fbc000 + 1930364 8 libjvm.dylib 0x1318a93a 0x12fbc000 + 1894714 9 libjvm.dylib 0x13187634 0x12fbc000 + 1881652 10 libjvm.dylib 0x131755ce 0x12fbc000 + 1807822 11 libjvm.dylib 0x1318c448 0x12fbc000 + 1901640 12 libjvm.dylib 0x13190609 0x12fbc000 + 1918473 13 libjvm.dylib 0x131920c2 0x12fbc000 + 1925314 14 libjvm.dylib 0x12fee6e4 0x12fbc000 + 206564 15 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 16 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 17 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 19:: Java: VM Thread 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0d96 0x12fbc000 + 85398 3 libjvm.dylib 0x12fee8aa 0x12fbc000 + 207018 4 libjvm.dylib 0x12fd0ae4 0x12fbc000 + 84708 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x13069614 0x12fbc000 + 710164 8 libjvm.dylib 0x130692b3 0x12fbc000 + 709299 9 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 10 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 11 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 20:: Java: Reference Handler 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x13078780 0x12fbc000 + 771968 5 libjvm.dylib 0x13077c82 0x12fbc000 + 769154 6 libjvm.dylib 0x13077971 JVM_MonitorWait + 211 7 libjvmlinkage.dylib 0x09475dd5 JVM_MonitorWait + 69 8 ??? 0x1a80b9d9 0 + 444643801 9 ??? 0x1a803e31 0 + 444612145 10 ??? 0x1a803e31 0 + 444612145 11 ??? 0x1a801374 0 + 444601204 12 libjvm.dylib 0x1306a983 0x12fbc000 + 715139 13 libjvm.dylib 0x1306a6f5 0x12fbc000 + 714485 14 libjvm.dylib 0x13077619 0x12fbc000 + 767513 15 libjvm.dylib 0x130774a1 0x12fbc000 + 767137 16 libjvm.dylib 0x13077420 0x12fbc000 + 767008 17 libjvm.dylib 0x1307726d 0x12fbc000 + 766573 18 libjvm.dylib 0x130770a3 0x12fbc000 + 766115 19 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 20 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 21 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 21:: Java: Finalizer 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x13078780 0x12fbc000 + 771968 5 libjvm.dylib 0x13077c82 0x12fbc000 + 769154 6 libjvm.dylib 0x13077971 JVM_MonitorWait + 211 7 libjvmlinkage.dylib 0x09475dd5 JVM_MonitorWait + 69 8 ??? 0x1a80b9d9 0 + 444643801 9 ??? 0x1a803e31 0 + 444612145 10 ??? 0x1a803f97 0 + 444612503 11 ??? 0x1a803f97 0 + 444612503 12 ??? 0x1a801374 0 + 444601204 13 libjvm.dylib 0x1306a983 0x12fbc000 + 715139 14 libjvm.dylib 0x1306a6f5 0x12fbc000 + 714485 15 libjvm.dylib 0x13077619 0x12fbc000 + 767513 16 libjvm.dylib 0x130774a1 0x12fbc000 + 767137 17 libjvm.dylib 0x13077420 0x12fbc000 + 767008 18 libjvm.dylib 0x1307726d 0x12fbc000 + 766573 19 libjvm.dylib 0x130770a3 0x12fbc000 + 766115 20 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 21 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 22 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 22:: Java: Surrogate Locker Thread (Concurrent GC) 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd03da 0x12fbc000 + 82906 7 libjvm.dylib 0x13088a6c 0x12fbc000 + 838252 8 libjvm.dylib 0x130889b0 0x12fbc000 + 838064 9 libjvm.dylib 0x1307726d 0x12fbc000 + 766573 10 libjvm.dylib 0x130770a3 0x12fbc000 + 766115 11 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 12 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 13 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 23:: Java: Signal Dispatcher 0 libsystem_kernel.dylib 0x937db80a semaphore_wait_trap + 10 1 libjvm.dylib 0x1308935a 0x12fbc000 + 840538 2 libjvm.dylib 0x13088d30 0x12fbc000 + 838960 3 libjvm.dylib 0x1307726d 0x12fbc000 + 766573 4 libjvm.dylib 0x130770a3 0x12fbc000 + 766115 5 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 6 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 7 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 24:: Java: C1 CompilerThread0 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd03da 0x12fbc000 + 82906 7 libjvm.dylib 0x13090dee 0x12fbc000 + 871918 8 libjvm.dylib 0x1308a540 0x12fbc000 + 845120 9 libjvm.dylib 0x1308a2ea 0x12fbc000 + 844522 10 libjvm.dylib 0x1307726d 0x12fbc000 + 766573 11 libjvm.dylib 0x130770a3 0x12fbc000 + 766115 12 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 13 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 14 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 25:: Java: Low Memory Detector 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x12fd0ac8 0x12fbc000 + 84680 5 libjvm.dylib 0x12fd060d 0x12fbc000 + 83469 6 libjvm.dylib 0x12fd0497 0x12fbc000 + 83095 7 libjvm.dylib 0x1308b280 0x12fbc000 + 848512 8 libjvm.dylib 0x1307726d 0x12fbc000 + 766573 9 libjvm.dylib 0x130770a3 0x12fbc000 + 766115 10 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 11 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 12 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 26:: Java: VM Periodic Task Thread 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0d96 0x12fbc000 + 85398 3 libjvm.dylib 0x12fee8aa 0x12fbc000 + 207018 4 libjvm.dylib 0x1308de31 0x12fbc000 + 859697 5 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 6 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 7 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 27:: Java: AWT-Shutdown 0 libsystem_kernel.dylib 0x937db7ce mach_msg_trap + 10 1 libsystem_kernel.dylib 0x937dacac mach_msg + 68 2 libjvm.dylib 0x12fd0cc6 0x12fbc000 + 85190 3 libjvm.dylib 0x12fd0c02 0x12fbc000 + 84994 4 libjvm.dylib 0x13078780 0x12fbc000 + 771968 5 libjvm.dylib 0x13077c82 0x12fbc000 + 769154 6 libjvm.dylib 0x13077971 JVM_MonitorWait + 211 7 libjvmlinkage.dylib 0x09475dd5 JVM_MonitorWait + 69 8 ??? 0x1a80b9d9 0 + 444643801 9 ??? 0x1a803e31 0 + 444612145 10 ??? 0x1a803e31 0 + 444612145 11 ??? 0x1a80430d 0 + 444613389 12 ??? 0x1a801374 0 + 444601204 13 libjvm.dylib 0x1306a983 0x12fbc000 + 715139 14 libjvm.dylib 0x1306a6f5 0x12fbc000 + 714485 15 libjvm.dylib 0x13077619 0x12fbc000 + 767513 16 libjvm.dylib 0x130774a1 0x12fbc000 + 767137 17 libjvm.dylib 0x13077420 0x12fbc000 + 767008 18 libjvm.dylib 0x1307726d 0x12fbc000 + 766573 19 libjvm.dylib 0x130770a3 0x12fbc000 + 766115 20 libjvm.dylib 0x12fd056c 0x12fbc000 + 83308 21 libsystem_c.dylib 0x9882e5b7 _pthread_start + 344 22 libsystem_c.dylib 0x98818dce thread_start + 34

Thread 28: 0 libsystem_kernel.dylib 0x937de0ee __workq_kernreturn + 10 1 libsystem_c.dylib 0x988310ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x98830e79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x98818daa start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit): eax: 0x005bac10 ebx: 0x08d9df9c ecx: 0x415d6294 edx: 0x08d9df9c edi: 0x03018320 esi: 0x005bac10 ebp: 0xbfffef28 esp: 0xbfffeed0 ss: 0x00000023 efl: 0x00010212 eip: 0x0006bbb1 cs: 0x0000001b ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f cr2: 0x415d62a4 Logical CPU: 4

Binary Images: 0x1000 - 0x5a3ff7 +com.cycling74.Max (6.1.6 [307fb20] - 6.1.6) <04A104F3-9B23-3E1A-81E9-262FC951121E> /Applications/Max 6.1/Max.app/Contents/MacOS/Max 0x73f000 - 0x85effb com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x90f000 - 0x957ffb com.apple.audio.midi.CoreMIDI (1.9 - 78) <7AAE4076-36FA-37C1-9EAE-344F1C8F14D9> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x97c000 - 0x9a9ff3 com.apple.audio.CoreAudioKit (1.6.5 - 1.6.5) <42BE7C8C-9EF9-3F12-8827-961B349C5B31> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit 0x9bc000 - 0x9d2ffc libexpat.1.dylib (12) /usr/lib/libexpat.1.dylib 0xb4d000 - 0xb5aff3 com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0xc77000 - 0xc77fff +com.cycling74.fseventwatcher (6.1.6 [307fb20] - 6.1.6) <6CD89FBF-8C1F-3C64-9491-D0D70A3509B0> /Applications/Max 6.1//fseventwatcher 0x1097000 - 0x1d2cff3 com.apple.WebCore (8536 - 8536.30.2) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x24fb000 - 0x24fcffd +com.cycling74.augraph (6.1.6 [307fb20] - 6.1.6) <23C160FA-1EF0-3BDC-A808-B3E5C319A628> /Applications/Max 6.1//augraph 0x2700000 - 0x273cff9 +com.cycling74.MaxAPI (1.0 - 1.0) <0E6151BD-580A-3A4F-B084-7143A57237F3> /Applications/Max 6.1/Max.app/Contents/Frameworks/MaxAPI.framework/MaxAPI 0x37ed000 - 0x37f2fff com.apple.audio.AppleHDAHALPlugIn (2.4.7 - 2.4.7fc4) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x37f7000 - 0x37f9ff4 +com.cycling74.coremidi (6.1.6 [307fb20] - 6.1.6) <3F041800-5CB8-3FC0-8427-872160B5B12B> /Applications/Max 6.1//coremidi 0x37fd000 - 0x37fdffe +com.cycling74.midi-adrewire (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//midiadrewire 0x6ffa000 - 0x6ffcffa +com.cycling74.ad-coreaudio (6.1.6 [307fb20] - 6.1.6) <0E5C81B8-7592-3378-81E2-3DEA41E37055> /Applications/Max 6.1//adcoreaudio 0x88c7000 - 0x88c8ffb +com.cycling74.ad-nonreal (6.1.6 [307fb20] - 6.1.6) <3C24FE49-29F5-310B-BDD3-EAD380C2D4E1> /Applications/Max 6.1//adnonreal 0x88cb000 - 0x88dbff0 +com.cycling74.ad-portaudio (6.1.6 [307fb20] - 6.1.6) <9FE88E7D-BE26-387C-89AF-CE36FCA42BC3> /Applications/Max 6.1//adportaudio 0x88e7000 - 0x88efffb +com.cycling74.ad-rewire (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//adrewire 0x88f6000 - 0x88f7ffe +com.cycling74.debugwindow (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//debugwindow 0x8a00000 - 0x8a37ff0 +com.cycling74.MaxAudioAPI (1.0) <9EBEEE65-A310-31A2-92E2-07A9598A1037> /Applications/Max 6.1/Max.app/Contents/Frameworks/MaxAudioAPI.framework/Versions/A/MaxAudioAPI 0x8ba9000 - 0x8bafff9 +com.cycling74.autohelp (6.1.6 [307fb20] - 6.1.6) <33E8AD2D-0DF3-398E-A489-6376A3426317> /Applications/Max 6.1//autohelp 0x8bb5000 - 0x8bb7fff +com.cycling74.glstatus (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//glstatus 0x8bbb000 - 0x8bc1ffc +com.cycling74.maxzlib (6.1.6 [307fb20] - 6.1.6) <1AB9A126-1F25-3385-9F2F-14AD0AA8F358> /Applications/Max 6.1//maxzlib 0x8bc7000 - 0x8bc9fff +com.cycling74.objectview (6.1.6 [307fb20] - 6.1.6) <6C07E2FD-5994-3869-B02E-0438ACF75523> /Applications/Max 6.1//objectview 0x8c54000 - 0x8c7dff7 com.apple.datadetectors (4.0 - 199.1) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x8d0a000 - 0x8d0affe +com.cycling74.iter (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//iter 0x8d0d000 - 0x8d12ffc +com.cycling74.fpic (6.1.6 [307fb20] - 6.1.6) <30A33621-7568-32EC-8445-DEE3D8EE2454> /Applications/Max 6.1//fpic 0x8d19000 - 0x8d25ffb +com.cycling74.tab (6.1.6 [307fb20] - 6.1.6) <6D3E0E86-D3B8-3C01-BA77-B6A10CE71C73> /Applications/Max 6.1//tab 0x8df7000 - 0x8df8ffc +com.cycling74.sprintf (6.1.6 [307fb20] - 6.1.6) <9E40292C-EAEF-3DA8-A4CE-A44AC825E9EF> /Applications/Max 6.1//sprintf 0x8dfc000 - 0x8dfcfff +com.cycling74.times- (6.1.6 [307fb20] - 6.1.6) <2F9DDB8A-8185-3237-8C3F-566FBDDD934B> /Applications/Max 6.1//times~ 0x8f00000 - 0x8f0dffd +com.cycling74.multislider (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//multislider 0x8f1f000 - 0x8f23ffd com.apple.JavaVM (14.9.0 - 14.9.0) /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x8f2b000 - 0x8f2fffd JavaLaunching (1) /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching 0x8f37000 - 0x8f4cffe +com.cycling74.live-gain- (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//live.gain~ 0x8f59000 - 0x8f5dff8 +com.cycling74.ezdac- (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//ezdac~ 0x8f63000 - 0x8f64ffc +com.cycling74.phasor- (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//phasor~ 0x8f68000 - 0x8f6cfff +com.cycling74.biquad- (6.1.6 [307fb20] - 6.1.6) <2386CD39-F557-351C-BEAD-D52BD8DD6E45> /Applications/Max 6.1//biquad~ 0x8f70000 - 0x8f70ffe +com.cycling74.mtof (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//mtof 0x8f73000 - 0x8f7bffd libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0x8f84000 - 0x8f85ffc +com.cycling74.line (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//line 0x8f88000 - 0x8f8bffa +com.cycling74.gswitch2 (6.1.6 [307fb20] - 6.1.6) <56C2D6B1-F2E5-329F-95E0-8F4D4B4175FF> /Applications/Max 6.1/_/gswitch2 0x8f95000 - 0x8f95ff5 +cl_kernels (???) <90E220AD-2676-459B-9E52-950344B90ADD> cl_kernels 0x8f97000 - 0x9029fff unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8bgra.dylib 0x9475000 - 0x947cffb libjvmlinkage.dylib (1) /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjvmlinkage.dylib 0x9483000 - 0x948afff libverify.dylib (1.0 - 1.0) /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libverify.dylib 0x9574000 - 0x9575ffa +com.cycling74.ftom (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//ftom 0x9578000 - 0x957affe +com.cycling74.cycle- (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//cycle~ 0x9600000 - 0x9600ff8 +com.cycling74.cos- (6.1.6 [307fb20] - 6.1.6) <4E72E3D2-F51F-3FEA-A8A3-8821F5E632D9> /Applications/Max 6.1//cos~ 0x9603000 - 0x9603ffe +com.cycling74.plus- (6.1.6 [307fb20] - 6.1.6) <4D1DE693-FC2A-3E9C-AB17-EEFA29689418> /Applications/Max 6.1//plus~ 0x9606000 - 0x9606ffe +com.cycling74.minus- (6.1.6 [307fb20] - 6.1.6) <7606E13A-3FD3-3625-9E04-B2BCF9B5C69B> /Applications/Max 6.1//minus~ 0x9609000 - 0x9609ffe +com.cycling74.sig- (6.1.6 [307fb20] - 6.1.6) <4B059018-3FFC-3E15-8BAC-72247659ED36> /Applications/Max 6.1//sig~ 0x960c000 - 0x960dffe +com.cycling74.line- (6.1.6 [307fb20] - 6.1.6) <0BE31E3A-F037-36F1-A6C2-F220265A7A27> /Applications/Max 6.1//line~ 0x9611000 - 0x9611ffe +com.cycling74.clip- (6.1.6 [307fb20] - 6.1.6) <35970DC0-F72C-38C3-8A27-22070B7AF28A> /Applications/Max 6.1//clip~ 0x9614000 - 0x9614ffe +com.cycling74.modulo- (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//modulo~ 0x9617000 - 0x9617fff +com.cycling74.delta- (6.1.6 [307fb20] - 6.1.6) <7FFACFD1-592B-30A8-A01E-C02F3F535505> /Applications/Max 6.1//delta~ 0x961a000 - 0x961affd +com.cycling74.sah- (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//sah~ 0x961d000 - 0x961dfff +com.cycling74.maximum- (6.1.6 [307fb20] - 6.1.6) <9AF6476D-04E9-32E4-9C4A-13385C940E13> /Applications/Max 6.1//maximum~ 0x9620000 - 0x9620fff +com.cycling74.div- (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//div~ 0x9623000 - 0x9624ff8 +com.cycling74.snapshot- (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//snapshot~ 0x9628000 - 0x9628fff +com.cycling74.linedrive (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//linedrive 0x962c000 - 0x963affb +com.cycling74.umenu (6.1.6 [307fb20] - 6.1.6) <0BD5DD91-C7BC-3F15-A73B-1CD87C2A528D> /Applications/Max 6.1//umenu 0x9644000 - 0x9649fff +com.cycling74.radiogroup (6.1.6 [307fb20] - 6.1.6) <63FBC1D8-DA26-34BC-B37B-E898E4C41E58> /Applications/Max 6.1//radiogroup 0x9650000 - 0x9652ff2 +com.cnmat.OSC-route (1.0) <433336DB-6430-310B-A474-926816F8B9A7> /Users/USER//OSC-route 0x9655000 - 0x9657fff +com.cycling74.udpreceive (6.1.6 [307fb20] - 6.1.6) <2A1E9C84-5D40-32A8-9E98-558BD551FD29> /Applications/Max 6.1//udpreceive 0x965b000 - 0x965bffc +com.cycling74.conformpath (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//conformpath 0x965e000 - 0x965effe +com.cycling74.opendialog (6.1.6 [307fb20] - 6.1.6) <99EBD9E5-1D3F-3CE5-948F-E59CE94C129C> /Applications/Max 6.1//opendialog 0x9661000 - 0x9661ffd +com.cycling74.bgcolor (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//bgcolor 0x9665000 - 0x9669ff9 +com.cycling74.ubutton (6.1.6 [307fb20] - 6.1.6) <8AD3C8DD-DCCA-31EC-9749-D402F201B1C4> /Applications/Max 6.1//ubutton 0x96f3000 - 0x96f3fff +com.cycling74.pak (6.1.6 [307fb20] - 6.1.6) <63499941-DFEC-3A1E-996B-6FB1D4C7F056> /Applications/Max 6.1//pak 0x9724000 - 0x9738fff +com.cycling74.mxj (6.1.6 [307fb20] - 6.1.6) <44A3DCA8-1DD2-3E1A-B3AB-7A75053B75F6> /Applications/Max 6.1//mxj 0x9790000 - 0x9794fff +com.cycling74.scope- (6.1.6 [307fb20] - 6.1.6) <7D013858-5BEA-31FA-8C79-A31C1EFFE107> /Applications/Max 6.1//scope~ 0x9798000 - 0x9798ffc +com.cycling74.bitsafe- (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//bitsafe~ 0x97df000 - 0x97e8ff6 +com.cycling74.pianoroll (6.1.6 [307fb20] - 6.1.6) <6401C373-7289-3206-8FEC-72FCBB045FEB> /Applications/Max 6.1//pianoroll 0x97ee000 - 0x97f5fff +com.cycling74.polybuffer (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//polybuffer 0x97fc000 - 0x97fdffd +com.cycling74.setplugpath (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//setplugpath 0xbbe9000 - 0xbbf4ff5 +com.cycling74.sfplay32- (6.1.6 [307fb20] - 6.1.6) <7FC4D67A-910C-34EA-9DDD-D60FF6EDF4EC> /Applications/Max 6.1//sfplay32~ 0xbbfc000 - 0xbbfdffc +com.cycling74.loadmess (6.1.6 [307fb20] - 6.1.6) <03D4A935-B318-3A44-8732-A07808D458E2> /Applications/Max 6.1//loadmess 0xbd00000 - 0xcbc9f67 +com.cycling74.clang (6.1.6 [307fb20] - 6.1.6) <19EACFB6-1678-3FB0-AF9B-1FF82BA878EF> /Applications/Max 6.1//clang 0xce32000 - 0xcef0ffb +com.cycling74.genpatcher (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//genpatcher 0xcf6d000 - 0xcfbfff7 +com.cycling74.MaxLua (1.0) <26844219-E5EA-3636-95DF-3FF0FC061CEF> /Applications/Max 6.1/Max.app/Contents/Frameworks/MaxLua.framework/Versions/A/MaxLua 0xcfe3000 - 0xd016ff3 +com.cycling74.live-guilib (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//live.guilib 0xd273000 - 0xd2a3fff +com.cycling74.querylib (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//querylib 0xd2c6000 - 0xd333ff9 +com.cycling74.sqlite (6.1.6 [307fb20] - 6.1.6) <5F88B113-99C8-3349-AEFF-7D3CC60DCEE0> /Applications/Max 6.1//sqlite 0xd3da000 - 0xd40efff +com.cycling74.yaml (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//yaml 0xd43e000 - 0xd441ff4 +com.cycling74.zoomer (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//zoomer 0xd4c7000 - 0xd4ccffd +com.cycling74.comment (6.1.6 [307fb20] - 6.1.6) <9025598C-A046-3E55-AA23-8B904584EDA0> /Applications/Max 6.1//comment 0xd505000 - 0xd55dfff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder 0xd581000 - 0xd584ff3 +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit 0xd589000 - 0xd649fff +net.sourceforge.webcam-osx.common (0.9.2 - 0.9.2) /Library/QuickTime/macam.component/Contents/MacOS/macam 0xe929000 - 0xe929ffe +com.cycling74.itoa (6.1.6 [307fb20] - 6.1.6) <5C6E0C35-2675-38EE-8493-BFA8F01784DE> /Applications/Max 6.1//itoa 0xe92c000 - 0xe92cffe +com.cycling74.append (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//append 0xe92f000 - 0xe92fffc +com.cycling74.prepend (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//prepend 0xe932000 - 0xe932ffd +com.cycling74.modifiers (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//modifiers 0xfe50000 - 0xfe56ffc +com.cycling74.message (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//message 0xfff8000 - 0xfff9fff +com.cycling74.patcherargs (6.1.6 [307fb20] - 6.1.6) <262F52FD-F131-3C02-B352-13BC50CDB580> /Applications/Max 6.1//patcherargs 0xfffc000 - 0xfffdffe +com.cycling74.timer (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//timer 0x11100000 - 0x11106fff +com.cycling74.coll (6.1.6 [307fb20] - 6.1.6) <49D5ABAD-4B95-350D-8B0A-1706A308E93D> /Applications/Max 6.1//coll 0x11252000 - 0x11255fff +com.cycling74.toggle (6.1.6 [307fb20] - 6.1.6) <7FFC48EE-9AE1-3E40-B10D-3A2D8919426A> /Applications/Max 6.1//toggle 0x1125b000 - 0x1125efff +com.cycling74.button (6.1.6 [307fb20] - 6.1.6) <22E08779-13CB-3F51-93A0-A19513741F7D> /Applications/Max 6.1//button 0x112a5000 - 0x112a6ffe +com.cycling74.pipe (6.1.6 [307fb20] - 6.1.6) <440105B8-3F9C-3E92-9E96-0B0B7581E2B2> /Applications/Max 6.1//pipe 0x112aa000 - 0x112aaffc +com.cycling74.mousestate (6.1.6 [307fb20] - 6.1.6) <630F5D91-CDEE-3A8E-AD7B-66FE5DCFCCD9> /Applications/Max 6.1//mousestate 0x112ad000 - 0x112c5ff7 +com.cycling74.js (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//js 0x112f1000 - 0x112f2ffb +com.cycling74.jsfolder (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//jsfolder 0x112f5000 - 0x112f9fff +com.cycling74.jsjitter (6.1.6 [307fb20] - 6.1.6) <340982EF-DE9C-3E62-8D79-38F2BE8E9A13> /Applications/Max 6.1//jsjitter 0x11400000 - 0x11628fff +libmozjs185.dylib (1) <1CB34A94-2E65-32F9-8AF4-33D1FCA515BE> /Applications/Max 6.1/Max.app/Contents/Frameworks/libmozjs185.dylib 0x11afb000 - 0x11afcfff +com.cycling74.jssqlite (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//jssqlite 0x11c00000 - 0x11c04ffb +com.cycling74.jsliveapi (6.1.6 [307fb20] - 6.1.6) <4F0C91F5-1E4E-3970-AC54-F669F999393A> /Applications/Max 6.1//jsliveapi 0x11c09000 - 0x11c09ffb +com.cycling74.jssqlresult (6.1.6 [307fb20] - 6.1.6) <83C48FCB-407A-3A19-85AE-84D8FA550959> /Applications/Max 6.1//jssqlresult 0x11c0c000 - 0x11c0efff +com.cycling74.jstrigger (6.1.6 [307fb20] - 6.1.6) <4AD0CDC2-F22E-366A-85B0-D605429BA5D1> /Applications/Max 6.1//jstrigger 0x11c12000 - 0x11c12fff +com.cycling74.delay (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//delay 0x11c15000 - 0x11c15ffc +com.cycling74.togedge (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//togedge 0x11c59000 - 0x11c60ff8 +com.cycling74.textedit (6.1.6 [307fb20] - 6.1.6) <87E70823-D550-3E20-AA59-5656D2F38C6C> /Applications/Max 6.1//textedit 0x11cad000 - 0x11cadffc +com.cycling74.dialog (6.1.6 [307fb20] - 6.1.6) <2BA6FC1A-55EA-3319-882A-1B074AD81F8B> /Applications/Max 6.1//dialog 0x11cb0000 - 0x11cb1fff +com.cycling74.counter (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//counter 0x11cf6000 - 0x11cf7fff +com.cycling74.metro (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//metro 0x11cfb000 - 0x11cfbfff +com.cycling74.bondo (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//bondo 0x11d3f000 - 0x11d49ff9 +com.cycling74.number (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//number 0x11dd4000 - 0x11dd4ffa +com.cycling74.numkey (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//numkey 0x11ede000 - 0x11ee6fff +com.cycling74.number- (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//number~ 0x11eef000 - 0x11ef5ff8 +com.cycling74.zl (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//zl 0x12000000 - 0x1224cffb +edu.cmu.ml (1.0) /Users/USER//ml 0x1259d000 - 0x125a5fff JavaNativeFoundation (1) <56FBE5FF-FFC7-3E19-8B10-61EF15E53476> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation 0x12707000 - 0x12724fff libjava.jnilib (1) <40871206-048B-365F-84B5-34D6C572A6FC> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjava.jnilib 0x129db000 - 0x129e3fff com.apple.java.JavaRuntimeSupport (14.9.0 - 14.9.0) <9B6F1663-0846-34B0-BA43-8CF900B531C0> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport 0x129f0000 - 0x129fcfff libzip.jnilib (1) <692208D1-8E73-3224-8EE6-16CDD3F4F2D0> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libzip.jnilib 0x12cda000 - 0x12cddffc +com.cycling74.jit-matrix (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//jit.matrix 0x12fbc000 - 0x13323fee libjvm.dylib (1) /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Libraries/libjvm.dylib 0x133b1000 - 0x133b8ffa +com.cycling74.panel (6.1.6 [307fb20] - 6.1.6) /Applications/Max 6.1//panel 0x158e6000 - 0x158f9fef com.apple.FCP Uncompressed 422.component (2.0 - 546.9) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422 0x15fcf000 - 0x15ff0fff com.apple.AppleIntermediateCodec (2.0.1 - 5718) <6A70694B-21C7-381B-8DE3-CD6490C70A77> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec 0x1845d000 - 0x1849afe7 com.apple.DVCPROHDCodec (2.0 - 542.4) <751976E0-619F-30A4-2EF4-60919BD28C72> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec 0x184aa000 - 0x184c0ffb com.apple.IMXCodec (2.0 - 547.2) <10CDBF62-3937-927C-6470-E355A0232686> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec 0x184d2000 - 0x184eaff2 com.apple.applepixletvideo (1.2.31 - 1.2d31) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo 0x18700000 - 0x18783ff3 com.apple.AppleProResCodec (3.0 - 544.2) /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec 0x30c10000 - 0x30dc3ff7 libawt.jnilib (1) /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libawt.jnilib 0x30e4b000 - 0x30f62fd8 +www.zygodigital.com (ZyGoVideo version 4.0.7 - 3.5.0.1) /Library/QuickTime/ZyGoVideo.component/Contents/MacOS/ZyGoVideo 0x34000000 - 0x341d9ffd +com.cycling74.JitterAPI (1.7.0 - 1.7.0) /Applications/Max 6.1/Max.app/Contents/Frameworks/JitterAPI.framework/Versions/A/JitterAPI 0x342d9000 - 0x3470afc3 +com.nvidia.cg (2.0.0010 - 0) /Applications/Max 6.1/_/Cg.framework/Cg 0x36980000 - 0x36d0ffe7 QuickTimeH264.scalar (2599.41) <51B0FBF3-86AF-367C-84C0-0D2779AE726B> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.scalar 0x36d8d000 - 0x36e40fe7 com.apple.AppleHDVCodec (2.0 - 548.3) <7E6FD5F1-CAA5-6E72-1217-CF9F199F7EFE> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec 0x36e5c000 - 0x36f27fff +com.blackmagic-design.BlackmagicCodec (9.9.3) <74AC9CE3-8D4D-3D83-8A6C-1562DF407EAA> /Library/QuickTime/Blackmagic Codec.component/Contents/MacOS/Blackmagic Codec 0x8fe37000 - 0x8fe69e57 dyld (210.2.3) <4D38DEED-9837-3202-B8E9-41272D01EA2C> /usr/lib/dyld 0x90007000 - 0x9004fff5 com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x90050000 - 0x90054ffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib 0x90055000 - 0x90438fff com.apple.HIToolbox (2.0 - 626.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x90439000 - 0x9043bfff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib 0x9043c000 - 0x90449ff7 com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x9044a000 - 0x90454ffe com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x90455000 - 0x905aeffb com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <461C4CCD-5F52-3D2F-AE22-D0CA7EF3F01A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x905af000 - 0x905b3fff com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x905b4000 - 0x905bbffb libunwind.dylib (35.1) /usr/lib/system/libunwind.dylib 0x905bc000 - 0x905c0ff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib 0x905c1000 - 0x905c2fff libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib 0x905c3000 - 0x90629fff com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x9062a000 - 0x90685ff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x90686000 - 0x90689ff7 com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x9068a000 - 0x9069cfff libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib 0x9069d000 - 0x90703ffc com.apple.ISSupport (1.9.8 - 56) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x90744000 - 0x90788ff7 libGLU.dylib (8.10.1) <5520818E-F290-3942-80B8-370CF9C9B54C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x90789000 - 0x907cbfff libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib 0x907cc000 - 0x907ccfff com.apple.vecLib (3.8 - vecLib 3.8) <2D2064EB-FDD5-38AB-B722-4AFA4C6EE0C9> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x907cd000 - 0x907f2ff7 com.apple.quartzfilters (1.8.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x907f3000 - 0x907f3fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x907f4000 - 0x907f7ff7 libcompiler_rt.dylib (30) /usr/lib/system/libcompiler_rt.dylib 0x907f8000 - 0x90807fff libGL.dylib (8.10.1) <74BE67B7-9EA0-3F16-B43B-48CB92C9ED27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x90808000 - 0x90b28ff3 com.apple.Foundation (6.8 - 945.18) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x90b29000 - 0x90b56ffe libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib 0x90b57000 - 0x90b6aff9 com.apple.MultitouchSupport.framework (237.4 - 237.4) <59197044-E513-3223-9337-6EB0F828CB82> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x90b6b000 - 0x90baaff7 com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x90bab000 - 0x90baeff3 com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x90baf000 - 0x90bb5fff libGFXShared.dylib (8.10.1) <99622AD6-7A1D-368E-B163-A38400885B45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x90bb6000 - 0x90bbafff com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x90bbb000 - 0x90bbcfff libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib 0x90f36000 - 0x90f5ffff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib 0x90f60000 - 0x9109bff7 libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x9114f000 - 0x915f6ffb com.apple.CoreAUC (6.22.03 - 6.22.03) <054DADA8-A077-3BF0-8BEA-C568E7360E75> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x915fc000 - 0x916b0fff com.apple.coreui (2.0 - 181.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x916b1000 - 0x9194bff7 com.apple.AddressBook.framework (7.1 - 1170) <9A7DDF7F-5081-3708-8965-E564953EEE39> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x9194c000 - 0x9194cffd libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib 0x9194d000 - 0x9196afff libCRFSuite.dylib (33) /usr/lib/libCRFSuite.dylib 0x9196b000 - 0x91974ffe com.apple.aps.framework (3.0 - 3.0) <26A02202-9CCA-37A5-AD26-234F55D51471> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x919cd000 - 0x91a48ff3 com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x91a49000 - 0x91a52ffd com.apple.audio.SoundManager (4.0 - 4.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x91a53000 - 0x91a93fff com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x91ad1000 - 0x91afeffb com.apple.CoreServicesInternal (154.3 - 154.3) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x91aff000 - 0x91b0bff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib 0x91b0c000 - 0x91bedfff libcrypto.0.9.8.dylib (47.2) <6170B3CB-FA94-3601-A7F7-7F1B953C4F59> /usr/lib/libcrypto.0.9.8.dylib 0x91bee000 - 0x91c63ff7 com.apple.ApplicationServices.ATS (332 - 341.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x91c64000 - 0x91cb3ff6 libTIFF.dylib (851) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91cb4000 - 0x91cb4fff com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x91cb5000 - 0x91cb8ffc libCoreVMClient.dylib (32.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x91cb9000 - 0x91ce4ff9 com.apple.framework.Apple80211 (8.5 - 850.252) <74845A5A-3660-3B50-BDB3-334275E0B461> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x91ce5000 - 0x91db9ff3 com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x91dba000 - 0x9204ffff com.apple.RawCamera.bundle (5.02 - 725) <2F8F4543-26DD-30E3-A6C8-9A9F12E63D31> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x92050000 - 0x92065fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x9206c000 - 0x92164ff9 libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib 0x92165000 - 0x9219cffa com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x9219d000 - 0x922adff3 com.apple.QuickTimeImporters.component (7.7.1 - 2599.41) <3BAE1011-3C8C-353A-8F10-D58E702AF1D9> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0x922ae000 - 0x92358fff com.apple.LaunchServices (539.9 - 539.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x92359000 - 0x92362ff9 com.apple.CommonAuth (3.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x92393000 - 0x923a1fff libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib 0x923a4000 - 0x923a8fff com.apple.OpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x923a9000 - 0x923b6ff7 com.apple.HelpData (2.1.4 - 85) <1E180AEF-53FF-3D8B-9513-7FCA1B25A4AB> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x923b7000 - 0x923c5ff3 libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib 0x923c6000 - 0x923c6fff com.apple.Accelerate (1.8 - Accelerate 1.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x923c7000 - 0x923d3ffe libkxld.dylib (2050.48.12) <44C8E278-D8CA-3CF4-B3F4-0299654EB341> /usr/lib/system/libkxld.dylib 0x923d4000 - 0x923d8ffc libGIF.dylib (851) <4821D945-2E32-3007-8E97-4A69807046FF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x923d9000 - 0x923f8ff3 com.apple.Ubiquity (1.2 - 243.15) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x923f9000 - 0x92407ff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib 0x92408000 - 0x924fcff3 com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x924fd000 - 0x925bbff3 com.apple.ColorSync (4.8.0 - 4.8.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x9265e000 - 0x9267cff3 com.apple.openscripting (1.3.6 - 148.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x9267d000 - 0x92688ffb com.apple.DirectoryService.Framework (10.8 - 151.10) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x92689000 - 0x928e2ff5 com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x928e3000 - 0x928e3fff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib 0x9293d000 - 0x92be0ff3 com.apple.CoreImage (8.4.0 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x92be1000 - 0x92be8fff libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib 0x92be9000 - 0x92c0eff7 com.apple.CoreVideo (1.8 - 99.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x92c0f000 - 0x92c7effb com.apple.Heimdal (3.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x92c7f000 - 0x92c86fff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib 0x92c87000 - 0x92ce0fff com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x92ce1000 - 0x92d5dff3 com.apple.Metadata (10.7.0 - 707.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x92d5e000 - 0x92dacff3 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x92dad000 - 0x92defff7 libcups.2.dylib (327.7) <6FAC537D-7EC3-3E82-B6E8-F87DE07546B5> /usr/lib/libcups.2.dylib 0x92df0000 - 0x92e52fff libc++.1.dylib (65.1) /usr/lib/libc++.1.dylib 0x92eaa000 - 0x92edbfff com.apple.DictionaryServices (1.2 - 184.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x92edc000 - 0x9331eff7 com.apple.CoreGraphics (1.600.0 - 333.1) <76C4858B-AD0A-3165-A65D-64729D6F186C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9331f000 - 0x9331ffff com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x93367000 - 0x933f9ffb libvMisc.dylib (380.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x933fa000 - 0x933fafff com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x933fb000 - 0x93424ff7 libRIP.A.dylib (333.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x93425000 - 0x936e5ff3 com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x936e6000 - 0x937bcfff com.apple.DiscRecording (7.0 - 7000.2.4) <4C51CD9C-0E0E-3836-BA7F-62B1076FB974> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x937bd000 - 0x937befff libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib 0x937bf000 - 0x937c0ffd libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib 0x937c1000 - 0x937c8ff3 com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x937c9000 - 0x937e3ffc libsystem_kernel.dylib (2050.48.12) <9B50E922-DCEA-3066-A9B2-613A6D2C5C69> /usr/lib/system/libsystem_kernel.dylib 0x937e7000 - 0x9381aff3 com.apple.GSS (3.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x9381b000 - 0x93838ff7 libresolv.9.dylib (51) /usr/lib/libresolv.9.dylib 0x93839000 - 0x93c56fff FaceCoreLight (2.4.1) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x93c57000 - 0x93c61fff com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x93c62000 - 0x93c6bfff com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x93c6c000 - 0x93c81fff com.apple.ImageCapture (8.0 - 8.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x93c82000 - 0x93c82ffd com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93c83000 - 0x93c9aff4 com.apple.CoreMediaAuthoring (2.1 - 914) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x93ca7000 - 0x93cd3ff7 libsystem_info.dylib (406.17) /usr/lib/system/libsystem_info.dylib 0x93cd4000 - 0x93d09ff5 libssl.0.9.8.dylib (47.2) /usr/lib/libssl.0.9.8.dylib 0x93d0a000 - 0x93ff6fff com.apple.AOSKit (1.051 - 152.4) <31156351-70C4-381A-810D-8E5A937EF95C> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit 0x93ff7000 - 0x94001fff libCSync.A.dylib (333.1) <27FD0A7B-AC65-33AB-8F61-3AEF08FC21C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x94002000 - 0x94002fff libSystem.B.dylib (169.3) <0A82D354-A1B4-3F3E-8C7E-5047C38D4668> /usr/lib/libSystem.B.dylib 0x94029000 - 0x94112ff7 libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib 0x94113000 - 0x94135fff libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib 0x94136000 - 0x94152fff libPng.dylib (851) <8814CC4D-A472-32CD-8D5C-24F35240F28B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x94153000 - 0x94383fff com.apple.QuartzComposer (5.1 - 287.1) <6C0C66F9-BC18-3216-88CC-BAE86937448B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x94384000 - 0x943a4ffd com.apple.ChunkingLibrary (2.0 - 133.3) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x943a5000 - 0x94653ffb com.apple.MediaToolbox (1.0 - 926.106) <37A0FC0E-9BC6-3B6B-9F06-489813758F67> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x94654000 - 0x94654fff com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x94655000 - 0x94811ffd libicucore.A.dylib (491.11.3) /usr/lib/libicucore.A.dylib 0x94814000 - 0x9481ffff libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib 0x94831000 - 0x9487dfff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib 0x9487e000 - 0x9497bff7 com.apple.DiskImagesFramework (10.8.3 - 345) <26D0C7F8-E87E-3511-8388-8EE616A39D6D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x9497c000 - 0x94c81ff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x94c82000 - 0x94cdcff3 com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x94cdf000 - 0x94d0afff com.apple.shortcut (2.2 - 2.2) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x94d0b000 - 0x94d13fff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib 0x94d14000 - 0x94d6bff7 com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x9568c000 - 0x957e9ffb com.apple.QTKit (7.7.1 - 2599.41) <9514F791-9ED4-3C00-84F7-D87B5FB254FF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x957ea000 - 0x95899ff7 com.apple.CoreText (260.0 - 275.17) <433387A6-69C1-32A5-9B61-9E2F6A5F9040> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x9589a000 - 0x9591fff7 com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x95920000 - 0x9596effb libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x9596f000 - 0x95b57ffb com.apple.CoreFoundation (6.8 - 744.19) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x95b58000 - 0x95ca6ffb com.apple.CFNetwork (596.5 - 596.5) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x95ca7000 - 0x95cc0ffb com.apple.frameworks.preferencepanes (15.1 - 15.1) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x95cc1000 - 0x95cc3fff com.apple.securityhi (4.0 - 55002) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x95cc4000 - 0x95d25ff7 com.apple.audio.CoreAudio (4.1.2 - 4.1.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x95d26000 - 0x95d8aff7 com.apple.datadetectorscore (4.1 - 269.3) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x95d8b000 - 0x95da1fff com.apple.CFOpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x95da2000 - 0x95de4ffb com.apple.RemoteViewServices (2.0 - 80.6) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x95de5000 - 0x95ef2057 libobjc.A.dylib (532.2) /usr/lib/libobjc.A.dylib 0x95ef3000 - 0x95ef4fff liblangid.dylib (116) /usr/lib/liblangid.dylib 0x95ef5000 - 0x95f1affb com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x95f1b000 - 0x95f21fff com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x95f22000 - 0x9631efeb com.apple.VideoToolbox (1.0 - 926.106) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x9631f000 - 0x96366ff7 com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x96367000 - 0x963b7ff7 com.apple.CoreMediaIO (309.0 - 4163.1) <2CB854AA-072B-3829-B7D9-133CFEC6272F> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x963b8000 - 0x963caff7 libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib 0x963cb000 - 0x963ccfff libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib 0x963cd000 - 0x963d7fff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib 0x963d8000 - 0x96790ffa libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x96791000 - 0x967b5fff libJPEG.dylib (851) <2425AE18-C181-3371-922F-4A09C1AC71CD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x967b6000 - 0x967c4fff com.apple.opengl (1.8.10 - 1.8.10) <385E048A-FFB2-348A-8F80-572C2494A776> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x967cf000 - 0x96837ff7 com.apple.framework.IOKit (2.0.1 - 755.42.1) <230C6EEC-A926-3720-82DB-25D0FAAEF962> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x96838000 - 0x9689cff3 libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib 0x9689d000 - 0x96b0affb com.apple.imageKit (2.2 - 673) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x96b0b000 - 0x96b2ffff com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x96b30000 - 0x96bcdff7 com.apple.PDFKit (2.8.5 - 2.8.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x96bce000 - 0x96bd4fff com.apple.phonenumbers (1.1 - 47) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x96bd5000 - 0x96c1aff7 com.apple.NavigationServices (3.7 - 200) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x96c1b000 - 0x96c75fff com.apple.Symbolication (1.3 - 93) <227F64A9-FC28-3680-BE92-FFAE86FD4866> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x96c76000 - 0x96cabff7 com.apple.framework.internetaccounts (2.1 - 210) <553BF1E7-B26F-3BE7-BAA9-D80E53E73B0D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x96cac000 - 0x96cb5fff com.apple.CommerceCore (1.0 - 26.2) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x96cb6000 - 0x96cd3fff libxpc.dylib (140.43) /usr/lib/system/libxpc.dylib 0x96cd4000 - 0x96cd4ffe com.apple.AOSMigrate (1.0 - 1) <4EA0829E-6AE5-3877-A5B6-032AFDF28D39> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 0x96cd5000 - 0x96d0bffb com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x96d0c000 - 0x96d0cfff com.apple.Carbon (154 - 155) <17F1B675-E054-3D2C-900B-C9CE69F1FC31> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x96d0d000 - 0x96dadff7 com.apple.QD (3.42.1 - 285.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x96dae000 - 0x96eacff7 libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x96ead000 - 0x96f48fff com.apple.CoreSymbolication (3.0 - 117) <9ECC6770-6FBB-36B3-A4EE-0B60875019A9> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x96f49000 - 0x971c5ff7 com.apple.QuickTime (7.7.1 - 2599.41) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x971c6000 - 0x97efeff7 com.apple.QuickTimeComponents.component (7.7.1 - 2599.41) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x97eff000 - 0x97f16fff com.apple.GenerationalStorage (1.1 - 132.3) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x97f17000 - 0x97f1afff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x97f1b000 - 0x97f34fff com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x97f35000 - 0x98068ff3 com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x98069000 - 0x980c4fff com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x980c5000 - 0x9817cff3 com.apple.QuickTimeMPEG4.component (7.7.1 - 2599.41) <5539EB9D-F14F-3821-A2D6-72780DBBD6D1> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4 0x9817d000 - 0x981e4fe7 libvDSP.dylib (380.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x9821d000 - 0x9821fffb libRadiance.dylib (851) <2739A726-2E9C-38DC-8A6E-412ABDC14405> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x98220000 - 0x98226ffc libCGXCoreImage.A.dylib (333.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x98227000 - 0x9826eff3 com.apple.CoreMedia (1.0 - 926.106) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x9826f000 - 0x982c9ffb com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x982ca000 - 0x983d7ff3 com.apple.ImageIO.framework (3.2.2 - 851) <36EEBDDC-0619-327E-826F-4413217C9D21> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x983d8000 - 0x984f4ffb com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x984f5000 - 0x98537fff libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib 0x98538000 - 0x98567ff7 com.apple.securityinterface (6.0 - 55024.4) <7C5E28DC-F8BE-3238-883F-E1646A2AF895> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x98568000 - 0x9877ffff com.apple.CoreData (106.1 - 407.7) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x98780000 - 0x98817ff7 com.apple.ink.framework (10.8.2 - 150) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x98818000 - 0x988d5ffb libsystem_c.dylib (825.40.1) /usr/lib/system/libsystem_c.dylib 0x988d6000 - 0x989c7ffc libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib 0x989c8000 - 0x98b51ff7 com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x98b52000 - 0x98c6aff7 com.apple.coreavchd (5.6.0 - 5600.4.16) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x98c6b000 - 0x98cb5ff7 com.apple.framework.CoreWLAN (3.4 - 340.18) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x98cb6000 - 0x98cb7ffd com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x98cb8000 - 0x98cbfffe com.apple.agl (3.2.1 - AGL-3.2.1) /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x98cc0000 - 0x98cd0ff7 libsasl2.2.dylib (166) /usr/lib/libsasl2.2.dylib 0x98cd1000 - 0x98d28ff3 com.apple.HIServices (1.20 - 417) <30AA0F48-A397-339E-BC62-24620B2B35BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x98d29000 - 0x98dc1fff com.apple.CoreServices.OSServices (557.6 - 557.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x98dc2000 - 0x98dfdfef libGLImage.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x98dfe000 - 0x98e0eff2 com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x98e0f000 - 0x98e3fff3 libtidy.A.dylib (15.10) /usr/lib/libtidy.A.dylib 0x995dc000 - 0x995dfff9 libCGXType.A.dylib (333.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x995e0000 - 0x996ebff7 libJP2.dylib (851) <0D40428F-B7BE-307B-BEDB-256A7FED9804> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x996ec000 - 0x996f8ff7 com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x996f9000 - 0x996f9fff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib 0x996fa000 - 0x99704fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x99705000 - 0x99706fff libsystem_sandbox.dylib (220.3) /usr/lib/system/libsystem_sandbox.dylib 0x99707000 - 0x99781ff7 com.apple.securityfoundation (6.0 - 55115.4) <4843FAEA-8161-34B3-A1F1-720154884E34> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x99782000 - 0x9978effa com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x9978f000 - 0x99791ffd libCVMSPluginSupport.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x99792000 - 0x99794ffc com.apple.QuickTimeH264.component (7.7.1 - 2599.41) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 0x99795000 - 0x9990dff5 com.apple.QuartzCore (1.8 - 304.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x9990e000 - 0x9a4caff3 com.apple.AppKit (6.8 - 1187.40) <94E92235-7AD9-37EF-9B7C-B79074762370> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x9a4cb000 - 0x9a4ceffc libpam.2.dylib (20) /usr/lib/libpam.2.dylib

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

VM Region Summary: ReadOnly portion of Libraries: Total=255.2M resident=161.0M(63%) swapped_out_or_unallocated=94.2M(37%) Writable regions: Total=744.7M written=120.4M(16%) resident=201.8M(27%) swapped_out=3168K(0%) unallocated=542.9M(73%)

REGION TYPE VIRTUAL =========== ======= ATS (font support) 32.0M ATS (font support) (reserved) 4K reserved VM address space (unallocated) CG backing stores 26.9M CG image 28K CG raster data 96K CG shared images 352K CoreImage 4K CoreServices 11.8M JS JIT generated code 192K JS JIT generated code (reserved) 64K reserved VM address space (unallocated) Java 234.8M Java (reserved) 132.1M reserved VM address space (unallocated) MALLOC 259.1M MALLOC guard page 64K Mach message 8K Memory tag=240 4K Memory tag=242 12K Memory tag=243 4K Memory tag=249 192K Memory tag=35 2124K OpenCL 8K Stack 88.8M VM_ALLOCATE 21.7M DATA 15.5M DATA/OBJC 368K IMAGE 528K IMPORT 20K LINKEDIT 50.3M MFRT 4K OBJC 3132K OBJC/DATA 44K PAGEZERO 4K TEXT 204.9M __UNICODE 544K mapped file 84.9M shared memory 16.8M =========== ======= TOTAL 1.2G TOTAL, minus reserved VM space 1.0G

Model: MacBookPro10,1, BootROM MBP101.00EE.B03, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 2.3f36 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.17) Bluetooth: Version 4.1.7f2 12718, 3 service, 13 devices, 3 incoming serial ports Network Service: Thunderbolt Ethernet, Ethernet, en1 Network Service: Wi-Fi, AirPort, en0 PCI Card: Apple 57762-A0, sppci_ethernet, Thunderbolt@10,0,0 Serial ATA Device: APPLE SSD SD512E, 500.28 GB USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3 USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2 USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0x1d180000 / 3 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0262, 0x1d182000 / 5 USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8286, 0x1d181300 / 6

jamiebullock commented 10 years ago

Hi Ali, sorry about this. ml.peak hasn't been updated since your last test. I need to check back if Nick has updated the underlying GRT code in svn

jamiebullock commented 10 years ago

I'm still waiting for the GRT fixes on this. I've just emailed Nick about it.

jamiebullock commented 10 years ago

Closing this as ml.peak is currently deprecated in favour of ml.minmax. ml.peak may be reinstated when the relevant changes appear in the GRT svn.