native.newTextField crash on Simulator

I use Mac OS 10.8.5(Macbook Air), CoronaSDK version is 2013.1255.

My program is as follows

defaultField = native.newTextField( 20, 230, 600, 70)

When I input text to “defaultField”,the simulator crash.

It’s  Simulator only.

Please fix the simulator.

Hi @ozawa,

Is this the only line in your code related to the text field? If not, can I see the related lines involved in this process? An event listener, other properties on “defaultField”, etc.?

Thanks,

Brent

Hi Brest,

I had to set the property to the other, but since the crash, it was tested with just this one line.

When I enter a character on the keyboard to move the cursor in the text field, the simulator crash.

When it is copy and paste, it does not crash……

However, I noticed now, regardless of the text field and type the keyboard … it seems to crash.

Focus even if they do not match the text field, just typing a character on the keyboard, simulator will crash.

Can you post the error from the terminal window/console log?

Thanks

Rob

Rob,

Thank you for your replay,

Crash log is as follows:


Process:         Corona Simulator [4798]

Path:            /Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator

Identifier:      com.coronalabs.Corona_Simulator

Version:         2013.1255 (2013.1255)

Code Type:       X86-64 (Native)

Parent Process:  java [4288]

User ID:         96675475

Date/Time:       2013-11-12 11:50:31.605 +0900

OS Version:      Mac OS X 10.8.5 (12F45)

Report Version:  10

Interval Since Last Report:          20 sec

Crashes Since Last Report:           1

Per-App Interval Since Last Report:  8 sec

Per-App Crashes Since Last Report:   1

Anonymous UUID:                      56319A1A-DB9C-30EE-E615-739DA3E02B21

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

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:

–> 

    __TEXT                 0000000100000000-00000001001c0000 [1792K] r-x/rwx SM=COW  /Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator

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

0   com.apple.CoreFoundation          0x00007fff929e5eaa CFDataGetBytePtr + 10

1   com.coronalabs.Corona_Simulator    0x0000000100012fb8 0x100000000 + 77752

2   com.coronalabs.Corona_Simulator    0x000000010001308e 0x100000000 + 77966

3   com.apple.AppKit                  0x00007fff96cbeb81 -[NSWindow sendEvent:] + 8504

4   com.apple.AppKit                  0x00007fff96cba644 -[NSApplication sendEvent:] + 5761

5   com.apple.AppKit                  0x00007fff96bd021a -[NSApplication run] + 636

6   com.apple.AppKit                  0x00007fff96b74bd6 NSApplicationMain + 869

7   com.coronalabs.Corona_Simulator    0x0000000100002344 start + 52

Thread 1:

0   libsystem_kernel.dylib            0x00007fff947356d6 __workq_kernreturn + 10

1   libsystem_c.dylib                 0x00007fff98cb9f1c _pthread_workq_return + 25

2   libsystem_c.dylib                 0x00007fff98cb9ce3 _pthread_wqthread + 412

3   libsystem_c.dylib                 0x00007fff98ca4191 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager

0   libsystem_kernel.dylib            0x00007fff94735d16 kevent + 10

1   libdispatch.dylib                 0x00007fff99aa7dea _dispatch_mgr_invoke + 883

2   libdispatch.dylib                 0x00007fff99aa79ee _dispatch_mgr_thread + 54

Thread 3:

0   libsystem_kernel.dylib            0x00007fff947356d6 __workq_kernreturn + 10

1   libsystem_c.dylib                 0x00007fff98cb9f1c _pthread_workq_return + 25

2   libsystem_c.dylib                 0x00007fff98cb9ce3 _pthread_wqthread + 412

3   libsystem_c.dylib                 0x00007fff98ca4191 start_wqthread + 13

Thread 4:

0   libsystem_kernel.dylib            0x00007fff947356d6 __workq_kernreturn + 10

1   libsystem_c.dylib                 0x00007fff98cb9f1c _pthread_workq_return + 25

2   libsystem_c.dylib                 0x00007fff98cb9ce3 _pthread_wqthread + 412

3   libsystem_c.dylib                 0x00007fff98ca4191 start_wqthread + 13

Thread 5:

0   libsystem_kernel.dylib            0x00007fff947356d6 __workq_kernreturn + 10

1   libsystem_c.dylib                 0x00007fff98cb9f1c _pthread_workq_return + 25

2   libsystem_c.dylib                 0x00007fff98cb9ce3 _pthread_wqthread + 412

3   libsystem_c.dylib                 0x00007fff98ca4191 start_wqthread + 13

Thread 6:: com.apple.NSURLConnectionLoader

0   libsystem_kernel.dylib            0x00007fff94733686 mach_msg_trap + 10

1   libsystem_kernel.dylib            0x00007fff94732c42 mach_msg + 70

2   com.apple.CoreFoundation          0x00007fff929ff233 __CFRunLoopServiceMachPort + 195

3   com.apple.CoreFoundation          0x00007fff92a04916 __CFRunLoopRun + 1078

4   com.apple.CoreFoundation          0x00007fff92a040e2 CFRunLoopRunSpecific + 290

5   com.apple.Foundation              0x00007fff8fd33546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356

6   com.apple.Foundation              0x00007fff8fd91562 __NSThread__main__ + 1345

7   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

8   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 7:: CVDisplayLink

0   libsystem_kernel.dylib            0x00007fff947350fa __psynch_cvwait + 10

1   libsystem_c.dylib                 0x00007fff98cbbff3 _pthread_cond_wait + 927

2   com.apple.CoreVideo               0x00007fff8eb0bea3 CVDisplayLink::waitUntil(unsigned long long) + 271

3   com.apple.CoreVideo               0x00007fff8eb0b201 CVDisplayLink::runIOThread() + 529

4   com.apple.CoreVideo               0x00007fff8eb0afd7 startIOThread(void*) + 148

5   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

6   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 8:

0   libsystem_kernel.dylib            0x00007fff947356d6 __workq_kernreturn + 10

1   libsystem_c.dylib                 0x00007fff98cb9f1c _pthread_workq_return + 25

2   libsystem_c.dylib                 0x00007fff98cb9ce3 _pthread_wqthread + 412

3   libsystem_c.dylib                 0x00007fff98ca4191 start_wqthread + 13

Thread 9:: com.apple.CFSocket.private

0   libsystem_kernel.dylib            0x00007fff94735322 __select + 10

1   com.apple.CoreFoundation          0x00007fff92a43f46 __CFSocketManager + 1302

2   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

3   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 10:

0   libsystem_kernel.dylib            0x00007fff947350fa __psynch_cvwait + 10

1   libsystem_c.dylib                 0x00007fff98cbbfb9 _pthread_cond_wait + 869

2   plugin_zip.dylib                  0x000000010b7a318d Corona::AsyncTaskQueue_function(void*) + 14

3   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

4   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 11:: com.apple.audio.IOThread.client

0   libsystem_kernel.dylib            0x00007fff94733686 mach_msg_trap + 10

1   libsystem_kernel.dylib            0x00007fff94732c42 mach_msg + 70

2   com.apple.audio.CoreAudio         0x00007fff9587c70c HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98

3   com.apple.audio.CoreAudio         0x00007fff9587c69a HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42

4   com.apple.audio.CoreAudio         0x00007fff9587aad9 HALC_ProxyIOContext::IOWorkLoop() + 1161

5   com.apple.audio.CoreAudio         0x00007fff9587a5bf HALC_ProxyIOContext::IOThreadEntry(void*) + 83

6   com.apple.audio.CoreAudio         0x00007fff9587a497 HALB_IOThread::Entry(void*) + 75

7   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

8   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 12:

0   libsystem_kernel.dylib            0x00007fff94735386 __semwait_signal + 10

1   libsystem_c.dylib                 0x00007fff98d417c8 nanosleep + 163

2   SDL                               0x00000001002fc8f6 SDL_Delay + 102

3   net.playcontrol.ALmixer           0x00000001002833e4 Stream_Data_Thread_Callback + 3809

4   SDL                               0x00000001002ee487 SDL_GetThreadID + 247

5   SDL                               0x00000001002fc7d9 SDL_ThreadID + 329

6   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

7   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):

  rax: 0x0000000000000000  rbx: 0x0000000000000100  rcx: 0x00007fff7deb1170  rdx: 0x00007fff929e1c00

  rdi: 0x0000000000000000  rsi: 0x00007fff7de313a8  rbp: 0x00007fff5fbff370  rsp: 0x00007fff5fbff370

   r8: 0x00007fff7de2cec8   r9: 0x00007fff7de313b8  r10: 0x00007fff9a3eeaca  r11: 0x00007fff929e5ea0

  r12: 0x0000000102118cc0  r13: 0x00007fff96971240  r14: 0x0000000000000066  r15: 0x000000000000000b

  rip: 0x00007fff929e5eaa  rfl: 0x0000000000010246  cr2: 0x0000000000000000

Logical CPU: 2

