Find window's native handle

Hi.
I have to find the native window handle of Java frame on Windows. I use the simple snippet for that as it is in all the tutorials. It worked fine for hundreds of different custom frames in the last years, but now I came to a frame that always returns JAWT_LOCK_ERROR when trying to lock the drawing surface (ds->Lock(ds)).
What can cause it, and how can I overcome this problem?
Thanks!
H

Troubleshooting 101: Replace, or "trash" your InDesign preferences
http://forums.adobe.com/thread/526990

Similar Messages

  • JNI - How to find native handle for a JInternalFrame

    use (and works) this code on a C DLL to interface with JNI and JAVA to obtain a native handle for a JFrame:
    JAWT awt;
    JAWT_DrawingSurface *ds;
    JAWT_DrawingSurfaceInfo *dsi;
    JAWT_Win32DrawingSurfaceInfo *dsi_win;
    jboolean result;
    jint lock;
    awt.version = JAWT_VERSION_1_4;
    result = JAWT_GetAWT(env, &awt);
    assert(result != JNI_FALSE);
    ds = awt.GetDrawingSurface(env, javacomponent);
    assert(ds != NULL);
    lock = ds->Lock(ds);
    assert((lock & JAWT_LOCK_ERROR) == 0);
    dsi = ds->GetDrawingSurfaceInfo(ds);
    dsi_win = (JAWT_Win32DrawingSurfaceInfo*)dsi->platformInfo;
    nativeHanle = dsi_win->hwnd;
    ds->FreeDrawingSurfaceInfo(dsi);
    ds->Unlock(ds);
    awt.FreeDrawingSurface(ds);
    This code works fine if javacomponent is a Canvas or a JFrame, but if it is a JInternalFrame, locking the drawing surface gives error (lines 'lock = ds->Lock(ds);' and 'assert((lock & JAWT_LOCK_ERROR) == 0);')
    Thanks in advance.

    Hello,
    I'm not sure about what you're trying to achieve but, as far as I know, JInternalFrames don't have a native counterpart (peer) as other top level swing components or as awt components in general. They are just painted over their Container (usually a JDesktopPane).

  • Finder Window closes when File is Deleted in 10.6 Server

    I'm running OSX 10.6 (Snow Leopard) on an XServe serving 50 Mac Pros. I work with two finder windows open in column view with no side bar. This allows me to navigate and move files from any of 50 computers I have mounted to my server to another computer.
    If there is a folder on the Desktop of one of the many computers I'm connected to, and it's the only thing on that Desktop of that computer, when I delete the folder the finder window I deleted the file from closes. In 10.5 my two windows would remain open no matter what I deleted. If there are other things on the Desktop the finder window will stay open when I delete any of the files, unless I delete them all and then the window will close.
    Also if a drive is mounted and I unmount the drive in column view, this will close my finder window as well, even though all my other computers are still mounted in that window. In Leopard (10.5), if I unmounted a drive or deleted files off any computer mounted to my server, that window would remain open.
    Furthermore, in column view with a side bar, when I delete the only folder on a computer's Desktop my finder window will not close, but it will kick me back to the side bar instead of leaving me on the desktop of the computer I was deleting the file off of. This is just about annoying as having the window close, because I still have to navigate back to the computer I was working on.
    I think it's just a new way 10.6 handles this stuff. It seems if there is nothing left in a folder (such as a Desktop) then Snow Leopard assumes you don't need that window open and closes it. Any ideas? Thanks for the help.

    By the way, I'm running Snow Leopard Server, not simply Snow Leopard.

  • 10.9.4 Cannot open new Finder windows

    Recently updated to 10.9.4 and now cannot open new Finder windows from Dock.  Can open one new Finder window from menu bar, but immediately crashes when opening a new tab.
    Have tried repairing disk, repairing permissions, deleting finder.plist from Library, delete cache, resetting PRAM, starting in Safe Mode, nothing's worked.
    Finder works from in other user accounts, so not system wide.
    Mac Mini (late 2012 model)
    Please help!

    No crash report (i.e. report this to Apple) dialog box appears.  This is from the Diagnostic Report:
    Process:         Finder [723]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:      com.apple.finder
    Version:         10.9.4 (10.9.4)
    Build Info:      Finder_FE-885004002000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [256]
    Responsible:     Finder [723]
    User ID:         501
    Date/Time:       2014-07-19 13:59:32.676 -0700
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  1A1CFAAB-E925-2ECB-9D25-9EC8639A7B5C
    Crashed Thread:  6  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    terminating with uncaught exception of type IAException
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x000000010c0e6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x000000010c0e5d18 mach_msg + 64
    2   com.apple.CoreGraphics         0x000000010b024eae _CGSGetDisplaySystemState + 102
    3   com.apple.CoreGraphics         0x000000010b024db4 CGSGetDisplaySystemState + 84
    4   com.apple.CoreGraphics         0x000000010b024cde get_current_display_system_state + 85
    5   com.apple.CoreGraphics         0x000000010b029b47 get_display_logging + 62
    6   com.apple.CoreGraphics         0x000000010b21d0ba display_notify_proc + 25
    7   com.apple.CoreGraphics         0x000000010b05c664 CGSPostLocalNotification + 591
    8   com.apple.CoreGraphics         0x000000010b09fe12 (anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*) + 72
    9   com.apple.CoreGraphics         0x000000010b05a601 CGSDatagramReadStream::dispatch_next_main_queue_datagram() + 287
    10  com.apple.CoreGraphics         0x000000010b0597f6 CGSDatagramReadStream::dispatch_next_datagram() + 42
    11  com.apple.CoreGraphics         0x000000010b0597bc CGSDatagramReadStream::dispatch_datagrams() + 50
    12  com.apple.CoreGraphics         0x000000010b0ba77c ___ZN21CGSDatagramReadStream24dispatch_datagrams_asyncEP16dispatch_queue_sPS__b lock_invoke + 18
    13  libdispatch.dylib             0x000000010bf0d1bb _dispatch_call_block_and_release + 12
    14  libdispatch.dylib             0x000000010bf0a28d _dispatch_client_callout + 8
    15  libdispatch.dylib             0x000000010bf11ef0 _dispatch_main_queue_callback_4CF + 333
    16  com.apple.CoreFoundation       0x000000010ab4f4f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    17  com.apple.CoreFoundation       0x000000010ab0a714 __CFRunLoopRun + 1636
    18  com.apple.CoreFoundation       0x000000010ab09e75 CFRunLoopRunSpecific + 309
    19  com.apple.HIToolbox           0x0000000108815a0d RunCurrentEventLoopInMode + 226
    20  com.apple.HIToolbox           0x00000001088157b7 ReceiveNextEventCommon + 479
    21  com.apple.HIToolbox           0x00000001088155bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    22  com.apple.AppKit               0x00000001097bd24e _DPSNextEvent + 1434
    23  com.apple.AppKit               0x00000001097bc89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    24  com.apple.AppKit               0x00000001097b099c -[NSApplication run] + 553
    25  com.apple.AppKit               0x000000010979b783 NSApplicationMain + 940
    26  com.apple.finder               0x00000001059ed730 0x1059e7000 + 26416
    27  libdyld.dylib                 0x000000010bf465fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x000000010c0eb662 kevent64 + 10
    1   libdispatch.dylib             0x000000010bf0c421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x000000010bf0c136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x000000010c0e6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x000000010c0e5d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x000000010ab0af15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x000000010ab0a539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x000000010ab09e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x000000010995d05e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x000000010c1f5899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x000000010c1f572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x000000010c1f9fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x000000010c0eae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010c1f6f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x000000010c1f9fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x000000010c0eae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010c1f6f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x000000010c1f9fb9 start_wqthread + 13
    Thread 5:: Dispatch queue: TNodeEngine 0x7fa4a3d564c0
    0   libsystem_kernel.dylib         0x000000010c0ea716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x000000010c1f7c77 _pthread_cond_wait + 787
    2   com.apple.finder               0x0000000105a1106c 0x1059e7000 + 172140
    3   com.apple.finder               0x0000000105a1152c 0x1059e7000 + 173356
    4   com.apple.finder               0x00000001059fed70 0x1059e7000 + 97648
    5   com.apple.finder               0x0000000105a10f14 0x1059e7000 + 171796
    6   com.apple.finder               0x0000000105a10dc7 0x1059e7000 + 171463
    7   com.apple.finder               0x0000000105a09d32 0x1059e7000 + 142642
    8   libdispatch.dylib             0x000000010bf0d1bb _dispatch_call_block_and_release + 12
    9   libdispatch.dylib             0x000000010bf0a28d _dispatch_client_callout + 8
    10  libdispatch.dylib             0x000000010bf0c673 _dispatch_queue_drain + 451
    11  libdispatch.dylib             0x000000010bf0d9c1 _dispatch_queue_invoke + 110
    12  libdispatch.dylib             0x000000010bf0bf87 _dispatch_root_queue_drain + 75
    13  libdispatch.dylib             0x000000010bf0d177 _dispatch_worker_thread2 + 40
    14  libsystem_pthread.dylib       0x000000010c1f6ef8 _pthread_wqthread + 314
    15  libsystem_pthread.dylib       0x000000010c1f9fb9 start_wqthread + 13
    Thread 6 Crashed:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_kernel.dylib         0x000000010c0ea866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x000000010c1f635c pthread_kill + 92
    2   libsystem_c.dylib             0x000000010c019b1a abort + 125
    3   libc++abi.dylib               0x000000010c2d9f31 abort_message + 257
    4   libc++abi.dylib               0x000000010c2ff952 default_terminate_handler() + 264
    5   libobjc.A.dylib               0x0000000109162322 _objc_terminate() + 124
    6   libc++abi.dylib               0x000000010c2fd1d1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib               0x000000010c2fd246 std::terminate() + 54
    8   com.apple.desktopservices     0x000000010604618e __clang_call_terminate + 14
    9   com.apple.desktopservices     0x0000000106021d07 BTreeIterator::~BTreeIterator() + 161
    10  com.apple.desktopservices     0x0000000106021c4e BTreeIterator::~BTreeIterator() + 14
    11  com.apple.desktopservices     0x000000010601fa05 TPropertyInfo::MakeProperties(TPropertyInfoList*, unsigned char*, unsigned int, bool) + 693
    12  com.apple.desktopservices     0x000000010601f36c TPropertyInfo::CreatePropertyList(TCountedPtr<TFSInfo> const&, double&, long long&, bool, bool, TPropertyInfoList*) + 392
    13  com.apple.desktopservices     0x000000010601f18b TPropertyInfo::CreatePropertyList(TCountedPtr<TCFURLInfo> const&, double&, long long&, bool, bool, TPropertyInfoList*) + 169
    14  com.apple.desktopservices     0x000000010601f00d THFSPlusPropertyStore::Open(bool, bool) const + 93
    15  com.apple.desktopservices     0x000000010601ef97 THFSPlusPropertyStore::GetProperties(bool) const + 39
    16  com.apple.desktopservices     0x000000010601ee92 THFSPlusPropertyStore::CreateUniqueNameList() + 74
    17  com.apple.desktopservices     0x000000010600b278 TNode::ScavengeProperties(bool) + 398
    18  com.apple.desktopservices     0x0000000106007642 TNode::HandleSync(unsigned int, bool) + 2016
    19  com.apple.desktopservices     0x0000000106019a1c TNode::HandlePopulate(bool) const + 88
    20  com.apple.desktopservices     0x000000010600f4a2 TNode::PopulateChildren(OpaqueNodeRequest* const&) const + 210
    21  com.apple.desktopservices     0x0000000106018c07 TNode::HandleRegisterForNotification(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 183
    22  com.apple.desktopservices     0x0000000105ffeceb TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 707
    23  com.apple.desktopservices     0x0000000105ffe961 ___ZN17TVolumeSyncThread19PostNodeTaskRequestEP9TNodeTask_block_invoke_2 + 84
    24  com.apple.desktopservices     0x0000000105ffe8b1 ExceptionSafeBlock(void () block_pointer) + 12
    25  com.apple.desktopservices     0x0000000105ffe89f ___ZN17TVolumeSyncThread19PostNodeTaskRequestEP9TNodeTask_block_invoke + 91
    26  libdispatch.dylib             0x000000010bf0d1bb _dispatch_call_block_and_release + 12
    27  libdispatch.dylib             0x000000010bf0a28d _dispatch_client_callout + 8
    28  libdispatch.dylib             0x000000010bf0c673 _dispatch_queue_drain + 451
    29  libdispatch.dylib             0x000000010bf0d9c1 _dispatch_queue_invoke + 110
    30  libdispatch.dylib             0x000000010bf0bf87 _dispatch_root_queue_drain + 75
    31  libdispatch.dylib             0x000000010bf0d177 _dispatch_worker_thread2 + 40
    32  libsystem_pthread.dylib       0x000000010c1f6ef8 _pthread_wqthread + 314
    33  libsystem_pthread.dylib       0x000000010c1f9fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x000000010c0eae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010c1f6f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x000000010c1f9fb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x000000010c0eae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010c1f6f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x000000010c1f9fb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x000000010c0eae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010c1f6f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x000000010c1f9fb9 start_wqthread + 13
    Thread 10:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib         0x000000010c0eaa3a __semwait_signal + 10
    1   libsystem_c.dylib             0x000000010c038dc0 nanosleep + 200
    2   libsystem_c.dylib             0x000000010c038cb2 usleep + 54
    3   com.apple.AppKit               0x0000000109a2117d -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation           0x0000000108c7976b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib       0x000000010c1f5899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x000000010c1f572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x000000010c1f9fc9 thread_start + 13
    Thread 6 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001167e3000  rcx: 0x00000001167e1f28  rdx: 0x0000000000000000
      rdi: 0x0000000000013323  rsi: 0x0000000000000006  rbp: 0x00000001167e1f50  rsp: 0x00000001167e1f28
       r8: 0x000000010c300959   r9: 0x000000010c0418d0  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x00000001167e20b0  r13: 0x00006000000560b0  r14: 0x0000000000000006  r15: 0x00000001167e1f90
      rip: 0x000000010c0ea866  rfl: 0x0000000000000206  cr2: 0x000000010c0f93f2
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x1059e7000 -        0x105eb5ff9  com.apple.finder (10.9.4 - 10.9.4) <1CEEB00A-B22D-34DA-ABDB-EC5419F308A4> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
           0x105fef000 -        0x10611fff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x1061a5000 -        0x106208ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x106245000 -        0x106280fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x10629a000 -        0x10629ffff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x1062aa000 -        0x106316fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x10634c000 -        0x106378ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
           0x1063a9000 -        0x10648dfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x106551000 -        0x10659cfff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
           0x1065e1000 -        0x10677dff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x106855000 -        0x106863fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10686b000 -        0x10692fff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x1069b8000 -        0x106a09fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
           0x106a46000 -        0x106bfeffb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
           0x106cab000 -        0x106cb2fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x106cc1000 -        0x106f22fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
           0x107170000 -        0x107241fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
           0x1072f7000 -        0x107580fff  com.apple.CommerceKit (1.2.0 - 232.11) <976C534B-C0F3-3C01-AB3D-E81B2EE9ADB1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
           0x10761b000 -        0x10766dff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
           0x1076b6000 -        0x10780aff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x1078a2000 -        0x107973ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D85430A6-1410-3B5F-9D11-17E2440B786E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
           0x1079d3000 -        0x1079d4ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x1079dd000 -        0x107a68fff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
           0x107a90000 -        0x107ad6fff  com.apple.DiskManagement (6.1 - 744.1) <3DD4CD10-4476-334C-8C4B-991A85AAC272> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
           0x107afe000 -        0x107b08ff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
           0x107b19000 -        0x107b5afff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x1083b2000 -        0x1083e0ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x10840e000 -        0x108411fff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
           0x108418000 -        0x108424fff  com.apple.Collaboration (71 - 71) <0CD617F3-354C-3FEF-A966-C2553B7662EE> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
           0x108435000 -        0x10868fff9  com.apple.security (7.0 - 55471.14.8) <EA03E140-2509-3A07-8440-2DC97C0D478B> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x1087de000 -        0x1087defff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x1087e7000 -        0x108a91ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x108bec000 -        0x108becfeb +cl_kernels (???) <F2EE81FE-3686-431C-A4DC-7810524012AE> cl_kernels
           0x108bf0000 -        0x108bfdfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x108c13000 -        0x108f11fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x109154000 -        0x109301f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x109326000 -        0x109378fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x1093db000 -        0x1093dcff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
           0x1093e9000 -        0x1094abff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x109519000 -        0x109689ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x109793000 -        0x109794ff9 +cl_kernels (???) <2F91E7A9-6028-4F47-987F-02C5A45A3877> cl_kernels
           0x109796000 -        0x109796fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x109799000 -        0x10a30fff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x10aa9a000 -        0x10ac7ffff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10adf1000 -        0x10adf2ffa +cl_kernels (???) <5920D411-BF40-44D6-B8F2-BC0B6AAB758B> cl_kernels
           0x10adf5000 -        0x10aefbff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10af63000 -        0x10af63fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10af6c000 -        0x10afdffff  com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x10b022000 -        0x10b94232b  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x10ba76000 -        0x10ba86fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x10ba91000 -        0x10baaaff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x10bac1000 -        0x10baccff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x10bada000 -        0x10bb0afff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
           0x10bb35000 -        0x10bba4ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x10bbd1000 -        0x10bc5afff  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
           0x10bca2000 -        0x10bce7ff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x10bd1d000 -        0x10bd2cff8  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
           0x10bd3b000 -        0x10bd88ff2  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
           0x10bdb9000 -        0x10bdf2ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x10be10000 -        0x10be19fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x10be2e000 -        0x10be3fff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x10be47000 -        0x10be4affc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x10be53000 -        0x10be53fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x10be5b000 -        0x10be5fff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x10be68000 -        0x10be72fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x10be80000 -        0x10be81fe4 +cl_kernels (???) <9C86B90A-3D48-4708-9FF2-D52833455052> cl_kernels
           0x10be83000 -        0x10be8afff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x10be98000 -        0x10be9fffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
           0x10bea7000 -        0x10bef5fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x10bf09000 -        0x10bf23fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
           0x10bf43000 -        0x10bf46ff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
           0x10bf4e000 -        0x10bf4eff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x10bf58000 -        0x10bf5fff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
           0x10bf6e000 -        0x10bf73fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x10bf7c000 -        0x10bf7eff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x10bf88000 -        0x10bf89ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x10bf94000 -        0x10bfa5ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x10bfb1000 -        0x10bfb2ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x10bfbd000 -        0x10c046ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
           0x10c077000 -        0x10c079ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
           0x10c082000 -        0x10c08afff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
           0x10c092000 -        0x10c0b9ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x10c0d5000 -        0x10c0f1ff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
           0x10c119000 -        0x10c148fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x10c155000 -        0x10c170ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
           0x10c180000 -        0x10c1a7ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x10c1c8000 -        0x10c1d1ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x10c1db000 -        0x10c1e1ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
           0x10c1f4000 -        0x10c1fbff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x10c20b000 -        0x10c20cfff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
           0x10c213000 -        0x10c217ff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
           0x10c221000 -        0x10c222fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x10c22a000 -        0x10c22fff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x10c23a000 -        0x10c25efff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
           0x10c27d000 -        0x10c2bfff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x10c2d9000 -        0x10c302ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
           0x10c310000 -        0x10c31bfff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
           0x10c323000 -        0x10c60dfff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x10c68e000 -        0x10c71eff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x10c786000 -        0x10c7fdfff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x10c8a7000 -        0x10c914fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x10c95e000 -        0x10c9b9ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x10c9ee000 -        0x10cab8fff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x10cb2d000 -        0x10cb56fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x10cb7b000 -        0x10cc65fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x10cc7f000 -        0x10cd66ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x10cd9c000 -        0x10cda9ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x10cdb8000 -        0x10cdbcfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x10cdc8000 -        0x10cdc8ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x10cdd3000 -        0x10cde0ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x10cde7000 -        0x10cde8fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x10cded000 -        0x10ce08ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x10ce17000 -        0x10ce7bfff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x10ceba000 -        0x10cebdfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x10ceca000 -        0x10cee1ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x10ceff000 -        0x10cf09ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x10cf1a000 -        0x10cf42ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
           0x10cf4f000 -        0x10d223fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x10d269000 -        0x10d269fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x10d26c000 -        0x10d337fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x10d349000 -        0x10d3f9ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x10d405000 -        0x10d7e6ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x10d850000 -        0x10d9beff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x10d9eb000 -        0x10dadafff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x10db53000 -        0x10db9afff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x10dbc3000 -        0x10dbe7ff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x10dbf5000 -        0x10dc4efff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x10dc61000 -        0x10dc7cff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x10dc89000 -        0x10dc8dff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x10dc92000 -        0x10dd80fff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x10ddb0000 -        0x10ddb2fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x10ddb9000 -        0x10de00ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
           0x10de1c000 -        0x10de35ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x10de51000 -        0x10de80ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x10dea0000 -        0x10debcfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
           0x10decd000 -        0x10dfbeff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
           0x10dfd4000 -        0x10e039ffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x10e067000 -        0x10e068fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x10e06e000 -        0x10e072ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
           0x10e07e000 -        0x10e08aff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x10e0a6000 -        0x10e0afffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x10e0bb000 -        0x10e10cff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x10e132000 -        0x10e14aff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x10e15a000 -        0x10e17fff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x10e190000 -        0x10e19cffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x10e1a9000 -        0x10e1b4ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <B62B1994-1874-3F8D-B62E-589E6F6534C9> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x10e1be000 -        0x10e1c1ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
           0x10e1cd000 -        0x10e1ceff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
           0x10e1d5000 -        0x10e28dff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
           0x10e2fb000 -        0x10e340fff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
           0x10e352000 -        0x10e383fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
           0x10e396000 -        0x10e398fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
           0x10e3a3000 -        0x10e3a5ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
           0x10e3b1000 -        0x10e3b7fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
           0x10e3ca000 -        0x10e3ffffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x10e415000 -        0x10e425ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
           0x10e432000 -        0x10e511fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
           0x10e57a000 -        0x10e5aefff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
           0x10e5cb000 -        0x10e603ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x10e640000 -        0x10e640ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x10e64c000 -        0x10e894ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x10e9bf000 -        0x10e9c7ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x10e9d8000 -        0x10e9eaff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <E51DE5CA-9859-3C13-A24F-37EF4385C1D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x10e9f9000 -        0x10ea85ff7  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
           0x10eabe000 -        0x10eae3ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x10eb00000 -        0x10edd1ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x10eecc000 -        0x10ef1ffff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x10ef4a000 -        0x10ef89fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x10ef9c000 -        0x10efa4ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x10efb0000 -        0x10efbbfff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x10efd2000 -        0x10f010ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x10f01d000 -        0x10f01ffff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x10f02b000 -        0x10f02efff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x10f03a000 -        0x10f46dffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
           0x10f685000 -        0x10f68fff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x10f6a3000 -        0x10f6f1ff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x10f70d000 -        0x10f78efff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x10f7e1000 -        0x10f839ff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x10f882000 -        0x10f8b1fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x10f8d0000 -        0x10f8d9fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
           0x10f8e8000 -        0x10fa29fff  com.apple.QTKit (7.7.3 - 2826.19) <E634E6EC-2C7A-3F86-997B-CFC5D9F89E6B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x10fb40000 -        0x10fbdbff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
           0x10fc4f000 -        0x110172fff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
           0x110495000 -        0x1104b9fff  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
           0x1104ea000 -        0x1104f0ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
           0x110500000 -        0x110622fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
           0x11073b000 -        0x110784fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x1107b4000 -        0x110aeafff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
           0x110b9d000 -        0x110febfef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
           0x11104d000 -        0x11104dfff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x111054000 -        0x11106afff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
           0x111085000 -        0x1110d1ffe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
           0x1110fa000 -        0x111111ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
           0x111128000 -        0x111257fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
           0x111290000 -        0x1112bfff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
           0x1112d1000 -        0x1112d6ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
           0x1112e4000 -        0x1112e6fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
           0x1112f1000 -        0x1116c8fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
           0x1116dc000 -        0x1116f9ff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x11170a000 -        0x111712ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x111719000 -        0x111780ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
           0x1117ac000 -        0x11180bfff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x11184b000 -        0x111875ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
           0x111889000 -        0x1118effff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x111950000 -        0x11199dfff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
           0x1119ae000 -        0x1119b8ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
           0x1119c6000 -        0x1119f0ff7  libsandbox.1.dylib (278.11.1) <D98EE9E5-BEB9-3396-924B-9CD100E81C41> /usr/lib/libsandbox.1.dylib
           0x1119f9000 -        0x111a0cff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
           0x111a21000 -        0x111a23fff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
           0x111a2f000 -        0x111a37fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
           0x111a3f000 -        0x111a43fff  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
           0x111a51000 -        0x111a54fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x111a5d000 -        0x111a6ffff  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
           0x111a8a000 -        0x111aa2ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x111ab7000 -        0x111ab8ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x111ac3000 -        0x111ac5ff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x111ad0000 -        0x111b58ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
           0x111bae000 -        0x111f25ff6  com.apple.JavaScriptCore (9537 - 9537.77.1) <F588191A-25E6-31AC-A325-B7779DC6D1EC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x11201e000 -        0x112040fff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x112061000 -        0x1120ecff7  com.apple.SoftwareUpdate.framework (6 - 574.6) <A83587ED-67AE-3FB0-9494-6EAEFEF4B17D> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
           0x112161000 -        0x11217cfff  com.apple.DistributionKit (700 - 846) <E4562C9C-9367-3C8E-87C2-80C6C0C7B187> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
           0x112197000 -        0x11219bff7  com.apple.ServerInformation (2.1.1 - 1) <7FAF2B82-FE90-3398-98D8-0F84C6FE6A4A> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
           0x1121a9000 -        0x11223fff7  com.apple.PackageKit (3.0 - 332) <70BE1C7F-0609-32D3-9FA3-3C2CCF7FE999> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x1122b9000 -        0x1122c7fff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x1122d7000 -        0x1122eefff  com.apple.PackageKit.PackageUIKit (3.0 - 332) <419D2A01-3A7A-3EB4-B4E5-55DEEB786572> /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit. framework/Versions/A/PackageUIKit
           0x112305000 -        0x112317fff  com.apple.login (3.0 - 3.0) <8342C3B7-8363-36BE-B5B6-CD81166AEC24> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
           0x112329000 -        0x11232bfff  com.apple.loginsupport (1.0 - 1) <4FBB283B-5BBD-3918-AC89-3A7286CFA145> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
           0x112333000 -        0x112382ff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
           0x1123d3000 -        0x11261cff7  com.apple.AddressBook.framework (8.0 - 1371) <86409BC9-C2EB-3BBC-8F4D-43DCA2B23C5D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
           0x11288e000 -        0x1129c4ffd  com.apple.WebKit (9537 - 9537.77.4) <A0291E16-4ED9-30E8-B9A2-DB836778EE9E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x112abd000 -        0x112b5afff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
           0x112ba3000 -        0x112bbffff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/Preference

  • Auto-scrolling of list view in Finder windows sometimes doesn't work

    I've noticed a minor bug in 10.4 that doesn't seem to show up in 10.3.9, and I thought I'd comment on it here because it's mildly annoying, and I'm not sure that anyone at Apple is aware of the issue.
    My Pictures folder is pretty large -- I have over 6,000 items in it, some of which are themselves folders. I've got this folder set to list view. My typical usage pattern is to open a Finder window for my Pictures folder, start typing the first few characters of a file name, and then search from there. In 10.4.3 and later (up to and including 10.4.6 as of this writing), if the file in question is outside the viewport of the Finder window, the thumb on the scrollbar will jump to the correct location, but the actual viewport won't scroll to match; therefore, the file that gets highlighted isn't visible.
    The work-around is to manually scroll the contents of the window so that I'm "closer" to the file I'm looking for; alternately, I can type characters to get the ball rolling, and then hit the up or down arrow key a couple times (once won't do the trick) which will force the viewport to jump to the correct scroll location. Using this second method, I then have to move the selection back to the file, which is annoying since it's forcing me to use extra keystrokes.
    Interestingly enough, if I am careful and click on the scrollbar thumb without moving it too much (after typing the first few characters of the filename I'm looking for), the viewport will usually "snap to" the appropriate position. This suggests that the logic to auto-scroll the contents of a Finder window got subtly broken between Panther and Tiger. It just seems weird to me that the scrollbar thumb would jump without the viewport following suit automatically.
    This wasn't a problem in 10.3.9. I realize that we're being encouraged to use Spotlight and other search features, but since my pictures directory is already an alphabetic list view of files, why should I be forced to do a Spotlight search when I know what it is I'm after?
    Dual 2.0 GHz G5   Mac OS X (10.4.6)  

    I've been having the same problem (though I haven't looked at the console yet to verify the same exact error).
    There doesn't seem to be a situation that I can identify to cause the problem (i.e. waking from sleep mode), so it's difficult to reproduce consistently. The error seems to happen randomly. Last night I was getting the error every time I sent a single message. So I'd create and send a message, and then the next message I'd try to create or reply to, I couldn't. I'd have to quit Mail and start it again to gain functionality.
    When I do have the problem where the compose window isn't created when replying, I also can not start a new message, note, or forward a message. Basically, no new windows can pop up besides the windows that are already there in Mail. When I quit mail, every window I tried to create by replying, making a new message, or forwarding, appears in the draft folder, just before the program closes. Then, the next time I open Mail all the windows appear that I tried to create, with no text in them. Very strange. Looks like this poster has a similar problem.
    http://discussions.apple.com/thread.jspa?threadID=1197152&tstart=1020
    I'm curious if this is a bug, or something our machines just can't handle? I see that we all have very similarly spec'd PowerBooks.

  • Finder window does not open

    This has start happening this week. I am using OS 10.7.5 on a Mac Pro desktop. When I click on the Finder icon in the tray nothing happens. I might have one or more finder windows open but none of them come forward when I click on the icon. I have to use Command+Tab to rotate through any open programs to get the Finder window. And it is only the Finder that this happens with.
    Is this a glitch native to my computer or is there a box to check or uncheck that I have inadvertently toggled?

    This has start happening this week. I am using OS 10.7.5 on a Mac Pro desktop. When I click on the Finder icon in the tray nothing happens. I might have one or more finder windows open but none of them come forward when I click on the icon. I have to use Command+Tab to rotate through any open programs to get the Finder window. And it is only the Finder that this happens with.
    Is this a glitch native to my computer or is there a box to check or uncheck that I have inadvertently toggled?

  • Finder window not appearing when selected from the Dock

    Hi
    My Finder exhibits the following behavior:
    Right Click Finder in Dock
    Finder displays list of currently open windows, etc.
    I select one of the windows
    Nothing happens
    Note: If a select "New Finder Window" a new window is opened.  This has become my work process which is not optimal and very frustrating.
    Previously I could select "show all windows" and then navigate to one my existing windows.  Now, this command does not show any windows either, which then prompted this post.
    Doing the above process whilst e.g. Safari has focus; it would seem that something is happening because the menu bar does show "Finder" after selection is made (so the focus changes), just does not show it.
    It is almost as if the Finder window is shown but on some coordinate outside of the screen coordinates (or on some phantom 2nd screen)
    This happens all the time.  If I reboot it might work for while, but after an unknown time and level of usage this behavior returns (always).
    I am running Yosemite with everything up to date.
    This is very frustrating and natively affects my every workflow on OS X.
    Any help will be most appreciated.
    Carl-Hein

    Go to your Finder "Go" menu hold the option key and choose Library. Then go to Preferences folder and trash these files:
    com.apple.finder.plist
    com.apple.sidebarlists.plist
    Then, restart, or log out and in again.
    (You will have to reset a few finder prefs the way you like them.)

  • Annoying Finder window behaviour

    I find the behaviour of the new Finder windows when in cover flow a bit annoying. When I resize the window to see a longer list of the files the cover flow part of the window is resized rather than the list. This is despite the fact that I can increase the size of the cover flow area using it's resize handle. Instead I have to resize the window to make it larger and then resize the cover flow area to make it smaller again so that I can see a longer list.

    Well it doesn't hurt to call Apple to see if they can figure it out. If you bought AppleCare or have had it for 3 months or less you can call, the number is: 800-275-2273. You get 3 months of free phone support under the standard warranty, the machine is covered for 1 year. If you have AppleCare you have 2 additional years of warranty including telephone support for the full length of the warranty.
    Let us know what happens.

  • FRM-41052:Cannot Find Window : Invalid Id

    Hello,
    I have developed a New Form and wanted to use the calendar in the date fields. I had added all the codes and when I added the APPSTAND.fmb in the same directory where my form lies, it gives this error : -
    "FRM-41052:Cannot Find Window : Invalid Id" .
    The First window gets displayed, where I feed in the parameters using LOV and then when I click on the FIND button, I get this error message window for 4-5 times before I get into the next window.
    If the APPSTAND.fmb is removed from that directory, the Form runs fine without displaying the Calendar for the Date field.
    Please letme know how should I go about in handling this issue.
    Any suggestions would be helpful.
    Thanks,
    Dev

    Hi Dev,
    Can you send me screen shot.
    My mail id is [email protected]
    aessk

  • Airport Extreme usb hard drive connection loss after closing finder window

    I just did a software update on my MacBook Pro and now I am experiencing a weird Airport Extreme usb hard drive issue. I can see the name of my airport extreme in the Shared section of my finder window. However when I click on it, the finder indicates the it's connecting, but it stops immediately and displays the 'Not Connected' message. When I click on the 'Connect As' button, I am prompted to enter my password and if I click 'Connect', it just spins out endlessly. However, when I re-enter the password and press Connect, my usb drive mounts. I can view, access and use the drive's contents, but if I close the finder window, the connection drops and I have to re-connect. What else is weird, is that once I see my drives, the finder indicates that I am connected as another user(not a user native to this computer). This issue did not exist before my software update.
    My software log update indicates that the following items have been installed:
    Canon Printer Software Update 2.3 and Security Update 2010-003.
    I suspect it has something to do with the Security Update. Is there a way I can revert to the previous security version? Or is there any other solution that could help me avoid re-connecting to my airport extreme usb hard drives?
    I will really appreciate any feedback.

    Free Solution:
    Sure there's a »fix« with Apple software. You'll need to install the Developer Tools (Xcode) from the Snow Leopard Install DVD, though.
    After you've done that, you can use "SetFile" to clear the Alias bit from the misbehaving Volume:
    /usr/bin/SetFile -a a /Volumes/<YourExternalDriveName>
    Please keep in mind that using this command might be dangerous, so don't try this solution unless you feel confident on the command line. (See http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/m an1/SetFile.1.html or invoke /usr/bin/SetFile without arguments for more info on the SetFile command.)
    ...a similar discussion and answer can be found at: http://discussions.apple.com/thread.jspa?threadID=2131824&start=45&tstart=0

  • My Finder Window when open and desktop icons are blinking/flashing/periodically disappearing.

    The other day I was working on my iMac when the screen all of a sudden froze. iTunes was playing and continued to play, but I could not do anything. This has happened before, so I didn't panick, but just did a hard reset. I was then prompted to recover my computer from my external harddrive/time machine. This took about 10 hours (over firewire). Since then the computer works again, but the Finder window when open as well as the icons on my desktop are constantly flashing or blinking (more like periodically disappearing and reappearing) when I'm in the Finder, I'm then brought back to the previous folder I was in when it reappears.
    I read that this might have to do with Stuffit, which I deleted. I also deleted the Project 179 from Canon, as it was the last program I installed on the day that the computer went glitchy. I also tried both of these:
    1. click on "spotlight" on the top right corner of your desktop.
    2. type "terminal" (without the quotation marks) and open it.
    3. when the terminal opens, type "cd desktop" and hit enter.
    4. type "rm -rf .DS_Store" and enter
    5. type "exit" and enter
    If it doesn't work try the follow:
    1. click on "spotlight" on the top right corner of your desktop.
    2. type "terminal" (without the quotation marks) and open it.
    3. when the terminal opens, type "sudo rm -rf ~/.Trash/" (This will empty your trash) and enter
    4. type your administrator password. As you type, you will not see any character on the screen. Just type it and hit enter. (If you left your password blank, you have to make one by going to system preferences - users & groups - change password)
    5. type "exit" and enter
    Please help!

    Thank you Lic Davis (Emmanuel Kant) for the help. Here is the information you requested:
    03.09.13 22:40:31.267 Google Drive[295]: GsyncAppDeletegate.py : Finder debug level logs : False
    03.09.13 22:40:38.000 kernel[0]: Data/Stack execution not permitted: Finder[pid 205] at virtual address 0x1017e9000, protections were read-only
    03.09.13 22:40:59.487 com.apple.launchd.peruser.501[182]: (com.apple.Finder[205]) Job appears to have crashed: Bus error: 10
    03.09.13 22:41:01.571 ReportCrash[333]: Saved crash report for Finder[205] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 4101_christian-langeneggers-computer.crash
    03.09.13 22:41:01.719 ReportCrash[333]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-221753_christian-langeneggers-computer.crash
    03.09.13 22:41:34.860 com.apple.launchd.peruser.501[182]: (com.apple.Finder[339]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:41:35.201 ReportCrash[333]: Saved crash report for Finder[339] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 4135_christian-langeneggers-computer.crash
    03.09.13 22:41:35.209 ReportCrash[333]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-221854_christian-langeneggers-computer.crash
    03.09.13 22:42:35.860 com.apple.launchd.peruser.501[182]: (com.apple.Finder[353]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:42:36.168 ReportCrash[361]: Saved crash report for Finder[353] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 4236_christian-langeneggers-computer.crash
    03.09.13 22:42:36.179 ReportCrash[361]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-221956_christian-langeneggers-computer.crash
    03.09.13 22:43:37.168 com.apple.launchd.peruser.501[182]: (com.apple.Finder[362]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:43:37.431 ReportCrash[370]: Saved crash report for Finder[362] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 4337_christian-langeneggers-computer.crash
    03.09.13 22:43:37.435 ReportCrash[370]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-222057_christian-langeneggers-computer.crash
    03.09.13 22:44:38.395 com.apple.launchd.peruser.501[182]: (com.apple.Finder[371]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:44:38.648 ReportCrash[378]: Saved crash report for Finder[371] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 4438_christian-langeneggers-computer.crash
    03.09.13 22:44:38.652 ReportCrash[378]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-222159_christian-langeneggers-computer.crash
    03.09.13 22:45:39.694 com.apple.launchd.peruser.501[182]: (com.apple.Finder[379]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:45:39.919 ReportCrash[387]: Saved crash report for Finder[379] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 4539_christian-langeneggers-computer.crash
    03.09.13 22:45:39.923 ReportCrash[387]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-222259_christian-langeneggers-computer.crash
    03.09.13 22:46:40.982 com.apple.launchd.peruser.501[182]: (com.apple.Finder[388]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:46:41.200 ReportCrash[394]: Saved crash report for Finder[388] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 4641_christian-langeneggers-computer.crash
    03.09.13 22:46:41.203 ReportCrash[394]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-222401_christian-langeneggers-computer.crash
    03.09.13 22:47:42.267 com.apple.launchd.peruser.501[182]: (com.apple.Finder[395]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:47:42.502 ReportCrash[401]: Saved crash report for Finder[395] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 4742_christian-langeneggers-computer.crash
    03.09.13 22:47:42.506 ReportCrash[401]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-222502_christian-langeneggers-computer.crash
    03.09.13 22:48:43.568 com.apple.launchd.peruser.501[182]: (com.apple.Finder[402]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:48:43.785 ReportCrash[409]: Saved crash report for Finder[402] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 4843_christian-langeneggers-computer.crash
    03.09.13 22:48:43.788 ReportCrash[409]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-222603_christian-langeneggers-computer.crash
    03.09.13 22:49:44.854 com.apple.launchd.peruser.501[182]: (com.apple.Finder[410]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:49:45.072 ReportCrash[416]: Saved crash report for Finder[410] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 4945_christian-langeneggers-computer.crash
    03.09.13 22:49:45.076 ReportCrash[416]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-222704_christian-langeneggers-computer.crash
    03.09.13 22:50:46.145 com.apple.launchd.peruser.501[182]: (com.apple.Finder[417]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:50:46.366 ReportCrash[424]: Saved crash report for Finder[417] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 5046_christian-langeneggers-computer.crash
    03.09.13 22:50:46.369 ReportCrash[424]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-222806_christian-langeneggers-computer.crash
    03.09.13 22:51:47.438 com.apple.launchd.peruser.501[182]: (com.apple.Finder[425]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:51:47.663 ReportCrash[431]: Saved crash report for Finder[425] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 5147_christian-langeneggers-computer.crash
    03.09.13 22:51:47.669 ReportCrash[431]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-222910_christian-langeneggers-computer.crash
    03.09.13 22:52:48.737 com.apple.launchd.peruser.501[182]: (com.apple.Finder[432]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:52:48.977 ReportCrash[439]: Saved crash report for Finder[432] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 5248_christian-langeneggers-computer.crash
    03.09.13 22:52:48.980 ReportCrash[439]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-223010_christian-langeneggers-computer.crash
    03.09.13 22:53:50.024 com.apple.launchd.peruser.501[182]: (com.apple.Finder[440]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:53:50.294 ReportCrash[446]: Saved crash report for Finder[440] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 5350_christian-langeneggers-computer.crash
    03.09.13 22:53:50.297 ReportCrash[446]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-223112_christian-langeneggers-computer.crash
    03.09.13 22:54:51.329 com.apple.launchd.peruser.501[182]: (com.apple.Finder[447]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:54:51.561 ReportCrash[454]: Saved crash report for Finder[447] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 5451_christian-langeneggers-computer.crash
    03.09.13 22:54:51.574 ReportCrash[454]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-223224_christian-langeneggers-computer.crash
    03.09.13 22:55:52.619 com.apple.launchd.peruser.501[182]: (com.apple.Finder[455]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:55:52.841 ReportCrash[461]: Saved crash report for Finder[455] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 5552_christian-langeneggers-computer.crash
    03.09.13 22:55:52.846 ReportCrash[461]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-223347_christian-langeneggers-computer.crash
    03.09.13 22:56:53.940 com.apple.launchd.peruser.501[182]: (com.apple.Finder[462]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:56:54.161 ReportCrash[469]: Saved crash report for Finder[462] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 5654_christian-langeneggers-computer.crash
    03.09.13 22:56:54.165 ReportCrash[469]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-223448_christian-langeneggers-computer.crash
    03.09.13 22:57:55.237 com.apple.launchd.peruser.501[182]: (com.apple.Finder[470]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:57:55.450 ReportCrash[476]: Saved crash report for Finder[470] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 5755_christian-langeneggers-computer.crash
    03.09.13 22:57:55.454 ReportCrash[476]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-223552_christian-langeneggers-computer.crash
    03.09.13 22:58:56.506 com.apple.launchd.peruser.501[182]: (com.apple.Finder[477]) Job appears to have crashed: Segmentation fault: 11
    03.09.13 22:58:56.731 ReportCrash[484]: Saved crash report for Finder[477] version 10.8.3 (10.8.3) to /Users/christianlangenegger/Library/Logs/DiagnosticReports/Finder_2013-09-03-22 5856_christian-langeneggers-computer.crash
    03.09.13 22:58:56.735 ReportCrash[484]: Removing excessive log: file://localhost/Users/christianlangenegger/Library/Logs/DiagnosticReports/Find er_2013-09-03-223653_christian-langeneggers-computer.crash
    FIRST CRASH REPORT:
    Process:         Finder [406]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:      com.apple.finder
    Version:         10.8.3 (10.8.3)
    Build Info:      Finder_FE-808003001000000~4
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [189]
    User ID:         501
    Date/Time:       2013-09-03 20:12:41.325 +0200
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Sleep/Wake UUID: D46AA1C3-1916-4FB6-866D-EA8269293442
    Interval Since Last Report:          32117 sec
    Crashes Since Last Report:           501
    Per-App Interval Since Last Report:  31460 sec
    Per-App Crashes Since Last Report:   501
    Anonymous UUID:                      DELETED PER REQUEST
    Crashed Thread:  7
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000001017e91b4
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x1017e91b4:
    -->
        __TEXT                 000000010a81b000-000000010acd6000 [ 4844K] r-x/rwx SM=COW  /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x000000011039c686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000011039bc42 mach_msg + 70
    2   com.apple.CoreFoundation                0x000000010d225233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x000000010d22a916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x000000010d22a0e2 CFRunLoopRunSpecific + 290
    5   com.apple.HIToolbox                     0x000000010be05eb4 RunCurrentEventLoopInMode + 209
    6   com.apple.HIToolbox                     0x000000010be05c52 ReceiveNextEventCommon + 356
    7   com.apple.HIToolbox                     0x000000010be05ae3 BlockUntilNextEventMatchingListInMode + 62
    8   com.apple.AppKit                        0x000000010dd98533 _DPSNextEvent + 685
    9   com.apple.AppKit                        0x000000010dd97df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    10  com.apple.AppKit                        0x000000010dd8f1a3 -[NSApplication run] + 517
    11  com.apple.AppKit                        0x000000010dd33bd6 NSApplicationMain + 869
    12  com.apple.finder                        0x000000010a820b56 0x10a81b000 + 23382
    13  libdyld.dylib                           0x00000001101be7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x000000011039ed16 kevent + 10
    1   libdispatch.dylib                       0x0000000110185dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00000001101859ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x000000011039e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x0000000110226f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x0000000110226d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001102111d1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x000000011039e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x0000000110226f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x0000000110226d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001102111d1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x000000011039e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x0000000110226f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x0000000110226d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001102111d1 start_wqthread + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x000000011039e322 __select + 10
    1   com.apple.CoreFoundation                0x000000010d269f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00000001102247a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00000001102111e1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x000000011039e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x0000000110226f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x0000000110226d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001102111d1 start_wqthread + 13
    Thread 7 Crashed:
    0   ???                                     0x00000001017e91b4 0 + 4320039348
    Thread 7 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000000000005e  rcx: 0x000000010c71a000  rdx: 0x000000000000005e
      rdi: 0x000000010c71a000  rsi: 0x000000010baf0000  rbp: 0x000000010c71bff4  rsp: 0x000000010c71bf7c
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x000000010baf0000  r15: 0x0000000000000000
      rip: 0x00000001017e91b4  rfl: 0x0000000000010206  cr2: 0x00000001017e91b4
    Logical CPU: 1
    Binary Images:
           0x10a81b000 -        0x10acd5ff7  com.apple.finder (10.8.3 - 10.8.3) <5AF2416D-6AF0-386F-86D5-A276C74780E6> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
           0x10ade2000 -        0x10af02fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x10af76000 -        0x10afc7ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x10aff6000 -        0x10b2c7ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10b400000 -        0x10b443ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x10b456000 -        0x10b45cfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x10b46b000 -        0x10b4d9ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x10b50b000 -        0x10b5d0ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10b647000 -        0x10b7f5fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x10b8b3000 -        0x10b8b3fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x10b8ba000 -        0x10b8c9fff  com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10b8d7000 -        0x10b9b1fff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x10ba3a000 -        0x10ba96fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
           0x10bad0000 -        0x10badefff  com.apple.Collaboration (68 - 68) <164D07CA-B00B-36C1-B488-D33329FB8314> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
           0x10baf3000 -        0x10bcf3fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
           0x10bd95000 -        0x10bd9cfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x10bda6000 -        0x10c0d6fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x10c232000 -        0x10c4e1fff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
           0x10c720000 -        0x10c81efff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
           0x10c8d4000 -        0x10c92efff  com.apple.Suggestions (2.0 - 102.1) <05D8D892-9A31-301A-BD24-D8A89B2AC905> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
           0x10c974000 -        0x10c977fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
           0x10c982000 -        0x10cad4fff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x10cb5f000 -        0x10cc50ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
           0x10ccb6000 -        0x10ccb7fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10ccbf000 -        0x10cd4efff  libCoreStorage.dylib (296.16.1) <35FE3D47-089C-351A-AC9E-4D2C82AE5D87> /usr/lib/libCoreStorage.dylib
           0x10cd76000 -        0x10cdbffff  com.apple.DiskManagement (5.2.1 - 665.1) <8F2C8673-B1DE-33CE-A024-5E179EA8D378> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
           0x10cde5000 -        0x10cdeffff  libcsfde.dylib (296.16.1) <8F75205A-8802-3B1D-87AA-235CBF1E49AE> /usr/lib/libcsfde.dylib
           0x10ce00000 -        0x10ce27ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x10ce4a000 -        0x10ce7efff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x10ceac000 -        0x10cf14ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
           0x10cf6e000 -        0x10cf6fff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
           0x10cf7d000 -        0x10d09592f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
           0x10d0ba000 -        0x10d18cff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x10d1f0000 -        0x10d1f0fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10d1f5000 -        0x10d3dfff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10d541000 -        0x10d541fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10d549000 -        0x10d8a8fff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10dacb000 -        0x10dbe4fff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10dc43000 -        0x10e870fff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x10ef69000 -        0x10f0deff7  com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x10f1a3000 -        0x10f1b6ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
           0x10f1c4000 -        0x10f1e5fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x10f200000 -        0x10f20dff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x10f21f000 -        0x10fbaf4af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
           0x10fcb8000 -        0x10fd38ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x10fd68000 -        0x10fe25ff7  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
           0x10fe71000 -        0x10fec7fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x10ff00000 -        0x10ff13ff7  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
           0x10ff28000 -        0x10ff82fff  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
           0x10ffb1000 -        0x10fff0ff7  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
           0x11000a000 -        0x11001efff  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
           0x110034000 -        0x110046ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
           0x110052000 -        0x110056fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x110061000 -        0x1100cafff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
           0x110130000 -        0x110135fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
           0x11013c000 -        0x11014afff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
           0x11015e000 -        0x110163fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
           0x11016d000 -        0x110174fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
           0x110181000 -        0x110196ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
           0x1101af000 -        0x1101b0ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
           0x1101bc000 -        0x1101bfff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
           0x1101c7000 -        0x1101c7fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
           0x1101ce000 -        0x1101d6fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
           0x1101e4000 -        0x1101eafff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
           0x1101f4000 -        0x1101f6fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
           0x1101fd000 -        0x1101feff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
           0x110206000 -        0x110207fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
           0x110210000 -        0x1102dcff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
           0x110325000 -        0x11032dff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
           0x110337000 -        0x11036dfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
           0x11038c000 -        0x1103a7ff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x1103bf000 -        0x1103edff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
           0x1103f9000 -        0x110407ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
           0x11041a000 -        0x110425fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
           0x110432000 -        0x110433ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
           0x11043f000 -        0x110441ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
           0x110449000 -        0x11044fff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
           0x11045d000 -        0x11047fff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
           0x110497000 -        0x1104e6ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
           0x1104f6000 -        0x110542ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
           0x11055a000 -        0x11057fff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
           0x1105b7000 -        0x1105c5ff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
           0x1105cb000 -        0x1108e2ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x11095d000 -        0x1109defff  com.apple.Metadata (10.7.0 - 707.11) <2DD25313-420D-351A-90F1-300E95C970CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x110a39000 -        0x110adfff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x110b45000 -        0x110bd2ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x110c1b000 -        0x110c7afff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x110ca9000 -        0x110d5afff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x110dae000 -        0x110ddfff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x110e07000 -        0x110f04fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
           0x110f20000 -        0x11101dff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
           0x111056000 -        0x111065ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
           0x11106e000 -        0x111072fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
           0x11107d000 -        0x11107dfff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
           0x111084000 -        0x111091fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
           0x11109c000 -        0x111109ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x111145000 -        0x111149ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x111154000 -        0x111155fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
           0x111159000 -        0x11117aff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
           0x111188000 -        0x11119ffff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x1111ad000 -        0x1111c4fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x1111e0000 -        0x11120bfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
           0x11121e000 -        0x11121efff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x111224000 -        0x11132ffff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x111394000 -        0x1113e3ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x111410000 -        0x1115abfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x1115d1000 -        0x1115d1fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x1115d6000 -        0x11163efff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x11164c000 -        0x1116e6fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x1116f8000 -        0x111aeffff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x111b56000 -        0x111cdcfff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x111d0c000 -        0x111d34fff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x111d42000 -        0x111d97ff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x111daa000 -        0x111dcafff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x111dd7000 -        0x111ddbfff  libGIF.dylib (850) <D4525F87-759C-338C-B283-BB8DE815D3D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x111de0000 -        0x111ee2fff  libJP2.dylib (850) <2E43216C-3A5A-3693-820C-38B360698FA0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x111f14000 -        0x111f17fff  libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x111f1e000 -        0x111f62fff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
           0x111f75000 -        0x111f97ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x111fb2000 -        0x111fecff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x11200f000 -        0x11202eff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
           0x112039000 -        0x11212efff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
           0x112142000 -        0x1121c4ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x1121ee000 -        0x1121f0fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x1121fb000 -        0x112200fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x112211000 -        0x11221cfff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x112224000 -        0x11222fff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x11223d000 -        0x11225cff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x112269000 -        0x112276fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x11227f000 -        0x1122a9ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x1122ca000 -        0x11256eff7  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
           0x112655000 -        0x1126acff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x1126d3000 -        0x11271dff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x112730000 -        0x112737fff  libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x112743000 -        0x11275afff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x112771000 -        0x1127aefef  libGLImage.dylib (8.9.2) <C38649ED-E1C9-315E-9953-F33E8C6A3C89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x1127ba000 -        0x1127bcfff  libCVMSPluginSupport.dylib (8.9.2) <EF1192AC-3357-3A0B-BFAF-6594D7737892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x1127c7000 -        0x1127cbfff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x1127d8000 -        0x1127e4fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x1127f3000 -        0x11284dff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x112863000 -        0x112c80fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
           0x112e95000 -        0x1130caff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x1131ce000 -        0x113211ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x11324f000 -        0x11324fffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x11325c000 -        0x113266fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x113274000 -        0x1132d7ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x1132ff000 -        0x113315fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x113327000 -        0x11334efff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x11336b000 -        0x113409ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x113440000 -        0x113440fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
           0x113443000 -        0x1134c1ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x113500000 -        0x113509ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x113517000 -        0x1135b2fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x1135d3000 -        0x11362fff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x113678000 -        0x1136aefff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x1136cf000 -        0x113993fff  com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
           0x113be5000 -        0x113bf1ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x113c00000 -        0x113c07fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
           0x113c11000 -        0x113c11fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x113c1a000 -        0x113c54fff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
           0x113c89000 -        0x113cc4fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x113cd6000 -        0x113f31ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
           0x114093000 -        0x114146ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
           0x1141ba000 -        0x1141e6fff  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
           0x114217000 -        0x1144b2ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x114560000 -        0x1146d1ff7  com.apple.QTKit (7.7.1 - 2599.31) <1CBAB8B9-E335-33E3-B442-60105D265CB7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x1147de000 -        0x114829fff  com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x114850000 -        0x114b07ff7  com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
           0x114b9e000 -        0x114fdafef  com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
           0x11506e000 -        0x11506efff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x115075000 -        0x11508ffff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
           0x1150ae000 -        0x1150fbfff  com.apple.CoreMediaIO (308.0 - 4155.4) <B563579E-469D-39A1-975C-F4EDD419602E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
           0x115127000 -        0x115285fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
           0x1152d0000 -        0x1153eafff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
           0x11540f000 -        0x115bb6fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
           0x115bd4000 -        0x115c00fff  com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x115c18000 -        0x115c63fff  com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x115c8c000 -        0x115cdbfff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x115d17000 -        0x115d6eff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
           0x115d7e000 -        0x115d82ff7  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
           0x115d8a000 -        0x115d8dfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x115d99000 -        0x115daefff  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
           0x115dd0000 -        0x115dedff7  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
           0x115e00000 -        0x115e02ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x115e0b000 -        0x115e0dfff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x115e15000 -        0x115ea9ff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
           0x115eff000 -        0x115f0aff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
           0x115f16000 -        0x115f6fff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
           0x115fb7000 -        0x115fd2ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
           0x115fee000 -        0x1160f0fff  libcrypto.0.9.8.dylib (47.1) <72AA650B-0453-3BB4-BA03-824627BB199C> /usr/lib/libcrypto.0.9.8.dylib
           0x11615d000 -        0x1163defff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
           0x116408000 -        0x116408fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
           0x116411000 -        0x116481fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
           0x1164d7000 -        0x1164e2ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
           0x1164f4000 -        0x116505ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
           0x116511000 -        0x116548ff7  libssl.0.9.8.dylib (47.1) <B7C438BB-79FF-37B3-B8FB-253E5135CBB4> /usr/lib/libssl.0.9.8.dylib
           0x11655e000 -        0x116631ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
           0x116699000 -        0x1166e1fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
           0x1166f7000 -        0x116737ff7  com.apple.MediaKit (14

  • "Name" portion of my Finder windows too long

    When I open most (but not all) Finder windows, the Name section is extremely long, even when the names in the directory or folder are very short.
    Does anyone know a way to reset or define the width of the name column? The other columns seem fine.

    Thanks, I agree it's a bug but one doesn't throw such words around here too quickly. Here  are the main issues:
    • It does not matter how I adjust the size of the NAME section in a Finder Window in List view. The next time the very same window is open, it defaults to the original size when initially opened with the NAME section too long for the content.
    • The NAME section is always extremely long regardless of what is in the list (see image attached).
    • Often, the TAG dot is so far over to the right that is does ot appear.  It is not visible because the LIST COLUMN is too long. The rest of the window columns (SIZE, KIND, etc.) are similarly completely hidden in the overlarge window scrolling off to the right. They can be scrooled into view, but still default to the "too large" size when the window is opened.
    • About half the time, it is not possible to adjust the LIST VIEW column size by the handle betweem the sections (NAME, DATE, KIND, etc.). Clicking on the handle (the line between sections) has no effect and the left and right arrows do not appear. This seems to be limited to only the NAME section ofthe window.
    Again, resizing the screen does nothing to fix any of this. I've looked at the FInder Preferences in the User Library which I have bolded below. I have opened and changed these in TextWrangler but they revert to the exact same settings, which I assume is becuase there is no way to quit the Finder w/o it saving the currently used preferences and settings (at least the unmutable ones). I will try booting in Target mode and replacing that file later today to see if i can force the OS to default to a smaller column size.
    Please! No more "novice" answers to this question. It's not a matter of my not understanding how the Finder works, nor any user error. The Finder windows on this system, for whatever reason, are not working efficiently and not accepting user adjustments for some reason. THAT is what I am trying to address.
    Thanks again, Edwin Drood, for your confirmation of the issue.
    Best,
    mm
    Excerpt from the plist : com.apple.finder.plist
    <key>ComputerOptions</key>
              <dict>
                        <key>ListViewOptions</key>
                        <dict>
                                  <key>ColumnCount</key>
                                  <integer>8</integer>
                                  <key>ColumnFlags</key>
                                  <integer>9</integer>
                                  <key>Columns</key>
                                  <array>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>dnam</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>1</integer>
                                                      <key>ColumnVisible</key>
                                                      <true/>
                                                      <key>ColumnWidth</key>
                                                      <integer>300</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>modd</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>2</integer>
                                                      <key>ColumnVisible</key>
                                                      <true/>
                                                      <key>ColumnWidth</key>
                                                      <integer>181</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>ascd</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>2</integer>
                                                      <key>ColumnVisible</key>
                                                      <false/>
                                                      <key>ColumnWidth</key>
                                                      <integer>181</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>phys</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>2</integer>
                                                      <key>ColumnVisible</key>
                                                      <true/>
                                                      <key>ColumnWidth</key>
                                                      <integer>97</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>kind</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>1</integer>
                                                      <key>ColumnVisible</key>
                                                      <true/>
                                                      <key>ColumnWidth</key>
                                                      <integer>115</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>labl</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>1</integer>
                                                      <key>ColumnVisible</key>
                                                      <false/>
                                                      <key>ColumnWidth</key>
                                                      <integer>100</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>shvr</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>1</integer>
                                                      <key>ColumnVisible</key>
                                                      <false/>
                                                      <key>ColumnWidth</key>
                                                      <integer>75</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>cmmt</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>1</integer>
                                                      <key>ColumnVisible</key>
                                                      <false/>
                                                      <key>ColumnWidth</key>
                                                      <integer>300</integer>
                                            </dict>
                                  </array>

  • Running 10.4.11 finder window too large need to get lbak to default.

    running 10.4.11 finder window too large need to get lbak to default.

    Hi again BDA...
    I'm not certain if it will work on other windows. I am more concerned with it working with the Firefox interface and did not try it on an alternate window.
    On Sep 4, 2012 2:47 PM    (in response to Alexander_Apple) you said:
    "Firefox uses it own settings & Method for that"
    That does make sense which is why I asked if any of the Mac gurus know where in Firefox I go to change the setting. I wasn't really keen on adding another 3rd-party app to my machine. There must be a simpler route to take. Maybe change a preference in Firefox 3.6.28 or in the Displays Preferences? My display is a Samsung LED monitor Model NO. SMBX2235. My Displays Preferences are: "1920 x 1080 @ 60 HZ (NTSC) Millions" but, having not changed them since first setting up the monitor, I'm fairly certain it's not the Displays Preferences. Is there a chance I hit a Function key plus a letter or number one day when typing? I don't recall doing so.
    Thanks for all  your suggestions BDA. I find  it's a bit confusing when you type the word "Windows" with an uppercase "W". Windows to me is something used on an IBM compatible computer. I, personally, do not consider one computer to be better than another. They each have their own advantages and disadvantages and  each type of machine can handle certain apps better than the other machine.
    Thanks again BDA. I hope you have a great day!
    AA

  • Can not refresh contents of finder windows

    I can not get my finder windows to refresh their contents. My picture folder is the one that really bothers me. When I am trying to upload pictures to the internet, the picture folder is never accurate. I have tried the refresh finder apple script, restarting the computer, opening and closing the window, nothing seems to work.
    The content is there, when I search for a specific picture file it is there, but it is not located in the right subfolder. I download and manage my pictures on kodak easyshare.

    Hi there,
    The content is there, when I search for a specific picture file it is there, but it is not located in the right subfolder.
    Hmmm, are you saying something is moving them? Or the Finder isn't opening them to the right folder?
    Have you tried this one...
    http://www.versiontracker.com/dyn/moreinfo/macosx/10958253
    Safe Boot, (holding Shift key down at bootup), & use Disk Utility from there to Repair Permissions, reboot once more.
    Then Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions...
    Move this file to the desktop...
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist
    reboot when it completes.

  • Cannot open new finder window after upgrading to Maverick 10.9.2

    Hello friends,
    I am experiencing a very strange issue.
    I cannot access the contents of my files via the finder. I can access my files via open or save as from separate applications.
    I have tried the following:
    Finder ---> New Finder Window (finder flashes or switches to an existing open application)
    Double-clicking on existing folders (finder flashes or switches to an existing open application)
    Double-clicking on the icon of my Macintosh HD (finder flashes or switches to an existing open application)
    From Dock, click on downloaded document and choose "Open in Finder" (finder flashes or switches to an existing open application)
    From iPhoto, select a photo, and select "Reveal in Finder" (nothing happens)
    Restart machine has not fixed the issue
    After several tries, I get an error displaying that there was an issue with the finder.
    I am running Maverick 10.9.2

    Unfortunately, Finder is a part of OS level files. So, we have a couple of options.
    First off, let's see if there's a software conflict somewhere. Boot into safe mode (boot the comptuer with the shift key held down) and try there. If it works in safe mode, odds are we either have a 3rd party KEXT or application blocking its launch. Check your login items (Apple -> System Preferences -> users & groups -> select your user -> login items), and disable them.
    Also check your startup items (you'll have to do this in safe mode as it requires Finder).
    /library/startupitems
    If Safe Mode/removing startup/login items doesn't work:
    First, boot in to the recovery partition (boot the computer with command + r held down). Launch disk utility, and repair both disk permissions and the disk. Reboot and try again.
    If that fails, boot into recovery again, and reinstall.

Maybe you are looking for

  • Variable with Replacement Path

    Hi, I have two queries. The results of the first one should be the input for the second one. E.g. the first query shows a list of personnel numbers and additional information. These personnel numbers shall be overtaken by the second query. The person

  • Have a macbook pro running 10.8.5. Safari updated a day ago and now it is corrupt and will not open

    I have a macbook pro running 10.8.5. Safari updated a day ago and now it is corrupt and will not open. It upgraded to 6.1. What is the best proceedure to get Safari working again? Thanks

  • Macbook Pro won't connect to Airport Express, period.

    So I just got this brand new Airport Express a couple of days ago, and I've had the darndest time trying to get this thing to work with my cable modem. I've conducted a number of experiments, and have performed factory resets on the airport more time

  • MR02 exemption to certain Document Types

    Hi all, Greetings of the Day Iam having a typical problem, I have an Invoice for which TDS has been deducted & TDS Document is generated. Both the Invoice & TDS Documents are Flagged with Payment Block "R". When I released the Invoice Document and tr

  • Hpqdirec.exe has stopped working report: HP Solution Centre

    Has any progress been made with resolving the "hpqdirec.exe has stopped working" problem?  No positive suggestions have been put forward in the past other than to try using HP Print and Scan Doctor, which I tried unscussfully prior to looking for a s