Binary Images:

       0x100000000 -        0x1001bfff7 +com.coronalabs.Corona_Simulator (2013.1255 - 2013.1255) <B37A2075-8330-383C-B474-7B814025A53C> /Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator

       0x100205000 -        0x100227ff7  libreadline.dylib (31) <F5AAB9A7-4F6A-3733-9665-D2FF0D222B39> /usr/lib/libreadline.dylib

       0x100238000 -        0x10023dfff  com.apple.JavaVM (14.9.0 - 14.9.0) <67BD63C5-D82F-3A31-BC43-C8810356D524> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM

       0x100245000 -        0x100270fff  com.apple.audio.OpenAL (1.6 - 1.6) <0FBA7491-B817-39EE-8898-FF88C9485B50> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL

       0x100281000 -        0x10028cfff +net.playcontrol.ALmixer (1.0 - 1) <57F2188A-6548-3B71-A0E1-F512722B7207> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/ALmixer.framework/Versions/A/ALmixer

       0x100292000 -        0x10029eff7 +com.growl.growlframework (1.2.1 - 1.2.1) <07C81561-C93B-503F-4666-A8F8D8DD4305> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/Growl.framework/Versions/A/Growl

       0x1002aa000 -        0x1002affff  JavaLaunching (1) <528DEA76-B869-36B5-87A6-D9B722968E16> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching

       0x1002b6000 -        0x1002baff7 +com.yourcompany.SDL-sound (1.0 - 1) <190E2B86-4935-2B22-B63D-0258A567ADEC> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL_sound.framework/Versions/A/SDL_sound

       0x1002c0000 -        0x100333fef +SDL (1.2.14 - 1.2.14) <E91595A6-E003-F5F1-31BE-56EDC93FF6D0> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL.framework/Versions/A/SDL

       0x100347000 -        0x10034bfef +org.xiph.ogg (1.1.4 - 1.1.4) <1F24373C-089F-0A26-38DB-A54F8E31C66F> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL_sound.framework/Versions/A/Frameworks/Ogg.framework/Versions/A/Ogg

       0x10034f000 -        0x10061eff7 +org.xiph.vorbis (1.2.3 - 1.2.3) <1E6B29FD-189B-280E-2336-97D3D0D4D67D> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL_sound.framework/Versions/A/Frameworks/Vorbis.framework/Versions/A/Vorbis

       0x10068f000 -        0x1006abff7  libJapaneseConverter.dylib (61) <D0F762C2-5372-3AA2-BBA4-066B8E4B1F8E> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib

       0x1017a9000 -        0x1017aefff  com.apple.IOAccelerator (74.15 - 74.15) <D8C40179-4A29-3401-9B35-6E61EA278D41> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator

       0x1017b6000 -        0x1017c2fff  libGPUSupportMercury.dylib (8.10.1) <1DE2D7F9-C031-3BBF-BD5F-4E1208B6F296> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib

       0x1017ce000 -        0x1017d7fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib

       0x102300000 -        0x1024befff  GLEngine (8.10.1) <1BD4D913-CE6C-3389-B4E1-FC7352E4C23F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

       0x1024f5000 -        0x102665fff  libGLProgrammability.dylib (8.10.1) <3E488CEF-5751-3073-B8EE-0B4CA39CB6AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib

       0x10269d000 -        0x1026c8fff  GLRendererFloat (8.10.1) <055EC8E7-2D7E-370C-96AD-DBEEDB106927> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat

       0x102754000 -        0x102763fff +network.dylib (1) <BB918FAD-4690-3532-A842-A18976875CAE> /Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/network.dylib

       0x1027ab000 -        0x1027b0fff  com.apple.audio.AppleHDAHALPlugIn (2.4.7 - 2.4.7fc4) <EA592C9E-AD15-3DD0-85BE-D47BBBE04286> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn

       0x105700000 -        0x105b81ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.16.74 - 8.1.6) <43A6BF81-F4EB-3629-8355-C6FF80AB6B73> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver

       0x1067f9000 -        0x1067f9fff +analytics.dylib (1) <CB715186-E905-38F7-9010-CBC646551BB4> /Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/analytics.dylib

       0x10b7a2000 -        0x10b7b4ff7 +plugin_zip.dylib (1) <7B5020FF-27D3-364A-BA59-DB488900E905> /Users/USER/Library/Application Support/Corona/*/plugin_zip.dylib

       0x10dd3e000 -        0x10de93ff7  com.apple.audio.units.Components (1.9.1 - 1.9.1) <58B9FC07-053C-3123-AFBC-5A31851C379F> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio

       0x10e01d000 -        0x10e22cff7  com.apple.audio.codecs.Components (3.1 - 3.1) <352F4973-BDA4-3D62-A4A6-080B9AFB291F> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs

    0x7fff60a6a000 -     0x7fff60a9e94f  dyld (210.2.3) <8958FE97-5830-3928-BC38-23136E7D3783> /usr/lib/dyld

    0x7fff8d42c000 -     0x7fff8d5dafff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x7fff8d604000 -     0x7fff8d60afff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib

    0x7fff8d60b000 -     0x7fff8d6bcfff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices

    0x7fff8d6bd000 -     0x7fff8d6bdfff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

    0x7fff8d6be000 -     0x7fff8d7bbff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib

    0x7fff8d7bc000 -     0x7fff8d7beff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print

    0x7fff8d971000 -     0x7fff8d9bbff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fff8da96000 -     0x7fff8da98fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent

    0x7fff8dd8a000 -     0x7fff8ddf8ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x7fff8ddf9000 -     0x7fff8e110ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore

    0x7fff8e111000 -     0x7fff8e202ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x7fff8e203000 -     0x7fff8e215ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib

    0x7fff8e216000 -     0x7fff8e219fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo

    0x7fff8e264000 -     0x7fff8e359fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib

    0x7fff8e397000 -     0x7fff8e4e9fff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

    0x7fff8e4ea000 -     0x7fff8e52aff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

    0x7fff8e52b000 -     0x7fff8e58afff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE

    0x7fff8e58b000 -     0x7fff8e58dfff  com.apple.securityhi (4.0 - 55002) <A91F8981-ECB6-3B65-A7BA-8DCBD9CCE3D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI

    0x7fff8e77b000 -     0x7fff8e780fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib

    0x7fff8e781000 -     0x7fff8e786fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib

    0x7fff8eaeb000 -     0x7fff8eafeff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

    0x7fff8eaff000 -     0x7fff8eb08ff7  com.apple.CommerceCore (1.0 - 26.2) <AF35874A-6FA7-328E-BE30-8BBEF0B741A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore

    0x7fff8eb09000 -     0x7fff8eb33ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fff8eb34000 -     0x7fff8eb37fff  libRadiance.dylib (851) <C317B2C7-CA3A-329F-B6DC-7CC33FE08C81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

    0x7fff8eb54000 -     0x7fff8ec19ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x7fff8ee63000 -     0x7fff8eeafff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib

    0x7fff8ef37000 -     0x7fff8ef6dfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols

    0x7fff8ef6e000 -     0x7fff8ef90ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib

    0x7fff8ef91000 -     0x7fff8f248ff7  com.apple.MediaToolbox (1.0 - 926.106) <57043584-98E7-375A-89AE-F46480AA5D97> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox

    0x7fff8f751000 -     0x7fff8f7efff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

    0x7fff8f7f0000 -     0x7fff8f811ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib

    0x7fff8f8d6000 -     0x7fff8f971fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication

    0x7fff8f988000 -     0x7fff8f98cfff  libCGXType.A.dylib (333.1) <16625094-813E-39F8-9AFE-C1A24ED11749> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib

    0x7fff8f98d000 -     0x7fff8f9e7ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    0x7fff8f9f0000 -     0x7fff8fa15ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib

    0x7fff8fa24000 -     0x7fff8fa28fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

    0x7fff8fa29000 -     0x7fff8fcfaff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security

    0x7fff8fcfb000 -     0x7fff9005afff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff9005b000 -     0x7fff90066ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement

    0x7fff90067000 -     0x7fff9007efff  com.apple.CFOpenDirectory (10.8 - 151.10) <D01120CC-16E0-372C-825B-B3AB510A8916> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory

    0x7fff9007f000 -     0x7fff90205fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib

    0x7fff90206000 -     0x7fff9020eff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib

    0x7fff90281000 -     0x7fff902befef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x7fff9064b000 -     0x7fff90659fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib

    0x7fff90695000 -     0x7fff91654ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore

    0x7fff91655000 -     0x7fff916d6fff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

    0x7fff916d7000 -     0x7fff916dffff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib

    0x7fff916e0000 -     0x7fff916e7fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

    0x7fff91734000 -     0x7fff9184efff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD

    0x7fff91884000 -     0x7fff918a3ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary

    0x7fff918d0000 -     0x7fff9192cff7  com.apple.Symbolication (1.3 - 93) <84D69A46-BB0A-3DBE-ABC2-B767F61EC221> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication

    0x7fff91bf6000 -     0x7fff91cf3fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib

    0x7fff91cf4000 -     0x7fff91dcefff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x7fff91dda000 -     0x7fff91ddafff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

    0x7fff91ddb000 -     0x7fff92076ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

    0x7fff920b6000 -     0x7fff920b6fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib

    0x7fff920b7000 -     0x7fff92215fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender

    0x7fff92271000 -     0x7fff92274fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help

    0x7fff92281000 -     0x7fff92303ff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

    0x7fff92304000 -     0x7fff92312ff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib

    0x7fff9231f000 -     0x7fff9232bfff  libCSync.A.dylib (333.1) <319D3E83-8086-3990-8773-872F2E7C6EB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

    0x7fff9239c000 -     0x7fff9239dff7  libSystem.B.dylib (169.3) <DF030DDB-DF22-3769-A8CD-9806DDB84008> /usr/lib/libSystem.B.dylib

    0x7fff9239e000 -     0x7fff923bffff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity

    0x7fff923c0000 -     0x7fff923c5fff  com.apple.OpenDirectory (10.8 - 151.10) <51E52779-4F5A-36B5-9297-67138547DCA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

    0x7fff923c6000 -     0x7fff923ffff7  libssl.0.9.8.dylib (47.2) <46DF85DC-18FB-3108-91F6-52AE3EBF2347> /usr/lib/libssl.0.9.8.dylib

    0x7fff92400000 -     0x7fff92459ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore

    0x7fff9245a000 -     0x7fff9278afff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox

    0x7fff927eb000 -     0x7fff927effff  libGIF.dylib (851) <AD40D084-6E34-38CD-967D-705F94B188DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff927f0000 -     0x7fff92910fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv

    0x7fff92911000 -     0x7fff929ceff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync

    0x7fff929cf000 -     0x7fff92bb9ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x7fff92bba000 -     0x7fff92bf2fff  libncurses.5.4.dylib (37.3) <68D5B5F5-8252-3F1E-AFF1-C6AFE145DBC1> /usr/lib/libncurses.5.4.dylib

    0x7fff92bf3000 -     0x7fff9302ffff  com.apple.VideoToolbox (1.0 - 926.106) <B1185D9D-02AC-3D27-B894-21B1179F2AEF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox

    0x7fff93030000 -     0x7fff9305efff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal

    0x7fff9305f000 -     0x7fff9307cff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

    0x7fff93097000 -     0x7fff93131fff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib

    0x7fff93132000 -     0x7fff93133fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib

    0x7fff9313a000 -     0x7fff93531fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib

    0x7fff93532000 -     0x7fff93587ff7  libTIFF.dylib (851) <7706BB07-E7E8-38BE-A5F0-D8B63E3B9283> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff935d9000 -     0x7fff936abff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

    0x7fff936ac000 -     0x7fff936d8ff7  libRIP.A.dylib (333.1) <CC2A33EB-409C-3C4D-97D4-41F4A080F874> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

    0x7fff936d9000 -     0x7fff9372ffff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices

    0x7fff93730000 -     0x7fff9382efff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI

    0x7fff9382f000 -     0x7fff93836fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib

    0x7fff93837000 -     0x7fff9384cfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture

    0x7fff93927000 -     0x7fff93994ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore

    0x7fff93995000 -     0x7fff939c3ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib

    0x7fff939c4000 -     0x7fff93c3fff7  com.apple.RawCamera.bundle (4.09 - 711) <0040632D-09A9-32DE-98E8-BFA99F9F6526> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

    0x7fff93c4d000 -     0x7fff93d58fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib

    0x7fff93d59000 -     0x7fff93d65fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport

    0x7fff93d77000 -     0x7fff93e04ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit

    0x7fff93e05000 -     0x7fff93e49fff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib

    0x7fff93eca000 -     0x7fff93f7dff7  com.apple.PDFKit (2.8.5 - 2.8.5) <EAAED40E-7B2C-3312-826E-26A9DEDBF0FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit

    0x7fff93f85000 -     0x7fff93f85fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

    0x7fff93f86000 -     0x7fff94186fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib

    0x7fff94187000 -     0x7fff941a1fff  com.apple.CoreMediaAuthoring (2.1 - 914) <5637F52D-3AB9-38FD-B851-265B9F5A2FE8> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring

    0x7fff941a2000 -     0x7fff942a4fff  libJP2.dylib (851) <26FFBDBF-9CCE-33D7-A45B-0A31C98DA37E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff943fc000 -     0x7fff94423ff7  com.apple.PerformanceAnalysis (1.16 - 16) <96A89CD5-16E9-37CA-8740-22B5DB5A4679> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis

    0x7fff94424000 -     0x7fff9445eff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

    0x7fff9445f000 -     0x7fff9445ffff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz

    0x7fff9449b000 -     0x7fff944daff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD

    0x7fff944db000 -     0x7fff944dffff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

    0x7fff9453c000 -     0x7fff94540ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC

    0x7fff94583000 -     0x7fff94584fff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib

    0x7fff94585000 -     0x7fff94594fff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x7fff94595000 -     0x7fff94706ff7  com.apple.QTKit (7.7.1 - 2599.41) <A645347D-3EEC-34A7-8051-A57AC60151EF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

    0x7fff94723000 -     0x7fff9473eff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib

    0x7fff94818000 -     0x7fff94823fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib

    0x7fff94824000 -     0x7fff94c41fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight

    0x7fff94c42000 -     0x7fff94c91ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib

    0x7fff94c92000 -     0x7fff94ce9ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x7fff94cea000 -     0x7fff94d25fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x7fff94d26000 -     0x7fff94d82fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

    0x7fff94d83000 -     0x7fff94debfff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib

    0x7fff94dec000 -     0x7fff94deeff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib

    0x7fff94def000 -     0x7fff94e03fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

    0x7fff94e04000 -     0x7fff94e08ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels

    0x7fff94e16000 -     0x7fff94fa1fff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

    0x7fff94fa2000 -     0x7fff94fa8ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib

    0x7fff9584f000 -     0x7fff958b2fff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff958b3000 -     0x7fff958dbfff  libJPEG.dylib (851) <64A3EB03-34FB-308C-817B-6106D1F4D80F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff958dc000 -     0x7fff95b8bfff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit

    0x7fff95b8c000 -     0x7fff95c0bff7  com.apple.securityfoundation (6.0 - 55115.4) <9291CE2A-37D9-39DF-956E-7B2650A9F3B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

    0x7fff95c0c000 -     0x7fff95c19fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib

    0x7fff95c6a000 -     0x7fff95cadff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices

    0x7fff95cae000 -     0x7fff9663e627  com.apple.CoreGraphics (1.600.0 - 333.1) <C085C074-7260-3C3D-90C6-A65D3CB2BD41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

    0x7fff9663f000 -     0x7fff96646fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

    0x7fff96647000 -     0x7fff96760fff  com.apple.ImageIO.framework (3.2.2 - 851) <6552C673-9F29-3B31-A12E-C4391A950965> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fff96787000 -     0x7fff96796ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib

    0x7fff96850000 -     0x7fff9689dfff  com.apple.CoreMediaIO (309.0 - 4163.1) <8FD1C1A9-25C5-3B9E-A76D-BE813253B358> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

    0x7fff9689e000 -     0x7fff968c0ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

    0x7fff968c6000 -     0x7fff968d4ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib

    0x7fff968d5000 -     0x7fff96926ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

    0x7fff96927000 -     0x7fff9696aff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    0x7fff9696b000 -     0x7fff96a8392f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib

    0x7fff96a84000 -     0x7fff976b1fff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff976b2000 -     0x7fff97732ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS

    0x7fff97733000 -     0x7fff9775afff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls

    0x7fff9775b000 -     0x7fff97761fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

    0x7fff97762000 -     0x7fff97764fff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib

    0x7fff97765000 -     0x7fff977bcff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface

    0x7fff977bd000 -     0x7fff97809fff  com.apple.framework.CoreWLAN (3.4 - 340.18) <3735FB49-30C0-3B11-BE25-2ACDD96041B5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN

    0x7fff981da000 -     0x7fff9826eff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF

    0x7fff9826f000 -     0x7fff9827afff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

    0x7fff9827b000 -     0x7fff982acff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices

    0x7fff982ad000 -     0x7fff982aeff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib

    0x7fff982af000 -     0x7fff982dafff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib

    0x7fff982db000 -     0x7fff982dbffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

    0x7fff98475000 -     0x7fff984a1fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters

    0x7fff984e4000 -     0x7fff98503ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib

    0x7fff98504000 -     0x7fff9855efff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore

    0x7fff985bd000 -     0x7fff9860cfff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi

    0x7fff9860d000 -     0x7fff9861eff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib

    0x7fff9861f000 -     0x7fff98636fff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff98637000 -     0x7fff98686ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib

    0x7fff98687000 -     0x7fff988bcff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x7fff98982000 -     0x7fff989a2fff  libPng.dylib (851) <3466F35C-EC1A-3D1A-80DC-175857FA19D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff989a3000 -     0x7fff98b3efef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage

    0x7fff98b3f000 -     0x7fff98b3ffff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib

    0x7fff98b40000 -     0x7fff98be6ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <E91B0882-E75C-30E9-8DCD-7A0EEE4405CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices

    0x7fff98be7000 -     0x7fff98c32fff  com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia

    0x7fff98c33000 -     0x7fff98c9cfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib

    0x7fff98ca1000 -     0x7fff98ca2fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib

    0x7fff98ca3000 -     0x7fff98d6fff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib

    0x7fff98d70000 -     0x7fff98d7afff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition

    0x7fff98d7b000 -     0x7fff98fd6ff7  com.apple.QuartzComposer (5.1 - 287.1) <D1DD68D1-05D5-3037-ABB6-BF6EB183C155> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer

    0x7fff98fd7000 -     0x7fff98fe4fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression

    0x7fff98fe5000 -     0x7fff98fe5fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    0x7fff98fe6000 -     0x7fff98fe7fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fff98fe8000 -     0x7fff9901efff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib

    0x7fff99044000 -     0x7fff995b4ff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC

    0x7fff995b5000 -     0x7fff995b6ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib

    0x7fff99629000 -     0x7fff99637fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian

    0x7fff99638000 -     0x7fff99638fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fff99639000 -     0x7fff9963dfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib

    0x7fff9963e000 -     0x7fff996a6ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib

    0x7fff996a7000 -     0x7fff996a7fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib

    0x7fff996a9000 -     0x7fff997abfff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib

    0x7fff997b5000 -     0x7fff9992aff7  com.apple.CFNetwork (596.5 - 596.5) <22372475-6EF4-3A04-83FC-C061FE4717B3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

    0x7fff9992b000 -     0x7fff9992cff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib

    0x7fff9992d000 -     0x7fff9992ffff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib

    0x7fff99930000 -     0x7fff99946fff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport

    0x7fff99976000 -     0x7fff99983ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

    0x7fff99a48000 -     0x7fff99a4bff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib

    0x7fff99a97000 -     0x7fff99aa2ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <F02E8FC3-18DC-3F03-8763-E6EE3E2A6B5A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices

    0x7fff99aa3000 -     0x7fff99ab8ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib

    0x7fff99ab9000 -     0x7fff99d5dff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage

    0x7fff99d61000 -     0x7fff99d61fff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

    0x7fff99d62000 -     0x7fff99daafff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib

    0x7fff99dab000 -     0x7fff99dc2fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage

    0x7fff99f29000 -     0x7fff99ffcff7  com.apple.DiscRecording (7.0 - 7000.2.4) <8CC25B07-D5C8-3BE0-A3AD-700252C2717A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording

    0x7fff99ffd000 -     0x7fff9a029fff  com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211

    0x7fff9a038000 -     0x7fff9a04bff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.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: 56240

    thread_create: 1

    thread_set_state: 0

VM Region Summary:

ReadOnly portion of Libraries: Total=215.9M resident=128.3M(59%) swapped_out_or_unallocated=87.6M(41%)

Writable regions: Total=218.5M written=71.4M(33%) resident=116.4M(53%) swapped_out=2088K(1%) unallocated=102.1M(47%)

REGION TYPE                      VIRTUAL

===========                      =======

(null) (reserved)                   292K        reserved VM address space (unallocated)

CG backing stores                  7148K

CG shared images                    192K

CoreAnimation                      6268K

CoreServices                       2592K

IOKit                              45.4M

MALLOC                            142.4M

MALLOC guard page                    48K

Memory tag=242                       12K

Memory tag=243                        4K

Memory tag=249                      156K

Memory tag=251                        8K

OpenGL GLSL                        1936K

OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)

SQLite page cache                   192K

STACK GUARD                        56.0M

Stack                              13.7M

VM_ALLOCATE                        16.2M

__DATA                             17.8M

__IMAGE                             528K

__LINKEDIT                         55.2M

__TEXT                            160.7M

__UNICODE                           544K

mapped file                        35.5M

shared memory                       676K

===========                      =======

TOTAL                             563.2M

TOTAL, minus reserved VM space    562.8M

Model: MacBookAir6,2, BootROM MBA61.0099.B04, 2 processors, Intel Core i5, 1.3 GHz, 8 GB, SMC 2.13f7

Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In, 1024 MB

Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D

Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D

AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (6.30.225.29.1)

Bluetooth: Version 4.1.7f4 12974, 3 service, 21 devices, 3 incoming serial ports

Network Service: Wi-Fi, AirPort, en0

Serial ATA Device: APPLE SSD SD0256F, 251 GB

USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8406, 0x15300000 / 1

USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x14300000 / 2

USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x828f, 0x14330000 / 3


simulator’s error messages  don’t appeared on the console . just crash….

Thanks,

Naofumi

Hi Naofumi,

Can you test the Corona sample project in your local application directory and see if it crashes under the same test? It’s located here (in the local folder on your computer):

Applications > CoronaSDK > SampleCode > Interface > NativeKeyboard

Thanks,

Brent

I was hoping for the messages that show up in the terminal window when you run Corona SDK.  If you’re on a Mac and don’t have a terminal window by default, then you can run the “corona-terminal” app from the folder instead of running CoronaSDK directly.  There should be messages there that might be of importance.

Rob

Hi I have the same, problem, Mac 10.9 (Maverick)

Its a simulator only issue, the application is irrelevant, even a blank project will crash if I press a random key while the window is focused.

Actual corona commands like build and shake that have proper bindings do not crash, it only crashes if I do some none bound keystroke.

I figured this was a known issue, but its been about a month and it hasn’t been fixed yet, so I looked it up and arrived here.

Now I don’t remember the exact date, but it was sometime during the first week of November, now the really strange part is I tried a daily build from October and it still happens, but I don’t remember having this issue back then. So it seems to be something only slightly related with the SDK itself, instead it seems to be an environmental issue of some sort.

Also, I tested  “Applications > CoronaSDK > SampleCode > Interface > NativeKeyboard” as Noafumi recommended but it crashes, just like everything else.

This is my test program (a blank project):

----------------------------------------------------------------------------------------- -- -- main.lua -- ----------------------------------------------------------------------------------------- -- Your code here &nbsp;

I tried using the command line version of Corona, but the crash happens and the window shuts before I can get the output :frowning:

Exception Type: &nbsp;EXC\_BAD\_ACCESS (SIGSEGV) Exception Codes: KERN\_INVALID\_ADDRESS at 0x0000000000000000 VM Regions Near 0: --\>&nbsp; &nbsp; &nbsp; \_\_TEXT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0000000106a38000-0000000106c3d000 [2068K] r-x/rwx SM=COW &nbsp;/Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8194f0af CFDataGetBytePtr + 15 1 &nbsp; com.coronalabs.Corona\_Simulator&nbsp;&nbsp;&nbsp;&nbsp;0x0000000106a4aa13 0x106a38000 + 76307 2 &nbsp; com.coronalabs.Corona\_Simulator&nbsp;&nbsp;&nbsp;&nbsp;0x0000000106a4a92e 0x106a38000 + 76078 3 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff886b581b -[NSWindow sendEvent:] + 1843

Looking and the crash log it seems that there is a null pointer access (KERN_INVALID_ADDRESS at 0x0000000000000000) on key event dispatches. If you have any ideas please feel free to ask I can any experimental fixes on my machine if it would help!


Also Here is my is my full crash log:

Process: &nbsp; &nbsp; &nbsp; &nbsp; Corona Simulator [9277] Path: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator Identifier: &nbsp; &nbsp; &nbsp;com.coronalabs.Corona\_Simulator Version: &nbsp; &nbsp; &nbsp; &nbsp; 2013.2093 (2013.2093) Code Type: &nbsp; &nbsp; &nbsp; X86-64 (Native) Parent Process: &nbsp;bash [9275] Responsible: &nbsp; &nbsp; Terminal [214] User ID: &nbsp; &nbsp; &nbsp; &nbsp; 501 Date/Time: &nbsp; &nbsp; &nbsp; 2013-11-29 17:05:04.533 +0900 OS Version: &nbsp; &nbsp; &nbsp;Mac OS X 10.9 (13A603) Report Version: &nbsp;11 Anonymous UUID: &nbsp;F02F62B6-550F-549B-A6AA-50D29092920A Sleep/Wake UUID: DABDC245-3064-4D79-A575-48059AB0ADD2 Crashed Thread: &nbsp;0 &nbsp;Dispatch queue: com.apple.main-thread Exception Type: &nbsp;EXC\_BAD\_ACCESS (SIGSEGV) Exception Codes: KERN\_INVALID\_ADDRESS at 0x0000000000000000 VM Regions Near 0: --\>&nbsp; &nbsp; &nbsp; \_\_TEXT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0000000106a38000-0000000106c3d000 [2068K] r-x/rwx SM=COW &nbsp;/Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8194f0af CFDataGetBytePtr + 15 1 &nbsp; com.coronalabs.Corona\_Simulator&nbsp;&nbsp;&nbsp;&nbsp;0x0000000106a4aa13 0x106a38000 + 76307 2 &nbsp; com.coronalabs.Corona\_Simulator&nbsp;&nbsp;&nbsp;&nbsp;0x0000000106a4a92e 0x106a38000 + 76078 3 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff886b581b -[NSWindow sendEvent:] + 1843 4 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff88656ca2 -[NSApplication sendEvent:] + 3395 5 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff884a6a29 -[NSApplication run] + 646 6 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff88491803 NSApplicationMain + 940 7 &nbsp; com.coronalabs.Corona\_Simulator&nbsp;&nbsp;&nbsp;&nbsp;0x0000000106a39ed4 start + 52 Thread 1: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188e6a \_\_workq\_kernreturn + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dedff08 \_pthread\_wqthread + 330 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fb9 start\_wqthread + 13 Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86189662 kevent64 + 10 1 &nbsp; libdispatch.dylib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff850ab43d \_dispatch\_mgr\_invoke + 239 2 &nbsp; libdispatch.dylib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff850ab152 \_dispatch\_mgr\_thread + 52 Thread 3: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188e6a \_\_workq\_kernreturn + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dedff08 \_pthread\_wqthread + 330 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fb9 start\_wqthread + 13 Thread 4: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188e6a \_\_workq\_kernreturn + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dedff08 \_pthread\_wqthread + 330 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fb9 start\_wqthread + 13 Thread 5: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188e6a \_\_workq\_kernreturn + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dedff08 \_pthread\_wqthread + 330 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fb9 start\_wqthread + 13 Thread 6: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188e6a \_\_workq\_kernreturn + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dedff08 \_pthread\_wqthread + 330 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fb9 start\_wqthread + 13 Thread 7:: com.apple.NSURLConnectionLoader 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86184a1a mach\_msg\_trap + 10 1 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86183d18 mach\_msg + 64 2 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81999315 \_\_CFRunLoopServiceMachPort + 181 3 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81998939 \_\_CFRunLoopRun + 1161 4 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81998275 CFRunLoopRunSpecific + 309 5 &nbsp; com.apple.Foundation &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8beed907 +[NSURLConnection(Loader) \_resourceLoadLoop:] + 348 6 &nbsp; com.apple.Foundation &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8beed70b \_\_NSThread\_\_main\_\_ + 1318 7 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 8 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 9 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 8:: CVDisplayLink 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188716 \_\_psynch\_cvwait + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee0c77 \_pthread\_cond\_wait + 787 2 &nbsp; com.apple.CoreVideo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8b60a464 CVDisplayLink::waitUntil(unsigned long long) + 244 3 &nbsp; com.apple.CoreVideo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8b609998 CVDisplayLink::runIOThread() + 496 4 &nbsp; com.apple.CoreVideo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8b60978f startIOThread(void\*) + 147 5 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 6 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 7 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 9:: com.apple.CFSocket.private 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff861889aa \_\_select + 10 1 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff819e4d43 \_\_CFSocketManager + 867 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 3 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 4 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 10: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86184a1a mach\_msg\_trap + 10 1 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86183d18 mach\_msg + 64 2 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81999315 \_\_CFRunLoopServiceMachPort + 181 3 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81998939 \_\_CFRunLoopRun + 1161 4 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81998275 CFRunLoopRunSpecific + 309 5 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff886531ce \_NSEventThread + 144 6 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 7 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 8 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 11:: com.apple.audio.IOThread.client 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86184a1a mach\_msg\_trap + 10 1 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86183d18 mach\_msg + 64 2 &nbsp; com.apple.audio.CoreAudio &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8ae40918 HALB\_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach\_msg\_header\_t\*, bool, unsigned int) + 98 3 &nbsp; com.apple.audio.CoreAudio &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8ae408a6 HALB\_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42 4 &nbsp; com.apple.audio.CoreAudio &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8ae3f02e HALC\_ProxyIOContext::IOWorkLoop() + 950 5 &nbsp; com.apple.audio.CoreAudio &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8ae3ebcd HALC\_ProxyIOContext::IOThreadEntry(void\*) + 97 6 &nbsp; com.apple.audio.CoreAudio &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8ae3ea8d HALB\_IOThread::Entry(void\*) + 75 7 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 8 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 9 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 12: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188a3a \_\_semwait\_signal + 10 1 &nbsp; libsystem\_c.dylib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86605e60 nanosleep + 200 2 &nbsp; SDL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x0000000106d9e8f6 SDL\_Delay + 102 3 &nbsp; net.playcontrol.ALmixer &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x0000000106d123e4 Stream\_Data\_Thread\_Callback + 3809 4 &nbsp; SDL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x0000000106d90487 SDL\_GetThreadID + 247 5 &nbsp; SDL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x0000000106d9e7d9 SDL\_ThreadID + 329 6 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 7 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 8 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 0 crashed with X86 Thread State (64-bit): &nbsp; rax: 0x0000000000000000 &nbsp;rbx: 0x0000000000000000 &nbsp;rcx: 0x00007fff71738300 &nbsp;rdx: 0x00007fff717080c8 &nbsp; rdi: 0x0000000000000000 &nbsp;rsi: 0x00007fff71be2980 &nbsp;rbp: 0x00007fff591c7380 &nbsp;rsp: 0x00007fff591c7370 &nbsp; &nbsp;r8: 0x000000000000aec8 &nbsp; r9: 0x00007fff71be2990 &nbsp;r10: 0x00007fff8f41dbb0 &nbsp;r11: 0x00007fff8194f0a0 &nbsp; r12: 0x00007fd14bddbfa0 &nbsp;r13: 0x00007fd14e669fa0 &nbsp;r14: 0x0000000000000031 &nbsp;r15: 0x0000000000000031 &nbsp; rip: 0x00007fff8194f0af &nbsp;rfl: 0x0000000000010246 &nbsp;cr2: 0x0000000000000000 &nbsp;&nbsp; Logical CPU: &nbsp; &nbsp; 0 Error Code: &nbsp; &nbsp; &nbsp;0x00000004 Trap Number: &nbsp; &nbsp; 14 Binary Images: &nbsp; &nbsp; &nbsp; &nbsp;0x106a38000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106c3cff7 +com.coronalabs.Corona\_Simulator (2013.2093 - 2013.2093) \<297D2FF3-0984-3979-90EA-94554CFB6511\> /Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator &nbsp; &nbsp; &nbsp; &nbsp;0x106c94000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106cb2ffb &nbsp;libreadline.dylib (39) \<1B0596DB-F336-32E7-BB9F-51BF70DB5305\> /usr/lib/libreadline.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x106cc8000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106ccdfff &nbsp;com.apple.JavaVM (14.9.0 - 14.9.0) \<67BD63C5-D82F-3A31-BC43-C8810356D524\> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM &nbsp; &nbsp; &nbsp; &nbsp;0x106cd8000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106cfcfff &nbsp;com.apple.audio.OpenAL (1.7 - 1.7) \<5D2366B5-111B-3BDD-AFB3-5770075659F4\> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL &nbsp; &nbsp; &nbsp; &nbsp;0x106d10000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106d1bfff +net.playcontrol.ALmixer (1.0 - 1) \<B3C8B1CE-8D44-3E2D-AD6F-7E39F97C448F\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/ALmixer.framework/Versions/A/ALmixer &nbsp; &nbsp; &nbsp; &nbsp;0x106d24000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106d30ff7 +com.growl.growlframework (1.2.1 - 1.2.1) \<07C81561-C93B-503F-4666-A8F8D8DD4305\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/Growl.framework/Versions/A/Growl &nbsp; &nbsp; &nbsp; &nbsp;0x106d43000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106d48fff &nbsp;JavaLaunching (1) \<528DEA76-B869-36B5-87A6-D9B722968E16\> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching &nbsp; &nbsp; &nbsp; &nbsp;0x106d54000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106d58ff7 +com.yourcompany.SDL-sound (1.0 - 1) \<190E2B86-4935-2B22-B63D-0258A567ADEC\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL\_sound.framework/Versions/A/SDL\_sound &nbsp; &nbsp; &nbsp; &nbsp;0x106d62000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106dd5fef +SDL (1.2.14 - 1.2.14) \<E91595A6-E003-F5F1-31BE-56EDC93FF6D0\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL.framework/Versions/A/SDL &nbsp; &nbsp; &nbsp; &nbsp;0x106dea000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106deefef +org.xiph.ogg (1.1.4 - 1.1.4) \<1F24373C-089F-0A26-38DB-A54F8E31C66F\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL\_sound.framework/Versions/A/Frameworks/Ogg.framework/Versions/A/Ogg &nbsp; &nbsp; &nbsp; &nbsp;0x106df8000 - &nbsp; &nbsp; &nbsp; &nbsp;0x1070c7ff7 +org.xiph.vorbis (1.2.3 - 1.2.3) \<1E6B29FD-189B-280E-2336-97D3D0D4D67D\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL\_sound.framework/Versions/A/Frameworks/Vorbis.framework/Versions/A/Vorbis &nbsp; &nbsp; &nbsp; &nbsp;0x1092dc000 - &nbsp; &nbsp; &nbsp; &nbsp;0x1092ebfff +network.dylib (1) \<BB918FAD-4690-3532-A842-A18976875CAE\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/network.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x10c1a8000 - &nbsp; &nbsp; &nbsp; &nbsp;0x10c1b3fff &nbsp;libGPUSupport.dylib (9.0.83) \<AF15BF74-F9B3-35B9-8728-3B3A2EB6E432\> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x111213000 - &nbsp; &nbsp; &nbsp; &nbsp;0x111214ff9 +cl\_kernels (???) \<55E55D14-BD92-4848-A1B7-DD63F74400BC\> cl\_kernels &nbsp; &nbsp; &nbsp; &nbsp;0x111660000 - &nbsp; &nbsp; &nbsp; &nbsp;0x111831fff &nbsp;com.apple.audio.units.Components (1.9 - 1.9) \<80991B19-4B07-3DBF-A4B3-597DA1AA65B2\> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio &nbsp; &nbsp; &nbsp; &nbsp;0x1118db000 - &nbsp; &nbsp; &nbsp; &nbsp;0x1118dfffd &nbsp;com.apple.audio.AppleHDAHALPlugIn (2.5.2 - 2.5.2fc2) \<DEB558B7-BACF-3871-A021-B3A904F4FB44\> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn &nbsp; &nbsp; &nbsp; &nbsp;0x1118fb000 - &nbsp; &nbsp; &nbsp; &nbsp;0x1118ffffd &nbsp;libFontRegistryUI.dylib (127) \<57DE4E73-B65B-3712-9815-81018E72501A\> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x111943000 - &nbsp; &nbsp; &nbsp; &nbsp;0x111944ff0 &nbsp;ATSHI.dylib (363.1) \<911E9B0D-B516-3EAB-8898-6853CD1E0776\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x112cbb000 - &nbsp; &nbsp; &nbsp; &nbsp;0x112da1fef &nbsp;unorm8\_bgra.dylib (2.3.58) \<9FF943D1-4EF7-36CA-852D-B61C2E554713\> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8\_bgra.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x112df3000 - &nbsp; &nbsp; &nbsp; &nbsp;0x112df4fe4 +cl\_kernels (???) \<25AA7014-E57E-4667-B5B6-B36D34D5C287\> cl\_kernels &nbsp; &nbsp; 0x123400000000 - &nbsp; &nbsp; 0x123400366ff7 &nbsp;com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.18.27 - 8.1.8) \<10962454-79BD-31BF-8C23-7D3EE0DF8FA5\> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver &nbsp; &nbsp; 0x7fff61a06000 - &nbsp; &nbsp; 0x7fff61a39817 &nbsp;dyld (239.3) \<D1DFCF3F-0B0C-332A-BCC0-87A851B570FF\> /usr/lib/dyld &nbsp; &nbsp; 0x7fff81600000 - &nbsp; &nbsp; 0x7fff8160dff4 &nbsp;com.apple.Librarian (1.2 - 1) \<F1A2744D-8536-32C7-8218-9972C6300DAE\> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian &nbsp; &nbsp; 0x7fff81636000 - &nbsp; &nbsp; 0x7fff8165dff7 &nbsp;libsystem\_network.dylib (241.3) \<8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364\> /usr/lib/system/libsystem\_network.dylib &nbsp; &nbsp; 0x7fff8165e000 - &nbsp; &nbsp; 0x7fff81669fff &nbsp;libGL.dylib (9.0.83) \<984A960A-C159-3AE5-8B40-E2B451F6C712\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib &nbsp; &nbsp; 0x7fff8166a000 - &nbsp; &nbsp; 0x7fff8174efff &nbsp;com.apple.coreui (2.1 - 231) \<432DB40C-6B7E-39C8-9FB5-B95917930056\> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI &nbsp; &nbsp; 0x7fff8174f000 - &nbsp; &nbsp; 0x7fff8175cff7 &nbsp;libxar.1.dylib (202) \<5572AA71-E98D-3FE1-9402-BB4A84E0E71E\> /usr/lib/libxar.1.dylib &nbsp; &nbsp; 0x7fff8175d000 - &nbsp; &nbsp; 0x7fff81773fff &nbsp;com.apple.CoreMediaAuthoring (2.2 - 947) \<B01FBACC-DDD5-30A8-BCCF-57CE24ABA329\> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring &nbsp; &nbsp; 0x7fff8184f000 - &nbsp; &nbsp; 0x7fff81853ff7 &nbsp;libGIF.dylib (1038) \<C29B4323-1B9E-36B9-96C2-7CEDBAA124F0\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib &nbsp; &nbsp; 0x7fff8187c000 - &nbsp; &nbsp; 0x7fff8188eff7 &nbsp;com.apple.MultitouchSupport.framework (245.13 - 245.13) \<D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2\> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport &nbsp; &nbsp; 0x7fff818d9000 - &nbsp; &nbsp; 0x7fff818dfff7 &nbsp;com.apple.XPCService (2.0 - 1) \<2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE\> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService &nbsp; &nbsp; 0x7fff818e0000 - &nbsp; &nbsp; 0x7fff81927fff &nbsp;libFontRegistry.dylib (127) \<A77A0480-AA5D-3CC8-8B68-69985CD546DC\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib &nbsp; &nbsp; 0x7fff81928000 - &nbsp; &nbsp; 0x7fff81b0dff7 &nbsp;com.apple.CoreFoundation (6.9 - 855.11) \<E22C6A1F-8996-349C-905E-96C3BBE07C2F\> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation &nbsp; &nbsp; 0x7fff81b0e000 - &nbsp; &nbsp; 0x7fff81b12ff7 &nbsp;libheimdal-asn1.dylib (323.12) \<063A01C2-E547-39D9-BB42-4CC8E64ADE70\> /usr/lib/libheimdal-asn1.dylib &nbsp; &nbsp; 0x7fff81d5b000 - &nbsp; &nbsp; 0x7fff82ba7ff5 &nbsp;com.apple.WebCore (9537 - 9537.70) \<7A90E9D3-4F26-3049-9C96-C6B8CB1395C8\> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore &nbsp; &nbsp; 0x7fff82ba8000 - &nbsp; &nbsp; 0x7fff82bf6fff &nbsp;com.apple.opencl (2.3.57 - 2.3.57) \<FC03A80D-543A-3448-83FF-D399C3A240D9\> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL &nbsp; &nbsp; 0x7fff82c17000 - &nbsp; &nbsp; 0x7fff82c1fffc &nbsp;libGFXShared.dylib (9.0.83) \<11A621C3-37A0-39CE-A69B-8739021BD79D\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib &nbsp; &nbsp; 0x7fff82c47000 - &nbsp; &nbsp; 0x7fff82d18ff1 &nbsp;com.apple.DiskImagesFramework (10.9 - 371.1) \<D456ED08-4C1D-341F-BAB8-85E34A7275C5\> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages &nbsp; &nbsp; 0x7fff82d5b000 - &nbsp; &nbsp; 0x7fff83029ff4 &nbsp;com.apple.CoreImage (9.0.54) \<74BB8685-69A9-3A45-8DED-EA26BD39D710\> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage &nbsp; &nbsp; 0x7fff8302a000 - &nbsp; &nbsp; 0x7fff83198ff7 &nbsp;libBLAS.dylib (1094.5) \<DE93A590-5FA5-32A2-A16C-5D7D7361769F\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib &nbsp; &nbsp; 0x7fff83199000 - &nbsp; &nbsp; 0x7fff831c3ff7 &nbsp;libsandbox.1.dylib (278.10) \<B4183FA8-F7E2-3301-8BF9-0EEFB793A5D5\> /usr/lib/libsandbox.1.dylib &nbsp; &nbsp; 0x7fff831ca000 - &nbsp; &nbsp; 0x7fff831d0fff &nbsp;com.apple.AOSNotification (1.7.0 - 760.3) \<7901B867-60F7-3645-BB3E-18C51A6FBCC6\> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification &nbsp; &nbsp; 0x7fff831d1000 - &nbsp; &nbsp; 0x7fff831d1fff &nbsp;com.apple.Cocoa (6.8 - 20) \<E90E99D7-A425-3301-A025-D9E0CD11918E\> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa &nbsp; &nbsp; 0x7fff83213000 - &nbsp; &nbsp; 0x7fff83261fff &nbsp;libcorecrypto.dylib (161.1) \<F3973C28-14B6-3006-BB2B-00DD7F09ABC7\> /usr/lib/system/libcorecrypto.dylib &nbsp; &nbsp; 0x7fff83f67000 - &nbsp; &nbsp; 0x7fff83fb3ffe &nbsp;com.apple.CoreMediaIO (401.0 - 4544) \<44EBC0FE-DAD5-3711-96CB-05250F350A16\> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO &nbsp; &nbsp; 0x7fff83fb4000 - &nbsp; &nbsp; 0x7fff83fddfff &nbsp;GLRendererFloat (9.0.83) \<1F1160A8-5047-3CEE-AC1E-D29520D0B367\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat &nbsp; &nbsp; 0x7fff83fde000 - &nbsp; &nbsp; 0x7fff83ff7ff7 &nbsp;com.apple.Ubiquity (1.3 - 289) \<C7F1B734-CE81-334D-BE41-8B20D95A1F9B\> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity &nbsp; &nbsp; 0x7fff83ff8000 - &nbsp; &nbsp; 0x7fff84002ff7 &nbsp;com.apple.bsd.ServiceManagement (2.0 - 2.0) \<2D27B498-BB9C-3D88-B05A-76908A8A26F3\> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement &nbsp; &nbsp; 0x7fff84003000 - &nbsp; &nbsp; 0x7fff84008ff7 &nbsp;libunwind.dylib (35.3) \<78DCC358-2FC1-302E-B395-0155B47CB547\> /usr/lib/system/libunwind.dylib &nbsp; &nbsp; 0x7fff84013000 - &nbsp; &nbsp; 0x7fff84079fff &nbsp;com.apple.framework.CoreWiFi (2.0 - 200.21.1) \<5491896D-78C5-30B6-96E9-D8DDECF3BE73\> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi &nbsp; &nbsp; 0x7fff84124000 - &nbsp; &nbsp; 0x7fff84171fff &nbsp;com.apple.AppleVAFramework (5.0.27 - 5.0.27) \<D01B7D87-4BDC-3E48-A79B-951D05075F9D\> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA &nbsp; &nbsp; 0x7fff84188000 - &nbsp; &nbsp; 0x7fff841e8ff2 &nbsp;com.apple.CoreUtils (1.9 - 190.4) \<CBB5B4DC-2801-32B3-A31C-8811CCF99873\> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils &nbsp; &nbsp; 0x7fff84223000 - &nbsp; &nbsp; 0x7fff84224ff7 &nbsp;com.apple.print.framework.Print (9.0 - 260) \<EE00FAE1-DA03-3EC2-8571-562518C46994\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print &nbsp; &nbsp; 0x7fff8423d000 - &nbsp; &nbsp; 0x7fff84250ff7 &nbsp;com.apple.AppContainer (3.0 - 1) \<A90C058D-46E8-3BAB-AF17-AF9C7C273069\> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer &nbsp; &nbsp; 0x7fff84251000 - &nbsp; &nbsp; 0x7fff844fbffd &nbsp;com.apple.HIToolbox (2.1 - 695) \<C4DE35FF-D0AC-35C3-A7E6-F54CD153825C\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox &nbsp; &nbsp; 0x7fff84559000 - &nbsp; &nbsp; 0x7fff8465efff &nbsp;com.apple.ImageIO.framework (3.3.0 - 1038) \<2C058216-C6D8-3380-A7EA-92A3F04520C1\> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO &nbsp; &nbsp; 0x7fff8465f000 - &nbsp; &nbsp; 0x7fff84979ff7 &nbsp;com.apple.MediaToolbox (1.0 - 1273.29) \<6260E68B-7E50-3D49-8C0A-7145614C13D8\> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox &nbsp; &nbsp; 0x7fff849f8000 - &nbsp; &nbsp; 0x7fff84a08fff &nbsp;libbsm.0.dylib (33) \<2CAC00A2-1352-302A-88FA-C567D4D69179\> /usr/lib/libbsm.0.dylib &nbsp; &nbsp; 0x7fff84a09000 - &nbsp; &nbsp; 0x7fff84ad4fff &nbsp;libvDSP.dylib (423.32) \<3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib &nbsp; &nbsp; 0x7fff84ad5000 - &nbsp; &nbsp; 0x7fff84adeff3 &nbsp;libsystem\_notify.dylib (121) \<52571EC3-6894-37E4-946E-064B021ED44E\> /usr/lib/system/libsystem\_notify.dylib &nbsp; &nbsp; 0x7fff84b69000 - &nbsp; &nbsp; 0x7fff84bf1ff7 &nbsp;com.apple.CorePDF (4.0 - 4) \<92D15ED1-D2E1-3ECB-93FF-42888219A99F\> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF &nbsp; &nbsp; 0x7fff84c1b000 - &nbsp; &nbsp; 0x7fff84c27ff3 &nbsp;com.apple.AppleFSCompression (56 - 1.0) \<5652B0D0-EB08-381F-B23A-6DCF96991FB5\> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression &nbsp; &nbsp; 0x7fff84c28000 - &nbsp; &nbsp; 0x7fff84c29ffb &nbsp;libremovefile.dylib (33) \<3543F917-928E-3DB2-A2F4-7AB73B4970EF\> /usr/lib/system/libremovefile.dylib &nbsp; &nbsp; 0x7fff84c2a000 - &nbsp; &nbsp; 0x7fff85078fff &nbsp;com.apple.VideoToolbox (1.0 - 1273.29) \<6E38291D-7A81-3033-AFB9-61ABD38B6371\> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox &nbsp; &nbsp; 0x7fff850a8000 - &nbsp; &nbsp; 0x7fff850c2fff &nbsp;libdispatch.dylib (339.1.9) \<46878A5B-4248-3057-962C-6D4A235EEF31\> /usr/lib/system/libdispatch.dylib &nbsp; &nbsp; 0x7fff850c3000 - &nbsp; &nbsp; 0x7fff850ebffb &nbsp;libxslt.1.dylib (13) \<C9794936-633C-3F0C-9E71-30190B9B41C1\> /usr/lib/libxslt.1.dylib &nbsp; &nbsp; 0x7fff85100000 - &nbsp; &nbsp; 0x7fff851eefff &nbsp;libJP2.dylib (1038) \<6C8179F5-8063-3ED6-A7C2-D5603DECDF28\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib &nbsp; &nbsp; 0x7fff8523f000 - &nbsp; &nbsp; 0x7fff8527dff7 &nbsp;libGLImage.dylib (9.0.83) \<C08048A7-03CC-3E40-BCDC-7791D87AC8E4\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib &nbsp; &nbsp; 0x7fff8527e000 - &nbsp; &nbsp; 0x7fff8536dfff &nbsp;libFontParser.dylib (111.1) \<835A8253-6AB9-3AAB-9CBF-171440DEC486\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib &nbsp; &nbsp; 0x7fff8536e000 - &nbsp; &nbsp; 0x7fff8536efff &nbsp;com.apple.CoreServices (59 - 59) \<7A697B5E-F179-30DF-93F2-8B503CEEEFD5\> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices &nbsp; &nbsp; 0x7fff8536f000 - &nbsp; &nbsp; 0x7fff85371ff7 &nbsp;com.apple.securityhi (9.0 - 55005) \<405E2BC6-2B6F-3B6B-B48E-2FD39214F052\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI &nbsp; &nbsp; 0x7fff85395000 - &nbsp; &nbsp; 0x7fff85397ff7 &nbsp;com.apple.SecCodeWrapper (3.0 - 1) \<F5107AD0-20CD-328C-8B2E-74CB6F3169F6\> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper &nbsp; &nbsp; 0x7fff8540d000 - &nbsp; &nbsp; 0x7fff85410fff &nbsp;com.apple.TCC (1.0 - 1) \<32A075D9-47FD-3E71-95BC-BFB0D583F41C\> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC &nbsp; &nbsp; 0x7fff85411000 - &nbsp; &nbsp; 0x7fff8547efff &nbsp;com.apple.SearchKit (1.4.0 - 1.4.0) \<B9B8D510-A27E-36B0-93E9-17146D9E9045\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit &nbsp; &nbsp; 0x7fff8547f000 - &nbsp; &nbsp; 0x7fff85481ffb &nbsp;libutil.dylib (34) \<DAC4A6CF-A1BB-3874-9569-A919316D30E8\> /usr/lib/libutil.dylib &nbsp; &nbsp; 0x7fff85482000 - &nbsp; &nbsp; 0x7fff854e6ff3 &nbsp;com.apple.datadetectorscore (5.0 - 354.0) \<9ACF24B8-3268-3134-A5BC-D72C9371A195\> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore &nbsp; &nbsp; 0x7fff854e7000 - &nbsp; &nbsp; 0x7fff85534ff2 &nbsp;com.apple.print.framework.PrintCore (9.0 - 428) \<8D8253E3-302F-3DB2-9C5C-572CB974E8B3\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore &nbsp; &nbsp; 0x7fff85535000 - &nbsp; &nbsp; 0x7fff8555eff7 &nbsp;libc++abi.dylib (48) \<8C16158F-CBF8-3BD7-BEF4-022704B2A326\> /usr/lib/libc++abi.dylib &nbsp; &nbsp; 0x7fff8555f000 - &nbsp; &nbsp; 0x7fff85594ffc &nbsp;com.apple.LDAPFramework (2.4.28 - 194.5) \<7E31A674-C6AB-33BE-BD5E-F5E3C6E22894\> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP &nbsp; &nbsp; 0x7fff85595000 - &nbsp; &nbsp; 0x7fff85742f27 &nbsp;libobjc.A.dylib (551.1) \<AD7FD984-271E-30F4-A361-6B20319EC73B\> /usr/lib/libobjc.A.dylib &nbsp; &nbsp; 0x7fff85743000 - &nbsp; &nbsp; 0x7fff85834ff9 &nbsp;libiconv.2.dylib (41) \<BB44B115-AC32-3877-A0ED-AEC6232A4563\> /usr/lib/libiconv.2.dylib &nbsp; &nbsp; 0x7fff85842000 - &nbsp; &nbsp; 0x7fff858b5ffb &nbsp;com.apple.securityfoundation (6.0 - 55122) \<119D1C53-B292-3378-AEE1-A3B1FB02F43F\> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation &nbsp; &nbsp; 0x7fff858b6000 - &nbsp; &nbsp; 0x7fff858c3fff &nbsp;com.apple.Sharing (132.2 - 132.2) \<F983394A-226D-3244-B511-FA51FDB6ADDA\> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing &nbsp; &nbsp; 0x7fff858c4000 - &nbsp; &nbsp; 0x7fff858feff3 &nbsp;com.apple.bom (12.0 - 192) \<989690DB-B9CC-3DB5-89AE-B5D33EDC474E\> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom &nbsp; &nbsp; 0x7fff858ff000 - &nbsp; &nbsp; 0x7fff8594afff &nbsp;com.apple.ImageCaptureCore (5.0 - 5.0) \<F529EDDC-E2F5-30CA-9938-AF23296B5C5B\> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore &nbsp; &nbsp; 0x7fff8594b000 - &nbsp; &nbsp; 0x7fff859fbff7 &nbsp;libvMisc.dylib (423.32) \<049C0735-1808-39B9-943F-76CB8021744F\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib &nbsp; &nbsp; 0x7fff859fd000 - &nbsp; &nbsp; 0x7fff85a88fff &nbsp;libCoreStorage.dylib (380) \<AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372\> /usr/lib/libCoreStorage.dylib &nbsp; &nbsp; 0x7fff85acf000 - &nbsp; &nbsp; 0x7fff85ad8fff &nbsp;com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) \<0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis &nbsp; &nbsp; 0x7fff85ad9000 - &nbsp; &nbsp; 0x7fff85b02fff &nbsp;com.apple.DictionaryServices (1.2 - 208) \<A539A058-BA57-35EE-AA08-D0B0E835127D\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices &nbsp; &nbsp; 0x7fff85b03000 - &nbsp; &nbsp; 0x7fff85bbbff7 &nbsp;com.apple.DiscRecording (8.0 - 8000.4.6) \<CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E\> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording &nbsp; &nbsp; 0x7fff85bbc000 - &nbsp; &nbsp; 0x7fff860e0fff &nbsp;com.apple.QuartzComposer (5.1 - 316) \<B20E93C3-8517-3E5C-83B6-C312C839C5D0\> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer &nbsp; &nbsp; 0x7fff860e1000 - &nbsp; &nbsp; 0x7fff86126ff7 &nbsp;libcurl.4.dylib (78) \<A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E\> /usr/lib/libcurl.4.dylib &nbsp; &nbsp; 0x7fff86127000 - &nbsp; &nbsp; 0x7fff8612cff7 &nbsp;com.apple.MediaAccessibility (1.0 - 43) \<D309D83D-5FAE-37A4-85ED-FFBDA8B66B82\> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility &nbsp; &nbsp; 0x7fff86137000 - &nbsp; &nbsp; 0x7fff86168fff &nbsp;com.apple.MediaKit (15 - 709) \<23E33409-5C39-3F93-9E73-2B0E9EE8883E\> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit &nbsp; &nbsp; 0x7fff86169000 - &nbsp; &nbsp; 0x7fff86172ffb &nbsp;libCGInterfaces.dylib (271) \<68EFBEFE-7506-3235-99A2-5B69EDBFD7B8\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Resources/libCGInterfaces.dylib &nbsp; &nbsp; 0x7fff86173000 - &nbsp; &nbsp; 0x7fff8618fff7 &nbsp;libsystem\_kernel.dylib (2422.1.72) \<D14913DB-47F1-3591-8DAF-D4B4EF5F8818\> /usr/lib/system/libsystem\_kernel.dylib &nbsp; &nbsp; 0x7fff86190000 - &nbsp; &nbsp; 0x7fff861a7fff &nbsp;com.apple.CFOpenDirectory (10.9 - 173.1.1) \<3FB4D5FE-860B-3BDE-BAE2-3531D919EF10\> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory &nbsp; &nbsp; 0x7fff86485000 - &nbsp; &nbsp; 0x7fff86487ff3 &nbsp;libsystem\_configuration.dylib (596.12) \<C4F633D9-94C8-35D9-BB2D-84C5122533C7\> /usr/lib/system/libsystem\_configuration.dylib &nbsp; &nbsp; 0x7fff86492000 - &nbsp; &nbsp; 0x7fff86563ff7 &nbsp;com.apple.QuickLookUIFramework (5.0 - 622.3) \<9741E66B-3978-35F6-8846-B6C528945611\> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI &nbsp; &nbsp; 0x7fff86586000 - &nbsp; &nbsp; 0x7fff86589fff &nbsp;com.apple.AppleSystemInfo (3.0 - 3.0) \<4D032152-AA40-350E-BB96-44BC55C5C69C\> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo &nbsp; &nbsp; 0x7fff8658a000 - &nbsp; &nbsp; 0x7fff86613ff7 &nbsp;libsystem\_c.dylib (997.1.1) \<61833FAA-7281-3FF9-937F-686B6F20427C\> /usr/lib/system/libsystem\_c.dylib &nbsp; &nbsp; 0x7fff86614000 - &nbsp; &nbsp; 0x7fff868e8fc7 &nbsp;com.apple.vImage (7.0 - 7.0) \<D241DBFA-AC49-31E2-893D-EAAC31890C90\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage &nbsp; &nbsp; 0x7fff868e9000 - &nbsp; &nbsp; 0x7fff86919fff &nbsp;libncurses.5.4.dylib (42) \<BF763D62-9149-37CB-B1D2-F66A2510E6DD\> /usr/lib/libncurses.5.4.dylib &nbsp; &nbsp; 0x7fff8691a000 - &nbsp; &nbsp; 0x7fff86924ff7 &nbsp;libcsfde.dylib (380) \<3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B\> /usr/lib/libcsfde.dylib &nbsp; &nbsp; 0x7fff86925000 - &nbsp; &nbsp; 0x7fff86947fff &nbsp;com.apple.framework.familycontrols (4.1 - 410) \<4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE\> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls &nbsp; &nbsp; 0x7fff8694b000 - &nbsp; &nbsp; 0x7fff86ab1fff &nbsp;libGLProgrammability.dylib (9.0.83) \<9C97E814-F674-30F8-8C2D-C45FC1E7D934\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib &nbsp; &nbsp; 0x7fff86acd000 - &nbsp; &nbsp; 0x7fff86afcfff &nbsp;com.apple.DebugSymbols (106 - 106) \<E1BDED08-523A-36F4-B2DA-9D5C712F0AC7\> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols &nbsp; &nbsp; 0x7fff86b06000 - &nbsp; &nbsp; 0x7fff86b06fff &nbsp;com.apple.Carbon (154 - 157) \<45A9A40A-78FF-3EA0-8FAB-A4F81052FA55\> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon &nbsp; &nbsp; 0x7fff86b07000 - &nbsp; &nbsp; 0x7fff86b18ff7 &nbsp;libsystem\_asl.dylib (217.1.4) \<655FB343-52CF-3E2F-B14D-BEBF5AAEF94D\> /usr/lib/system/libsystem\_asl.dylib &nbsp; &nbsp; 0x7fff86b19000 - &nbsp; &nbsp; 0x7fff86ba8ff7 &nbsp;com.apple.Metadata (10.7.0 - 800.12) \<04486C95-3E49-36C4-89B6-925E925BB417\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata &nbsp; &nbsp; 0x7fff86ba9000 - &nbsp; &nbsp; 0x7fff86bacfff &nbsp;libCoreVMClient.dylib (58.1) \<EBC36C69-C896-3C3D-8589-3E9023E7E56F\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib &nbsp; &nbsp; 0x7fff86c41000 - &nbsp; &nbsp; 0x7fff86c70fd2 &nbsp;libsystem\_m.dylib (3047.16) \<B7F0E2E4-2777-33FC-A787-D6430B630D54\> /usr/lib/system/libsystem\_m.dylib &nbsp; &nbsp; 0x7fff86c71000 - &nbsp; &nbsp; 0x7fff86c73fff &nbsp;libCVMSPluginSupport.dylib (9.0.83) \<E2AED858-6EEB-36C6-8C06-C3CF649A3CD5\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib &nbsp; &nbsp; 0x7fff86c74000 - &nbsp; &nbsp; 0x7fff86e10ff7 &nbsp;com.apple.QuartzCore (1.8 - 332.0) \<994D1E0A-64B6-398C-B9A2-C362F02DE943\> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore &nbsp; &nbsp; 0x7fff86e14000 - &nbsp; &nbsp; 0x7fff86eafff7 &nbsp;com.apple.PDFKit (2.9 - 2.9) \<AD968A31-6567-30A7-A699-154C88DB56D0\> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit &nbsp; &nbsp; 0x7fff86eb0000 - &nbsp; &nbsp; 0x7fff86eb1fff &nbsp;libunc.dylib (28) \<62682455-1862-36FE-8A04-7A6B91256438\> /usr/lib/system/libunc.dylib &nbsp; &nbsp; 0x7fff86eb2000 - &nbsp; &nbsp; 0x7fff86f16ff9 &nbsp;com.apple.Heimdal (4.0 - 2.0) \<E7D20A4D-4674-37E1-A949-635FFF7C439A\> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal &nbsp; &nbsp; 0x7fff86f17000 - &nbsp; &nbsp; 0x7fff86ffeff7 &nbsp;libxml2.2.dylib (26) \<A1DADD11-89E5-3DE4-8802-07186225967F\> /usr/lib/libxml2.2.dylib &nbsp; &nbsp; 0x7fff86fff000 - &nbsp; &nbsp; 0x7fff87000ff7 &nbsp;libsystem\_sandbox.dylib (278.10) \<A47E7E11-3C76-318E-B67D-98972B86F094\> /usr/lib/system/libsystem\_sandbox.dylib &nbsp; &nbsp; 0x7fff87001000 - &nbsp; &nbsp; 0x7fff8700dff7 &nbsp;com.apple.OpenDirectory (10.9 - 173.1.1) \<6B78BD7B-5622-38E6-8FC6-86A117E3ACCA\> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory &nbsp; &nbsp; 0x7fff8700e000 - &nbsp; &nbsp; 0x7fff8792a05f &nbsp;com.apple.CoreGraphics (1.600.0 - 599.7) \<7D0FD5A7-A061-39BA-8E00-723825D2C4DD\> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics &nbsp; &nbsp; 0x7fff8798a000 - &nbsp; &nbsp; 0x7fff8798ffff &nbsp;libmacho.dylib (845) \<1D2910DF-C036-3A82-A3FD-44FF73B5FF9B\> /usr/lib/system/libmacho.dylib &nbsp; &nbsp; 0x7fff879ae000 - &nbsp; &nbsp; 0x7fff879b6ff3 &nbsp;libCGCMS.A.dylib (599.7) \<92AA4E85-7633-36E2-BAD0-7B1A2E48E75C\> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib &nbsp; &nbsp; 0x7fff879b7000 - &nbsp; &nbsp; 0x7fff879c1fff &nbsp;com.apple.AppSandbox (3.0 - 1) \<55717299-8164-3D79-918F-BD64706735CF\> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox &nbsp; &nbsp; 0x7fff879c2000 - &nbsp; &nbsp; 0x7fff87a1dffb &nbsp;com.apple.AE (665.5 - 665.5) \<BBA230F9-144C-3CAB-A77A-0621719244CD\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE &nbsp; &nbsp; 0x7fff87ca8000 - &nbsp; &nbsp; 0x7fff87ce1ff7 &nbsp;com.apple.QD (3.50 - 298) \<C1F20764-DEF0-34CF-B3AB-AB5480D64E66\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD &nbsp; &nbsp; 0x7fff87ce2000 - &nbsp; &nbsp; 0x7fff87da5ff7 &nbsp;com.apple.backup.framework (1.5 - 1.5) \<92C8038F-CC00-3202-90D8-3C3AEC90986F\> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup &nbsp; &nbsp; 0x7fff87da6000 - &nbsp; &nbsp; 0x7fff88090fff &nbsp;com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) \<21324540-8B84-3333-ADB8-D3D5181D4639\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore &nbsp; &nbsp; 0x7fff88091000 - &nbsp; &nbsp; 0x7fff8809ffff &nbsp;com.apple.CommerceCore (1.0 - 42) \<ACC2CE3A-913A-39E0-8344-B76F8F694EF5\> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore &nbsp; &nbsp; 0x7fff880a2000 - &nbsp; &nbsp; 0x7fff880a9fff &nbsp;com.apple.NetFS (6.0 - 4.0) \<8E26C099-CE9D-3819-91A2-64EA929C6137\> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS &nbsp; &nbsp; 0x7fff880aa000 - &nbsp; &nbsp; 0x7fff880abfff &nbsp;liblangid.dylib (117) \<9546E641-F730-3AB0-B3CD-E0E2FDD173D9\> /usr/lib/liblangid.dylib &nbsp; &nbsp; 0x7fff880ac000 - &nbsp; &nbsp; 0x7fff880b1fff &nbsp;com.apple.DiskArbitration (2.6 - 2.6) \<F8A47F61-83D1-3F92-B7A8-A169E0D187C0\> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration &nbsp; &nbsp; 0x7fff880b2000 - &nbsp; &nbsp; 0x7fff880bbff7 &nbsp;libcldcpuengine.dylib (2.3.58) \<A2E1ED7B-FC7E-31F6-830A-FF917689766B\> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib &nbsp; &nbsp; 0x7fff880ea000 - &nbsp; &nbsp; 0x7fff88116fff &nbsp;com.apple.CoreServicesInternal (184.8 - 184.8) \<707E05AE-DDA8-36FD-B0FF-7F15A061B46A\> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal &nbsp; &nbsp; 0x7fff88117000 - &nbsp; &nbsp; 0x7fff88117ffd &nbsp;libOpenScriptingUtil.dylib (157) \<19F0E769-0989-3062-9AFB-8976E90E9759\> /usr/lib/libOpenScriptingUtil.dylib &nbsp; &nbsp; 0x7fff88130000 - &nbsp; &nbsp; 0x7fff88154fff &nbsp;com.apple.quartzfilters (1.8.0 - 1.7.0) \<39C08086-9866-372F-9420-81F5689149DF\> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters &nbsp; &nbsp; 0x7fff88167000 - &nbsp; &nbsp; 0x7fff881d6ff1 &nbsp;com.apple.ApplicationServices.ATS (360 - 363.1) \<88976B22-A9B8-3E7B-9AE6-0B8E09A968FC\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS &nbsp; &nbsp; 0x7fff881d7000 - &nbsp; &nbsp; 0x7fff881e2fff &nbsp;libkxld.dylib (2422.1.72) \<C88EF3E6-B31F-3E12-BE9B-562D912BA733\> /usr/lib/system/libkxld.dylib &nbsp; &nbsp; 0x7fff881e3000 - &nbsp; &nbsp; 0x7fff8820bffb &nbsp;libRIP.A.dylib (599.7) \<6F528EE3-99F8-3871-BD60-1306495C27D5\> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib &nbsp; &nbsp; 0x7fff88278000 - &nbsp; &nbsp; 0x7fff882bdff6 &nbsp;com.apple.HIServices (1.22 - 466) \<21807AF8-3BC7-32BB-AB96-7C35CB59D7F6\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices &nbsp; &nbsp; 0x7fff882be000 - &nbsp; &nbsp; 0x7fff882d0fff &nbsp;com.apple.ImageCapture (9.0 - 9.0) \<BE0B65DA-3031-359B-8BBA-B9803D4ADBF4\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture &nbsp; &nbsp; 0x7fff882d6000 - &nbsp; &nbsp; 0x7fff8848eff3 &nbsp;libicucore.A.dylib (511.25) \<3ED7B656-416E-3071-AEC8-E85C90232F78\> /usr/lib/libicucore.A.dylib &nbsp; &nbsp; 0x7fff8848f000 - &nbsp; &nbsp; 0x7fff89003ff7 &nbsp;com.apple.AppKit (6.9 - 1265) \<0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01\> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit &nbsp; &nbsp; 0x7fff8908b000 - &nbsp; &nbsp; 0x7fff890cdff7 &nbsp;libauto.dylib (185.5) \<F45C36E8-B606-3886-B5B1-B6745E757CA8\> /usr/lib/libauto.dylib &nbsp; &nbsp; 0x7fff890ce000 - &nbsp; &nbsp; 0x7fff89145fff &nbsp;com.apple.CoreServices.OSServices (600.4 - 600.4) \<36B2B009-C35E-3F21-824E-E0D00E7808C7\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices &nbsp; &nbsp; 0x7fff89146000 - &nbsp; &nbsp; 0x7fff8914afff &nbsp;libsystem\_stats.dylib (93.1.26) \<B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD\> /usr/lib/system/libsystem\_stats.dylib &nbsp; &nbsp; 0x7fff893d4000 - &nbsp; &nbsp; 0x7fff89425fff &nbsp;com.apple.QuickLookFramework (5.0 - 622.3) \<AB6CCD09-ECDF-3F01-9C42-34B37DDCF12D\> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook &nbsp; &nbsp; 0x7fff89426000 - &nbsp; &nbsp; 0x7fff8942efff &nbsp;libMatch.1.dylib (19) \<021293AB-407D-309A-87F5-8E782F46753E\> /usr/lib/libMatch.1.dylib &nbsp; &nbsp; 0x7fff8942f000 - &nbsp; &nbsp; 0x7fff89447ff7 &nbsp;com.apple.openscripting (1.4 - 157) \<B3B037D7-1019-31E6-9D17-08E699AF3701\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting &nbsp; &nbsp; 0x7fff89448000 - &nbsp; &nbsp; 0x7fff8944bffa &nbsp;libCGXType.A.dylib (599.7) \<2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D\> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib &nbsp; &nbsp; 0x7fff89461000 - &nbsp; &nbsp; 0x7fff89485fff &nbsp;libxpc.dylib (300.1.17) \<4554927A-9467-365C-91F1-5A116989DD7F\> /usr/lib/system/libxpc.dylib &nbsp; &nbsp; 0x7fff89486000 - &nbsp; &nbsp; 0x7fff89487ff7 &nbsp;libDiagnosticMessagesClient.dylib (100) \<4CDB0F7B-C0AF-3424-BC39-495696F0DB1E\> /usr/lib/libDiagnosticMessagesClient.dylib &nbsp; &nbsp; 0x7fff89488000 - &nbsp; &nbsp; 0x7fff895f8ff6 &nbsp;com.apple.CFNetwork (673.0.3 - 673.0.3) \<42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF\> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork &nbsp; &nbsp; 0x7fff895f9000 - &nbsp; &nbsp; 0x7fff895fcfff &nbsp;com.apple.help (1.3.3 - 46) \<AE763646-D07A-3F9A-ACD4-F5CBD734EE36\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help &nbsp; &nbsp; 0x7fff89614000 - &nbsp; &nbsp; 0x7fff89615fff &nbsp;com.apple.TrustEvaluationAgent (2.0 - 25) \<334A82F4-4AE4-3719-A511-86D0B0723E2B\> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent &nbsp; &nbsp; 0x7fff89616000 - &nbsp; &nbsp; 0x7fff8961dff3 &nbsp;libcopyfile.dylib (103) \<5A881779-D0D6-3029-B371-E3021C2DDA5E\> /usr/lib/system/libcopyfile.dylib &nbsp; &nbsp; 0x7fff8968f000 - &nbsp; &nbsp; 0x7fff897bbfff &nbsp;com.apple.MediaControlSender (1.9 - 190.4) \<F5E934E1-D004-3C84-815A-961319F8C522\> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender &nbsp; &nbsp; 0x7fff897bc000 - &nbsp; &nbsp; 0x7fff897cdff7 &nbsp;libz.1.dylib (53) \<42E0C8C6-CA38-3CA4-8619-D24ED5DD492E\> /usr/lib/libz.1.dylib &nbsp; &nbsp; 0x7fff897ce000 - &nbsp; &nbsp; 0x7fff897d7fff &nbsp;com.apple.DisplayServicesFW (2.8 - 360.8.14) \<816A9CED-1BC0-3C76-8103-1B9BE0F723BB\> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices &nbsp; &nbsp; 0x7fff897d8000 - &nbsp; &nbsp; 0x7fff897dbff7 &nbsp;com.apple.LoginUICore (3.0 - 3.0) \<1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C\> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore &nbsp; &nbsp; 0x7fff89a6e000 - &nbsp; &nbsp; 0x7fff89aeefff &nbsp;com.apple.CoreSymbolication (3.0 - 141) \<B018335C-698B-3F87-AF1C-6115C4FA8954\> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication &nbsp; &nbsp; 0x7fff89aef000 - &nbsp; &nbsp; 0x7fff89b0bfff &nbsp;libresolv.9.dylib (54) \<11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95\> /usr/lib/libresolv.9.dylib &nbsp; &nbsp; 0x7fff89b0e000 - &nbsp; &nbsp; 0x7fff89bd0ff1 &nbsp;com.apple.CoreText (352.0 - 367.15) \<E5C70FC8-C861-39B8-A491-595E5B55CFC8\> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText &nbsp; &nbsp; 0x7fff89bd1000 - &nbsp; &nbsp; 0x7fff89bd1fff &nbsp;com.apple.quartzframework (1.5 - 1.5) \<3B2A72DB-39FC-3C5B-98BE-605F37777F37\> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz &nbsp; &nbsp; 0x7fff89bd2000 - &nbsp; &nbsp; 0x7fff89beaff7 &nbsp;com.apple.GenerationalStorage (2.0 - 160.2) \<79629AC7-896F-3302-8AC1-4939020F08C3\> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage &nbsp; &nbsp; 0x7fff89beb000 - &nbsp; &nbsp; 0x7fff89e33fff &nbsp;com.apple.CoreData (107 - 481) \<E5AFBA07-F73E-3B3F-9099-F51224EE8EAD\> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData &nbsp; &nbsp; 0x7fff89f31000 - &nbsp; &nbsp; 0x7fff8a192ff7 &nbsp;com.apple.imageKit (2.5 - 770) \<33BCF627-EB1A-3CC1-98AB-2324B6DFB329\> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit &nbsp; &nbsp; 0x7fff8a193000 - &nbsp; &nbsp; 0x7fff8a1b7ff7 &nbsp;libJPEG.dylib (1038) \<86F349A8-882D-3326-A0B0-63257F68B1A7\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib &nbsp; &nbsp; 0x7fff8a435000 - &nbsp; &nbsp; 0x7fff8a483ff9 &nbsp;libstdc++.6.dylib (60) \<0241E6A4-1368-33BE-950B-D0A175C41F54\> /usr/lib/libstdc++.6.dylib &nbsp; &nbsp; 0x7fff8a484000 - &nbsp; &nbsp; 0x7fff8a49fff7 &nbsp;libCRFSuite.dylib (34) \<FFAE75FA-C54E-398B-AA97-18164CD9789D\> /usr/lib/libCRFSuite.dylib &nbsp; &nbsp; 0x7fff8a4f6000 - &nbsp; &nbsp; 0x7fff8a50dffa &nbsp;libAVFAudio.dylib (32.2) \<52DA516B-DE79-322C-9E1B-2658019289D7\> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib &nbsp; &nbsp; 0x7fff8a50e000 - &nbsp; &nbsp; 0x7fff8a511ff7 &nbsp;libdyld.dylib (239.3) \<62F4D752-4089-31A8-8B73-B95A68893B3C\> /usr/lib/system/libdyld.dylib &nbsp; &nbsp; 0x7fff8a512000 - &nbsp; &nbsp; 0x7fff8aa82fff &nbsp;com.apple.CoreAUC (6.22.08 - 6.22.08) \<F306D552-2220-3160-88EA-C916193C5EFD\> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC &nbsp; &nbsp; 0x7fff8addf000 - &nbsp; &nbsp; 0x7fff8ae0eff5 &nbsp;com.apple.GSS (4.0 - 2.0) \<ED98D992-CC14-39F3-9ABC-8D7F986487CC\> /System/Library/Frameworks/GSS.framework/Versions/A/GSS &nbsp; &nbsp; 0x7fff8ae0f000 - &nbsp; &nbsp; 0x7fff8ae17fff &nbsp;libsystem\_dnssd.dylib (522.1.11) \<270DCF6C-502D-389A-AA9F-DE4624A36FF7\> /usr/lib/system/libsystem\_dnssd.dylib &nbsp; &nbsp; 0x7fff8ae18000 - &nbsp; &nbsp; 0x7fff8ae69ff3 &nbsp;com.apple.audio.CoreAudio (4.2.0 - 4.2.0) \<BF4C2FE3-8BC8-30D1-8347-2A7221268794\> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio &nbsp; &nbsp; 0x7fff8ae6a000 - &nbsp; &nbsp; 0x7fff8aec9fff &nbsp;com.apple.framework.CoreWLAN (4.0 - 400.45.1) \<775F9444-8059-30A2-8058-7F7ACD68CCF1\> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN &nbsp; &nbsp; 0x7fff8b0fa000 - &nbsp; &nbsp; 0x7fff8b121ffb &nbsp;libsystem\_info.dylib (449.1.3) \<7D41A156-D285-3849-A2C3-C04ADE797D98\> /usr/lib/system/libsystem\_info.dylib &nbsp; &nbsp; 0x7fff8b122000 - &nbsp; &nbsp; 0x7fff8b131ff8 &nbsp;com.apple.LangAnalysis (1.7.0 - 1.7.0) \<8FE131B6-1180-3892-98F5-C9C9B79072D4\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis &nbsp; &nbsp; 0x7fff8b179000 - &nbsp; &nbsp; 0x7fff8b258fff &nbsp;libcrypto.0.9.8.dylib (50) \<B95B9DBA-39D3-3EEF-AF43-44608B28894E\> /usr/lib/libcrypto.0.9.8.dylib &nbsp; &nbsp; 0x7fff8b259000 - &nbsp; &nbsp; 0x7fff8b5cfffa &nbsp;com.apple.JavaScriptCore (9537 - 9537.65) \<7E76880C-832E-385B-9591-ACCF57A68385\> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore &nbsp; &nbsp; 0x7fff8b5d0000 - &nbsp; &nbsp; 0x7fff8b5fcff7 &nbsp;com.apple.framework.SystemAdministration (1.0 - 1.0) \<36C562FF-5D91-318C-A19C-6B4453FB78B9\> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration &nbsp; &nbsp; 0x7fff8b608000 - &nbsp; &nbsp; 0x7fff8b62dff7 &nbsp;com.apple.CoreVideo (1.8 - 117.2) \<4674339E-26D0-35FA-9958-422832B39B12\> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo &nbsp; &nbsp; 0x7fff8b62e000 - &nbsp; &nbsp; 0x7fff8b65dff7 &nbsp;com.apple.CoreAVCHD (5.7.0 - 5700.4.3) \<404369C0-ED9F-3010-8D2F-BC55285F7808\> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD &nbsp; &nbsp; 0x7fff8b65e000 - &nbsp; &nbsp; 0x7fff8b679ff7 &nbsp;libPng.dylib (1038) \<EF781AF8-C2E6-3179-B8A1-A584783070F1\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib &nbsp; &nbsp; 0x7fff8bdfc000 - &nbsp; &nbsp; 0x7fff8be3bfff &nbsp;libGLU.dylib (9.0.83) \<8B457205-513B-3477-AE9C-3AD979D5FE11\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib &nbsp; &nbsp; 0x7fff8be3c000 - &nbsp; &nbsp; 0x7fff8be85fff &nbsp;com.apple.CoreMedia (1.0 - 1273.29) \<4ACD30BA-E9FE-3842-A8B7-E3BD63747867\> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia &nbsp; &nbsp; 0x7fff8be86000 - &nbsp; &nbsp; 0x7fff8c185fff &nbsp;com.apple.Foundation (6.9 - 1056) \<D608EDFD-9634-3573-9B7E-081C7D085F7A\> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation &nbsp; &nbsp; 0x7fff8c186000 - &nbsp; &nbsp; 0x7fff8c1a1ff7 &nbsp;libsystem\_malloc.dylib (23.1.10) \<FFE5C472-B23A-318A-85BF-77CDE61900D1\> /usr/lib/system/libsystem\_malloc.dylib &nbsp; &nbsp; 0x7fff8c1e1000 - &nbsp; &nbsp; 0x7fff8c244ff7 &nbsp;com.apple.SystemConfiguration (1.13 - 1.13) \<F05F4149-981B-380B-8F50-51CE804BBB89\> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration &nbsp; &nbsp; 0x7fff8c25f000 - &nbsp; &nbsp; 0x7fff8c3ecff7 &nbsp;GLEngine (9.0.83) \<26CCE609-D645-3945-A678-517ED5B65785\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine &nbsp; &nbsp; 0x7fff8c3ed000 - &nbsp; &nbsp; 0x7fff8c3edfff &nbsp;com.apple.ApplicationServices (48 - 48) \<3E3F01A8-314D-378F-835E-9CC4F8820031\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices &nbsp; &nbsp; 0x7fff8c3ee000 - &nbsp; &nbsp; 0x7fff8c3f5fff &nbsp;libcompiler\_rt.dylib (35) \<4CD916B2-1B17-362A-B403-EF24A1DAC141\> /usr/lib/system/libcompiler\_rt.dylib &nbsp; &nbsp; 0x7fff8c3f6000 - &nbsp; &nbsp; 0x7fff8c3f6ff7 &nbsp;libkeymgr.dylib (28) \<3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8\> /usr/lib/system/libkeymgr.dylib &nbsp; &nbsp; 0x7fff8c3f7000 - &nbsp; &nbsp; 0x7fff8c519ff1 &nbsp;com.apple.avfoundation (2.0 - 651.12) \<03E595B7-A559-3D4D-90E9-BCA603E3A39E\> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation &nbsp; &nbsp; 0x7fff8c51a000 - &nbsp; &nbsp; 0x7fff8c5a3fff &nbsp;com.apple.ColorSync (4.9.0 - 4.9.0) \<B756B908-9AD1-3F5D-83F9-7A0B068387D2\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync &nbsp; &nbsp; 0x7fff8c5a4000 - &nbsp; &nbsp; 0x7fff8c5a5ff7 &nbsp;libSystem.B.dylib (1197.1.1) \<BFC0DC97-46C6-3BE0-9983-54A98734897A\> /usr/lib/libSystem.B.dylib &nbsp; &nbsp; 0x7fff8c5a6000 - &nbsp; &nbsp; 0x7fff8c987ffe &nbsp;libLAPACK.dylib (1094.5) \<7E7A9B8D-1638-3914-BAE0-663B69865986\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib &nbsp; &nbsp; 0x7fff8c988000 - &nbsp; &nbsp; 0x7fff8c9b8fff &nbsp;com.apple.IconServices (25 - 25.17) \<4751127E-FBD5-3ED5-8510-08D4E4166EFE\> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices &nbsp; &nbsp; 0x7fff8c9b9000 - &nbsp; &nbsp; 0x7fff8c9c7fff &nbsp;com.apple.opengl (9.0.83 - 9.0.83) \<AF467644-7B1D-327A-AC47-CECFCAF61990\> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL &nbsp; &nbsp; 0x7fff8c9c8000 - &nbsp; &nbsp; 0x7fff8c9e5ff7 &nbsp;com.apple.framework.Apple80211 (9.0 - 900.47) \<C897AFE6-DD73-387D-816A-67252A564207\> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 &nbsp; &nbsp; 0x7fff8cbf8000 - &nbsp; &nbsp; 0x7fff8cbfaff7 &nbsp;libquarantine.dylib (71) \<7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38\> /usr/lib/system/libquarantine.dylib &nbsp; &nbsp; 0x7fff8ccdf000 - &nbsp; &nbsp; 0x7fff8cd49ff7 &nbsp;com.apple.framework.IOKit (2.0.1 - 907.1.13) \<C1E95F5C-B79B-31BE-9F2A-1B25163C1F16\> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit &nbsp; &nbsp; 0x7fff8cd4a000 - &nbsp; &nbsp; 0x7fff8cdd6ff7 &nbsp;com.apple.ink.framework (10.9 - 207) \<8A50B893-AD03-3826-8555-A54FEAF08F47\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink &nbsp; &nbsp; 0x7fff8ce96000 - &nbsp; &nbsp; 0x7fff8cfd6fff &nbsp;com.apple.QTKit (7.7.3 - 2826) \<7A110F61-D4DD-3C84-950D-E5F486DE5765\> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit &nbsp; &nbsp; 0x7fff8cfd7000 - &nbsp; &nbsp; 0x7fff8d40affb &nbsp;com.apple.vision.FaceCore (3.0.0 - 3.0.0) \<F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5\> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore &nbsp; &nbsp; 0x7fff8d7e7000 - &nbsp; &nbsp; 0x7fff8d80cff7 &nbsp;com.apple.ChunkingLibrary (2.0 - 155.1) \<B845DC7A-D1EA-31E2-967C-D1FE0C628036\> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary &nbsp; &nbsp; 0x7fff8d81a000 - &nbsp; &nbsp; 0x7fff8d825ff7 &nbsp;com.apple.DirectoryService.Framework (10.9 - 173.1.1) \<F8566D1F-450F-3571-911F-75C68E45919F\> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService &nbsp; &nbsp; 0x7fff8d8bb000 - &nbsp; &nbsp; 0x7fff8d8bdfff &nbsp;com.apple.Mangrove (1.0 - 1) \<72F5CBC7-4E78-374E-98EA-C3700136904E\> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove &nbsp; &nbsp; 0x7fff8da12000 - &nbsp; &nbsp; 0x7fff8da64fff &nbsp;libc++.1.dylib (120) \<4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE\> /usr/lib/libc++.1.dylib &nbsp; &nbsp; 0x7fff8da65000 - &nbsp; &nbsp; 0x7fff8da6bff7 &nbsp;libsystem\_platform.dylib (24.1.4) \<331BA4A5-55CE-3B95-99EB-44E0C89D7FB8\> /usr/lib/system/libsystem\_platform.dylib &nbsp; &nbsp; 0x7fff8da6c000 - &nbsp; &nbsp; 0x7fff8daadfff &nbsp;com.apple.PerformanceAnalysis (1.47 - 47) \<784ED7B8-FAE4-36CE-8C76-B7D300316C9F\> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis &nbsp; &nbsp; 0x7fff8daca000 - &nbsp; &nbsp; 0x7fff8daf4ff7 &nbsp;libpcap.A.dylib (42) \<91D3FF51-D6FE-3C05-98C9-1182E0EC3D58\> /usr/lib/libpcap.A.dylib &nbsp; &nbsp; 0x7fff8daf5000 - &nbsp; &nbsp; 0x7fff8db29fff &nbsp;libssl.0.9.8.dylib (50) \<B15F967C-B002-36C2-9621-3456D8509F50\> /usr/lib/libssl.0.9.8.dylib &nbsp; &nbsp; 0x7fff8dbfb000 - &nbsp; &nbsp; 0x7fff8dbfbfff &nbsp;com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) \<F8D0CC77-98AC-3B58-9FE6-0C25421827B6\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib &nbsp; &nbsp; 0x7fff8dbfc000 - &nbsp; &nbsp; 0x7fff8dbfefff &nbsp;libRadiance.dylib (1038) \<55F99274-5074-3C73-BAC5-AF234E71CF38\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib &nbsp; &nbsp; 0x7fff8dc0e000 - &nbsp; &nbsp; 0x7fff8dc12ff7 &nbsp;libcache.dylib (62) \<BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B\> /usr/lib/system/libcache.dylib &nbsp; &nbsp; 0x7fff8dc13000 - &nbsp; &nbsp; 0x7fff8dc13ffd &nbsp;com.apple.audio.units.AudioUnit (1.9 - 1.9) \<6E89F3CB-CC41-3728-9F9A-FDFC151E8261\> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit &nbsp; &nbsp; 0x7fff8dc14000 - &nbsp; &nbsp; 0x7fff8dc1cff7 &nbsp;com.apple.speech.recognition.framework (4.2.4 - 4.2.4) \<98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition &nbsp; &nbsp; 0x7fff8dc71000 - &nbsp; &nbsp; 0x7fff8dc73fff &nbsp;com.apple.EFILogin (2.0 - 2) \<C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4\> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin &nbsp; &nbsp; 0x7fff8dc74000 - &nbsp; &nbsp; 0x7fff8dc7dfff &nbsp;com.apple.CommonAuth (4.0 - 2.0) \<1D263127-5F27-3128-996D-7397660D0C6E\> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth &nbsp; &nbsp; 0x7fff8de65000 - &nbsp; &nbsp; 0x7fff8deb8fff &nbsp;com.apple.ScalableUserInterface (1.0 - 1) \<CF745298-7373-38D2-B3B1-727D5A569E48\> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface &nbsp; &nbsp; 0x7fff8deb9000 - &nbsp; &nbsp; 0x7fff8debdfff &nbsp;libpam.2.dylib (20) \<B93CE8F5-DAA8-30A1-B1F6-F890509513CB\> /usr/lib/libpam.2.dylib &nbsp; &nbsp; 0x7fff8dec7000 - &nbsp; &nbsp; 0x7fff8decbfff &nbsp;com.apple.CommonPanels (1.2.6 - 96) \<6B434AFD-50F8-37C7-9A56-162C17E375B3\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels &nbsp; &nbsp; 0x7fff8dece000 - &nbsp; &nbsp; 0x7fff8dedbff0 &nbsp;libbz2.1.0.dylib (29) \<0B98AC35-B138-349C-8063-2B987A75D24C\> /usr/lib/libbz2.1.0.dylib &nbsp; &nbsp; 0x7fff8dedc000 - &nbsp; &nbsp; 0x7fff8dedcfff &nbsp;com.apple.Accelerate (1.9 - Accelerate 1.9) \<509BB27A-AE62-366D-86D8-0B06D217CF56\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate &nbsp; &nbsp; 0x7fff8dedd000 - &nbsp; &nbsp; 0x7fff8dee4ff7 &nbsp;libsystem\_pthread.dylib (53.1.4) \<AB498556-B555-310E-9041-F67EC9E00E2C\> /usr/lib/system/libsystem\_pthread.dylib &nbsp; &nbsp; 0x7fff8dee5000 - &nbsp; &nbsp; 0x7fff8deecff7 &nbsp;liblaunch.dylib (842.1.4) \<FCBF0A02-0B06-3F97-9248-5062A9DEB32C\> /usr/lib/system/liblaunch.dylib &nbsp; &nbsp; 0x7fff8df0c000 - &nbsp; &nbsp; 0x7fff8dff6fff &nbsp;libsqlite3.dylib (158) \<00269BF9-43BE-39E0-9C85-24585B9923C8\> /usr/lib/libsqlite3.dylib &nbsp; &nbsp; 0x7fff8e03a000 - &nbsp; &nbsp; 0x7fff8e16aff7 &nbsp;com.apple.desktopservices (1.8 - 1.8) \<09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE\> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv &nbsp; &nbsp; 0x7fff8e16b000 - &nbsp; &nbsp; 0x7fff8e16cfff &nbsp;libffi.dylib (18.1) \<FEB76C94-97BA-39BC-B713-D086B9757BA5\> /usr/lib/libffi.dylib &nbsp; &nbsp; 0x7fff8e242000 - &nbsp; &nbsp; 0x7fff8e30bfff &nbsp;com.apple.LaunchServices (572.23 - 572.23) \<8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices &nbsp; &nbsp; 0x7fff8e30c000 - &nbsp; &nbsp; 0x7fff8e364ff7 &nbsp;com.apple.Symbolication (1.4 - 129) \<16D42516-7B5E-357C-898A-FAA9EE7642B3\> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication &nbsp; &nbsp; 0x7fff8e365000 - &nbsp; &nbsp; 0x7fff8e36ffff &nbsp;libcommonCrypto.dylib (60049) \<8C4F0CA0-389C-3EDC-B155-E62DD2187E1D\> /usr/lib/system/libcommonCrypto.dylib &nbsp; &nbsp; 0x7fff8e370000 - &nbsp; &nbsp; 0x7fff8e380ffb &nbsp;libsasl2.2.dylib (170) \<C8E25710-68B6-368A-BF3E-48EC7273177B\> /usr/lib/libsasl2.2.dylib &nbsp; &nbsp; 0x7fff8e381000 - &nbsp; &nbsp; 0x7fff8e384ffc &nbsp;com.apple.IOSurface (91 - 91) \<07CA8A59-1E32-3FB6-B506-18DAF58A8CE0\> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface &nbsp; &nbsp; 0x7fff8e3f5000 - &nbsp; &nbsp; 0x7fff8e52affa &nbsp;com.apple.WebKit (9537 - 9537.71) \<8A07478D-B2CA-3724-81E4-ADC10E1AD3EA\> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit &nbsp; &nbsp; 0x7fff8e52e000 - &nbsp; &nbsp; 0x7fff8e575ff7 &nbsp;libcups.2.dylib (372) \<348EED62-6C20-35D6-8EFB-E80943965100\> /usr/lib/libcups.2.dylib &nbsp; &nbsp; 0x7fff8e5b5000 - &nbsp; &nbsp; 0x7fff8e5bfff7 &nbsp;com.apple.CrashReporterSupport (10.9 - 538) \<B487466B-3AA1-3854-A808-A61F049FA794\> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport &nbsp; &nbsp; 0x7fff8e5c0000 - &nbsp; &nbsp; 0x7fff8e818ff1 &nbsp;com.apple.security (7.0 - 55471) \<233831C5-C457-3AD5-AFE7-E3E2DE6929C9\> /System/Library/Frameworks/Security.framework/Versions/A/Security &nbsp; &nbsp; 0x7fff8e8d3000 - &nbsp; &nbsp; 0x7fff8e90bff7 &nbsp;com.apple.RemoteViewServices (2.0 - 94) \<3F34D630-3DDB-3411-BC28-A56A9B55EBDA\> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices &nbsp; &nbsp; 0x7fff8eac8000 - &nbsp; &nbsp; 0x7fff8ead3ff7 &nbsp;com.apple.NetAuth (5.0 - 5.0) \<C811E662-9EC3-3B74-808A-A75D624F326B\> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth &nbsp; &nbsp; 0x7fff8ead4000 - &nbsp; &nbsp; 0x7fff8ead5ff7 &nbsp;libodfde.dylib (20) \<C00A4EBA-44BC-3C53-BFD0-819B03FFD462\> /usr/lib/libodfde.dylib &nbsp; &nbsp; 0x7fff8eae2000 - &nbsp; &nbsp; 0x7fff8eafbff7 &nbsp;com.apple.Kerberos (3.0 - 1) \<F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92\> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos &nbsp; &nbsp; 0x7fff8f068000 - &nbsp; &nbsp; 0x7fff8f0c1fff &nbsp;libTIFF.dylib (1038) \<5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib &nbsp; &nbsp; 0x7fff8f0f1000 - &nbsp; &nbsp; 0x7fff8f0f2ff7 &nbsp;libsystem\_blocks.dylib (63) \<FB856CD1-2AEA-3907-8E9B-1E54B6827F82\> /usr/lib/system/libsystem\_blocks.dylib &nbsp; &nbsp; 0x7fff8f156000 - &nbsp; &nbsp; 0x7fff8f2a9ff7 &nbsp;com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) \<A0B7B007-9BD8-30E2-B644-47856DA29FEE\> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox External Modification Summary: &nbsp; Calls made by other processes targeting this process: &nbsp; &nbsp; task\_for\_pid: 1 &nbsp; &nbsp; thread\_create: 0 &nbsp; &nbsp; thread\_set\_state: 0 &nbsp; Calls made by this process: &nbsp; &nbsp; task\_for\_pid: 0 &nbsp; &nbsp; thread\_create: 0 &nbsp; &nbsp; thread\_set\_state: 0 &nbsp; Calls made by all processes on this machine: &nbsp; &nbsp; task\_for\_pid: 17929 &nbsp; &nbsp; thread\_create: 2 &nbsp; &nbsp; thread\_set\_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=224.2M resident=55.2M(25%) swapped\_out\_or\_unallocated=169.0M(75%) Writable regions: Total=262.1M written=26.6M(10%) resident=64.6M(25%) swapped\_out=1976K(1%) unallocated=197.5M(75%) REGION TYPE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;VIRTUAL =========== &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;======= ATS (font support) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 32.1M ATS (font support) (reserved) &nbsp; &nbsp; &nbsp; &nbsp; 8K &nbsp; &nbsp; &nbsp; &nbsp;reserved VM address space (unallocated) CG backing stores &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3972K CG image &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 12K CG raster data &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 24K CG shared images &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;308K CoreAnimation &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8K CoreImage &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8K Dispatch continuations &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8192K Foundation &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4K IOKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;78.2M Image IO &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 9760K Kernel Alloc Once &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8K MALLOC &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;100.7M MALLOC (admin) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 32K Memory Tag 242 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 12K Memory Tag 249 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;156K Memory Tag 251 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8K OpenCL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 24K OpenGL GLSL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3840K SQLite page cache &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 256K STACK GUARD &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;56.0M Stack &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;13.2M VM\_ALLOCATE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;21.4M VM\_ALLOCATE (reserved) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 40K &nbsp; &nbsp; &nbsp; &nbsp;reserved VM address space (unallocated) \_\_DATA &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 27.2M \_\_IMAGE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 528K \_\_LINKEDIT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 67.6M \_\_TEXT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;156.5M \_\_UNICODE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 544K mapped file &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;60.5M shared memory &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;68K =========== &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;======= TOTAL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 640.8M TOTAL, minus reserved VM space &nbsp; &nbsp;640.7M Model: MacBookAir4,1, BootROM MBA41.0077.B0F, 2 processors, Intel Core i5, 1.6 GHz, 4 GB, SMC 1.74f4 Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020 AirPort: spairport\_wireless\_card\_type\_airport\_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.22) Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM128C, 121.33 GB USB Device: FaceTime Camera (Built-in) USB Device: Hub USB Device: iPhone USB Device: Apple Internal Keyboard / Trackpad USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: Hub USB Device: USB Audio DAC Thunderbolt Bus: MacBook Air, Apple Inc., 8.1 &nbsp;

I just noted that the other Poster’s name is Ozawa, he is probably Japanese, and his machine is probably using that locale. It just happens that I’m also located in Japan, and use a Japanese settings on my Machine. It might be related somehow, and explain why you haven’t encountered the issue.

Can you set your machine to English and see if the problem persists?  I think this is a good category for a bug report.  Engineering will want to know about this. Please use the “Report a Bug” feature at the top of the page.

Thanks

Rob

FYI I’m in Japan, changed to Japanese and tried typing in text field. Got crash as well.

Hi @ozawa,

Is this the only line in your code related to the text field? If not, can I see the related lines involved in this process? An event listener, other properties on “defaultField”, etc.?

Thanks,

Brent

Hi Brest,

I had to set the property to the other, but since the crash, it was tested with just this one line.

When I enter a character on the keyboard to move the cursor in the text field, the simulator crash.

When it is copy and paste, it does not crash……

However, I noticed now, regardless of the text field and type the keyboard … it seems to crash.

Focus even if they do not match the text field, just typing a character on the keyboard, simulator will crash.

Can you post the error from the terminal window/console log?

Thanks

Rob

Rob,

Thank you for your replay,

Crash log is as follows:


Process:         Corona Simulator [4798]

Path:            /Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator

Identifier:      com.coronalabs.Corona_Simulator

Version:         2013.1255 (2013.1255)

Code Type:       X86-64 (Native)

Parent Process:  java [4288]

User ID:         96675475

Date/Time:       2013-11-12 11:50:31.605 +0900

OS Version:      Mac OS X 10.8.5 (12F45)

Report Version:  10

Interval Since Last Report:          20 sec

Crashes Since Last Report:           1

Per-App Interval Since Last Report:  8 sec

Per-App Crashes Since Last Report:   1

Anonymous UUID:                      56319A1A-DB9C-30EE-E615-739DA3E02B21

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

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:

–> 

    __TEXT                 0000000100000000-00000001001c0000 [1792K] r-x/rwx SM=COW  /Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator

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

0   com.apple.CoreFoundation          0x00007fff929e5eaa CFDataGetBytePtr + 10

1   com.coronalabs.Corona_Simulator    0x0000000100012fb8 0x100000000 + 77752

2   com.coronalabs.Corona_Simulator    0x000000010001308e 0x100000000 + 77966

3   com.apple.AppKit                  0x00007fff96cbeb81 -[NSWindow sendEvent:] + 8504

4   com.apple.AppKit                  0x00007fff96cba644 -[NSApplication sendEvent:] + 5761

5   com.apple.AppKit                  0x00007fff96bd021a -[NSApplication run] + 636

6   com.apple.AppKit                  0x00007fff96b74bd6 NSApplicationMain + 869

7   com.coronalabs.Corona_Simulator    0x0000000100002344 start + 52

Thread 1:

0   libsystem_kernel.dylib            0x00007fff947356d6 __workq_kernreturn + 10

1   libsystem_c.dylib                 0x00007fff98cb9f1c _pthread_workq_return + 25

2   libsystem_c.dylib                 0x00007fff98cb9ce3 _pthread_wqthread + 412

3   libsystem_c.dylib                 0x00007fff98ca4191 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager

0   libsystem_kernel.dylib            0x00007fff94735d16 kevent + 10

1   libdispatch.dylib                 0x00007fff99aa7dea _dispatch_mgr_invoke + 883

2   libdispatch.dylib                 0x00007fff99aa79ee _dispatch_mgr_thread + 54

Thread 3:

0   libsystem_kernel.dylib            0x00007fff947356d6 __workq_kernreturn + 10

1   libsystem_c.dylib                 0x00007fff98cb9f1c _pthread_workq_return + 25

2   libsystem_c.dylib                 0x00007fff98cb9ce3 _pthread_wqthread + 412

3   libsystem_c.dylib                 0x00007fff98ca4191 start_wqthread + 13

Thread 4:

0   libsystem_kernel.dylib            0x00007fff947356d6 __workq_kernreturn + 10

1   libsystem_c.dylib                 0x00007fff98cb9f1c _pthread_workq_return + 25

2   libsystem_c.dylib                 0x00007fff98cb9ce3 _pthread_wqthread + 412

3   libsystem_c.dylib                 0x00007fff98ca4191 start_wqthread + 13

Thread 5:

0   libsystem_kernel.dylib            0x00007fff947356d6 __workq_kernreturn + 10

1   libsystem_c.dylib                 0x00007fff98cb9f1c _pthread_workq_return + 25

2   libsystem_c.dylib                 0x00007fff98cb9ce3 _pthread_wqthread + 412

3   libsystem_c.dylib                 0x00007fff98ca4191 start_wqthread + 13

Thread 6:: com.apple.NSURLConnectionLoader

0   libsystem_kernel.dylib            0x00007fff94733686 mach_msg_trap + 10

1   libsystem_kernel.dylib            0x00007fff94732c42 mach_msg + 70

2   com.apple.CoreFoundation          0x00007fff929ff233 __CFRunLoopServiceMachPort + 195

3   com.apple.CoreFoundation          0x00007fff92a04916 __CFRunLoopRun + 1078

4   com.apple.CoreFoundation          0x00007fff92a040e2 CFRunLoopRunSpecific + 290

5   com.apple.Foundation              0x00007fff8fd33546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356

6   com.apple.Foundation              0x00007fff8fd91562 __NSThread__main__ + 1345

7   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

8   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 7:: CVDisplayLink

0   libsystem_kernel.dylib            0x00007fff947350fa __psynch_cvwait + 10

1   libsystem_c.dylib                 0x00007fff98cbbff3 _pthread_cond_wait + 927

2   com.apple.CoreVideo               0x00007fff8eb0bea3 CVDisplayLink::waitUntil(unsigned long long) + 271

3   com.apple.CoreVideo               0x00007fff8eb0b201 CVDisplayLink::runIOThread() + 529

4   com.apple.CoreVideo               0x00007fff8eb0afd7 startIOThread(void*) + 148

5   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

6   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 8:

0   libsystem_kernel.dylib            0x00007fff947356d6 __workq_kernreturn + 10

1   libsystem_c.dylib                 0x00007fff98cb9f1c _pthread_workq_return + 25

2   libsystem_c.dylib                 0x00007fff98cb9ce3 _pthread_wqthread + 412

3   libsystem_c.dylib                 0x00007fff98ca4191 start_wqthread + 13

Thread 9:: com.apple.CFSocket.private

0   libsystem_kernel.dylib            0x00007fff94735322 __select + 10

1   com.apple.CoreFoundation          0x00007fff92a43f46 __CFSocketManager + 1302

2   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

3   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 10:

0   libsystem_kernel.dylib            0x00007fff947350fa __psynch_cvwait + 10

1   libsystem_c.dylib                 0x00007fff98cbbfb9 _pthread_cond_wait + 869

2   plugin_zip.dylib                  0x000000010b7a318d Corona::AsyncTaskQueue_function(void*) + 14

3   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

4   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 11:: com.apple.audio.IOThread.client

0   libsystem_kernel.dylib            0x00007fff94733686 mach_msg_trap + 10

1   libsystem_kernel.dylib            0x00007fff94732c42 mach_msg + 70

2   com.apple.audio.CoreAudio         0x00007fff9587c70c HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98

3   com.apple.audio.CoreAudio         0x00007fff9587c69a HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42

4   com.apple.audio.CoreAudio         0x00007fff9587aad9 HALC_ProxyIOContext::IOWorkLoop() + 1161

5   com.apple.audio.CoreAudio         0x00007fff9587a5bf HALC_ProxyIOContext::IOThreadEntry(void*) + 83

6   com.apple.audio.CoreAudio         0x00007fff9587a497 HALB_IOThread::Entry(void*) + 75

7   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

8   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 12:

0   libsystem_kernel.dylib            0x00007fff94735386 __semwait_signal + 10

1   libsystem_c.dylib                 0x00007fff98d417c8 nanosleep + 163

2   SDL                               0x00000001002fc8f6 SDL_Delay + 102

3   net.playcontrol.ALmixer           0x00000001002833e4 Stream_Data_Thread_Callback + 3809

4   SDL                               0x00000001002ee487 SDL_GetThreadID + 247

5   SDL                               0x00000001002fc7d9 SDL_ThreadID + 329

6   libsystem_c.dylib                 0x00007fff98cb7772 _pthread_start + 327

7   libsystem_c.dylib                 0x00007fff98ca41a1 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):

  rax: 0x0000000000000000  rbx: 0x0000000000000100  rcx: 0x00007fff7deb1170  rdx: 0x00007fff929e1c00

  rdi: 0x0000000000000000  rsi: 0x00007fff7de313a8  rbp: 0x00007fff5fbff370  rsp: 0x00007fff5fbff370

   r8: 0x00007fff7de2cec8   r9: 0x00007fff7de313b8  r10: 0x00007fff9a3eeaca  r11: 0x00007fff929e5ea0

  r12: 0x0000000102118cc0  r13: 0x00007fff96971240  r14: 0x0000000000000066  r15: 0x000000000000000b

  rip: 0x00007fff929e5eaa  rfl: 0x0000000000010246  cr2: 0x0000000000000000

Logical CPU: 2

Binary Images:

       0x100000000 -        0x1001bfff7 +com.coronalabs.Corona_Simulator (2013.1255 - 2013.1255) <B37A2075-8330-383C-B474-7B814025A53C> /Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator

       0x100205000 -        0x100227ff7  libreadline.dylib (31) <F5AAB9A7-4F6A-3733-9665-D2FF0D222B39> /usr/lib/libreadline.dylib

       0x100238000 -        0x10023dfff  com.apple.JavaVM (14.9.0 - 14.9.0) <67BD63C5-D82F-3A31-BC43-C8810356D524> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM

       0x100245000 -        0x100270fff  com.apple.audio.OpenAL (1.6 - 1.6) <0FBA7491-B817-39EE-8898-FF88C9485B50> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL

       0x100281000 -        0x10028cfff +net.playcontrol.ALmixer (1.0 - 1) <57F2188A-6548-3B71-A0E1-F512722B7207> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/ALmixer.framework/Versions/A/ALmixer

       0x100292000 -        0x10029eff7 +com.growl.growlframework (1.2.1 - 1.2.1) <07C81561-C93B-503F-4666-A8F8D8DD4305> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/Growl.framework/Versions/A/Growl

       0x1002aa000 -        0x1002affff  JavaLaunching (1) <528DEA76-B869-36B5-87A6-D9B722968E16> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching

       0x1002b6000 -        0x1002baff7 +com.yourcompany.SDL-sound (1.0 - 1) <190E2B86-4935-2B22-B63D-0258A567ADEC> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL_sound.framework/Versions/A/SDL_sound

       0x1002c0000 -        0x100333fef +SDL (1.2.14 - 1.2.14) <E91595A6-E003-F5F1-31BE-56EDC93FF6D0> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL.framework/Versions/A/SDL

       0x100347000 -        0x10034bfef +org.xiph.ogg (1.1.4 - 1.1.4) <1F24373C-089F-0A26-38DB-A54F8E31C66F> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL_sound.framework/Versions/A/Frameworks/Ogg.framework/Versions/A/Ogg

       0x10034f000 -        0x10061eff7 +org.xiph.vorbis (1.2.3 - 1.2.3) <1E6B29FD-189B-280E-2336-97D3D0D4D67D> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL_sound.framework/Versions/A/Frameworks/Vorbis.framework/Versions/A/Vorbis

       0x10068f000 -        0x1006abff7  libJapaneseConverter.dylib (61) <D0F762C2-5372-3AA2-BBA4-066B8E4B1F8E> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib

       0x1017a9000 -        0x1017aefff  com.apple.IOAccelerator (74.15 - 74.15) <D8C40179-4A29-3401-9B35-6E61EA278D41> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator

       0x1017b6000 -        0x1017c2fff  libGPUSupportMercury.dylib (8.10.1) <1DE2D7F9-C031-3BBF-BD5F-4E1208B6F296> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib

       0x1017ce000 -        0x1017d7fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib

       0x102300000 -        0x1024befff  GLEngine (8.10.1) <1BD4D913-CE6C-3389-B4E1-FC7352E4C23F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

       0x1024f5000 -        0x102665fff  libGLProgrammability.dylib (8.10.1) <3E488CEF-5751-3073-B8EE-0B4CA39CB6AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib

       0x10269d000 -        0x1026c8fff  GLRendererFloat (8.10.1) <055EC8E7-2D7E-370C-96AD-DBEEDB106927> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat

       0x102754000 -        0x102763fff +network.dylib (1) <BB918FAD-4690-3532-A842-A18976875CAE> /Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/network.dylib

       0x1027ab000 -        0x1027b0fff  com.apple.audio.AppleHDAHALPlugIn (2.4.7 - 2.4.7fc4) <EA592C9E-AD15-3DD0-85BE-D47BBBE04286> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn

       0x105700000 -        0x105b81ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.16.74 - 8.1.6) <43A6BF81-F4EB-3629-8355-C6FF80AB6B73> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver

       0x1067f9000 -        0x1067f9fff +analytics.dylib (1) <CB715186-E905-38F7-9010-CBC646551BB4> /Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/analytics.dylib

       0x10b7a2000 -        0x10b7b4ff7 +plugin_zip.dylib (1) <7B5020FF-27D3-364A-BA59-DB488900E905> /Users/USER/Library/Application Support/Corona/*/plugin_zip.dylib

       0x10dd3e000 -        0x10de93ff7  com.apple.audio.units.Components (1.9.1 - 1.9.1) <58B9FC07-053C-3123-AFBC-5A31851C379F> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio

       0x10e01d000 -        0x10e22cff7  com.apple.audio.codecs.Components (3.1 - 3.1) <352F4973-BDA4-3D62-A4A6-080B9AFB291F> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs

    0x7fff60a6a000 -     0x7fff60a9e94f  dyld (210.2.3) <8958FE97-5830-3928-BC38-23136E7D3783> /usr/lib/dyld

    0x7fff8d42c000 -     0x7fff8d5dafff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x7fff8d604000 -     0x7fff8d60afff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib

    0x7fff8d60b000 -     0x7fff8d6bcfff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices

    0x7fff8d6bd000 -     0x7fff8d6bdfff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

    0x7fff8d6be000 -     0x7fff8d7bbff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib

    0x7fff8d7bc000 -     0x7fff8d7beff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print

    0x7fff8d971000 -     0x7fff8d9bbff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fff8da96000 -     0x7fff8da98fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent

    0x7fff8dd8a000 -     0x7fff8ddf8ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x7fff8ddf9000 -     0x7fff8e110ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore

    0x7fff8e111000 -     0x7fff8e202ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x7fff8e203000 -     0x7fff8e215ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib

    0x7fff8e216000 -     0x7fff8e219fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo

    0x7fff8e264000 -     0x7fff8e359fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib

    0x7fff8e397000 -     0x7fff8e4e9fff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

    0x7fff8e4ea000 -     0x7fff8e52aff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

    0x7fff8e52b000 -     0x7fff8e58afff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE

    0x7fff8e58b000 -     0x7fff8e58dfff  com.apple.securityhi (4.0 - 55002) <A91F8981-ECB6-3B65-A7BA-8DCBD9CCE3D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI

    0x7fff8e77b000 -     0x7fff8e780fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib

    0x7fff8e781000 -     0x7fff8e786fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib

    0x7fff8eaeb000 -     0x7fff8eafeff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

    0x7fff8eaff000 -     0x7fff8eb08ff7  com.apple.CommerceCore (1.0 - 26.2) <AF35874A-6FA7-328E-BE30-8BBEF0B741A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore

    0x7fff8eb09000 -     0x7fff8eb33ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fff8eb34000 -     0x7fff8eb37fff  libRadiance.dylib (851) <C317B2C7-CA3A-329F-B6DC-7CC33FE08C81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

    0x7fff8eb54000 -     0x7fff8ec19ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x7fff8ee63000 -     0x7fff8eeafff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib

    0x7fff8ef37000 -     0x7fff8ef6dfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols

    0x7fff8ef6e000 -     0x7fff8ef90ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib

    0x7fff8ef91000 -     0x7fff8f248ff7  com.apple.MediaToolbox (1.0 - 926.106) <57043584-98E7-375A-89AE-F46480AA5D97> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox

    0x7fff8f751000 -     0x7fff8f7efff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

    0x7fff8f7f0000 -     0x7fff8f811ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib

    0x7fff8f8d6000 -     0x7fff8f971fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication

    0x7fff8f988000 -     0x7fff8f98cfff  libCGXType.A.dylib (333.1) <16625094-813E-39F8-9AFE-C1A24ED11749> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib

    0x7fff8f98d000 -     0x7fff8f9e7ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    0x7fff8f9f0000 -     0x7fff8fa15ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib

    0x7fff8fa24000 -     0x7fff8fa28fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

    0x7fff8fa29000 -     0x7fff8fcfaff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security

    0x7fff8fcfb000 -     0x7fff9005afff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff9005b000 -     0x7fff90066ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement

    0x7fff90067000 -     0x7fff9007efff  com.apple.CFOpenDirectory (10.8 - 151.10) <D01120CC-16E0-372C-825B-B3AB510A8916> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory

    0x7fff9007f000 -     0x7fff90205fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib

    0x7fff90206000 -     0x7fff9020eff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib

    0x7fff90281000 -     0x7fff902befef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x7fff9064b000 -     0x7fff90659fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib

    0x7fff90695000 -     0x7fff91654ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore

    0x7fff91655000 -     0x7fff916d6fff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

    0x7fff916d7000 -     0x7fff916dffff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib

    0x7fff916e0000 -     0x7fff916e7fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

    0x7fff91734000 -     0x7fff9184efff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD

    0x7fff91884000 -     0x7fff918a3ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary

    0x7fff918d0000 -     0x7fff9192cff7  com.apple.Symbolication (1.3 - 93) <84D69A46-BB0A-3DBE-ABC2-B767F61EC221> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication

    0x7fff91bf6000 -     0x7fff91cf3fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib

    0x7fff91cf4000 -     0x7fff91dcefff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x7fff91dda000 -     0x7fff91ddafff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

    0x7fff91ddb000 -     0x7fff92076ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

    0x7fff920b6000 -     0x7fff920b6fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib

    0x7fff920b7000 -     0x7fff92215fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender

    0x7fff92271000 -     0x7fff92274fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help

    0x7fff92281000 -     0x7fff92303ff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

    0x7fff92304000 -     0x7fff92312ff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib

    0x7fff9231f000 -     0x7fff9232bfff  libCSync.A.dylib (333.1) <319D3E83-8086-3990-8773-872F2E7C6EB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

    0x7fff9239c000 -     0x7fff9239dff7  libSystem.B.dylib (169.3) <DF030DDB-DF22-3769-A8CD-9806DDB84008> /usr/lib/libSystem.B.dylib

    0x7fff9239e000 -     0x7fff923bffff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity

    0x7fff923c0000 -     0x7fff923c5fff  com.apple.OpenDirectory (10.8 - 151.10) <51E52779-4F5A-36B5-9297-67138547DCA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

    0x7fff923c6000 -     0x7fff923ffff7  libssl.0.9.8.dylib (47.2) <46DF85DC-18FB-3108-91F6-52AE3EBF2347> /usr/lib/libssl.0.9.8.dylib

    0x7fff92400000 -     0x7fff92459ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore

    0x7fff9245a000 -     0x7fff9278afff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox

    0x7fff927eb000 -     0x7fff927effff  libGIF.dylib (851) <AD40D084-6E34-38CD-967D-705F94B188DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff927f0000 -     0x7fff92910fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv

    0x7fff92911000 -     0x7fff929ceff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync

    0x7fff929cf000 -     0x7fff92bb9ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x7fff92bba000 -     0x7fff92bf2fff  libncurses.5.4.dylib (37.3) <68D5B5F5-8252-3F1E-AFF1-C6AFE145DBC1> /usr/lib/libncurses.5.4.dylib

    0x7fff92bf3000 -     0x7fff9302ffff  com.apple.VideoToolbox (1.0 - 926.106) <B1185D9D-02AC-3D27-B894-21B1179F2AEF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox

    0x7fff93030000 -     0x7fff9305efff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal

    0x7fff9305f000 -     0x7fff9307cff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

    0x7fff93097000 -     0x7fff93131fff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib

    0x7fff93132000 -     0x7fff93133fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib

    0x7fff9313a000 -     0x7fff93531fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib

    0x7fff93532000 -     0x7fff93587ff7  libTIFF.dylib (851) <7706BB07-E7E8-38BE-A5F0-D8B63E3B9283> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff935d9000 -     0x7fff936abff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

    0x7fff936ac000 -     0x7fff936d8ff7  libRIP.A.dylib (333.1) <CC2A33EB-409C-3C4D-97D4-41F4A080F874> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

    0x7fff936d9000 -     0x7fff9372ffff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices

    0x7fff93730000 -     0x7fff9382efff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI

    0x7fff9382f000 -     0x7fff93836fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib

    0x7fff93837000 -     0x7fff9384cfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture

    0x7fff93927000 -     0x7fff93994ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore

    0x7fff93995000 -     0x7fff939c3ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib

    0x7fff939c4000 -     0x7fff93c3fff7  com.apple.RawCamera.bundle (4.09 - 711) <0040632D-09A9-32DE-98E8-BFA99F9F6526> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

    0x7fff93c4d000 -     0x7fff93d58fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib

    0x7fff93d59000 -     0x7fff93d65fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport

    0x7fff93d77000 -     0x7fff93e04ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit

    0x7fff93e05000 -     0x7fff93e49fff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib

    0x7fff93eca000 -     0x7fff93f7dff7  com.apple.PDFKit (2.8.5 - 2.8.5) <EAAED40E-7B2C-3312-826E-26A9DEDBF0FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit

    0x7fff93f85000 -     0x7fff93f85fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

    0x7fff93f86000 -     0x7fff94186fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib

    0x7fff94187000 -     0x7fff941a1fff  com.apple.CoreMediaAuthoring (2.1 - 914) <5637F52D-3AB9-38FD-B851-265B9F5A2FE8> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring

    0x7fff941a2000 -     0x7fff942a4fff  libJP2.dylib (851) <26FFBDBF-9CCE-33D7-A45B-0A31C98DA37E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff943fc000 -     0x7fff94423ff7  com.apple.PerformanceAnalysis (1.16 - 16) <96A89CD5-16E9-37CA-8740-22B5DB5A4679> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis

    0x7fff94424000 -     0x7fff9445eff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

    0x7fff9445f000 -     0x7fff9445ffff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz

    0x7fff9449b000 -     0x7fff944daff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD

    0x7fff944db000 -     0x7fff944dffff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

    0x7fff9453c000 -     0x7fff94540ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC

    0x7fff94583000 -     0x7fff94584fff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib

    0x7fff94585000 -     0x7fff94594fff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x7fff94595000 -     0x7fff94706ff7  com.apple.QTKit (7.7.1 - 2599.41) <A645347D-3EEC-34A7-8051-A57AC60151EF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

    0x7fff94723000 -     0x7fff9473eff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib

    0x7fff94818000 -     0x7fff94823fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib

    0x7fff94824000 -     0x7fff94c41fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight

    0x7fff94c42000 -     0x7fff94c91ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib

    0x7fff94c92000 -     0x7fff94ce9ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x7fff94cea000 -     0x7fff94d25fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x7fff94d26000 -     0x7fff94d82fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

    0x7fff94d83000 -     0x7fff94debfff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib

    0x7fff94dec000 -     0x7fff94deeff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib

    0x7fff94def000 -     0x7fff94e03fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

    0x7fff94e04000 -     0x7fff94e08ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels

    0x7fff94e16000 -     0x7fff94fa1fff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

    0x7fff94fa2000 -     0x7fff94fa8ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib

    0x7fff9584f000 -     0x7fff958b2fff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff958b3000 -     0x7fff958dbfff  libJPEG.dylib (851) <64A3EB03-34FB-308C-817B-6106D1F4D80F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff958dc000 -     0x7fff95b8bfff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit

    0x7fff95b8c000 -     0x7fff95c0bff7  com.apple.securityfoundation (6.0 - 55115.4) <9291CE2A-37D9-39DF-956E-7B2650A9F3B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

    0x7fff95c0c000 -     0x7fff95c19fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib

    0x7fff95c6a000 -     0x7fff95cadff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices

    0x7fff95cae000 -     0x7fff9663e627  com.apple.CoreGraphics (1.600.0 - 333.1) <C085C074-7260-3C3D-90C6-A65D3CB2BD41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

    0x7fff9663f000 -     0x7fff96646fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

    0x7fff96647000 -     0x7fff96760fff  com.apple.ImageIO.framework (3.2.2 - 851) <6552C673-9F29-3B31-A12E-C4391A950965> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fff96787000 -     0x7fff96796ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib

    0x7fff96850000 -     0x7fff9689dfff  com.apple.CoreMediaIO (309.0 - 4163.1) <8FD1C1A9-25C5-3B9E-A76D-BE813253B358> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

    0x7fff9689e000 -     0x7fff968c0ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

    0x7fff968c6000 -     0x7fff968d4ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib

    0x7fff968d5000 -     0x7fff96926ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

    0x7fff96927000 -     0x7fff9696aff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    0x7fff9696b000 -     0x7fff96a8392f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib

    0x7fff96a84000 -     0x7fff976b1fff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff976b2000 -     0x7fff97732ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS

    0x7fff97733000 -     0x7fff9775afff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls

    0x7fff9775b000 -     0x7fff97761fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

    0x7fff97762000 -     0x7fff97764fff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib

    0x7fff97765000 -     0x7fff977bcff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface

    0x7fff977bd000 -     0x7fff97809fff  com.apple.framework.CoreWLAN (3.4 - 340.18) <3735FB49-30C0-3B11-BE25-2ACDD96041B5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN

    0x7fff981da000 -     0x7fff9826eff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF

    0x7fff9826f000 -     0x7fff9827afff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

    0x7fff9827b000 -     0x7fff982acff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices

    0x7fff982ad000 -     0x7fff982aeff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib

    0x7fff982af000 -     0x7fff982dafff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib

    0x7fff982db000 -     0x7fff982dbffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

    0x7fff98475000 -     0x7fff984a1fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters

    0x7fff984e4000 -     0x7fff98503ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib

    0x7fff98504000 -     0x7fff9855efff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore

    0x7fff985bd000 -     0x7fff9860cfff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi

    0x7fff9860d000 -     0x7fff9861eff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib

    0x7fff9861f000 -     0x7fff98636fff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff98637000 -     0x7fff98686ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib

    0x7fff98687000 -     0x7fff988bcff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x7fff98982000 -     0x7fff989a2fff  libPng.dylib (851) <3466F35C-EC1A-3D1A-80DC-175857FA19D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff989a3000 -     0x7fff98b3efef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage

    0x7fff98b3f000 -     0x7fff98b3ffff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib

    0x7fff98b40000 -     0x7fff98be6ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <E91B0882-E75C-30E9-8DCD-7A0EEE4405CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices

    0x7fff98be7000 -     0x7fff98c32fff  com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia

    0x7fff98c33000 -     0x7fff98c9cfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib

    0x7fff98ca1000 -     0x7fff98ca2fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib

    0x7fff98ca3000 -     0x7fff98d6fff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib

    0x7fff98d70000 -     0x7fff98d7afff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition

    0x7fff98d7b000 -     0x7fff98fd6ff7  com.apple.QuartzComposer (5.1 - 287.1) <D1DD68D1-05D5-3037-ABB6-BF6EB183C155> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer

    0x7fff98fd7000 -     0x7fff98fe4fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression

    0x7fff98fe5000 -     0x7fff98fe5fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    0x7fff98fe6000 -     0x7fff98fe7fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fff98fe8000 -     0x7fff9901efff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib

    0x7fff99044000 -     0x7fff995b4ff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC

    0x7fff995b5000 -     0x7fff995b6ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib

    0x7fff99629000 -     0x7fff99637fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian

    0x7fff99638000 -     0x7fff99638fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fff99639000 -     0x7fff9963dfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib

    0x7fff9963e000 -     0x7fff996a6ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib

    0x7fff996a7000 -     0x7fff996a7fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib

    0x7fff996a9000 -     0x7fff997abfff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib

    0x7fff997b5000 -     0x7fff9992aff7  com.apple.CFNetwork (596.5 - 596.5) <22372475-6EF4-3A04-83FC-C061FE4717B3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

    0x7fff9992b000 -     0x7fff9992cff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib

    0x7fff9992d000 -     0x7fff9992ffff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib

    0x7fff99930000 -     0x7fff99946fff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport

    0x7fff99976000 -     0x7fff99983ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

    0x7fff99a48000 -     0x7fff99a4bff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib

    0x7fff99a97000 -     0x7fff99aa2ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <F02E8FC3-18DC-3F03-8763-E6EE3E2A6B5A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices

    0x7fff99aa3000 -     0x7fff99ab8ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib

    0x7fff99ab9000 -     0x7fff99d5dff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage

    0x7fff99d61000 -     0x7fff99d61fff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

    0x7fff99d62000 -     0x7fff99daafff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib

    0x7fff99dab000 -     0x7fff99dc2fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage

    0x7fff99f29000 -     0x7fff99ffcff7  com.apple.DiscRecording (7.0 - 7000.2.4) <8CC25B07-D5C8-3BE0-A3AD-700252C2717A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording

    0x7fff99ffd000 -     0x7fff9a029fff  com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211

    0x7fff9a038000 -     0x7fff9a04bff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.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: 56240

    thread_create: 1

    thread_set_state: 0

VM Region Summary:

ReadOnly portion of Libraries: Total=215.9M resident=128.3M(59%) swapped_out_or_unallocated=87.6M(41%)

Writable regions: Total=218.5M written=71.4M(33%) resident=116.4M(53%) swapped_out=2088K(1%) unallocated=102.1M(47%)

REGION TYPE                      VIRTUAL

===========                      =======

(null) (reserved)                   292K        reserved VM address space (unallocated)

CG backing stores                  7148K

CG shared images                    192K

CoreAnimation                      6268K

CoreServices                       2592K

IOKit                              45.4M

MALLOC                            142.4M

MALLOC guard page                    48K

Memory tag=242                       12K

Memory tag=243                        4K

Memory tag=249                      156K

Memory tag=251                        8K

OpenGL GLSL                        1936K

OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)

SQLite page cache                   192K

STACK GUARD                        56.0M

Stack                              13.7M

VM_ALLOCATE                        16.2M

__DATA                             17.8M

__IMAGE                             528K

__LINKEDIT                         55.2M

__TEXT                            160.7M

__UNICODE                           544K

mapped file                        35.5M

shared memory                       676K

===========                      =======

TOTAL                             563.2M

TOTAL, minus reserved VM space    562.8M

Model: MacBookAir6,2, BootROM MBA61.0099.B04, 2 processors, Intel Core i5, 1.3 GHz, 8 GB, SMC 2.13f7

Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In, 1024 MB

Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D

Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D

AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (6.30.225.29.1)

Bluetooth: Version 4.1.7f4 12974, 3 service, 21 devices, 3 incoming serial ports

Network Service: Wi-Fi, AirPort, en0

Serial ATA Device: APPLE SSD SD0256F, 251 GB

USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8406, 0x15300000 / 1

USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x14300000 / 2

USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x828f, 0x14330000 / 3


simulator’s error messages  don’t appeared on the console . just crash….

Thanks,

Naofumi

Hi Naofumi,

Can you test the Corona sample project in your local application directory and see if it crashes under the same test? It’s located here (in the local folder on your computer):

Applications > CoronaSDK > SampleCode > Interface > NativeKeyboard

Thanks,

Brent

I was hoping for the messages that show up in the terminal window when you run Corona SDK.  If you’re on a Mac and don’t have a terminal window by default, then you can run the “corona-terminal” app from the folder instead of running CoronaSDK directly.  There should be messages there that might be of importance.

Rob

Hi I have the same, problem, Mac 10.9 (Maverick)

Its a simulator only issue, the application is irrelevant, even a blank project will crash if I press a random key while the window is focused.

Actual corona commands like build and shake that have proper bindings do not crash, it only crashes if I do some none bound keystroke.

I figured this was a known issue, but its been about a month and it hasn’t been fixed yet, so I looked it up and arrived here.

Now I don’t remember the exact date, but it was sometime during the first week of November, now the really strange part is I tried a daily build from October and it still happens, but I don’t remember having this issue back then. So it seems to be something only slightly related with the SDK itself, instead it seems to be an environmental issue of some sort.

Also, I tested  “Applications > CoronaSDK > SampleCode > Interface > NativeKeyboard” as Noafumi recommended but it crashes, just like everything else.

This is my test program (a blank project):

----------------------------------------------------------------------------------------- -- -- main.lua -- ----------------------------------------------------------------------------------------- -- Your code here &nbsp;

I tried using the command line version of Corona, but the crash happens and the window shuts before I can get the output :frowning:

Exception Type: &nbsp;EXC\_BAD\_ACCESS (SIGSEGV) Exception Codes: KERN\_INVALID\_ADDRESS at 0x0000000000000000 VM Regions Near 0: --\>&nbsp; &nbsp; &nbsp; \_\_TEXT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0000000106a38000-0000000106c3d000 [2068K] r-x/rwx SM=COW &nbsp;/Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8194f0af CFDataGetBytePtr + 15 1 &nbsp; com.coronalabs.Corona\_Simulator&nbsp;&nbsp;&nbsp;&nbsp;0x0000000106a4aa13 0x106a38000 + 76307 2 &nbsp; com.coronalabs.Corona\_Simulator&nbsp;&nbsp;&nbsp;&nbsp;0x0000000106a4a92e 0x106a38000 + 76078 3 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff886b581b -[NSWindow sendEvent:] + 1843

Looking and the crash log it seems that there is a null pointer access (KERN_INVALID_ADDRESS at 0x0000000000000000) on key event dispatches. If you have any ideas please feel free to ask I can any experimental fixes on my machine if it would help!


Also Here is my is my full crash log:

Process: &nbsp; &nbsp; &nbsp; &nbsp; Corona Simulator [9277] Path: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator Identifier: &nbsp; &nbsp; &nbsp;com.coronalabs.Corona\_Simulator Version: &nbsp; &nbsp; &nbsp; &nbsp; 2013.2093 (2013.2093) Code Type: &nbsp; &nbsp; &nbsp; X86-64 (Native) Parent Process: &nbsp;bash [9275] Responsible: &nbsp; &nbsp; Terminal [214] User ID: &nbsp; &nbsp; &nbsp; &nbsp; 501 Date/Time: &nbsp; &nbsp; &nbsp; 2013-11-29 17:05:04.533 +0900 OS Version: &nbsp; &nbsp; &nbsp;Mac OS X 10.9 (13A603) Report Version: &nbsp;11 Anonymous UUID: &nbsp;F02F62B6-550F-549B-A6AA-50D29092920A Sleep/Wake UUID: DABDC245-3064-4D79-A575-48059AB0ADD2 Crashed Thread: &nbsp;0 &nbsp;Dispatch queue: com.apple.main-thread Exception Type: &nbsp;EXC\_BAD\_ACCESS (SIGSEGV) Exception Codes: KERN\_INVALID\_ADDRESS at 0x0000000000000000 VM Regions Near 0: --\>&nbsp; &nbsp; &nbsp; \_\_TEXT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0000000106a38000-0000000106c3d000 [2068K] r-x/rwx SM=COW &nbsp;/Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8194f0af CFDataGetBytePtr + 15 1 &nbsp; com.coronalabs.Corona\_Simulator&nbsp;&nbsp;&nbsp;&nbsp;0x0000000106a4aa13 0x106a38000 + 76307 2 &nbsp; com.coronalabs.Corona\_Simulator&nbsp;&nbsp;&nbsp;&nbsp;0x0000000106a4a92e 0x106a38000 + 76078 3 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff886b581b -[NSWindow sendEvent:] + 1843 4 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff88656ca2 -[NSApplication sendEvent:] + 3395 5 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff884a6a29 -[NSApplication run] + 646 6 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff88491803 NSApplicationMain + 940 7 &nbsp; com.coronalabs.Corona\_Simulator&nbsp;&nbsp;&nbsp;&nbsp;0x0000000106a39ed4 start + 52 Thread 1: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188e6a \_\_workq\_kernreturn + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dedff08 \_pthread\_wqthread + 330 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fb9 start\_wqthread + 13 Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86189662 kevent64 + 10 1 &nbsp; libdispatch.dylib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff850ab43d \_dispatch\_mgr\_invoke + 239 2 &nbsp; libdispatch.dylib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff850ab152 \_dispatch\_mgr\_thread + 52 Thread 3: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188e6a \_\_workq\_kernreturn + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dedff08 \_pthread\_wqthread + 330 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fb9 start\_wqthread + 13 Thread 4: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188e6a \_\_workq\_kernreturn + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dedff08 \_pthread\_wqthread + 330 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fb9 start\_wqthread + 13 Thread 5: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188e6a \_\_workq\_kernreturn + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dedff08 \_pthread\_wqthread + 330 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fb9 start\_wqthread + 13 Thread 6: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188e6a \_\_workq\_kernreturn + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dedff08 \_pthread\_wqthread + 330 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fb9 start\_wqthread + 13 Thread 7:: com.apple.NSURLConnectionLoader 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86184a1a mach\_msg\_trap + 10 1 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86183d18 mach\_msg + 64 2 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81999315 \_\_CFRunLoopServiceMachPort + 181 3 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81998939 \_\_CFRunLoopRun + 1161 4 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81998275 CFRunLoopRunSpecific + 309 5 &nbsp; com.apple.Foundation &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8beed907 +[NSURLConnection(Loader) \_resourceLoadLoop:] + 348 6 &nbsp; com.apple.Foundation &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8beed70b \_\_NSThread\_\_main\_\_ + 1318 7 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 8 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 9 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 8:: CVDisplayLink 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188716 \_\_psynch\_cvwait + 10 1 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee0c77 \_pthread\_cond\_wait + 787 2 &nbsp; com.apple.CoreVideo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8b60a464 CVDisplayLink::waitUntil(unsigned long long) + 244 3 &nbsp; com.apple.CoreVideo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8b609998 CVDisplayLink::runIOThread() + 496 4 &nbsp; com.apple.CoreVideo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8b60978f startIOThread(void\*) + 147 5 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 6 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 7 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 9:: com.apple.CFSocket.private 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff861889aa \_\_select + 10 1 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff819e4d43 \_\_CFSocketManager + 867 2 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 3 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 4 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 10: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86184a1a mach\_msg\_trap + 10 1 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86183d18 mach\_msg + 64 2 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81999315 \_\_CFRunLoopServiceMachPort + 181 3 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81998939 \_\_CFRunLoopRun + 1161 4 &nbsp; com.apple.CoreFoundation &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff81998275 CFRunLoopRunSpecific + 309 5 &nbsp; com.apple.AppKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff886531ce \_NSEventThread + 144 6 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 7 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 8 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 11:: com.apple.audio.IOThread.client 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86184a1a mach\_msg\_trap + 10 1 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86183d18 mach\_msg + 64 2 &nbsp; com.apple.audio.CoreAudio &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8ae40918 HALB\_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach\_msg\_header\_t\*, bool, unsigned int) + 98 3 &nbsp; com.apple.audio.CoreAudio &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8ae408a6 HALB\_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42 4 &nbsp; com.apple.audio.CoreAudio &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8ae3f02e HALC\_ProxyIOContext::IOWorkLoop() + 950 5 &nbsp; com.apple.audio.CoreAudio &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8ae3ebcd HALC\_ProxyIOContext::IOThreadEntry(void\*) + 97 6 &nbsp; com.apple.audio.CoreAudio &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8ae3ea8d HALB\_IOThread::Entry(void\*) + 75 7 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 8 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 9 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 12: 0 &nbsp; libsystem\_kernel.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86188a3a \_\_semwait\_signal + 10 1 &nbsp; libsystem\_c.dylib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff86605e60 nanosleep + 200 2 &nbsp; SDL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x0000000106d9e8f6 SDL\_Delay + 102 3 &nbsp; net.playcontrol.ALmixer &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x0000000106d123e4 Stream\_Data\_Thread\_Callback + 3809 4 &nbsp; SDL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x0000000106d90487 SDL\_GetThreadID + 247 5 &nbsp; SDL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x0000000106d9e7d9 SDL\_ThreadID + 329 6 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede899 \_pthread\_body + 138 7 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dede72a \_pthread\_start + 137 8 &nbsp; libsystem\_pthread.dylib &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0x00007fff8dee2fc9 thread\_start + 13 Thread 0 crashed with X86 Thread State (64-bit): &nbsp; rax: 0x0000000000000000 &nbsp;rbx: 0x0000000000000000 &nbsp;rcx: 0x00007fff71738300 &nbsp;rdx: 0x00007fff717080c8 &nbsp; rdi: 0x0000000000000000 &nbsp;rsi: 0x00007fff71be2980 &nbsp;rbp: 0x00007fff591c7380 &nbsp;rsp: 0x00007fff591c7370 &nbsp; &nbsp;r8: 0x000000000000aec8 &nbsp; r9: 0x00007fff71be2990 &nbsp;r10: 0x00007fff8f41dbb0 &nbsp;r11: 0x00007fff8194f0a0 &nbsp; r12: 0x00007fd14bddbfa0 &nbsp;r13: 0x00007fd14e669fa0 &nbsp;r14: 0x0000000000000031 &nbsp;r15: 0x0000000000000031 &nbsp; rip: 0x00007fff8194f0af &nbsp;rfl: 0x0000000000010246 &nbsp;cr2: 0x0000000000000000 &nbsp;&nbsp; Logical CPU: &nbsp; &nbsp; 0 Error Code: &nbsp; &nbsp; &nbsp;0x00000004 Trap Number: &nbsp; &nbsp; 14 Binary Images: &nbsp; &nbsp; &nbsp; &nbsp;0x106a38000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106c3cff7 +com.coronalabs.Corona\_Simulator (2013.2093 - 2013.2093) \<297D2FF3-0984-3979-90EA-94554CFB6511\> /Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator &nbsp; &nbsp; &nbsp; &nbsp;0x106c94000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106cb2ffb &nbsp;libreadline.dylib (39) \<1B0596DB-F336-32E7-BB9F-51BF70DB5305\> /usr/lib/libreadline.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x106cc8000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106ccdfff &nbsp;com.apple.JavaVM (14.9.0 - 14.9.0) \<67BD63C5-D82F-3A31-BC43-C8810356D524\> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM &nbsp; &nbsp; &nbsp; &nbsp;0x106cd8000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106cfcfff &nbsp;com.apple.audio.OpenAL (1.7 - 1.7) \<5D2366B5-111B-3BDD-AFB3-5770075659F4\> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL &nbsp; &nbsp; &nbsp; &nbsp;0x106d10000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106d1bfff +net.playcontrol.ALmixer (1.0 - 1) \<B3C8B1CE-8D44-3E2D-AD6F-7E39F97C448F\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/ALmixer.framework/Versions/A/ALmixer &nbsp; &nbsp; &nbsp; &nbsp;0x106d24000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106d30ff7 +com.growl.growlframework (1.2.1 - 1.2.1) \<07C81561-C93B-503F-4666-A8F8D8DD4305\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/Growl.framework/Versions/A/Growl &nbsp; &nbsp; &nbsp; &nbsp;0x106d43000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106d48fff &nbsp;JavaLaunching (1) \<528DEA76-B869-36B5-87A6-D9B722968E16\> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching &nbsp; &nbsp; &nbsp; &nbsp;0x106d54000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106d58ff7 +com.yourcompany.SDL-sound (1.0 - 1) \<190E2B86-4935-2B22-B63D-0258A567ADEC\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL\_sound.framework/Versions/A/SDL\_sound &nbsp; &nbsp; &nbsp; &nbsp;0x106d62000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106dd5fef +SDL (1.2.14 - 1.2.14) \<E91595A6-E003-F5F1-31BE-56EDC93FF6D0\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL.framework/Versions/A/SDL &nbsp; &nbsp; &nbsp; &nbsp;0x106dea000 - &nbsp; &nbsp; &nbsp; &nbsp;0x106deefef +org.xiph.ogg (1.1.4 - 1.1.4) \<1F24373C-089F-0A26-38DB-A54F8E31C66F\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL\_sound.framework/Versions/A/Frameworks/Ogg.framework/Versions/A/Ogg &nbsp; &nbsp; &nbsp; &nbsp;0x106df8000 - &nbsp; &nbsp; &nbsp; &nbsp;0x1070c7ff7 +org.xiph.vorbis (1.2.3 - 1.2.3) \<1E6B29FD-189B-280E-2336-97D3D0D4D67D\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Frameworks/SDL\_sound.framework/Versions/A/Frameworks/Vorbis.framework/Versions/A/Vorbis &nbsp; &nbsp; &nbsp; &nbsp;0x1092dc000 - &nbsp; &nbsp; &nbsp; &nbsp;0x1092ebfff +network.dylib (1) \<BB918FAD-4690-3532-A842-A18976875CAE\> /Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/network.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x10c1a8000 - &nbsp; &nbsp; &nbsp; &nbsp;0x10c1b3fff &nbsp;libGPUSupport.dylib (9.0.83) \<AF15BF74-F9B3-35B9-8728-3B3A2EB6E432\> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x111213000 - &nbsp; &nbsp; &nbsp; &nbsp;0x111214ff9 +cl\_kernels (???) \<55E55D14-BD92-4848-A1B7-DD63F74400BC\> cl\_kernels &nbsp; &nbsp; &nbsp; &nbsp;0x111660000 - &nbsp; &nbsp; &nbsp; &nbsp;0x111831fff &nbsp;com.apple.audio.units.Components (1.9 - 1.9) \<80991B19-4B07-3DBF-A4B3-597DA1AA65B2\> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio &nbsp; &nbsp; &nbsp; &nbsp;0x1118db000 - &nbsp; &nbsp; &nbsp; &nbsp;0x1118dfffd &nbsp;com.apple.audio.AppleHDAHALPlugIn (2.5.2 - 2.5.2fc2) \<DEB558B7-BACF-3871-A021-B3A904F4FB44\> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn &nbsp; &nbsp; &nbsp; &nbsp;0x1118fb000 - &nbsp; &nbsp; &nbsp; &nbsp;0x1118ffffd &nbsp;libFontRegistryUI.dylib (127) \<57DE4E73-B65B-3712-9815-81018E72501A\> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x111943000 - &nbsp; &nbsp; &nbsp; &nbsp;0x111944ff0 &nbsp;ATSHI.dylib (363.1) \<911E9B0D-B516-3EAB-8898-6853CD1E0776\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x112cbb000 - &nbsp; &nbsp; &nbsp; &nbsp;0x112da1fef &nbsp;unorm8\_bgra.dylib (2.3.58) \<9FF943D1-4EF7-36CA-852D-B61C2E554713\> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8\_bgra.dylib &nbsp; &nbsp; &nbsp; &nbsp;0x112df3000 - &nbsp; &nbsp; &nbsp; &nbsp;0x112df4fe4 +cl\_kernels (???) \<25AA7014-E57E-4667-B5B6-B36D34D5C287\> cl\_kernels &nbsp; &nbsp; 0x123400000000 - &nbsp; &nbsp; 0x123400366ff7 &nbsp;com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.18.27 - 8.1.8) \<10962454-79BD-31BF-8C23-7D3EE0DF8FA5\> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver &nbsp; &nbsp; 0x7fff61a06000 - &nbsp; &nbsp; 0x7fff61a39817 &nbsp;dyld (239.3) \<D1DFCF3F-0B0C-332A-BCC0-87A851B570FF\> /usr/lib/dyld &nbsp; &nbsp; 0x7fff81600000 - &nbsp; &nbsp; 0x7fff8160dff4 &nbsp;com.apple.Librarian (1.2 - 1) \<F1A2744D-8536-32C7-8218-9972C6300DAE\> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian &nbsp; &nbsp; 0x7fff81636000 - &nbsp; &nbsp; 0x7fff8165dff7 &nbsp;libsystem\_network.dylib (241.3) \<8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364\> /usr/lib/system/libsystem\_network.dylib &nbsp; &nbsp; 0x7fff8165e000 - &nbsp; &nbsp; 0x7fff81669fff &nbsp;libGL.dylib (9.0.83) \<984A960A-C159-3AE5-8B40-E2B451F6C712\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib &nbsp; &nbsp; 0x7fff8166a000 - &nbsp; &nbsp; 0x7fff8174efff &nbsp;com.apple.coreui (2.1 - 231) \<432DB40C-6B7E-39C8-9FB5-B95917930056\> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI &nbsp; &nbsp; 0x7fff8174f000 - &nbsp; &nbsp; 0x7fff8175cff7 &nbsp;libxar.1.dylib (202) \<5572AA71-E98D-3FE1-9402-BB4A84E0E71E\> /usr/lib/libxar.1.dylib &nbsp; &nbsp; 0x7fff8175d000 - &nbsp; &nbsp; 0x7fff81773fff &nbsp;com.apple.CoreMediaAuthoring (2.2 - 947) \<B01FBACC-DDD5-30A8-BCCF-57CE24ABA329\> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring &nbsp; &nbsp; 0x7fff8184f000 - &nbsp; &nbsp; 0x7fff81853ff7 &nbsp;libGIF.dylib (1038) \<C29B4323-1B9E-36B9-96C2-7CEDBAA124F0\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib &nbsp; &nbsp; 0x7fff8187c000 - &nbsp; &nbsp; 0x7fff8188eff7 &nbsp;com.apple.MultitouchSupport.framework (245.13 - 245.13) \<D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2\> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport &nbsp; &nbsp; 0x7fff818d9000 - &nbsp; &nbsp; 0x7fff818dfff7 &nbsp;com.apple.XPCService (2.0 - 1) \<2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE\> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService &nbsp; &nbsp; 0x7fff818e0000 - &nbsp; &nbsp; 0x7fff81927fff &nbsp;libFontRegistry.dylib (127) \<A77A0480-AA5D-3CC8-8B68-69985CD546DC\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib &nbsp; &nbsp; 0x7fff81928000 - &nbsp; &nbsp; 0x7fff81b0dff7 &nbsp;com.apple.CoreFoundation (6.9 - 855.11) \<E22C6A1F-8996-349C-905E-96C3BBE07C2F\> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation &nbsp; &nbsp; 0x7fff81b0e000 - &nbsp; &nbsp; 0x7fff81b12ff7 &nbsp;libheimdal-asn1.dylib (323.12) \<063A01C2-E547-39D9-BB42-4CC8E64ADE70\> /usr/lib/libheimdal-asn1.dylib &nbsp; &nbsp; 0x7fff81d5b000 - &nbsp; &nbsp; 0x7fff82ba7ff5 &nbsp;com.apple.WebCore (9537 - 9537.70) \<7A90E9D3-4F26-3049-9C96-C6B8CB1395C8\> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore &nbsp; &nbsp; 0x7fff82ba8000 - &nbsp; &nbsp; 0x7fff82bf6fff &nbsp;com.apple.opencl (2.3.57 - 2.3.57) \<FC03A80D-543A-3448-83FF-D399C3A240D9\> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL &nbsp; &nbsp; 0x7fff82c17000 - &nbsp; &nbsp; 0x7fff82c1fffc &nbsp;libGFXShared.dylib (9.0.83) \<11A621C3-37A0-39CE-A69B-8739021BD79D\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib &nbsp; &nbsp; 0x7fff82c47000 - &nbsp; &nbsp; 0x7fff82d18ff1 &nbsp;com.apple.DiskImagesFramework (10.9 - 371.1) \<D456ED08-4C1D-341F-BAB8-85E34A7275C5\> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages &nbsp; &nbsp; 0x7fff82d5b000 - &nbsp; &nbsp; 0x7fff83029ff4 &nbsp;com.apple.CoreImage (9.0.54) \<74BB8685-69A9-3A45-8DED-EA26BD39D710\> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage &nbsp; &nbsp; 0x7fff8302a000 - &nbsp; &nbsp; 0x7fff83198ff7 &nbsp;libBLAS.dylib (1094.5) \<DE93A590-5FA5-32A2-A16C-5D7D7361769F\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib &nbsp; &nbsp; 0x7fff83199000 - &nbsp; &nbsp; 0x7fff831c3ff7 &nbsp;libsandbox.1.dylib (278.10) \<B4183FA8-F7E2-3301-8BF9-0EEFB793A5D5\> /usr/lib/libsandbox.1.dylib &nbsp; &nbsp; 0x7fff831ca000 - &nbsp; &nbsp; 0x7fff831d0fff &nbsp;com.apple.AOSNotification (1.7.0 - 760.3) \<7901B867-60F7-3645-BB3E-18C51A6FBCC6\> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification &nbsp; &nbsp; 0x7fff831d1000 - &nbsp; &nbsp; 0x7fff831d1fff &nbsp;com.apple.Cocoa (6.8 - 20) \<E90E99D7-A425-3301-A025-D9E0CD11918E\> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa &nbsp; &nbsp; 0x7fff83213000 - &nbsp; &nbsp; 0x7fff83261fff &nbsp;libcorecrypto.dylib (161.1) \<F3973C28-14B6-3006-BB2B-00DD7F09ABC7\> /usr/lib/system/libcorecrypto.dylib &nbsp; &nbsp; 0x7fff83f67000 - &nbsp; &nbsp; 0x7fff83fb3ffe &nbsp;com.apple.CoreMediaIO (401.0 - 4544) \<44EBC0FE-DAD5-3711-96CB-05250F350A16\> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO &nbsp; &nbsp; 0x7fff83fb4000 - &nbsp; &nbsp; 0x7fff83fddfff &nbsp;GLRendererFloat (9.0.83) \<1F1160A8-5047-3CEE-AC1E-D29520D0B367\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat &nbsp; &nbsp; 0x7fff83fde000 - &nbsp; &nbsp; 0x7fff83ff7ff7 &nbsp;com.apple.Ubiquity (1.3 - 289) \<C7F1B734-CE81-334D-BE41-8B20D95A1F9B\> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity &nbsp; &nbsp; 0x7fff83ff8000 - &nbsp; &nbsp; 0x7fff84002ff7 &nbsp;com.apple.bsd.ServiceManagement (2.0 - 2.0) \<2D27B498-BB9C-3D88-B05A-76908A8A26F3\> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement &nbsp; &nbsp; 0x7fff84003000 - &nbsp; &nbsp; 0x7fff84008ff7 &nbsp;libunwind.dylib (35.3) \<78DCC358-2FC1-302E-B395-0155B47CB547\> /usr/lib/system/libunwind.dylib &nbsp; &nbsp; 0x7fff84013000 - &nbsp; &nbsp; 0x7fff84079fff &nbsp;com.apple.framework.CoreWiFi (2.0 - 200.21.1) \<5491896D-78C5-30B6-96E9-D8DDECF3BE73\> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi &nbsp; &nbsp; 0x7fff84124000 - &nbsp; &nbsp; 0x7fff84171fff &nbsp;com.apple.AppleVAFramework (5.0.27 - 5.0.27) \<D01B7D87-4BDC-3E48-A79B-951D05075F9D\> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA &nbsp; &nbsp; 0x7fff84188000 - &nbsp; &nbsp; 0x7fff841e8ff2 &nbsp;com.apple.CoreUtils (1.9 - 190.4) \<CBB5B4DC-2801-32B3-A31C-8811CCF99873\> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils &nbsp; &nbsp; 0x7fff84223000 - &nbsp; &nbsp; 0x7fff84224ff7 &nbsp;com.apple.print.framework.Print (9.0 - 260) \<EE00FAE1-DA03-3EC2-8571-562518C46994\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print &nbsp; &nbsp; 0x7fff8423d000 - &nbsp; &nbsp; 0x7fff84250ff7 &nbsp;com.apple.AppContainer (3.0 - 1) \<A90C058D-46E8-3BAB-AF17-AF9C7C273069\> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer &nbsp; &nbsp; 0x7fff84251000 - &nbsp; &nbsp; 0x7fff844fbffd &nbsp;com.apple.HIToolbox (2.1 - 695) \<C4DE35FF-D0AC-35C3-A7E6-F54CD153825C\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox &nbsp; &nbsp; 0x7fff84559000 - &nbsp; &nbsp; 0x7fff8465efff &nbsp;com.apple.ImageIO.framework (3.3.0 - 1038) \<2C058216-C6D8-3380-A7EA-92A3F04520C1\> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO &nbsp; &nbsp; 0x7fff8465f000 - &nbsp; &nbsp; 0x7fff84979ff7 &nbsp;com.apple.MediaToolbox (1.0 - 1273.29) \<6260E68B-7E50-3D49-8C0A-7145614C13D8\> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox &nbsp; &nbsp; 0x7fff849f8000 - &nbsp; &nbsp; 0x7fff84a08fff &nbsp;libbsm.0.dylib (33) \<2CAC00A2-1352-302A-88FA-C567D4D69179\> /usr/lib/libbsm.0.dylib &nbsp; &nbsp; 0x7fff84a09000 - &nbsp; &nbsp; 0x7fff84ad4fff &nbsp;libvDSP.dylib (423.32) \<3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib &nbsp; &nbsp; 0x7fff84ad5000 - &nbsp; &nbsp; 0x7fff84adeff3 &nbsp;libsystem\_notify.dylib (121) \<52571EC3-6894-37E4-946E-064B021ED44E\> /usr/lib/system/libsystem\_notify.dylib &nbsp; &nbsp; 0x7fff84b69000 - &nbsp; &nbsp; 0x7fff84bf1ff7 &nbsp;com.apple.CorePDF (4.0 - 4) \<92D15ED1-D2E1-3ECB-93FF-42888219A99F\> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF &nbsp; &nbsp; 0x7fff84c1b000 - &nbsp; &nbsp; 0x7fff84c27ff3 &nbsp;com.apple.AppleFSCompression (56 - 1.0) \<5652B0D0-EB08-381F-B23A-6DCF96991FB5\> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression &nbsp; &nbsp; 0x7fff84c28000 - &nbsp; &nbsp; 0x7fff84c29ffb &nbsp;libremovefile.dylib (33) \<3543F917-928E-3DB2-A2F4-7AB73B4970EF\> /usr/lib/system/libremovefile.dylib &nbsp; &nbsp; 0x7fff84c2a000 - &nbsp; &nbsp; 0x7fff85078fff &nbsp;com.apple.VideoToolbox (1.0 - 1273.29) \<6E38291D-7A81-3033-AFB9-61ABD38B6371\> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox &nbsp; &nbsp; 0x7fff850a8000 - &nbsp; &nbsp; 0x7fff850c2fff &nbsp;libdispatch.dylib (339.1.9) \<46878A5B-4248-3057-962C-6D4A235EEF31\> /usr/lib/system/libdispatch.dylib &nbsp; &nbsp; 0x7fff850c3000 - &nbsp; &nbsp; 0x7fff850ebffb &nbsp;libxslt.1.dylib (13) \<C9794936-633C-3F0C-9E71-30190B9B41C1\> /usr/lib/libxslt.1.dylib &nbsp; &nbsp; 0x7fff85100000 - &nbsp; &nbsp; 0x7fff851eefff &nbsp;libJP2.dylib (1038) \<6C8179F5-8063-3ED6-A7C2-D5603DECDF28\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib &nbsp; &nbsp; 0x7fff8523f000 - &nbsp; &nbsp; 0x7fff8527dff7 &nbsp;libGLImage.dylib (9.0.83) \<C08048A7-03CC-3E40-BCDC-7791D87AC8E4\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib &nbsp; &nbsp; 0x7fff8527e000 - &nbsp; &nbsp; 0x7fff8536dfff &nbsp;libFontParser.dylib (111.1) \<835A8253-6AB9-3AAB-9CBF-171440DEC486\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib &nbsp; &nbsp; 0x7fff8536e000 - &nbsp; &nbsp; 0x7fff8536efff &nbsp;com.apple.CoreServices (59 - 59) \<7A697B5E-F179-30DF-93F2-8B503CEEEFD5\> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices &nbsp; &nbsp; 0x7fff8536f000 - &nbsp; &nbsp; 0x7fff85371ff7 &nbsp;com.apple.securityhi (9.0 - 55005) \<405E2BC6-2B6F-3B6B-B48E-2FD39214F052\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI &nbsp; &nbsp; 0x7fff85395000 - &nbsp; &nbsp; 0x7fff85397ff7 &nbsp;com.apple.SecCodeWrapper (3.0 - 1) \<F5107AD0-20CD-328C-8B2E-74CB6F3169F6\> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper &nbsp; &nbsp; 0x7fff8540d000 - &nbsp; &nbsp; 0x7fff85410fff &nbsp;com.apple.TCC (1.0 - 1) \<32A075D9-47FD-3E71-95BC-BFB0D583F41C\> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC &nbsp; &nbsp; 0x7fff85411000 - &nbsp; &nbsp; 0x7fff8547efff &nbsp;com.apple.SearchKit (1.4.0 - 1.4.0) \<B9B8D510-A27E-36B0-93E9-17146D9E9045\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit &nbsp; &nbsp; 0x7fff8547f000 - &nbsp; &nbsp; 0x7fff85481ffb &nbsp;libutil.dylib (34) \<DAC4A6CF-A1BB-3874-9569-A919316D30E8\> /usr/lib/libutil.dylib &nbsp; &nbsp; 0x7fff85482000 - &nbsp; &nbsp; 0x7fff854e6ff3 &nbsp;com.apple.datadetectorscore (5.0 - 354.0) \<9ACF24B8-3268-3134-A5BC-D72C9371A195\> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore &nbsp; &nbsp; 0x7fff854e7000 - &nbsp; &nbsp; 0x7fff85534ff2 &nbsp;com.apple.print.framework.PrintCore (9.0 - 428) \<8D8253E3-302F-3DB2-9C5C-572CB974E8B3\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore &nbsp; &nbsp; 0x7fff85535000 - &nbsp; &nbsp; 0x7fff8555eff7 &nbsp;libc++abi.dylib (48) \<8C16158F-CBF8-3BD7-BEF4-022704B2A326\> /usr/lib/libc++abi.dylib &nbsp; &nbsp; 0x7fff8555f000 - &nbsp; &nbsp; 0x7fff85594ffc &nbsp;com.apple.LDAPFramework (2.4.28 - 194.5) \<7E31A674-C6AB-33BE-BD5E-F5E3C6E22894\> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP &nbsp; &nbsp; 0x7fff85595000 - &nbsp; &nbsp; 0x7fff85742f27 &nbsp;libobjc.A.dylib (551.1) \<AD7FD984-271E-30F4-A361-6B20319EC73B\> /usr/lib/libobjc.A.dylib &nbsp; &nbsp; 0x7fff85743000 - &nbsp; &nbsp; 0x7fff85834ff9 &nbsp;libiconv.2.dylib (41) \<BB44B115-AC32-3877-A0ED-AEC6232A4563\> /usr/lib/libiconv.2.dylib &nbsp; &nbsp; 0x7fff85842000 - &nbsp; &nbsp; 0x7fff858b5ffb &nbsp;com.apple.securityfoundation (6.0 - 55122) \<119D1C53-B292-3378-AEE1-A3B1FB02F43F\> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation &nbsp; &nbsp; 0x7fff858b6000 - &nbsp; &nbsp; 0x7fff858c3fff &nbsp;com.apple.Sharing (132.2 - 132.2) \<F983394A-226D-3244-B511-FA51FDB6ADDA\> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing &nbsp; &nbsp; 0x7fff858c4000 - &nbsp; &nbsp; 0x7fff858feff3 &nbsp;com.apple.bom (12.0 - 192) \<989690DB-B9CC-3DB5-89AE-B5D33EDC474E\> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom &nbsp; &nbsp; 0x7fff858ff000 - &nbsp; &nbsp; 0x7fff8594afff &nbsp;com.apple.ImageCaptureCore (5.0 - 5.0) \<F529EDDC-E2F5-30CA-9938-AF23296B5C5B\> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore &nbsp; &nbsp; 0x7fff8594b000 - &nbsp; &nbsp; 0x7fff859fbff7 &nbsp;libvMisc.dylib (423.32) \<049C0735-1808-39B9-943F-76CB8021744F\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib &nbsp; &nbsp; 0x7fff859fd000 - &nbsp; &nbsp; 0x7fff85a88fff &nbsp;libCoreStorage.dylib (380) \<AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372\> /usr/lib/libCoreStorage.dylib &nbsp; &nbsp; 0x7fff85acf000 - &nbsp; &nbsp; 0x7fff85ad8fff &nbsp;com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) \<0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis &nbsp; &nbsp; 0x7fff85ad9000 - &nbsp; &nbsp; 0x7fff85b02fff &nbsp;com.apple.DictionaryServices (1.2 - 208) \<A539A058-BA57-35EE-AA08-D0B0E835127D\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices &nbsp; &nbsp; 0x7fff85b03000 - &nbsp; &nbsp; 0x7fff85bbbff7 &nbsp;com.apple.DiscRecording (8.0 - 8000.4.6) \<CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E\> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording &nbsp; &nbsp; 0x7fff85bbc000 - &nbsp; &nbsp; 0x7fff860e0fff &nbsp;com.apple.QuartzComposer (5.1 - 316) \<B20E93C3-8517-3E5C-83B6-C312C839C5D0\> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer &nbsp; &nbsp; 0x7fff860e1000 - &nbsp; &nbsp; 0x7fff86126ff7 &nbsp;libcurl.4.dylib (78) \<A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E\> /usr/lib/libcurl.4.dylib &nbsp; &nbsp; 0x7fff86127000 - &nbsp; &nbsp; 0x7fff8612cff7 &nbsp;com.apple.MediaAccessibility (1.0 - 43) \<D309D83D-5FAE-37A4-85ED-FFBDA8B66B82\> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility &nbsp; &nbsp; 0x7fff86137000 - &nbsp; &nbsp; 0x7fff86168fff &nbsp;com.apple.MediaKit (15 - 709) \<23E33409-5C39-3F93-9E73-2B0E9EE8883E\> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit &nbsp; &nbsp; 0x7fff86169000 - &nbsp; &nbsp; 0x7fff86172ffb &nbsp;libCGInterfaces.dylib (271) \<68EFBEFE-7506-3235-99A2-5B69EDBFD7B8\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Resources/libCGInterfaces.dylib &nbsp; &nbsp; 0x7fff86173000 - &nbsp; &nbsp; 0x7fff8618fff7 &nbsp;libsystem\_kernel.dylib (2422.1.72) \<D14913DB-47F1-3591-8DAF-D4B4EF5F8818\> /usr/lib/system/libsystem\_kernel.dylib &nbsp; &nbsp; 0x7fff86190000 - &nbsp; &nbsp; 0x7fff861a7fff &nbsp;com.apple.CFOpenDirectory (10.9 - 173.1.1) \<3FB4D5FE-860B-3BDE-BAE2-3531D919EF10\> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory &nbsp; &nbsp; 0x7fff86485000 - &nbsp; &nbsp; 0x7fff86487ff3 &nbsp;libsystem\_configuration.dylib (596.12) \<C4F633D9-94C8-35D9-BB2D-84C5122533C7\> /usr/lib/system/libsystem\_configuration.dylib &nbsp; &nbsp; 0x7fff86492000 - &nbsp; &nbsp; 0x7fff86563ff7 &nbsp;com.apple.QuickLookUIFramework (5.0 - 622.3) \<9741E66B-3978-35F6-8846-B6C528945611\> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI &nbsp; &nbsp; 0x7fff86586000 - &nbsp; &nbsp; 0x7fff86589fff &nbsp;com.apple.AppleSystemInfo (3.0 - 3.0) \<4D032152-AA40-350E-BB96-44BC55C5C69C\> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo &nbsp; &nbsp; 0x7fff8658a000 - &nbsp; &nbsp; 0x7fff86613ff7 &nbsp;libsystem\_c.dylib (997.1.1) \<61833FAA-7281-3FF9-937F-686B6F20427C\> /usr/lib/system/libsystem\_c.dylib &nbsp; &nbsp; 0x7fff86614000 - &nbsp; &nbsp; 0x7fff868e8fc7 &nbsp;com.apple.vImage (7.0 - 7.0) \<D241DBFA-AC49-31E2-893D-EAAC31890C90\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage &nbsp; &nbsp; 0x7fff868e9000 - &nbsp; &nbsp; 0x7fff86919fff &nbsp;libncurses.5.4.dylib (42) \<BF763D62-9149-37CB-B1D2-F66A2510E6DD\> /usr/lib/libncurses.5.4.dylib &nbsp; &nbsp; 0x7fff8691a000 - &nbsp; &nbsp; 0x7fff86924ff7 &nbsp;libcsfde.dylib (380) \<3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B\> /usr/lib/libcsfde.dylib &nbsp; &nbsp; 0x7fff86925000 - &nbsp; &nbsp; 0x7fff86947fff &nbsp;com.apple.framework.familycontrols (4.1 - 410) \<4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE\> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls &nbsp; &nbsp; 0x7fff8694b000 - &nbsp; &nbsp; 0x7fff86ab1fff &nbsp;libGLProgrammability.dylib (9.0.83) \<9C97E814-F674-30F8-8C2D-C45FC1E7D934\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib &nbsp; &nbsp; 0x7fff86acd000 - &nbsp; &nbsp; 0x7fff86afcfff &nbsp;com.apple.DebugSymbols (106 - 106) \<E1BDED08-523A-36F4-B2DA-9D5C712F0AC7\> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols &nbsp; &nbsp; 0x7fff86b06000 - &nbsp; &nbsp; 0x7fff86b06fff &nbsp;com.apple.Carbon (154 - 157) \<45A9A40A-78FF-3EA0-8FAB-A4F81052FA55\> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon &nbsp; &nbsp; 0x7fff86b07000 - &nbsp; &nbsp; 0x7fff86b18ff7 &nbsp;libsystem\_asl.dylib (217.1.4) \<655FB343-52CF-3E2F-B14D-BEBF5AAEF94D\> /usr/lib/system/libsystem\_asl.dylib &nbsp; &nbsp; 0x7fff86b19000 - &nbsp; &nbsp; 0x7fff86ba8ff7 &nbsp;com.apple.Metadata (10.7.0 - 800.12) \<04486C95-3E49-36C4-89B6-925E925BB417\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata &nbsp; &nbsp; 0x7fff86ba9000 - &nbsp; &nbsp; 0x7fff86bacfff &nbsp;libCoreVMClient.dylib (58.1) \<EBC36C69-C896-3C3D-8589-3E9023E7E56F\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib &nbsp; &nbsp; 0x7fff86c41000 - &nbsp; &nbsp; 0x7fff86c70fd2 &nbsp;libsystem\_m.dylib (3047.16) \<B7F0E2E4-2777-33FC-A787-D6430B630D54\> /usr/lib/system/libsystem\_m.dylib &nbsp; &nbsp; 0x7fff86c71000 - &nbsp; &nbsp; 0x7fff86c73fff &nbsp;libCVMSPluginSupport.dylib (9.0.83) \<E2AED858-6EEB-36C6-8C06-C3CF649A3CD5\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib &nbsp; &nbsp; 0x7fff86c74000 - &nbsp; &nbsp; 0x7fff86e10ff7 &nbsp;com.apple.QuartzCore (1.8 - 332.0) \<994D1E0A-64B6-398C-B9A2-C362F02DE943\> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore &nbsp; &nbsp; 0x7fff86e14000 - &nbsp; &nbsp; 0x7fff86eafff7 &nbsp;com.apple.PDFKit (2.9 - 2.9) \<AD968A31-6567-30A7-A699-154C88DB56D0\> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit &nbsp; &nbsp; 0x7fff86eb0000 - &nbsp; &nbsp; 0x7fff86eb1fff &nbsp;libunc.dylib (28) \<62682455-1862-36FE-8A04-7A6B91256438\> /usr/lib/system/libunc.dylib &nbsp; &nbsp; 0x7fff86eb2000 - &nbsp; &nbsp; 0x7fff86f16ff9 &nbsp;com.apple.Heimdal (4.0 - 2.0) \<E7D20A4D-4674-37E1-A949-635FFF7C439A\> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal &nbsp; &nbsp; 0x7fff86f17000 - &nbsp; &nbsp; 0x7fff86ffeff7 &nbsp;libxml2.2.dylib (26) \<A1DADD11-89E5-3DE4-8802-07186225967F\> /usr/lib/libxml2.2.dylib &nbsp; &nbsp; 0x7fff86fff000 - &nbsp; &nbsp; 0x7fff87000ff7 &nbsp;libsystem\_sandbox.dylib (278.10) \<A47E7E11-3C76-318E-B67D-98972B86F094\> /usr/lib/system/libsystem\_sandbox.dylib &nbsp; &nbsp; 0x7fff87001000 - &nbsp; &nbsp; 0x7fff8700dff7 &nbsp;com.apple.OpenDirectory (10.9 - 173.1.1) \<6B78BD7B-5622-38E6-8FC6-86A117E3ACCA\> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory &nbsp; &nbsp; 0x7fff8700e000 - &nbsp; &nbsp; 0x7fff8792a05f &nbsp;com.apple.CoreGraphics (1.600.0 - 599.7) \<7D0FD5A7-A061-39BA-8E00-723825D2C4DD\> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics &nbsp; &nbsp; 0x7fff8798a000 - &nbsp; &nbsp; 0x7fff8798ffff &nbsp;libmacho.dylib (845) \<1D2910DF-C036-3A82-A3FD-44FF73B5FF9B\> /usr/lib/system/libmacho.dylib &nbsp; &nbsp; 0x7fff879ae000 - &nbsp; &nbsp; 0x7fff879b6ff3 &nbsp;libCGCMS.A.dylib (599.7) \<92AA4E85-7633-36E2-BAD0-7B1A2E48E75C\> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib &nbsp; &nbsp; 0x7fff879b7000 - &nbsp; &nbsp; 0x7fff879c1fff &nbsp;com.apple.AppSandbox (3.0 - 1) \<55717299-8164-3D79-918F-BD64706735CF\> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox &nbsp; &nbsp; 0x7fff879c2000 - &nbsp; &nbsp; 0x7fff87a1dffb &nbsp;com.apple.AE (665.5 - 665.5) \<BBA230F9-144C-3CAB-A77A-0621719244CD\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE &nbsp; &nbsp; 0x7fff87ca8000 - &nbsp; &nbsp; 0x7fff87ce1ff7 &nbsp;com.apple.QD (3.50 - 298) \<C1F20764-DEF0-34CF-B3AB-AB5480D64E66\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD &nbsp; &nbsp; 0x7fff87ce2000 - &nbsp; &nbsp; 0x7fff87da5ff7 &nbsp;com.apple.backup.framework (1.5 - 1.5) \<92C8038F-CC00-3202-90D8-3C3AEC90986F\> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup &nbsp; &nbsp; 0x7fff87da6000 - &nbsp; &nbsp; 0x7fff88090fff &nbsp;com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) \<21324540-8B84-3333-ADB8-D3D5181D4639\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore &nbsp; &nbsp; 0x7fff88091000 - &nbsp; &nbsp; 0x7fff8809ffff &nbsp;com.apple.CommerceCore (1.0 - 42) \<ACC2CE3A-913A-39E0-8344-B76F8F694EF5\> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore &nbsp; &nbsp; 0x7fff880a2000 - &nbsp; &nbsp; 0x7fff880a9fff &nbsp;com.apple.NetFS (6.0 - 4.0) \<8E26C099-CE9D-3819-91A2-64EA929C6137\> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS &nbsp; &nbsp; 0x7fff880aa000 - &nbsp; &nbsp; 0x7fff880abfff &nbsp;liblangid.dylib (117) \<9546E641-F730-3AB0-B3CD-E0E2FDD173D9\> /usr/lib/liblangid.dylib &nbsp; &nbsp; 0x7fff880ac000 - &nbsp; &nbsp; 0x7fff880b1fff &nbsp;com.apple.DiskArbitration (2.6 - 2.6) \<F8A47F61-83D1-3F92-B7A8-A169E0D187C0\> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration &nbsp; &nbsp; 0x7fff880b2000 - &nbsp; &nbsp; 0x7fff880bbff7 &nbsp;libcldcpuengine.dylib (2.3.58) \<A2E1ED7B-FC7E-31F6-830A-FF917689766B\> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib &nbsp; &nbsp; 0x7fff880ea000 - &nbsp; &nbsp; 0x7fff88116fff &nbsp;com.apple.CoreServicesInternal (184.8 - 184.8) \<707E05AE-DDA8-36FD-B0FF-7F15A061B46A\> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal &nbsp; &nbsp; 0x7fff88117000 - &nbsp; &nbsp; 0x7fff88117ffd &nbsp;libOpenScriptingUtil.dylib (157) \<19F0E769-0989-3062-9AFB-8976E90E9759\> /usr/lib/libOpenScriptingUtil.dylib &nbsp; &nbsp; 0x7fff88130000 - &nbsp; &nbsp; 0x7fff88154fff &nbsp;com.apple.quartzfilters (1.8.0 - 1.7.0) \<39C08086-9866-372F-9420-81F5689149DF\> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters &nbsp; &nbsp; 0x7fff88167000 - &nbsp; &nbsp; 0x7fff881d6ff1 &nbsp;com.apple.ApplicationServices.ATS (360 - 363.1) \<88976B22-A9B8-3E7B-9AE6-0B8E09A968FC\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS &nbsp; &nbsp; 0x7fff881d7000 - &nbsp; &nbsp; 0x7fff881e2fff &nbsp;libkxld.dylib (2422.1.72) \<C88EF3E6-B31F-3E12-BE9B-562D912BA733\> /usr/lib/system/libkxld.dylib &nbsp; &nbsp; 0x7fff881e3000 - &nbsp; &nbsp; 0x7fff8820bffb &nbsp;libRIP.A.dylib (599.7) \<6F528EE3-99F8-3871-BD60-1306495C27D5\> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib &nbsp; &nbsp; 0x7fff88278000 - &nbsp; &nbsp; 0x7fff882bdff6 &nbsp;com.apple.HIServices (1.22 - 466) \<21807AF8-3BC7-32BB-AB96-7C35CB59D7F6\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices &nbsp; &nbsp; 0x7fff882be000 - &nbsp; &nbsp; 0x7fff882d0fff &nbsp;com.apple.ImageCapture (9.0 - 9.0) \<BE0B65DA-3031-359B-8BBA-B9803D4ADBF4\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture &nbsp; &nbsp; 0x7fff882d6000 - &nbsp; &nbsp; 0x7fff8848eff3 &nbsp;libicucore.A.dylib (511.25) \<3ED7B656-416E-3071-AEC8-E85C90232F78\> /usr/lib/libicucore.A.dylib &nbsp; &nbsp; 0x7fff8848f000 - &nbsp; &nbsp; 0x7fff89003ff7 &nbsp;com.apple.AppKit (6.9 - 1265) \<0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01\> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit &nbsp; &nbsp; 0x7fff8908b000 - &nbsp; &nbsp; 0x7fff890cdff7 &nbsp;libauto.dylib (185.5) \<F45C36E8-B606-3886-B5B1-B6745E757CA8\> /usr/lib/libauto.dylib &nbsp; &nbsp; 0x7fff890ce000 - &nbsp; &nbsp; 0x7fff89145fff &nbsp;com.apple.CoreServices.OSServices (600.4 - 600.4) \<36B2B009-C35E-3F21-824E-E0D00E7808C7\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices &nbsp; &nbsp; 0x7fff89146000 - &nbsp; &nbsp; 0x7fff8914afff &nbsp;libsystem\_stats.dylib (93.1.26) \<B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD\> /usr/lib/system/libsystem\_stats.dylib &nbsp; &nbsp; 0x7fff893d4000 - &nbsp; &nbsp; 0x7fff89425fff &nbsp;com.apple.QuickLookFramework (5.0 - 622.3) \<AB6CCD09-ECDF-3F01-9C42-34B37DDCF12D\> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook &nbsp; &nbsp; 0x7fff89426000 - &nbsp; &nbsp; 0x7fff8942efff &nbsp;libMatch.1.dylib (19) \<021293AB-407D-309A-87F5-8E782F46753E\> /usr/lib/libMatch.1.dylib &nbsp; &nbsp; 0x7fff8942f000 - &nbsp; &nbsp; 0x7fff89447ff7 &nbsp;com.apple.openscripting (1.4 - 157) \<B3B037D7-1019-31E6-9D17-08E699AF3701\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting &nbsp; &nbsp; 0x7fff89448000 - &nbsp; &nbsp; 0x7fff8944bffa &nbsp;libCGXType.A.dylib (599.7) \<2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D\> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib &nbsp; &nbsp; 0x7fff89461000 - &nbsp; &nbsp; 0x7fff89485fff &nbsp;libxpc.dylib (300.1.17) \<4554927A-9467-365C-91F1-5A116989DD7F\> /usr/lib/system/libxpc.dylib &nbsp; &nbsp; 0x7fff89486000 - &nbsp; &nbsp; 0x7fff89487ff7 &nbsp;libDiagnosticMessagesClient.dylib (100) \<4CDB0F7B-C0AF-3424-BC39-495696F0DB1E\> /usr/lib/libDiagnosticMessagesClient.dylib &nbsp; &nbsp; 0x7fff89488000 - &nbsp; &nbsp; 0x7fff895f8ff6 &nbsp;com.apple.CFNetwork (673.0.3 - 673.0.3) \<42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF\> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork &nbsp; &nbsp; 0x7fff895f9000 - &nbsp; &nbsp; 0x7fff895fcfff &nbsp;com.apple.help (1.3.3 - 46) \<AE763646-D07A-3F9A-ACD4-F5CBD734EE36\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help &nbsp; &nbsp; 0x7fff89614000 - &nbsp; &nbsp; 0x7fff89615fff &nbsp;com.apple.TrustEvaluationAgent (2.0 - 25) \<334A82F4-4AE4-3719-A511-86D0B0723E2B\> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent &nbsp; &nbsp; 0x7fff89616000 - &nbsp; &nbsp; 0x7fff8961dff3 &nbsp;libcopyfile.dylib (103) \<5A881779-D0D6-3029-B371-E3021C2DDA5E\> /usr/lib/system/libcopyfile.dylib &nbsp; &nbsp; 0x7fff8968f000 - &nbsp; &nbsp; 0x7fff897bbfff &nbsp;com.apple.MediaControlSender (1.9 - 190.4) \<F5E934E1-D004-3C84-815A-961319F8C522\> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender &nbsp; &nbsp; 0x7fff897bc000 - &nbsp; &nbsp; 0x7fff897cdff7 &nbsp;libz.1.dylib (53) \<42E0C8C6-CA38-3CA4-8619-D24ED5DD492E\> /usr/lib/libz.1.dylib &nbsp; &nbsp; 0x7fff897ce000 - &nbsp; &nbsp; 0x7fff897d7fff &nbsp;com.apple.DisplayServicesFW (2.8 - 360.8.14) \<816A9CED-1BC0-3C76-8103-1B9BE0F723BB\> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices &nbsp; &nbsp; 0x7fff897d8000 - &nbsp; &nbsp; 0x7fff897dbff7 &nbsp;com.apple.LoginUICore (3.0 - 3.0) \<1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C\> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore &nbsp; &nbsp; 0x7fff89a6e000 - &nbsp; &nbsp; 0x7fff89aeefff &nbsp;com.apple.CoreSymbolication (3.0 - 141) \<B018335C-698B-3F87-AF1C-6115C4FA8954\> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication &nbsp; &nbsp; 0x7fff89aef000 - &nbsp; &nbsp; 0x7fff89b0bfff &nbsp;libresolv.9.dylib (54) \<11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95\> /usr/lib/libresolv.9.dylib &nbsp; &nbsp; 0x7fff89b0e000 - &nbsp; &nbsp; 0x7fff89bd0ff1 &nbsp;com.apple.CoreText (352.0 - 367.15) \<E5C70FC8-C861-39B8-A491-595E5B55CFC8\> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText &nbsp; &nbsp; 0x7fff89bd1000 - &nbsp; &nbsp; 0x7fff89bd1fff &nbsp;com.apple.quartzframework (1.5 - 1.5) \<3B2A72DB-39FC-3C5B-98BE-605F37777F37\> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz &nbsp; &nbsp; 0x7fff89bd2000 - &nbsp; &nbsp; 0x7fff89beaff7 &nbsp;com.apple.GenerationalStorage (2.0 - 160.2) \<79629AC7-896F-3302-8AC1-4939020F08C3\> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage &nbsp; &nbsp; 0x7fff89beb000 - &nbsp; &nbsp; 0x7fff89e33fff &nbsp;com.apple.CoreData (107 - 481) \<E5AFBA07-F73E-3B3F-9099-F51224EE8EAD\> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData &nbsp; &nbsp; 0x7fff89f31000 - &nbsp; &nbsp; 0x7fff8a192ff7 &nbsp;com.apple.imageKit (2.5 - 770) \<33BCF627-EB1A-3CC1-98AB-2324B6DFB329\> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit &nbsp; &nbsp; 0x7fff8a193000 - &nbsp; &nbsp; 0x7fff8a1b7ff7 &nbsp;libJPEG.dylib (1038) \<86F349A8-882D-3326-A0B0-63257F68B1A7\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib &nbsp; &nbsp; 0x7fff8a435000 - &nbsp; &nbsp; 0x7fff8a483ff9 &nbsp;libstdc++.6.dylib (60) \<0241E6A4-1368-33BE-950B-D0A175C41F54\> /usr/lib/libstdc++.6.dylib &nbsp; &nbsp; 0x7fff8a484000 - &nbsp; &nbsp; 0x7fff8a49fff7 &nbsp;libCRFSuite.dylib (34) \<FFAE75FA-C54E-398B-AA97-18164CD9789D\> /usr/lib/libCRFSuite.dylib &nbsp; &nbsp; 0x7fff8a4f6000 - &nbsp; &nbsp; 0x7fff8a50dffa &nbsp;libAVFAudio.dylib (32.2) \<52DA516B-DE79-322C-9E1B-2658019289D7\> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib &nbsp; &nbsp; 0x7fff8a50e000 - &nbsp; &nbsp; 0x7fff8a511ff7 &nbsp;libdyld.dylib (239.3) \<62F4D752-4089-31A8-8B73-B95A68893B3C\> /usr/lib/system/libdyld.dylib &nbsp; &nbsp; 0x7fff8a512000 - &nbsp; &nbsp; 0x7fff8aa82fff &nbsp;com.apple.CoreAUC (6.22.08 - 6.22.08) \<F306D552-2220-3160-88EA-C916193C5EFD\> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC &nbsp; &nbsp; 0x7fff8addf000 - &nbsp; &nbsp; 0x7fff8ae0eff5 &nbsp;com.apple.GSS (4.0 - 2.0) \<ED98D992-CC14-39F3-9ABC-8D7F986487CC\> /System/Library/Frameworks/GSS.framework/Versions/A/GSS &nbsp; &nbsp; 0x7fff8ae0f000 - &nbsp; &nbsp; 0x7fff8ae17fff &nbsp;libsystem\_dnssd.dylib (522.1.11) \<270DCF6C-502D-389A-AA9F-DE4624A36FF7\> /usr/lib/system/libsystem\_dnssd.dylib &nbsp; &nbsp; 0x7fff8ae18000 - &nbsp; &nbsp; 0x7fff8ae69ff3 &nbsp;com.apple.audio.CoreAudio (4.2.0 - 4.2.0) \<BF4C2FE3-8BC8-30D1-8347-2A7221268794\> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio &nbsp; &nbsp; 0x7fff8ae6a000 - &nbsp; &nbsp; 0x7fff8aec9fff &nbsp;com.apple.framework.CoreWLAN (4.0 - 400.45.1) \<775F9444-8059-30A2-8058-7F7ACD68CCF1\> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN &nbsp; &nbsp; 0x7fff8b0fa000 - &nbsp; &nbsp; 0x7fff8b121ffb &nbsp;libsystem\_info.dylib (449.1.3) \<7D41A156-D285-3849-A2C3-C04ADE797D98\> /usr/lib/system/libsystem\_info.dylib &nbsp; &nbsp; 0x7fff8b122000 - &nbsp; &nbsp; 0x7fff8b131ff8 &nbsp;com.apple.LangAnalysis (1.7.0 - 1.7.0) \<8FE131B6-1180-3892-98F5-C9C9B79072D4\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis &nbsp; &nbsp; 0x7fff8b179000 - &nbsp; &nbsp; 0x7fff8b258fff &nbsp;libcrypto.0.9.8.dylib (50) \<B95B9DBA-39D3-3EEF-AF43-44608B28894E\> /usr/lib/libcrypto.0.9.8.dylib &nbsp; &nbsp; 0x7fff8b259000 - &nbsp; &nbsp; 0x7fff8b5cfffa &nbsp;com.apple.JavaScriptCore (9537 - 9537.65) \<7E76880C-832E-385B-9591-ACCF57A68385\> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore &nbsp; &nbsp; 0x7fff8b5d0000 - &nbsp; &nbsp; 0x7fff8b5fcff7 &nbsp;com.apple.framework.SystemAdministration (1.0 - 1.0) \<36C562FF-5D91-318C-A19C-6B4453FB78B9\> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration &nbsp; &nbsp; 0x7fff8b608000 - &nbsp; &nbsp; 0x7fff8b62dff7 &nbsp;com.apple.CoreVideo (1.8 - 117.2) \<4674339E-26D0-35FA-9958-422832B39B12\> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo &nbsp; &nbsp; 0x7fff8b62e000 - &nbsp; &nbsp; 0x7fff8b65dff7 &nbsp;com.apple.CoreAVCHD (5.7.0 - 5700.4.3) \<404369C0-ED9F-3010-8D2F-BC55285F7808\> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD &nbsp; &nbsp; 0x7fff8b65e000 - &nbsp; &nbsp; 0x7fff8b679ff7 &nbsp;libPng.dylib (1038) \<EF781AF8-C2E6-3179-B8A1-A584783070F1\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib &nbsp; &nbsp; 0x7fff8bdfc000 - &nbsp; &nbsp; 0x7fff8be3bfff &nbsp;libGLU.dylib (9.0.83) \<8B457205-513B-3477-AE9C-3AD979D5FE11\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib &nbsp; &nbsp; 0x7fff8be3c000 - &nbsp; &nbsp; 0x7fff8be85fff &nbsp;com.apple.CoreMedia (1.0 - 1273.29) \<4ACD30BA-E9FE-3842-A8B7-E3BD63747867\> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia &nbsp; &nbsp; 0x7fff8be86000 - &nbsp; &nbsp; 0x7fff8c185fff &nbsp;com.apple.Foundation (6.9 - 1056) \<D608EDFD-9634-3573-9B7E-081C7D085F7A\> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation &nbsp; &nbsp; 0x7fff8c186000 - &nbsp; &nbsp; 0x7fff8c1a1ff7 &nbsp;libsystem\_malloc.dylib (23.1.10) \<FFE5C472-B23A-318A-85BF-77CDE61900D1\> /usr/lib/system/libsystem\_malloc.dylib &nbsp; &nbsp; 0x7fff8c1e1000 - &nbsp; &nbsp; 0x7fff8c244ff7 &nbsp;com.apple.SystemConfiguration (1.13 - 1.13) \<F05F4149-981B-380B-8F50-51CE804BBB89\> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration &nbsp; &nbsp; 0x7fff8c25f000 - &nbsp; &nbsp; 0x7fff8c3ecff7 &nbsp;GLEngine (9.0.83) \<26CCE609-D645-3945-A678-517ED5B65785\> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine &nbsp; &nbsp; 0x7fff8c3ed000 - &nbsp; &nbsp; 0x7fff8c3edfff &nbsp;com.apple.ApplicationServices (48 - 48) \<3E3F01A8-314D-378F-835E-9CC4F8820031\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices &nbsp; &nbsp; 0x7fff8c3ee000 - &nbsp; &nbsp; 0x7fff8c3f5fff &nbsp;libcompiler\_rt.dylib (35) \<4CD916B2-1B17-362A-B403-EF24A1DAC141\> /usr/lib/system/libcompiler\_rt.dylib &nbsp; &nbsp; 0x7fff8c3f6000 - &nbsp; &nbsp; 0x7fff8c3f6ff7 &nbsp;libkeymgr.dylib (28) \<3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8\> /usr/lib/system/libkeymgr.dylib &nbsp; &nbsp; 0x7fff8c3f7000 - &nbsp; &nbsp; 0x7fff8c519ff1 &nbsp;com.apple.avfoundation (2.0 - 651.12) \<03E595B7-A559-3D4D-90E9-BCA603E3A39E\> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation &nbsp; &nbsp; 0x7fff8c51a000 - &nbsp; &nbsp; 0x7fff8c5a3fff &nbsp;com.apple.ColorSync (4.9.0 - 4.9.0) \<B756B908-9AD1-3F5D-83F9-7A0B068387D2\> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync &nbsp; &nbsp; 0x7fff8c5a4000 - &nbsp; &nbsp; 0x7fff8c5a5ff7 &nbsp;libSystem.B.dylib (1197.1.1) \<BFC0DC97-46C6-3BE0-9983-54A98734897A\> /usr/lib/libSystem.B.dylib &nbsp; &nbsp; 0x7fff8c5a6000 - &nbsp; &nbsp; 0x7fff8c987ffe &nbsp;libLAPACK.dylib (1094.5) \<7E7A9B8D-1638-3914-BAE0-663B69865986\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib &nbsp; &nbsp; 0x7fff8c988000 - &nbsp; &nbsp; 0x7fff8c9b8fff &nbsp;com.apple.IconServices (25 - 25.17) \<4751127E-FBD5-3ED5-8510-08D4E4166EFE\> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices &nbsp; &nbsp; 0x7fff8c9b9000 - &nbsp; &nbsp; 0x7fff8c9c7fff &nbsp;com.apple.opengl (9.0.83 - 9.0.83) \<AF467644-7B1D-327A-AC47-CECFCAF61990\> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL &nbsp; &nbsp; 0x7fff8c9c8000 - &nbsp; &nbsp; 0x7fff8c9e5ff7 &nbsp;com.apple.framework.Apple80211 (9.0 - 900.47) \<C897AFE6-DD73-387D-816A-67252A564207\> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 &nbsp; &nbsp; 0x7fff8cbf8000 - &nbsp; &nbsp; 0x7fff8cbfaff7 &nbsp;libquarantine.dylib (71) \<7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38\> /usr/lib/system/libquarantine.dylib &nbsp; &nbsp; 0x7fff8ccdf000 - &nbsp; &nbsp; 0x7fff8cd49ff7 &nbsp;com.apple.framework.IOKit (2.0.1 - 907.1.13) \<C1E95F5C-B79B-31BE-9F2A-1B25163C1F16\> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit &nbsp; &nbsp; 0x7fff8cd4a000 - &nbsp; &nbsp; 0x7fff8cdd6ff7 &nbsp;com.apple.ink.framework (10.9 - 207) \<8A50B893-AD03-3826-8555-A54FEAF08F47\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink &nbsp; &nbsp; 0x7fff8ce96000 - &nbsp; &nbsp; 0x7fff8cfd6fff &nbsp;com.apple.QTKit (7.7.3 - 2826) \<7A110F61-D4DD-3C84-950D-E5F486DE5765\> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit &nbsp; &nbsp; 0x7fff8cfd7000 - &nbsp; &nbsp; 0x7fff8d40affb &nbsp;com.apple.vision.FaceCore (3.0.0 - 3.0.0) \<F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5\> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore &nbsp; &nbsp; 0x7fff8d7e7000 - &nbsp; &nbsp; 0x7fff8d80cff7 &nbsp;com.apple.ChunkingLibrary (2.0 - 155.1) \<B845DC7A-D1EA-31E2-967C-D1FE0C628036\> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary &nbsp; &nbsp; 0x7fff8d81a000 - &nbsp; &nbsp; 0x7fff8d825ff7 &nbsp;com.apple.DirectoryService.Framework (10.9 - 173.1.1) \<F8566D1F-450F-3571-911F-75C68E45919F\> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService &nbsp; &nbsp; 0x7fff8d8bb000 - &nbsp; &nbsp; 0x7fff8d8bdfff &nbsp;com.apple.Mangrove (1.0 - 1) \<72F5CBC7-4E78-374E-98EA-C3700136904E\> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove &nbsp; &nbsp; 0x7fff8da12000 - &nbsp; &nbsp; 0x7fff8da64fff &nbsp;libc++.1.dylib (120) \<4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE\> /usr/lib/libc++.1.dylib &nbsp; &nbsp; 0x7fff8da65000 - &nbsp; &nbsp; 0x7fff8da6bff7 &nbsp;libsystem\_platform.dylib (24.1.4) \<331BA4A5-55CE-3B95-99EB-44E0C89D7FB8\> /usr/lib/system/libsystem\_platform.dylib &nbsp; &nbsp; 0x7fff8da6c000 - &nbsp; &nbsp; 0x7fff8daadfff &nbsp;com.apple.PerformanceAnalysis (1.47 - 47) \<784ED7B8-FAE4-36CE-8C76-B7D300316C9F\> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis &nbsp; &nbsp; 0x7fff8daca000 - &nbsp; &nbsp; 0x7fff8daf4ff7 &nbsp;libpcap.A.dylib (42) \<91D3FF51-D6FE-3C05-98C9-1182E0EC3D58\> /usr/lib/libpcap.A.dylib &nbsp; &nbsp; 0x7fff8daf5000 - &nbsp; &nbsp; 0x7fff8db29fff &nbsp;libssl.0.9.8.dylib (50) \<B15F967C-B002-36C2-9621-3456D8509F50\> /usr/lib/libssl.0.9.8.dylib &nbsp; &nbsp; 0x7fff8dbfb000 - &nbsp; &nbsp; 0x7fff8dbfbfff &nbsp;com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) \<F8D0CC77-98AC-3B58-9FE6-0C25421827B6\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib &nbsp; &nbsp; 0x7fff8dbfc000 - &nbsp; &nbsp; 0x7fff8dbfefff &nbsp;libRadiance.dylib (1038) \<55F99274-5074-3C73-BAC5-AF234E71CF38\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib &nbsp; &nbsp; 0x7fff8dc0e000 - &nbsp; &nbsp; 0x7fff8dc12ff7 &nbsp;libcache.dylib (62) \<BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B\> /usr/lib/system/libcache.dylib &nbsp; &nbsp; 0x7fff8dc13000 - &nbsp; &nbsp; 0x7fff8dc13ffd &nbsp;com.apple.audio.units.AudioUnit (1.9 - 1.9) \<6E89F3CB-CC41-3728-9F9A-FDFC151E8261\> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit &nbsp; &nbsp; 0x7fff8dc14000 - &nbsp; &nbsp; 0x7fff8dc1cff7 &nbsp;com.apple.speech.recognition.framework (4.2.4 - 4.2.4) \<98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition &nbsp; &nbsp; 0x7fff8dc71000 - &nbsp; &nbsp; 0x7fff8dc73fff &nbsp;com.apple.EFILogin (2.0 - 2) \<C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4\> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin &nbsp; &nbsp; 0x7fff8dc74000 - &nbsp; &nbsp; 0x7fff8dc7dfff &nbsp;com.apple.CommonAuth (4.0 - 2.0) \<1D263127-5F27-3128-996D-7397660D0C6E\> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth &nbsp; &nbsp; 0x7fff8de65000 - &nbsp; &nbsp; 0x7fff8deb8fff &nbsp;com.apple.ScalableUserInterface (1.0 - 1) \<CF745298-7373-38D2-B3B1-727D5A569E48\> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface &nbsp; &nbsp; 0x7fff8deb9000 - &nbsp; &nbsp; 0x7fff8debdfff &nbsp;libpam.2.dylib (20) \<B93CE8F5-DAA8-30A1-B1F6-F890509513CB\> /usr/lib/libpam.2.dylib &nbsp; &nbsp; 0x7fff8dec7000 - &nbsp; &nbsp; 0x7fff8decbfff &nbsp;com.apple.CommonPanels (1.2.6 - 96) \<6B434AFD-50F8-37C7-9A56-162C17E375B3\> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels &nbsp; &nbsp; 0x7fff8dece000 - &nbsp; &nbsp; 0x7fff8dedbff0 &nbsp;libbz2.1.0.dylib (29) \<0B98AC35-B138-349C-8063-2B987A75D24C\> /usr/lib/libbz2.1.0.dylib &nbsp; &nbsp; 0x7fff8dedc000 - &nbsp; &nbsp; 0x7fff8dedcfff &nbsp;com.apple.Accelerate (1.9 - Accelerate 1.9) \<509BB27A-AE62-366D-86D8-0B06D217CF56\> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate &nbsp; &nbsp; 0x7fff8dedd000 - &nbsp; &nbsp; 0x7fff8dee4ff7 &nbsp;libsystem\_pthread.dylib (53.1.4) \<AB498556-B555-310E-9041-F67EC9E00E2C\> /usr/lib/system/libsystem\_pthread.dylib &nbsp; &nbsp; 0x7fff8dee5000 - &nbsp; &nbsp; 0x7fff8deecff7 &nbsp;liblaunch.dylib (842.1.4) \<FCBF0A02-0B06-3F97-9248-5062A9DEB32C\> /usr/lib/system/liblaunch.dylib &nbsp; &nbsp; 0x7fff8df0c000 - &nbsp; &nbsp; 0x7fff8dff6fff &nbsp;libsqlite3.dylib (158) \<00269BF9-43BE-39E0-9C85-24585B9923C8\> /usr/lib/libsqlite3.dylib &nbsp; &nbsp; 0x7fff8e03a000 - &nbsp; &nbsp; 0x7fff8e16aff7 &nbsp;com.apple.desktopservices (1.8 - 1.8) \<09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE\> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv &nbsp; &nbsp; 0x7fff8e16b000 - &nbsp; &nbsp; 0x7fff8e16cfff &nbsp;libffi.dylib (18.1) \<FEB76C94-97BA-39BC-B713-D086B9757BA5\> /usr/lib/libffi.dylib &nbsp; &nbsp; 0x7fff8e242000 - &nbsp; &nbsp; 0x7fff8e30bfff &nbsp;com.apple.LaunchServices (572.23 - 572.23) \<8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D\> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices &nbsp; &nbsp; 0x7fff8e30c000 - &nbsp; &nbsp; 0x7fff8e364ff7 &nbsp;com.apple.Symbolication (1.4 - 129) \<16D42516-7B5E-357C-898A-FAA9EE7642B3\> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication &nbsp; &nbsp; 0x7fff8e365000 - &nbsp; &nbsp; 0x7fff8e36ffff &nbsp;libcommonCrypto.dylib (60049) \<8C4F0CA0-389C-3EDC-B155-E62DD2187E1D\> /usr/lib/system/libcommonCrypto.dylib &nbsp; &nbsp; 0x7fff8e370000 - &nbsp; &nbsp; 0x7fff8e380ffb &nbsp;libsasl2.2.dylib (170) \<C8E25710-68B6-368A-BF3E-48EC7273177B\> /usr/lib/libsasl2.2.dylib &nbsp; &nbsp; 0x7fff8e381000 - &nbsp; &nbsp; 0x7fff8e384ffc &nbsp;com.apple.IOSurface (91 - 91) \<07CA8A59-1E32-3FB6-B506-18DAF58A8CE0\> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface &nbsp; &nbsp; 0x7fff8e3f5000 - &nbsp; &nbsp; 0x7fff8e52affa &nbsp;com.apple.WebKit (9537 - 9537.71) \<8A07478D-B2CA-3724-81E4-ADC10E1AD3EA\> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit &nbsp; &nbsp; 0x7fff8e52e000 - &nbsp; &nbsp; 0x7fff8e575ff7 &nbsp;libcups.2.dylib (372) \<348EED62-6C20-35D6-8EFB-E80943965100\> /usr/lib/libcups.2.dylib &nbsp; &nbsp; 0x7fff8e5b5000 - &nbsp; &nbsp; 0x7fff8e5bfff7 &nbsp;com.apple.CrashReporterSupport (10.9 - 538) \<B487466B-3AA1-3854-A808-A61F049FA794\> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport &nbsp; &nbsp; 0x7fff8e5c0000 - &nbsp; &nbsp; 0x7fff8e818ff1 &nbsp;com.apple.security (7.0 - 55471) \<233831C5-C457-3AD5-AFE7-E3E2DE6929C9\> /System/Library/Frameworks/Security.framework/Versions/A/Security &nbsp; &nbsp; 0x7fff8e8d3000 - &nbsp; &nbsp; 0x7fff8e90bff7 &nbsp;com.apple.RemoteViewServices (2.0 - 94) \<3F34D630-3DDB-3411-BC28-A56A9B55EBDA\> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices &nbsp; &nbsp; 0x7fff8eac8000 - &nbsp; &nbsp; 0x7fff8ead3ff7 &nbsp;com.apple.NetAuth (5.0 - 5.0) \<C811E662-9EC3-3B74-808A-A75D624F326B\> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth &nbsp; &nbsp; 0x7fff8ead4000 - &nbsp; &nbsp; 0x7fff8ead5ff7 &nbsp;libodfde.dylib (20) \<C00A4EBA-44BC-3C53-BFD0-819B03FFD462\> /usr/lib/libodfde.dylib &nbsp; &nbsp; 0x7fff8eae2000 - &nbsp; &nbsp; 0x7fff8eafbff7 &nbsp;com.apple.Kerberos (3.0 - 1) \<F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92\> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos &nbsp; &nbsp; 0x7fff8f068000 - &nbsp; &nbsp; 0x7fff8f0c1fff &nbsp;libTIFF.dylib (1038) \<5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2\> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib &nbsp; &nbsp; 0x7fff8f0f1000 - &nbsp; &nbsp; 0x7fff8f0f2ff7 &nbsp;libsystem\_blocks.dylib (63) \<FB856CD1-2AEA-3907-8E9B-1E54B6827F82\> /usr/lib/system/libsystem\_blocks.dylib &nbsp; &nbsp; 0x7fff8f156000 - &nbsp; &nbsp; 0x7fff8f2a9ff7 &nbsp;com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) \<A0B7B007-9BD8-30E2-B644-47856DA29FEE\> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox External Modification Summary: &nbsp; Calls made by other processes targeting this process: &nbsp; &nbsp; task\_for\_pid: 1 &nbsp; &nbsp; thread\_create: 0 &nbsp; &nbsp; thread\_set\_state: 0 &nbsp; Calls made by this process: &nbsp; &nbsp; task\_for\_pid: 0 &nbsp; &nbsp; thread\_create: 0 &nbsp; &nbsp; thread\_set\_state: 0 &nbsp; Calls made by all processes on this machine: &nbsp; &nbsp; task\_for\_pid: 17929 &nbsp; &nbsp; thread\_create: 2 &nbsp; &nbsp; thread\_set\_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=224.2M resident=55.2M(25%) swapped\_out\_or\_unallocated=169.0M(75%) Writable regions: Total=262.1M written=26.6M(10%) resident=64.6M(25%) swapped\_out=1976K(1%) unallocated=197.5M(75%) REGION TYPE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;VIRTUAL =========== &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;======= ATS (font support) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 32.1M ATS (font support) (reserved) &nbsp; &nbsp; &nbsp; &nbsp; 8K &nbsp; &nbsp; &nbsp; &nbsp;reserved VM address space (unallocated) CG backing stores &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3972K CG image &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 12K CG raster data &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 24K CG shared images &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;308K CoreAnimation &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8K CoreImage &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8K Dispatch continuations &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8192K Foundation &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4K IOKit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;78.2M Image IO &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 9760K Kernel Alloc Once &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8K MALLOC &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;100.7M MALLOC (admin) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 32K Memory Tag 242 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 12K Memory Tag 249 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;156K Memory Tag 251 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8K OpenCL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 24K OpenGL GLSL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3840K SQLite page cache &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 256K STACK GUARD &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;56.0M Stack &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;13.2M VM\_ALLOCATE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;21.4M VM\_ALLOCATE (reserved) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 40K &nbsp; &nbsp; &nbsp; &nbsp;reserved VM address space (unallocated) \_\_DATA &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 27.2M \_\_IMAGE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 528K \_\_LINKEDIT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 67.6M \_\_TEXT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;156.5M \_\_UNICODE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 544K mapped file &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;60.5M shared memory &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;68K =========== &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;======= TOTAL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 640.8M TOTAL, minus reserved VM space &nbsp; &nbsp;640.7M Model: MacBookAir4,1, BootROM MBA41.0077.B0F, 2 processors, Intel Core i5, 1.6 GHz, 4 GB, SMC 1.74f4 Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020 AirPort: spairport\_wireless\_card\_type\_airport\_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.22) Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM128C, 121.33 GB USB Device: FaceTime Camera (Built-in) USB Device: Hub USB Device: iPhone USB Device: Apple Internal Keyboard / Trackpad USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: Hub USB Device: USB Audio DAC Thunderbolt Bus: MacBook Air, Apple Inc., 8.1 &nbsp;

I just noted that the other Poster’s name is Ozawa, he is probably Japanese, and his machine is probably using that locale. It just happens that I’m also located in Japan, and use a Japanese settings on my Machine. It might be related somehow, and explain why you haven’t encountered the issue.

Can you set your machine to English and see if the problem persists?  I think this is a good category for a bug report.  Engineering will want to know about this. Please use the “Report a Bug” feature at the top of the page.

Thanks

Rob