Google chrome on a mac help

i have a mac with snow leapord version 10.6.8 managed to get a new version of google chrome to install but the older copy  will not unistall  be cause it keeps saying google chrome helper is runnig but i am not using it and it is slowing down mac ..
can anybody help pleeeease

I'm a bit confused. Is the goal to end up with a new version of Chrome or stick with the older one?
If you want the latest, launch the old version and from the Chrome menu go to About Google Chrome and it should update for you.
If you need to quit the Google Chrome Helper launch Activity Monitor in Utilities, select Google Chrome Helper in the list of Active processes and then click on the big red 'quit process' button top left of the window.
Note: you may find there is more than one instance of Google Chrome Helper running.

Similar Messages

  • I have upgraded My leopard to Mountain lion 10.7 via snow leapeard. Now My itunes is not working properly nor I able to install google chrome successfully. Please help me in this occasion. I am facing following messages.

    Hello Team,
    I have upgraded My leopard to Mountain lion 10.7 via snow leapeard. Now My itunes is not working properly nor I able to install google chrome successfully. Please help me in this occasion.
    Also, I am not being able to upgrade Mac OS X 10.7 to 10.7.4 or letest for lion.
    I am facing following messages when I open itunes ( I down loaded and install new for 10.7)
    Process:         iTunes [463]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.7 (10.7)
    Build Info:      iTunes-10702101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [273]
    Date/Time:       2012-10-22 23:33:07.226 +0200
    OS Version:      Mac OS X 10.7 (11A390)
    Report Version:  8
    Interval Since Last Report:          4918 sec
    Crashes Since Last Report:           2
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      3DE933E2-7A48-4840-91F4-7DC466ED9C26
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    @executable_path/../Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
    Dyld Error Message:
      Library not loaded: @executable_path/../Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
      Referenced from: /Applications/iTunes.app/Contents/MacOS/iTunes
      Reason: unsafe use of @executable_path in /Applications/iTunes.app/Contents/MacOS/iTunes with restricted binary
    Binary Images:
           0x102a96000 -        0x103c36fff  com.apple.iTunes (10.7 - 10.7) <0CC47E12-134F-A9E1-7E4F-3EAC797C3050> /Applications/iTunes.app/Contents/MacOS/iTunes
        0x7fff62696000 -     0x7fff626cb1ff  dyld (195 - ???) <71093406-21CF-3DBE-A001-802259ED5300> /usr/lib/dyld
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.31f1
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz, 0xAD00000000000000, 0x48594D503131325336344350362D59352020
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz, 0xAD00000000000000, 0x48594D503131325336344350362D59352020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.5)
    Bluetooth: Version 2.5.0b13, 2 service, 12 devices, 2 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHY2160BH, 160.04 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-867
    USB Device: Built-in iSight, apple_vendor_id, 0x8501, 0xfd400000 / 2
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52f, 0x1d100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8205, 0x1a100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x022a, 0x5d200000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2
    And Google chrome just keep loading the page for hours and nothing is appear on its browser. But safari and firefox working absolutly fine.
    In addition, I have reboot computer as well but it never worked. Please help me in this occasion.
    Eagerly waiting for your response on this issue.
    Best Regards,

    You need to upgrade your copy of MS Office. You're using a version that is 8 years old (at least). You can buy Office 2011, which will work. You could also get a copy of Pages from the App Store, which is cheaper and will open Word files (though not perfectly). Or you could get a free Office clone, like OpenOffice or LibreOffice.

  • Open a JavaScript in Google Chrome on a Mac computer

    My question is simple:
    How can I open a JavaScript file with Google Chrome on a Mac computer using Java?
    This is my code so far:
    JOptionPane.showMessageDialog(null, "Please browse to Google Chrome!");
                                JFileChooser fc = new JFileChooser();
                                FileFilter ff = new FileFilter() {
                                    public boolean accept(File pathname) {
                                        if (pathname.isDirectory()) {
                                            return true;
                                        if (pathname.getName().toLowerCase().equals("chrome.exe") || pathname.getName().toLowerCase().equals("chrome.app")) {
                                            return true;
                                        return false;
                                    @Override
                                    public String getDescription() {
                                        return "chrome.exe; chrome.app";
                                fc.setFileFilter(ff);
                                int returnVal = fc.showOpenDialog(null);
                                if (returnVal == JFileChooser.APPROVE_OPTION) {
                                    try {
                                        Runtime.getRuntime().exec("open " + fc.getSelectedFile().toURI() + " " + f.toURI());
                                    } catch (Exception exxxx) {
                                        JOptionPane.showMessageDialog(null, "Unknown exception occurred! It's: " + exxxx.toString() + "\n" + "fc.getSelectedFile().toURI()");
                                }I have little to no Mac knowledge, but this code opens Google Chrome, Safari and Finder at once...

    Okay I have figured the exact mac command needed to open a file with a custom program, however, if I use the exact same command in Java, nothing happens, Chrome doesn't open, no errors, nothing...
    I am using this code:
    try {
         Process process = Runtime.getRuntime().exec("open -a \"Google Chrome\" /Users/noskill/Desktop/1.0.user.js");
    } catch (Exception p) {
         System.out.println("Even this doesn't happen!");
    }Which is weird because whenever I use the exact same string in Mac Terminal, Google Chrome starts and loads it...
    So my question now is: How to run a Mac command in Java?
    Edited by: The_Pointer on Sep 15, 2010 2:20 PM

  • Google Chrome Crash! Need help please!!

    I'm not too savvy when it comes to code writing, so I'm looking for an "explain it like I'm five" way to fix the issue.
    Process:               Google Chrome [3094]
    Path:                  /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier:            com.google.Chrome
    Version:               39.0.2171.71 (2171.71)
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Google Chrome [3094]
    User ID:               501
    Date/Time:             2014-12-03 07:27:00.809 -1000
    OS Version:            Mac OS X 10.10.2 (14C68m)
    Report Version:        11
    Anonymous UUID:        F47BF55F-2E7A-42FE-A0F2-522FCA3C0C05
    Sleep/Wake UUID:       118217C2-7B3E-4C94-ADA5-6A7D67BB840A
    Time Awake Since Boot: 35000 seconds
    Time Since Wake:       500 seconds
    Crashed Thread:        0  CrBrowserMain  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BREAKPOINT (SIGTRAP)
    Exception Codes:       0x0000000000000002, 0x0000000000000000
    Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   com.google.Chrome.framework   0x000000010eb60df5 ChromeMain + 6954565
    1   com.google.Chrome.framework   0x000000010eb871bd ChromeMain + 7111181
    2   com.google.Chrome.framework   0x000000010e575ebc ChromeMain + 749324
    3   com.apple.CoreFoundation       0x00007fff869d62fb +[NSException exceptionWithName:reason:userInfo:] + 59
    4   com.apple.CoreFoundation       0x00007fff869d96d5 -[NSObject(NSObject) doesNotRecognizeSelector:] + 197
    5   com.apple.CoreFoundation       0x00007fff86920aa4 ___forwarding___ + 1028
    6   com.apple.CoreFoundation       0x00007fff86920618 _CF_forwarding_prep_0 + 120
    7   com.apple.AppKit               0x00007fff9172341c -[NSEvent _initTouches] + 2048
    8   com.apple.AppKit               0x00007fff916cc26d -[NSEvent _initWithCGSEvent:eventRef:] + 3253
    9   com.apple.AppKit               0x00007fff91566584 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 422
    10  com.apple.AppKit               0x00007fff9155a463 -[NSApplication run] + 594
    11  com.google.Chrome.framework   0x000000010eb4b44e ChromeMain + 6866078
    12  com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    13  com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    14  com.google.Chrome.framework   0x000000010e57bb01 ChromeMain + 772945
    15  com.google.Chrome.framework   0x00000001115ba589 ChromeMain + 51361241
    16  com.google.Chrome.framework   0x00000001115bcb42 ChromeMain + 51370898
    17  com.google.Chrome.framework   0x00000001115b69b7 ChromeMain + 51345927
    18  com.google.Chrome.framework   0x000000010eb2d4a4 ChromeMain + 6743284
    19  com.google.Chrome.framework   0x000000010eb2cad6 ChromeMain + 6740774
    20  com.google.Chrome.framework   0x000000010e4beff2 ChromeMain + 66
    21  com.google.Chrome             0x000000010e4b4f39 main + 9
    22  com.google.Chrome             0x000000010e4b4f24 0x10e4b4000 + 3876
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff85d2f232 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8cc18a6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff85d2e94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8a14f40d start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff85d2e94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8a14f40d start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff85d2e94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8a14f40d start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff85d2e94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8a14f40d start_wqthread + 13
    Thread 6:: NetworkConfigWatcher
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation           0x00007fff8c9318d9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    6   com.google.Chrome.framework   0x000000010eb4b2d4 ChromeMain + 6865700
    7   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    8   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    9   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    10  com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    11  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    12  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    13  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    14  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 7:: DnsConfigService
    0   libsystem_kernel.dylib         0x00007fff85d2f21a kevent + 10
    1   com.google.Chrome.framework   0x000000010ebd1a8d ChromeMain + 7416541
    2   com.google.Chrome.framework   0x000000010eb4a2c0 ChromeMain + 6861584
    3   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    4   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    5   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    6   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    7   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 8:: WorkerPool/24335
    0   libsystem_kernel.dylib         0x00007fff85d2e136 __psynch_cvwait + 10
    1   com.google.Chrome.framework   0x000000010ebb71fb ChromeMain + 7307851
    2   com.google.Chrome.framework   0x000000010ebc3a92 ChromeMain + 7359202
    3   com.google.Chrome.framework   0x000000010ebc3fdd ChromeMain + 7360557
    4   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    5   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 9:: WorkerPool/23835
    0   libsystem_kernel.dylib         0x00007fff85d2e136 __psynch_cvwait + 10
    1   com.google.Chrome.framework   0x000000010ebb71fb ChromeMain + 7307851
    2   com.google.Chrome.framework   0x000000010ebc3a92 ChromeMain + 7359202
    3   com.google.Chrome.framework   0x000000010ebc3fdd ChromeMain + 7360557
    4   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    5   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 10:: CrShutdownDetector
    0   libsystem_kernel.dylib         0x00007fff85d2f682 read + 10
    1   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    2   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    3   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    4   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 11:: BrowserBlockingWorker1/28947
    0   libsystem_kernel.dylib         0x00007fff85d2e136 __psynch_cvwait + 10
    1   com.google.Chrome.framework   0x000000010ebb71fb ChromeMain + 7307851
    2   com.google.Chrome.framework   0x000000010ebbe127 ChromeMain + 7336311
    3   com.google.Chrome.framework   0x000000010ebbd853 ChromeMain + 7334051
    4   com.google.Chrome.framework   0x000000010ebc0943 ChromeMain + 7346579
    5   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    6   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 12:: Chrome_DBThread
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x00000001115c2a04 ChromeMain + 51395156
    10  com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    11  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    12  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    13  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    14  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 13:: Chrome_FileThread
    0   libsystem_kernel.dylib         0x00007fff85d2f21a kevent + 10
    1   com.google.Chrome.framework   0x000000010ebd1a8d ChromeMain + 7416541
    2   com.google.Chrome.framework   0x000000010eb4a2a8 ChromeMain + 6861560
    3   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    4   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    5   com.google.Chrome.framework   0x00000001115c2a34 ChromeMain + 51395204
    6   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    7   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    8   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    9   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    10  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 14:: Chrome_FileUserBlockingThread
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x00000001115c2a64 ChromeMain + 51395252
    10  com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    11  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    12  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    13  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    14  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 15:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x00000001115c2a94 ChromeMain + 51395300
    10  com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    11  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    12  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    13  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    14  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 16:: Chrome_CacheThread
    0   libsystem_kernel.dylib         0x00007fff85d2f21a kevent + 10
    1   com.google.Chrome.framework   0x000000010ebd1a8d ChromeMain + 7416541
    2   com.google.Chrome.framework   0x000000010eb4a2c0 ChromeMain + 6861584
    3   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    4   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    5   com.google.Chrome.framework   0x00000001115c2ac4 ChromeMain + 51395348
    6   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    7   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    8   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    9   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    10  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 17:: Chrome_IOThread
    0   libsystem_kernel.dylib         0x00007fff85d2f21a kevent + 10
    1   com.google.Chrome.framework   0x000000010ebd1a8d ChromeMain + 7416541
    2   com.google.Chrome.framework   0x000000010eb4a2a8 ChromeMain + 6861560
    3   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    4   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    5   com.google.Chrome.framework   0x00000001115c2af4 ChromeMain + 51395396
    6   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    7   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    8   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    9   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    10  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 18:: IndexedDB
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    10  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    11  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 19:: NetworkConfigWatcher
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation           0x00007fff8c9318d9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    6   com.google.Chrome.framework   0x000000010eb4b2d4 ChromeMain + 6865700
    7   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    8   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    9   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    10  com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    11  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    12  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    13  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    14  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.google.Chrome.framework   0x0000000111700b0c ChromeMain + 52697948
    3   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    4   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 21:: BrowserWatchdog
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    10  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    11  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 22:: OptimizingCompi
    0   libsystem_kernel.dylib         0x00007fff85d2951a semaphore_wait_trap + 10
    1   com.google.Chrome.framework   0x000000011015a5c7 ChromeMain + 29996567
    2   com.google.Chrome.framework   0x000000011003b645 ChromeMain + 28821141
    3   com.google.Chrome.framework   0x000000011015bb97 ChromeMain + 30002151
    4   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 23:: Proxy resolver
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    10  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    11  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 24:: AudioThread
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    10  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    11  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 25:: NetworkConfigWatcher
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation           0x00007fff8c9318d9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    6   com.google.Chrome.framework   0x000000010eb4b2d4 ChromeMain + 6865700
    7   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    8   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    9   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    10  com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    11  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    12  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    13  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    14  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 26:: Proxy resolver
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    10  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    11  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 27:: Chrome_SafeBrowsingThread
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    10  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    11  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 28:: Chrome_HistoryThread
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    10  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    11  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 29:: Startup watchdog thread Watchdog
    0   libsystem_kernel.dylib         0x00007fff85d2e136 __psynch_cvwait + 10
    1   com.google.Chrome.framework   0x000000010ebb71fb ChromeMain + 7307851
    2   com.google.Chrome.framework   0x000000010ebc315f ChromeMain + 7356847
    3   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    4   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 30:: BrowserBlockingWorker2/69643
    0   libsystem_kernel.dylib         0x00007fff85d2e136 __psynch_cvwait + 10
    1   com.google.Chrome.framework   0x000000010ebb71fb ChromeMain + 7307851
    2   com.google.Chrome.framework   0x000000010ebbe127 ChromeMain + 7336311
    3   com.google.Chrome.framework   0x000000010ebbd853 ChromeMain + 7334051
    4   com.google.Chrome.framework   0x000000010ebc0943 ChromeMain + 7346579
    5   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    6   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 31:: BrowserBlockingWorker3/70147
    0   libsystem_kernel.dylib         0x00007fff85d2e136 __psynch_cvwait + 10
    1   com.google.Chrome.framework   0x000000010ebb71fb ChromeMain + 7307851
    2   com.google.Chrome.framework   0x000000010ebbe127 ChromeMain + 7336311
    3   com.google.Chrome.framework   0x000000010ebbd853 ChromeMain + 7334051
    4   com.google.Chrome.framework   0x000000010ebc0943 ChromeMain + 7346579
    5   com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    6   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 32:: handle-watcher-thread
    0   libsystem_kernel.dylib         0x00007fff85d2e136 __psynch_cvwait + 10
    1   com.google.Chrome.framework   0x000000010f9f4be8 ChromeMain + 22240312
    2   com.google.Chrome.framework   0x000000010f9e6e53 ChromeMain + 22183587
    3   com.google.Chrome.framework   0x000000010f9e716d ChromeMain + 22184381
    4   com.google.Chrome.framework   0x000000010f9ea65f ChromeMain + 22197935
    5   com.google.Chrome.framework   0x000000010f9e02aa ChromeMain + 22156026
    6   com.google.Chrome.framework   0x000000010f9e002e ChromeMain + 22155390
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    10  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    11  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 33:: Chrome_PasswordStore_Thread
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.google.Chrome.framework   0x000000010eb4b00f ChromeMain + 6864991
    6   com.google.Chrome.framework   0x000000010eb4acdc ChromeMain + 6864172
    7   com.google.Chrome.framework   0x000000010eba8097 ChromeMain + 7246055
    8   com.google.Chrome.framework   0x000000010eb922ed ChromeMain + 7156541
    9   com.google.Chrome.framework   0x000000010ebc11d3 ChromeMain + 7348771
    10  com.google.Chrome.framework   0x000000010ebbd23b ChromeMain + 7332491
    11  libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 34:: Dispatch queue: com.apple.root.default-qos
    0   libsystem_kernel.dylib         0x00007fff85d2f682 read + 10
    1   com.apple.AppKit               0x00007fff916c2d87 __82-[NSPersistentUIRestorer tearDownStateRestorationApparatusAndResumeWindowOrdering]_block_invoke + 54
    2   com.apple.AppKit               0x00007fff91e72672 run_cocoa_block + 41
    3   com.apple.AppKit               0x00007fff91e72ebc my_io_execute_passive_block + 49
    4   com.apple.AppKit               0x00007fff91e74a4e my_io_execute_passive_block_with_release + 14
    5   libdispatch.dylib             0x00007fff8cc15c13 _dispatch_client_callout + 8
    6   libdispatch.dylib             0x00007fff8cc1888f _dispatch_root_queue_drain + 935
    7   libdispatch.dylib             0x00007fff8cc26fe4 _dispatch_worker_thread3 + 91
    8   libsystem_pthread.dylib       0x00007fff8a151637 _pthread_wqthread + 729
    9   libsystem_pthread.dylib       0x00007fff8a14f40d start_wqthread + 13
    Thread 35:
    0   libsystem_kernel.dylib         0x00007fff85d294de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85d2864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff868e6b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff868e5ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff868e5858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff916c9f9b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff8a151268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8a1511e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8a14f41d thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000107  rbx: 0x0000000000000000  rcx: 0x0000000000000010  rdx: 0xfffffffffffffff7
      rdi: 0x00007fff5174a860  rsi: 0x00007fc340d2f6c8  rbp: 0x00007fff5174a830  rsp: 0x00007fff5174a830
       r8: 0x00007fff5174a7f0   r9: 0x00007fff761a9300  r10: 0x00000000000170d8  r11: 0x0000003c10a1b268
      r12: 0x00007fff5174acb0  r13: 0xac00db54a152d9e4  r14: 0x00007fff5174acc0  r15: 0x00006000001127e0
      rip: 0x000000010eb60df5  rfl: 0x0000000000000246  cr2: 0x00007fff772325a0
    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     3
    Binary Images:
           0x10e4b4000 -        0x10e4b4fff +com.google.Chrome (39.0.2171.71 - 2171.71) <CC0B2AB5-2105-3A72-B882-51A64B0672EC> /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
           0x10e4bc000 -        0x1138a1f1f +com.google.Chrome.framework (39.0.2171.71 - 2171.71) <1069D98F-6F04-32D6-B373-1EF31799C676> /Applications/Google Chrome.app/Contents/Versions/39.0.2171.71/Google Chrome Framework.framework/Google Chrome Framework
           0x113e62000 -        0x113e99fff  com.apple.audio.midi.CoreMIDI (1.10 - 88) <8803C090-9288-3128-B0FF-9CBA810660DC> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x118b28000 -        0x118b42ff7 +com.google.Keystone.Registration (1.2.0 - 1.2.0.7787) <D91C4B90-0C94-E3B6-329C-371509DA6663> /Applications/Google Chrome.app/Contents/Versions/39.0.2171.71/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework/KeystoneRegistrat ion
           0x12492b000 -        0x12492bfe7 +cl_kernels (???) <CA45474D-E375-4093-B424-E569AE0011BE> cl_kernels
           0x124e6a000 -        0x124e6afef +cl_kernels (???) <149AA809-129B-4BF1-9F12-4BED1FB5EED1> cl_kernels
           0x125e18000 -        0x125e1cfff  com.apple.audio.AppleHDAHALPlugIn (269.13 - 269.13) <174943E9-03C3-3CE6-9A0D-B0D573D6E37F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x128219000 -        0x1282fffef  unorm8_bgra.dylib (2.4.5) <8AB40A27-5A5E-39D2-BB05-3FE82CA02EF9> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
        0x7fff6abbd000 -     0x7fff6abf3837  dyld (353.2.1) <72A99D0F-0B56-3938-ABC5-67A0F33757C4> /usr/lib/dyld
        0x7fff856d2000 -     0x7fff85713fff  libGLU.dylib (11.1) <4CCB6833-9CE2-3228-A1D7-A8BB9D5B61F6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8574e000 -     0x7fff85759ff7  com.apple.CommerceCore (1.0 - 376.5) <E45A6A4B-6CF2-33AF-B91F-E0C48410B84E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8576f000 -     0x7fff857caff7  com.apple.QuickLookFramework (5.0 - 675.1) <0307D771-68AC-3353-9F19-B6C9ED961956> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff857cb000 -     0x7fff8581cff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff85850000 -     0x7fff85c27fe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff85c28000 -     0x7fff85c2aff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff85c2b000 -     0x7fff85c36fff  libGL.dylib (11.1) <075EA1BB-3C6F-368F-92CB-593085EDCB35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff85c37000 -     0x7fff85c3efff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
        0x7fff85c64000 -     0x7fff85c7bff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff85c89000 -     0x7fff85c94ff7  com.apple.speech.synthesis.framework (5.3.2 - 5.3.2) <875F8D4E-AC6D-343B-81B8-31977FEFFE95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff85c95000 -     0x7fff85cdbffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff85cdc000 -     0x7fff85ceeff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff85cef000 -     0x7fff85d17fff  libxpc.dylib (559.10.2) <2BADFEAB-1F10-393A-9EE7-2A1919789B45> /usr/lib/system/libxpc.dylib
        0x7fff85d18000 -     0x7fff85d35fff  libsystem_kernel.dylib (2782.10.65) <4599885F-4429-3F7B-A74F-7D04D6FA155A> /usr/lib/system/libsystem_kernel.dylib
        0x7fff85d36000 -     0x7fff85d3effb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff85d7c000 -     0x7fff85e11ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff85f79000 -     0x7fff85f79fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <B92888D0-ED3F-3430-8F3A-6E56FD16C5F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff85fa8000 -     0x7fff85fa9fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff86858000 -     0x7fff86873ff7  com.apple.aps.framework (4.0 - 4.0) <79A310DC-A90C-3C5A-86CB-B95EBB73354C> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff86874000 -     0x7fff86c0afff  com.apple.CoreFoundation (6.9 - 1152) <CBD1591C-405E-376E-87E9-B264610EBF49> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff86ce6000 -     0x7fff86d16fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff86d17000 -     0x7fff86d19fff  libsystem_configuration.dylib (699.1.5) <61E2497F-92B4-3A75-BCA9-F9D39B471045> /usr/lib/system/libsystem_configuration.dylib
        0x7fff86d1a000 -     0x7fff86d25fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff86d26000 -     0x7fff86d26fff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff86d27000 -     0x7fff86d43ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff86d44000 -     0x7fff86fbefff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff86fef000 -     0x7fff86ffaff7  com.apple.AppSandbox (4.0 - 238) <BC5EE1CA-764A-303D-9989-4041C1291026> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff87013000 -     0x7fff87016fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff87021000 -     0x7fff87022ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff8734b000 -     0x7fff87365fff  com.apple.AppleVPAFramework (1.2.7 - 1.2.7) <B625468E-4639-349E-BAB1-759E1A76F452> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff87366000 -     0x7fff873a6ff7  com.apple.CloudDocs (1.0 - 280.5) <507847BC-2333-3321-9FB0-DD9E781074DB> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
        0x7fff873a7000 -     0x7fff87438ff7  com.apple.cloudkit.CloudKit (259.2.5 - 259.2.5) <241EB647-C917-32F7-956A-6E505827048C> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
        0x7fff87439000 -     0x7fff8788cfc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff87912000 -     0x7fff87927fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
        0x7fff87928000 -     0x7fff87a58fff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
        0x7fff87b1b000 -     0x7fff87f4bfff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff87f4c000 -     0x7fff87fbdff7  com.apple.framework.IOKit (2.0.2 - 1050.10.3) <3F3464CF-C11F-3272-A7D3-486363273AC8> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87fbe000 -     0x7fff8814cfff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff884d6000 -     0x7fff8856afff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8856b000 -     0x7fff88572fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff88573000 -     0x7fff885e9fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
        0x7fff885ea000 -     0x7fff8860dfff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8860e000 -     0x7fff88911fff  com.apple.HIToolbox (2.1.1 - 757.1) <A9ED8183-002F-3087-AF1C-05D76DB75956> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff88b70000 -     0x7fff88b7bff7  libkxld.dylib (2782.10.65) <912D065F-1E69-3C5A-AC76-566E5B4952FF> /usr/lib/system/libkxld.dylib
        0x7fff891e4000 -     0x7fff891e4fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <F1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff891e5000 -     0x7fff891f3fff  com.apple.AddressBook.ContactsFoundation (9.0 - 1558) <597B7A30-92C4-3029-BB56-4B0074890888> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff891f4000 -     0x7fff891fbff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff89220000 -     0x7fff89222ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
        0x7fff89223000 -     0x7fff8922eff7  libcsfde.dylib (471.10.2) <995F8496-C6A1-3758-9F2B-96FCB8C3177D> /usr/lib/libcsfde.dylib
        0x7fff8922f000 -     0x7fff89231fff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff89259000 -     0x7fff895c4fff  com.apple.VideoToolbox (1.0 - 1562.107) <27EC7747-F174-3988-8440-F435507333F1> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff895c5000 -     0x7fff895c8fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff895c9000 -     0x7fff896ebfff  com.apple.LaunchServices (644.12.1 - 644.12.1) <18B05312-9817-3C9E-917E-62C7220D42B2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff896ec000 -     0x7fff898efff3  com.apple.CFNetwork (720.2.2 - 720.2.2) <E2A19530-2DD6-3A0C-8551-52C4219BC9BD> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff89ae5000 -     0x7fff89affff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff89b00000 -     0x7fff89b06fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff89b07000 -     0x7fff89b47ff7  libGLImage.dylib (11.1) <2A7F2DFA-0EB7-3636-8492-E869945ED853> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff89b48000 -     0x7fff89b48fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff89c1c000 -     0x7fff89c24ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff89c25000 -     0x7fff89c27fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff89c28000 -     0x7fff89c2aff7  libsystem_sandbox.dylib (358.1.1) <50A63D60-189A-37E5-8F80-06C85D9AF943> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff89c53000 -     0x7fff89d29ff3  com.apple.DiskImagesFramework (10.10.1 - 396) <32CB50F2-FD6C-3E1D-95CB-2C57F8AB7909> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff89d2a000 -     0x7fff89d3dff7  com.apple.MultitouchSupport.framework (262.24 - 262.24) <0FE7B238-BC02-3414-9F1B-DD82E77E5AB9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff89d3e000 -     0x7fff89d42fff  com.apple.LoginUICore (3.0 - 3.0) <F51B57BA-9F69-3A51-8083-A469CE869C29> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff89d43000 -     0x7fff89d54fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff89d55000 -     0x7fff89ec0ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89ed7000 -     0x7fff89edafff  com.apple.xpc.ServiceManagement (1.0 - 1) <21429BAD-E728-377A-8A19-B0C74692B8A4> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff89edb000 -     0x7fff89f96ff7  com.apple.DiscRecording (9.0 - 9000.4.2) <F5135FBB-063D-3D91-AB50-7C37E3BB84F6> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff89fd0000 -     0x7fff8a048ff7  com.apple.SystemConfiguration (1.14 - 1.14) <E0495F7D-5624-3EF7-B7E5-DA0EE708B6E4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8a04e000 -     0x7fff8a050ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff8a068000 -     0x7fff8a082ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8a0a6000 -     0x7fff8a0a8ff7  com.apple.securityhi (9.0 - 55006) <4797DC4A-1F33-32F9-9CA4-BB422820A3F5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8a0a9000 -     0x7fff8a0acff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8a0ad000 -     0x7fff8a100ffb  libAVFAudio.dylib (118.3) <195CC534-59F4-328E-A7C1-FC455425E0C4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8a101000 -     0x7fff8a14dff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff8a14e000 -     0x7fff8a157fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8a159000 -     0x7fff8a159ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff8a15a000 -     0x7fff8a195fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8a23f000 -     0x7fff8a2feff7  com.apple.backup.framework (1.6.2 - 1.6.2) <6659428D-64AA-3BBE-B849-B9C7BAAC75FA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8a2ff000 -     0x7fff8a4f946f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
        0x7fff8a502000 -     0x7fff8a5f5ff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8a5f6000 -     0x7fff8a5fbff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff8a5fc000 -     0x7fff8a636ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8a637000 -     0x7fff8a639fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
        0x7fff8a63a000 -     0x7fff8a686fff  com.apple.corelocation (1486.17 - 1615.21) <661639C3-8C5D-327D-A1CB-430EB2AA4D00> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8a687000 -     0x7fff8a6a7fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8b05a000 -     0x7fff8b05fff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8b060000 -     0x7fff8b072ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
        0x7fff8b073000 -     0x7fff8b07cff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8b07d000 -     0x7fff8b083ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff8b084000 -     0x7fff8b193ffb  com.apple.desktopservices (1.9.2 - 1.9.2) <DEB1362D-6BA2-3D33-990C-55D1E77D1406> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8b194000 -     0x7fff8b19cfff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8b19d000 -     0x7fff8b23ffff  com.apple.Bluetooth (4.3.2 - 4.3.2b10) <5E65AB22-4A4B-3C2A-AD60-EF52758D733B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff8b240000 -     0x7fff8b242fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff8b30b000 -     0x7fff8b310fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8b311000 -     0x7fff8b341ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8b342000 -     0x7fff8b5aaffb  com.apple.security (7.0 - 57031.10.1) <E6F65276-584C-3222-90A9-DEDFC877A148> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b6c4000 -     0x7fff8b6c7ff7  com.apple.AppleSystemInfo (3.0 - 3.0) <7B56E9E3-32C9-341C-96FE-B4BD37D38659> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8b6c8000 -     0x7fff8b6d3ff7  com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8b6d4000 -     0x7fff8b915ff7  com.apple.AddressBook.framewor

    Try the following.
    OS X: If you see issues after using "Apply to enclosed items" on your Home folder - Apple Support
    Apply permissions to your home folder and test.

  • How to fix stalling in Google Chrome on Mac OS Lion

    Putting this out as a service to others.
    I was having a frustrating issue with Google Chrome failing to fully load web pages and exhibiting overall poor speed and performance (even on a SSD boot drive) on Mac OS Lion 10.7.3 and figured out how to fix it.
    How to fix Google Chrome stalling on Mac OS Lion
    Hope it helps someone else.  Good Luck.
    Carlos.

    Why not reinstall OSX? The link you gave is fetching the 10.7.5 combo update from the server, and replacing the Java core framework. I don't know why you wouldn't just reinstall 10.8.5 in the normal manner, whether via recovery mode or the combo update:
    OS X Mountain Lion Update v10.8.5 (Combo) The 10.8.5 update is ...
    "curl" it if you feel so inclined.

  • After installing CC, The font on some websites has changed in my browser Google Chrome. Help!

    After installing CC, The font on some websites has changed in my browser Google Chrome. Help!
    take for example facebook & ebay, the fonts have changed to a distorted block type font, very un-readable, Only after I installed adobe CC, this took place...
    I am using google chrome
    Can any one help me?
    I have tried to fix it by tinkering with some settings in google chrome but had no luck!
    here is a screenshot of the problem:

    Unless a web page uses a “web font” that it supplies itself, web pages typically provide a list of fonts, in priority order, of fonts to be used to render text. Typically, this list of fonts represents “system fonts” of MacOS, Windows, iOS, and Android - fonts that can be counted on being installed. Helvetica Neue is a MacOS system font that is not typically found on Windows systems. And even if a user licenses recent versions of Helvetica Neue OpenType fonts and installs same on Windows systems, they are in the “Helvetica Neue Std” family which would not match “Helvetica Neue” which is native to MacOS. Thus, I suspect that the Helvetica Neue you have installed on Windows is an older font offering.
    There are three issues here:
    The first is that web pages provide a priority list for font usage. I suspect that the web pages you are seeing Helvetica Neue actually used on your system are requesting fonts in the order of Helvetica Neue and then Arial. The typical MacOS system would display the content with Helvetica Neue and the typical Windows system would display the content with Arial. Since you have Helvetica Neue on your system, you are getting rendering similar to what a MacOS system would have.
    The second issue is that there is no way to force a web page to reverse the order of priority of the fonts it lists.
    And finally, the third issue is that there is no way to hide a font selectively by application.
    The only way you can avoid Helvetica Neue being used on web pages preferring Helvetica Neue to let's say Arial or any other font on its list for particular text rendering is to uninstall Helvetica Neue.
    That having been said, other than perhaps personal type design preferences, are there any other issues with regards to use of Helvetica Neue for display of these web pages?
            - Dov

  • Google Chrome for Mac and Java question

    I am unable to upload pictures to costcophotocenter.com or play on-line java games using Google Chrome. OSX wants me to update java but I already have the latest update.
    Those same java sites work fine using other web browsers.
    Is there an known issue with Java and Google Chrome on a Mac?

    Apparently, it's a Chrome issue. Talk to them.

  • How to add a search engine to Chrome on a Mac?

    Hey there. I was wondering how to add search.disconnect.me to a search engine choice in Google Chrome on my mac. It looks like the instructions differ, and I have has good expearence inthe past with this help. Thanks in advance.
    CB223
    P.S. I am NOT using Safari. It is horrible. Do not ask.

    I have never used that search engine but in Chrome go to settings, manage search engines and at the bottom of that panel click on add.

  • How do I get Microsoft Outlook Web Access to have the same view in Google Chrome as in IE9?

    In IE9 I can see a reading pane, just like in a PC view of Outlook.  However, I do not know how to get this when using Google Chrome.  Can anyone help?

    If you are connecting to Exchange 2003, when you use a browser other than IE, you'll get the lite version of OWA. The "rich" version is supported only on IE - OWA will have all features available. THe lite version is limited.
    You can't do anything - if and when your Exchange server is upgraded to current versions, you'll have all features available in Firefox, Chrome, and IE.
    Diane Poremsky [MVP - Outlook]
    Outlook Daily Tips |
    Outlook & Exchange Solutions Center
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • Scroller slow in Google Chrome

    I have a horizontal Flex SDK scroller, with content that is very wide. This doesn't present a problem in firefox or safari, but in Google Chrome(on the mac, haven't tested on PC) the movement is very jerky. I can't imagine how to resolve this in the code, if the result is inconsistent between browsers all I can think of is perhaps Google Chrome has a known problem with memory management or something similar... But then other people should be seeing this problem, and I can't see any other posts regarding it. Has anyone encountered this problem?
    Regards,
    Craig

    Here's a simple example:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark">
        <fx:Script>
            <![CDATA[
                import mx.collections.ArrayList;
                public function getDataProvider(n:int):ArrayList {
                    var arr:Array = new Array(n);
                    for (var i:int = 0; i < n; i++)
                        arr[i] = i;
                    return new ArrayList(arr);
            ]]>
        </fx:Script>
        <s:Scroller width="500">
            <s:DataGroup dataProvider="{getDataProvider(10000)}">
                <s:layout>
                    <s:HorizontalLayout useVirtualLayout="true" />
                </s:layout>
                <s:itemRenderer>
                    <fx:Component>
                        <s:ItemRenderer>
                            <s:Button label="{data}" />
                        </s:ItemRenderer>
                    </fx:Component>
                </s:itemRenderer>
            </s:DataGroup>
        </s:Scroller>
    </s:Application>
    Notice that even with 10,000 items in the dataProvider the startup time is minimal since there are only 6 ItemRenderers in view at one time so only a few more than that need to be created.

  • How to fix aw snap in google chrome in imac

    i'm keep getting Aw Snap repeatedly on google chrome. How to fix aw snap in google chrome in imac please help me.

    Ah i see thanks Ckuan.
    I know see that you have to delete the search word(s) in the box after pressing command and f and type in a new word followed by return. That then works for one word or a name. Unfortunately it does not work for multiple searches as i was hoping, hence why it was not working for me ( unless together as in a name ) but it is certainly much better than nothing so thank you very much for your help - it is much appreciated. I have also since been informed that google chrome multihighlighter does multiple search highlighting once you download it from chrome website so i have everything covered now thanks as i have done that and it works in a similar manner.
    It is very odd that you cannot do multiple searches automatically as you can on pc in google. To be honest that was the only thing that was far more intuitive to me personally about using a pc but now i have these two functions which are actually better than the automatic pc function i am all sorted. Much obliged.
    All the best.

  • Spry Framework for Ajax does not work on google chrome

    I downloaded this beautiful gallery to use it on my site    http://adobe.github.com/Spry/demos/gallery/index.html
    Everything ok on InternetExplorer and Firefox but it does not work on Google Chrome.
    Can you help me to solve this problem? 

    sorry but this forum is for questions about JavaScript inside Acrobat and not general language frameworks. We don't have a discussion topic for Spry.

  • Help needed with identifying cause of Google Chrome crashes from a crash report

    Hello,
    I am trying to isolate a problem which is causing Google Chrome to crash. This is happening far too frequently - sometimes on opening, sometimes on web page loads and sometimes when viewing the preferences page.
    I'm using a 2012 Mac Mini running OS X 10.8.4.
    After many hours of trawling around the Internet and trying various suggestions, I am close to admitting defeat. Hopefully somebody here can save my sanity and point me towards a possible cause.
    To date, these are some of the things that I have tried:
    Replacing the 16GB of Crucial Ram with the stock Ram.
    Logging in as a Guest user and opening Chrome.
    Disabling all Chrome extensions (there are only 3 that I use anyway).
    Uninstalling Chrome and all associated files that I could find, then reinstalling.
    Booting into Safe Mode and loading Chrome.
    None of these have made a difference. There have also been a couple of times when Firefox has crashed, too. Safari has been rock solid. Yes, I could just use Safari, but there are personal reasons why I need to use Chrome. I also need to locate this problem in case it is something that might effect other applications … or possibly even be a hardware problem.
    Below is my most recent crash report. Frankly, it's contents are way outside of my comfort zone, so I am hoping that somebody will be able to help point me towards the relevant parts that might help me resolve this problem:
    Process:    
    Google Chrome [953]
    Path:       
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier: 
    com.google.Chrome
    Version:    
    28.0.1500.95 (1500.95)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [155]
    User ID:    
    501
    Date/Time:  
    2013-07-31 17:02:20.022 +0100
    OS Version: 
    Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:     
    74480 sec
    Crashes Since Last Report:      
    32
    Per-App Interval Since Last Report:  34565 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                 
    0FD820CB-AFE5-4E19-0C1C-7DC211A950EE
    Crashed Thread:  0  CrBrowserMain  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   com.google.Chrome.framework  
    0x00711447 0x45000 + 7128135
    1   com.google.Chrome.framework  
    0x02a8056e 0x45000 + 44283246
    2   com.google.Chrome.framework  
    0x02a807d4 0x45000 + 44283860
    3   com.google.Chrome.framework  
    0x02bd6116 0x45000 + 45682966
    4   com.google.Chrome.framework  
    0x02bbc1ba 0x45000 + 45576634
    5   com.google.Chrome.framework  
    0x02bb8628 0x45000 + 45561384
    6   com.google.Chrome.framework  
    0x02bbc2fb 0x45000 + 45576955
    7   com.google.Chrome.framework  
    0x02bb0498 0x45000 + 45528216
    8   com.google.Chrome.framework  
    0x02bb0aeb 0x45000 + 45529835
    9   com.google.Chrome.framework  
    0x00c4e86c 0x45000 + 12621932
    10  com.google.Chrome.framework  
    0x00c50129 0x45000 + 12628265
    11  com.google.Chrome.framework  
    0x00731d28 0x45000 + 7261480
    12  com.google.Chrome.framework  
    0x0073216d 0x45000 + 7262573
    13  com.google.Chrome.framework  
    0x006fd205 0x45000 + 7045637
    14  com.apple.CoreFoundation 
    0x90c5304f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    15  com.apple.CoreFoundation 
    0x90c52a79 __CFRunLoopDoSources0 + 233
    16  com.apple.CoreFoundation 
    0x90c78826 __CFRunLoopRun + 934
    17  com.apple.CoreFoundation 
    0x90c7801a CFRunLoopRunSpecific + 378
    18  com.apple.CoreFoundation 
    0x90c77e8b CFRunLoopRunInMode + 123
    19  com.apple.HIToolbox      
    0x9794af5a RunCurrentEventLoopInMode + 242
    20  com.apple.HIToolbox      
    0x9794acc9 ReceiveNextEventCommon + 374
    21  com.apple.HIToolbox      
    0x9794ab44 BlockUntilNextEventMatchingListInMode + 88
    22  com.apple.AppKit         
    0x9627f93a _DPSNextEvent + 724
    23  com.apple.AppKit         
    0x9627f16c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    24  com.apple.AppKit         
    0x962755cc -[NSApplication run] + 855
    25  com.google.Chrome.framework  
    0x006fd5c1 0x45000 + 7046593
    26  com.google.Chrome.framework  
    0x006fd0fc 0x45000 + 7045372
    27  com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    28  com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    29  com.google.Chrome.framework  
    0x001c0691 0x45000 + 1554065
    30  com.google.Chrome.framework  
    0x02a893b0 0x45000 + 44319664
    31  com.google.Chrome.framework  
    0x02a89ec3 0x45000 + 44322499
    32  com.google.Chrome.framework  
    0x02a86ef1 0x45000 + 44310257
    33  com.google.Chrome.framework  
    0x0061723b 0x45000 + 6103611
    34  com.google.Chrome.framework  
    0x00616600 0x45000 + 6100480
    35  com.google.Chrome.framework  
    0x00047449 ChromeMain + 41
    36  com.google.Chrome        
    0x0003ef78 main + 24
    37  com.google.Chrome        
    0x0003ef55 0x3e000 + 3925
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x961169ae kevent + 10
    1   libdispatch.dylib        
    0x97d1cc71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib        
    0x97d1c7a9 _dispatch_mgr_thread + 53
    Thread 2:: NetworkConfigWatcher
    0   libsystem_kernel.dylib   
    0x961137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x96112cb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x90c72f79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x90c7895f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x90c7801a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x90c77e8b CFRunLoopRunInMode + 123
    6   com.apple.Foundation     
    0x9090fbb6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework  
    0x006fd42f 0x45000 + 7046191
    8   com.google.Chrome.framework  
    0x006fd0fc 0x45000 + 7045372
    9   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    10  com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    11  com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    12  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    13  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    14  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    15  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 3:: DnsConfigService
    0   libsystem_kernel.dylib   
    0x961169ae kevent + 10
    1   com.google.Chrome.framework  
    0x0076a8c6 0x45000 + 7493830
    2   com.google.Chrome.framework  
    0x00768549 0x45000 + 7484745
    3   com.google.Chrome.framework  
    0x006fc662 0x45000 + 7042658
    4   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    5   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    6   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    7   com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    8   com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    9   com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    10  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    11  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 4:: AudioThread
    0   libsystem_kernel.dylib   
    0x961137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x96112cb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x90c72f79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x90c7895f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x90c7801a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x90c77e8b CFRunLoopRunInMode + 123
    6   com.apple.Foundation     
    0x9090fbb6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework  
    0x006fd42f 0x45000 + 7046191
    8   com.google.Chrome.framework  
    0x006fd0fc 0x45000 + 7045372
    9   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    10  com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    11  com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    12  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    13  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    14  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    15  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 5:: CrShutdownDetector
    0   libsystem_kernel.dylib   
    0x96116dba __read + 10
    1   com.google.Chrome.framework  
    0x001c1fa6 0x45000 + 1560486
    2   com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    3   libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    4   libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 6:: Chrome_DBThread
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b6095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x00753548 0x45000 + 7398728
    4   com.google.Chrome.framework  
    0x00753a7b 0x45000 + 7400059
    5   com.google.Chrome.framework  
    0x00753916 0x45000 + 7399702
    6   com.google.Chrome.framework  
    0x007346b1 0x45000 + 7272113
    7   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    8   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    9   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    10  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    11  com.google.Chrome.framework  
    0x02a9391f 0x45000 + 44362015
    12  com.google.Chrome.framework  
    0x02a93aa3 0x45000 + 44362403
    13  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    14  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    15  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 7:: Chrome_WebKitThread
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b6095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x00753548 0x45000 + 7398728
    4   com.google.Chrome.framework  
    0x00753a7b 0x45000 + 7400059
    5   com.google.Chrome.framework  
    0x00753916 0x45000 + 7399702
    6   com.google.Chrome.framework  
    0x007346b1 0x45000 + 7272113
    7   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    8   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    9   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    10  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    11  com.google.Chrome.framework  
    0x02a9394f 0x45000 + 44362063
    12  com.google.Chrome.framework  
    0x02a93ab1 0x45000 + 44362417
    13  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    14  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    15  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 8:: Chrome_FileThread
    0   libsystem_kernel.dylib   
    0x961169ae kevent + 10
    1   com.google.Chrome.framework  
    0x0076a8c6 0x45000 + 7493830
    2   com.google.Chrome.framework  
    0x00768549 0x45000 + 7484745
    3   com.google.Chrome.framework  
    0x006fc741 0x45000 + 7042881
    4   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    5   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    6   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    7   com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    8   com.google.Chrome.framework  
    0x02a9397f 0x45000 + 44362111
    9   com.google.Chrome.framework  
    0x02a93abf 0x45000 + 44362431
    10  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    11  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    12  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 9:: Chrome_FileUserBlockingThread
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b6095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x00753548 0x45000 + 7398728
    4   com.google.Chrome.framework  
    0x00753a7b 0x45000 + 7400059
    5   com.google.Chrome.framework  
    0x00753916 0x45000 + 7399702
    6   com.google.Chrome.framework  
    0x007346b1 0x45000 + 7272113
    7   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    8   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    9   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    10  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    11  com.google.Chrome.framework  
    0x02a939af 0x45000 + 44362159
    12  com.google.Chrome.framework  
    0x02a93acd 0x45000 + 44362445
    13  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    14  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    15  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 10:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b6095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x00753548 0x45000 + 7398728
    4   com.google.Chrome.framework  
    0x00753a7b 0x45000 + 7400059
    5   com.google.Chrome.framework  
    0x00753916 0x45000 + 7399702
    6   com.google.Chrome.framework  
    0x007346b1 0x45000 + 7272113
    7   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    8   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    9   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    10  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    11  com.google.Chrome.framework  
    0x02a939df 0x45000 + 44362207
    12  com.google.Chrome.framework  
    0x02a93adb 0x45000 + 44362459
    13  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    14  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    15  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 11:: Chrome_CacheThread
    0   libsystem_kernel.dylib   
    0x961169ae kevent + 10
    1   com.google.Chrome.framework  
    0x0076a8c6 0x45000 + 7493830
    2   com.google.Chrome.framework  
    0x00768549 0x45000 + 7484745
    3   com.google.Chrome.framework  
    0x006fc741 0x45000 + 7042881
    4   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    5   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    6   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    7   com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    8   com.google.Chrome.framework  
    0x02a93a0f 0x45000 + 44362255
    9   com.google.Chrome.framework  
    0x02a93ae9 0x45000 + 44362473
    10  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    11  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    12  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 12:: Chrome_IOThread
    0   libsystem_kernel.dylib   
    0x961169ae kevent + 10
    1   com.google.Chrome.framework  
    0x0076a8c6 0x45000 + 7493830
    2   com.google.Chrome.framework  
    0x00768549 0x45000 + 7484745
    3   com.google.Chrome.framework  
    0x006fc741 0x45000 + 7042881
    4   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    5   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    6   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    7   com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    8   com.google.Chrome.framework  
    0x02a93a3f 0x45000 + 44362303
    9   com.google.Chrome.framework  
    0x02a93af7 0x45000 + 44362487
    10  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    11  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    12  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 13:: NetworkConfigWatcher
    0   libsystem_kernel.dylib   
    0x961137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x96112cb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x90c72f79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x90c7895f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x90c7801a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x90c77e8b CFRunLoopRunInMode + 123
    6   com.apple.Foundation     
    0x9090fbb6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework  
    0x006fd42f 0x45000 + 7046191
    8   com.google.Chrome.framework  
    0x006fd0fc 0x45000 + 7045372
    9   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    10  com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    11  com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    12  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    13  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    14  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    15  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 14:: Proxy resolver
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b6095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x00753548 0x45000 + 7398728
    4   com.google.Chrome.framework  
    0x00753a7b 0x45000 + 7400059
    5   com.google.Chrome.framework  
    0x00753916 0x45000 + 7399702
    6   com.google.Chrome.framework  
    0x007346b1 0x45000 + 7272113
    7   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    8   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    9   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    10  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    11  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    12  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    13  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    14  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 15:: MediaStreamDeviceThread
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b6095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x00753548 0x45000 + 7398728
    4   com.google.Chrome.framework  
    0x00753a7b 0x45000 + 7400059
    5   com.google.Chrome.framework  
    0x00753916 0x45000 + 7399702
    6   com.google.Chrome.framework  
    0x007346b1 0x45000 + 7272113
    7   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    8   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    9   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    10  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    11  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    12  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    13  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    14  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 16:: BrowserWatchdog
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b60e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x00753627 0x45000 + 7398951
    4   com.google.Chrome.framework  
    0x00753a54 0x45000 + 7400020
    5   com.google.Chrome.framework  
    0x007346eb 0x45000 + 7272171
    6   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    7   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    8   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    9   com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    10  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    11  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    12  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib   
    0x961137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x96112cb0 mach_msg + 68
    2   com.google.Chrome.framework  
    0x02b4d31a 0x45000 + 45122330
    3   com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    4   libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    5   libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 18:: BrowserBlockingWorker1/54019
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b60e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x00753627 0x45000 + 7398951
    4   com.google.Chrome.framework  
    0x007584a9 0x45000 + 7419049
    5   com.google.Chrome.framework  
    0x00757a3d 0x45000 + 7416381
    6   com.google.Chrome.framework  
    0x0075a8ca 0x45000 + 7428298
    7   com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    8   libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    9   libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 19:: NetworkConfigWatcher
    0   libsystem_kernel.dylib   
    0x961137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x96112cb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x90c72f79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x90c7895f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x90c7801a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x90c77e8b CFRunLoopRunInMode + 123
    6   com.apple.Foundation     
    0x9090fbb6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework  
    0x006fd42f 0x45000 + 7046191
    8   com.google.Chrome.framework  
    0x006fd0fc 0x45000 + 7045372
    9   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    10  com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    11  com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    12  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    13  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    14  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    15  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 20:: Proxy resolver
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b6095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x00753548 0x45000 + 7398728
    4   com.google.Chrome.framework  
    0x00753a7b 0x45000 + 7400059
    5   com.google.Chrome.framework  
    0x00753916 0x45000 + 7399702
    6   com.google.Chrome.framework  
    0x007346b1 0x45000 + 7272113
    7   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    8   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    9   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    10  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    11  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    12  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    13  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    14  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 21:: Chrome_SafeBrowsingThread
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b6095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x00753548 0x45000 + 7398728
    4   com.google.Chrome.framework  
    0x00753a7b 0x45000 + 7400059
    5   com.google.Chrome.framework  
    0x00753916 0x45000 + 7399702
    6   com.google.Chrome.framework  
    0x007346b1 0x45000 + 7272113
    7   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    8   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    9   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    10  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    11  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    12  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    13  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    14  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 22:: BrowserBlockingWorker2/57859
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b60e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x00753627 0x45000 + 7398951
    4   com.google.Chrome.framework  
    0x007584a9 0x45000 + 7419049
    5   com.google.Chrome.framework  
    0x00757a3d 0x45000 + 7416381
    6   com.google.Chrome.framework  
    0x0075a8ca 0x45000 + 7428298
    7   com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    8   libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    9   libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 23:: Chrome_HistoryThread
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b60e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x00753627 0x45000 + 7398951
    4   com.google.Chrome.framework  
    0x00753a54 0x45000 + 7400020
    5   com.google.Chrome.framework  
    0x007346eb 0x45000 + 7272171
    6   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    7   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    8   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    9   com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    10  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    11  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    12  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 24:: Chrome_SyncThread
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b60e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x00753627 0x45000 + 7398951
    4   com.google.Chrome.framework  
    0x00753a54 0x45000 + 7400020
    5   com.google.Chrome.framework  
    0x007346eb 0x45000 + 7272171
    6   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    7   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    8   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    9   com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    10  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    11  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    12  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 25:: Chrome_PasswordStore_Thread
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b6095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x00753548 0x45000 + 7398728
    4   com.google.Chrome.framework  
    0x00753a7b 0x45000 + 7400059
    5   com.google.Chrome.framework  
    0x00753916 0x45000 + 7399702
    6   com.google.Chrome.framework  
    0x007346b1 0x45000 + 7272113
    7   com.google.Chrome.framework  
    0x007317b0 0x45000 + 7260080
    8   com.google.Chrome.framework  
    0x007470d1 0x45000 + 7348433
    9   com.google.Chrome.framework  
    0x0073152a 0x45000 + 7259434
    10  com.google.Chrome.framework  
    0x0075b071 0x45000 + 7430257
    11  com.google.Chrome.framework  
    0x0075b10d 0x45000 + 7430413
    12  com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    13  libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    14  libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 26:: BrowserBlockingWorker3/78339
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b60e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x00753627 0x45000 + 7398951
    4   com.google.Chrome.framework  
    0x007584a9 0x45000 + 7419049
    5   com.google.Chrome.framework  
    0x00757a3d 0x45000 + 7416381
    6   com.google.Chrome.framework  
    0x0075a8ca 0x45000 + 7428298
    7   com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    8   libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    9   libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 27:: WorkerPool/88591
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x95130280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x951b60e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x00753627 0x45000 + 7398951
    4   com.google.Chrome.framework  
    0x0075d15f 0x45000 + 7438687
    5   com.google.Chrome.framework  
    0x0075d65c 0x45000 + 7439964
    6   com.google.Chrome.framework  
    0x007574e5 0x45000 + 7415013
    7   libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib   
    0x961160ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9512e0ac _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x9512de79 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x95115d2a start_wqthread + 30
    Thread 29:: CVDisplayLink
    0   libsystem_kernel.dylib   
    0x961158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x951302e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib        
    0x95130572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo      
    0x94c98fd7 CVDisplayLink::waitUntil(unsigned long long) + 297
    4   com.apple.CoreVideo      
    0x94c9805c CVDisplayLink::runIOThread() + 658
    5   com.apple.CoreVideo      
    0x94c97db2 startIOThread(void*) + 160
    6   libsystem_c.dylib        
    0x9512b5b7 _pthread_start + 344
    7   libsystem_c.dylib        
    0x95115d4e thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x7ce8e400  edx: 0x7ce97cc0
      edi: 0x7e9844e0  esi: 0x00000001  ebp: 0xbffc0688  esp: 0xbffc0680
       ss: 0x00000023  efl: 0x00000282  eip: 0x00711447   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x09907000
    Logical CPU: 2
    Binary Images:
       0x3e000 -
    0x3eff3 +com.google.Chrome (28.0.1500.95 - 1500.95) <1F14C17E-910C-3A38-B8EA-4D3868359AF3> /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
       0x45000 -  0x40f1f1f +com.google.Chrome.framework (28.0.1500.95 - 1500.95) <AFF7EFEF-A842-3ED5-8795-987BB0D2F0F4> /Applications/Google Chrome.app/Contents/Versions/28.0.1500.95/Google Chrome Framework.framework/Google Chrome Framework
    0x441e000 -  0x44e7ff3  com.apple.Bluetooth (4.1.4 - 4.1.4f2) <09A08285-00DD-3F8A-995B-18E2BF86E14B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x4538000 -  0x4542fff  com.apple.CoreBluetooth (100.6 - 1) <3562A2BD-DDB4-337B-BD98-A89D24109094> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
    0x58f4000 -  0x5901ff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x5943000 -  0x5952ff7 +com.google.Keystone.Registration (1.1.0 - 1.1.0.3659) <2379CBDF-65AB-246D-D5F4-3A450D457F42> /Applications/Google Chrome.app/Contents/Versions/28.0.1500.95/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework/KeystoneRegistrat ion
    0x59a6000 -  0x59abfff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <903097A8-3922-3BF8-8B82-8BD1D831F6E7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x7eed000 -  0x7eedfff +cl_kernels (???) <E37CAD34-CEF6-4542-8D4B-22D7EC0F5AD6> cl_kernels
    0x7f13000 -  0x7f14ff5 +cl_kernels (???) <4E8CD9D8-7F8F-4424-8A2E-EF38A1E6C8AD> cl_kernels
    0x85d4000 -  0x85dcffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x85e3000 -  0x8675fff  unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x97a5000 -  0x97a9fff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <CB7CDE62-DAEC-35AF-8ADB-3271AA2DF921> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x9bd5000 -  0x9bdffff  libGPUSupportMercury.dylib (8.9.2) <302EC167-66A3-3E12-8416-F03F50CA96D9> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0xa4da000 -  0xa66effa  GLEngine (8.9.2) <73F967E8-16C2-3FB2-8C04-293EB038952D> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xa6a5000 -  0xa826fff  libGLProgrammability.dylib (8.9.2) <B7AFCCD1-7FA5-3071-9F11-5161FFA2076C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xa858000 -  0xaca5ff3  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.12.47 - 8.1.2) <5B46A344-20F2-3C75-9D42-D13092E6BB81> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
    0xb1f7000 -  0xb222ff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x8fe3d000 - 0x8fe6fe57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x9006bff3  libstdc++.6.dylib (56) <79A6B148-08F6-30C6-9B31-6183A6295290> /usr/lib/libstdc++.6.dylib
    0x9006c000 - 0x9006efff  com.apple.securityhi (4.0 - 55002) <15E9B9BC-108F-3416-A0A7-A321A85081F7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9006f000 - 0x900deffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x900df000 - 0x90121ffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x90122000 - 0x901b4ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x901bd000 - 0x901f8fef  libGLImage.dylib (8.9.2) <9D41F71E-E927-3767-A856-55480E20E9D9> /System/Library/Frameworks/OpenGL.fr

    Here's the report from EtreCheck:
    Hardware Information:
              Mac mini (Late 2012)
              Mac mini - model: Macmini6,1
              1 2.5 GHz Intel Core i5 CPU: 2 cores
              16 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 768 MB
    System Software:
              OS X 10.8.4 (12E55) - Uptime: 0 days 0:11:37
    Disk Information:
              APPLE HDD HTS545050A7E362 disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (213.98 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Western Digital My Passport 0730 500.07 GB
                        disk2s1 (disk2s1) <not mounted>: 209.7 MB
                        Time Machine Backup (disk2s2) /Volumes/Time Machine Backup: 499.73 GB (52.94 GB free)
              Microsoft Microsoft® Digital Media Pro Keyboard
              Western Digital  External HDD     250.06 GB
                        Backups (disk1s1) /Volumes/Backups: 250.06 GB (60.58 GB free)
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
              com.microsoft.driver.MicrosoftKeyboard          (8.2)
              com.microsoft.driver.MicrosoftKeyboardUSB          (8.2)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.carbonite.launchd.carbonitedaemon.plist
    Launch Agents:
              [loaded] com.carbonite.launchd.carbonitealerts.plist
              [loaded] com.carbonite.launchd.carbonitestatus.plist
    User Launch Agents:
              [loaded] com.google.keystone.agent.plist
              [loaded] com.macupdate.desktop5.scanner.plist
    User Login Items:
              iTunesHelper
              ChronoSyncBackgrounder
              NZBVortex Helper
              TransmitMenu
              Dropbox
              PhotoStream2Folder
              Spark Daemon
              XMenu
              AudioSwitcher
              Alfred 2
              MicrosoftKeyboardHelper
              witchdaemon
              SpeechSynthesisServer
              RightZoom
    3rd Party Preference Panes:
              Carbonite
              Flash Player
              Microsoft Keyboard
              Witch
    Internet Plug-ins:
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              JavaAppletPlugin.plugin
              QuickTime Plugin.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Top Processes by CPU:
                   9%          VoiceOver
                   7%          ChronoSyncBackgrounder
                   2%          WindowServer
                   2%          EtreCheck
                   1%          coreaudiod
                   1%          CarboniteDaemon
                   0%          fontd
                   0%          diskmanagementd
                   0%          Dropbox
                   0%          warmd
    Top Processes by Memory:
              98 MB    mds
              82 MB    Finder
              82 MB    Dropbox
              82 MB    VoiceOver
              49 MB    com.apple.dock.extra
              49 MB    Alfred 2
              49 MB    CalendarAgent
              49 MB    loginwindow
              49 MB    SystemUIServer
              49 MB    PhotoStream2Folder
    Virtual Memory Statistics
              12.40 GB           Free RAM
              1.56 GB  Active RAM
              213 MB   Inactive RAM
              1.83 GB  Wired RAM
              347 MB   Page-ins
              0 B      Page-outs

  • HELP, My safari crashes constantly so google chrome. When I try to add some file safari crash

    I need some help with my Mac. When I try to add a file in Safari, Google Chrome, Opera or even Skype all the aplications closes appearing an Error.
    Process:         Safari [697]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [76]
    Interval Since Last Report:          198865 sec
    Crashes Since Last Report:           25
    Per-App Interval Since Last Report:  504626 sec
    Per-App Crashes Since Last Report:   13
    Date/Time:       2012-07-11 12:49:04.878 -0300
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  B542E420-47C1-4A84-A1BF-A658CDDFE072
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000034
    Crashed Thread:  23

    You didn´t understand at all. I know how to attach a file in hotmail. The problem is one month ago aprox when I try attaching a file Safari or google chrome, both crashes appearing an error dialog window. wich is this:
    Process:         Safari [138]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [66]
    Interval Since Last Report:          1627 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  3288 sec
    Per-App Crashes Since Last Report:   2
    Date/Time:       2012-07-11 20:36:52.282 -0300
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  B542E420-47C1-4A84-A1BF-A658CDDFE072
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000034
    Crashed Thread:  22
    Thread 0:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.HIToolbox                     0x95e172ac RunCurrentEventLoopInMode + 283
    5   com.apple.HIToolbox                     0x95e170c5 ReceiveNextEventCommon + 374
    6   com.apple.HIToolbox                     0x95e16f39 BlockUntilNextEventMatchingListInMode + 106
    7   com.apple.AppKit                        0x955926d5 _DPSNextEvent + 657
    8   com.apple.AppKit                        0x95591f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9   com.apple.Safari                        0x000166ad 0x1000 + 87725
    10  com.apple.AppKit                        0x9558af9f -[NSApplication run] + 795
    11  com.apple.AppKit                        0x955581d8 NSApplicationMain + 574
    12  com.apple.Safari                        0x0000acee 0x1000 + 40174
    Thread 1:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9691bd81 sleep$UNIX2003 + 63
    2   com.apple.JavaScriptCore                0x907b8ab1 ***::TCMalloc_PageHeap::scavengerThread() + 145
    3   com.apple.JavaScriptCore                0x907b8d8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    5   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore                       0x90dda587 WebCore::IconDatabase::syncThreadMainLoop() + 279
    3   com.apple.WebCore                       0x90dd7e19 WebCore::IconDatabase::iconDatabaseSyncThread() + 761
    4   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    5   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                     0x94f0718c CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    6   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x9060d6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x90df377c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    5   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.Safari                        0x0002f33d 0x1000 + 189245
    5   com.apple.Safari                        0x0002f08a 0x1000 + 188554
    6   com.apple.Safari                        0x0002f023 0x1000 + 188451
    7   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    8   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x96d1b520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation                    0x96cb7dfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x96cb79a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    8   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x9690e60a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    2   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x9060d6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x90df377c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    5   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x9060d6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.Safari                        0x001ae478 0x1000 + 1758328
    4   com.apple.Safari                        0x00044cdd 0x1000 + 277725
    5   com.apple.Safari                        0x00044c2d 0x1000 + 277549
    6   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    7   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x96aac5f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x96aac480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    7   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync                     0x9442e3c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync                     0x94440d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    5   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x968bf1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x968f2a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x96cfddbc -[NSCondition waitUntilDate:] + 236
    4   com.apple.Foundation                    0x96cfdbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5   com.apple.Foundation                    0x96cfdb35 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.AppKit                        0x955f86e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7   com.apple.Foundation                    0x96cb7dfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x96cb79a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    10  libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x968bf1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x96936449 pthread_cond_wait + 48
    3   ...lashPlayer-10.4-10.5.plugin          0x1bcb230f unregister_ShockwaveFlash + 47503
    4   ...lashPlayer-10.4-10.5.plugin          0x1b88af9f 0x1b871000 + 106399
    5   ...lashPlayer-10.4-10.5.plugin          0x1bcb23fc unregister_ShockwaveFlash + 47740
    6   ...lashPlayer-10.4-10.5.plugin          0x1bcb2440 unregister_ShockwaveFlash + 47808
    7   ...lashPlayer-10.4-10.5.plugin          0x1bcb2566 unregister_ShockwaveFlash + 48102
    8   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    9   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x968bf1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x96936449 pthread_cond_wait + 48
    3   ...lashPlayer-10.4-10.5.plugin          0x1bcb230f unregister_ShockwaveFlash + 47503
    4   ...lashPlayer-10.4-10.5.plugin          0x1b88af9f 0x1b871000 + 106399
    5   ...lashPlayer-10.4-10.5.plugin          0x1bcb23fc unregister_ShockwaveFlash + 47740
    6   ...lashPlayer-10.4-10.5.plugin          0x1bcb2440 unregister_ShockwaveFlash + 47808
    7   ...lashPlayer-10.4-10.5.plugin          0x1bcb2566 unregister_ShockwaveFlash + 48102
    8   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    9   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x968bf1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x968f2a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x1bcb22d7 unregister_ShockwaveFlash + 47447
    4   ...lashPlayer-10.4-10.5.plugin          0x1bb984b5 0x1b871000 + 3306677
    5   ...lashPlayer-10.4-10.5.plugin          0x1bcb23fc unregister_ShockwaveFlash + 47740
    6   ...lashPlayer-10.4-10.5.plugin          0x1bcb2440 unregister_ShockwaveFlash + 47808
    7   ...lashPlayer-10.4-10.5.plugin          0x1bcb2566 unregister_ShockwaveFlash + 48102
    8   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    9   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79b04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x94241d0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5   ...ple.CoreServices.CarbonCore          0x97d8afbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    7   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79b04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x94241e88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5   ...ple.CoreServices.CarbonCore          0x97d8afbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    7   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore          0x97d8cde3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore          0x97d6bc36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore          0x97d8ca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x9424ce6a TNodeSyncTask::SyncTaskProc(void*) + 84
    6   ...ple.CoreServices.CarbonCore          0x97d8afbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    8   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x968bf1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x968f2a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x97d6bc62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x97d8ca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x94254791 TPropertyTask::PropertyTaskProc(void*) + 105
    6   ...ple.CoreServices.CarbonCore          0x97d8afbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    8   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x968ef8c6 kevent + 10
    1   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    2   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x968bf1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x968f2a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x97d6bc62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x97d8ca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x9424edb4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6   ...ple.CoreServices.CarbonCore          0x97d8afbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    8   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 22 Crashed:
    0   com.apple.CoreGraphics                  0x947912fc pdf_xref_resolve + 22
    1   com.apple.CoreGraphics                  0x94790148 CGPDFDictionaryGetObject + 226
    2   com.apple.CoreGraphics                  0x94791792 CGPDFDictionaryGetDictionary + 31
    3   com.apple.CoreGraphics                  0x9479158c CGPDFSecurityManagerCreate + 248
    4   com.apple.CoreGraphics                  0x9478dad1 pdf_xref_create + 1042
    5   com.apple.CoreGraphics                  0x9478cd51 CGPDFReaderCreate + 516
    6   com.apple.CoreGraphics                  0x9478c99e CGPDFDocumentCreateWithProvider + 258
    7   com.apple.ImageIO.framework             0x93d6a628 GetSessionPDFRef + 93
    8   com.apple.ImageIO.framework             0x93d6a5ba _CGImagePluginImageCountPDF + 14
    9   com.apple.ImageIO.framework             0x93d664f2 CGImageSourceGetCount + 125
    10  com.apple.AppKit                        0x957ed9bc -[NSNavFBENode _calculatePreviewThumbnailImageWithMaxSize:isThumbnail:] + 618
    11  com.apple.AppKit                        0x957ed74c -[NSNavFBENode thumbnailImageWithSize:] + 56
    12  com.apple.AppKit                        0x957ed491 +[NSNavFBENodePreviewHelper _subthreadComputePreviewThumbnailImages] + 579
    13  com.apple.Foundation                    0x96cb7dfd -[NSThread main] + 45
    14  com.apple.Foundation                    0x96cb79a4 __NSThread__main__ + 308
    15  libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    16  libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x96cec3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x96cf84f4 -[NSRunLoop(NSRunLoop) run] + 84
    6   com.apple.Safari                        0x00087fe4 0x1000 + 552932
    7   com.apple.Foundation                    0x96cb7dfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x96cb79a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    10  libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 22 crashed with X86 Thread State (32-bit):
      eax: 0x0000008e  ebx: 0x94790077  ecx: 0x00000000  edx: 0x00000000
      edi: 0x1e721718  esi: 0x1e721728  ebp: 0xb2e084f8  esp: 0xb2e084e0
       ss: 0x0000001f  efl: 0x00010282  eip: 0x947912fc   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000034
    Binary Images:
        0x1000 -   0x5d3ffc  com.apple.Safari 5.0.6 (5533.22.3) <79731a26a77704fb4831e3adc020a381> /Applications/Safari.app/Contents/MacOS/Safari
      0x644000 -   0x64ffff  libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
      0x657000 -   0x681fe8  com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0x692000 -   0x6a1ffc  SyndicationUI ??? (???) <4cb2f7ffaf3185ff4e036082064e7121> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
      0x6cd000 -   0x6d2fff  com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9305ccde37dcf5329fd9faea1db1f153> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x1c16000 -  0x1c17fff  com.apple.JavaPluginCocoa 12.9.0 (12.9.0) <5451adf6a77e3088b1a096fe1e16b189> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x11f4a000 - 0x1239cffb  com.apple.RawCamera.bundle 3.7.0 (569) <a991d958b0d3d0717ee57dda597653fc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x14c94000 - 0x14c9effe  com.apple.URLMount 3.1.1 (3.1.1) <0189760dca64cd07c190e1a7b10283e5> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x15a92000 - 0x15a97ff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x1712b000 - 0x1712eff2 +com.macromedia.Flash Player.plugin 10.3.183.11 (10.3.183.11) <b16bc6e0fdeae1525129039546e2a402> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x17e28000 - 0x17e2cffd  JavaLaunching ??? (???) <41aa04fadb9589ab9c249284090b2ef7> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0x17ebc000 - 0x17ebdff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x180ac000 - 0x180affff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x18104000 - 0x1810afff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x18857000 - 0x18859ffe  com.apple.AutomatorCMM 1.1 (162) <413d7e87f90ba14adf2c2a08af448666> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x1886a000 - 0x1886bffd  com.apple.BluetoothMenu 2.1.8 (2.1.8f2) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x1a170000 - 0x1a172fff  com.apple.BezelServicesFW 1.4.9212 (1.4.9212) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x1b871000 - 0x1c2bffe3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.3.183.11 (10.3.183.11) <b6003283e6137751b96b7f9a893219b9> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x1dc40000 - 0x1dcb5ff7  com.apple.Bluetooth 2.1.9 (2.1.9f10) <d70a88066ebf7eb8071781f686caced3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x21374000 - 0x2146cfe0  com.apple.DiskImagesFramework 10.5.10 (204) <b5a706350dbfe8ef03d23833e5687f65> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
    0x214d2000 - 0x21508fff  com.apple.MediaKit 9.1 (401) <62f8d49f7d7eb4096d74377d0b7b51d5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x2173d000 - 0x2174bfeb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x21750000 - 0x21762fff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x25c00000 - 0x25cc9fe5  com.apple.DiscRecording 4.0.7 (4070.4.1) <7c105f35c674aad3a476f8959d3f3ebb> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x25d34000 - 0x25d61ffb  libcurl.4.dylib ??? (???) <e70ed3c4c3a9ab52cca43930b038b2b8> /usr/lib/libcurl.4.dylib
    0x2929c000 - 0x2929cffd  liblangid.dylib ??? (???) <4a7cd4e810ac2cf4cadd29d0bda17306> /usr/lib/liblangid.dylib
    0x2978b000 - 0x298b6ff7  libmecab.1.0.0.dylib ??? (???) <b1f984a091cd38aaa82c99b8437b2761> /usr/lib/libmecab.1.0.0.dylib
    0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90003ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90004000 - 0x9001afff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9001b000 - 0x9001bffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9001c000 - 0x901d8ff3  com.apple.QuartzComposer 2.1 (106.13) <f487aaca8ebdc7e334e2c79cebd8da66> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x901d9000 - 0x901dcfff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90282000 - 0x9036aff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9036b000 - 0x903abfef  com.apple.CoreMedia 0.484.2 (484.2) <a3f49c4ac23e1e4ff60061ef279e367c> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x903ac000 - 0x903b6feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x903b7000 - 0x903ccffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x903cd000 - 0x9040ffef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90410000 - 0x90412ff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90413000 - 0x904a0ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x904a1000 - 0x904bfff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x904c0000 - 0x905aefef  com.apple.PubSub 1.0.5 (65.23) <7d496f89df21f6b9ecf99a7727469c2a> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x905af000 - 0x905b6ff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x905b7000 - 0x905bcfff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90602000 - 0x90819ff7  com.apple.JavaScriptCore 5534 (5534.49) <b6a2c99482d55a354e6281cd4dd82518> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9081a000 - 0x90823fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90836000 - 0x9083efff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9083f000 - 0x90863feb  libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x90864000 - 0x90c22fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90c23000 - 0x90c47fff  libxslt.1.dylib ??? (???) <c372568bd2f7169efa0faee6546eead3> /usr/lib/libxslt.1.dylib
    0x90c48000 - 0x90c86fff  libGLImage.dylib ??? (???) <b154e14c351ddc950d5228819201435e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90c87000 - 0x90dd1feb  com.apple.QTKit 7.7 (1680.28) <c03868cba11c22743a5d68e1b0184399> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90dd2000 - 0x91b40fe3  com.apple.WebCore 5534 (5534.50.1) <bef6f01e56834f2498918b264f0acbf7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91b41000 - 0x91b7bffe  com.apple.securityfoundation 3.0.2 (36131) <f36bdfb346d21856a7aa3e67024cc1d7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x91b7c000 - 0x91b7efff  com.apple.securityhi 3.0 (30817) <db23f4bad9f63a606468a4047a69b945> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91de8000 - 0x91de8fff  com.apple.Carbon 136 (136) <2ea8decb44f41c4f2fc6fe93e0a53174> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91e01000 - 0x91e94fff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91e95000 - 0x91ee3fe3  com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x91ee4000 - 0x9201cfe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x92181000 - 0x921a0ffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x921a1000 - 0x921a1ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x921cc000 - 0x921dbffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <9a3a2108a5612a5e683e7e026c582a98> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9222e000 - 0x92277fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92278000 - 0x92293ff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92294000 - 0x922c6fff  com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x922c7000 - 0x92316fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x92317000 - 0x9237dffb  com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9237e000 - 0x923c9ff7  com.apple.CoreMediaIOServices 140.0 (1492) <3fd3879b31be7659c1008e8991e9f69b> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x923ca000 - 0x92786ff4  com.apple.VideoToolbox 0.484.2 (484.2) <f8e0dbf848f7441bc31428305a2f65bf> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92791000 - 0x92791ffe  com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92792000 - 0x92912fff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92913000 - 0x9299aff7  libsqlite3.0.dylib ??? (???) <7d1fcfae937da95c7d2b9bdea57e6dc0> /usr/lib/libsqlite3.0.dylib
    0x9299b000 - 0x92d38fef  com.apple.QuartzCore 1.5.8 (1.5.8) <8dc9ad0616bf56ebba60d6353737ac4e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x92d39000 - 0x92d40fff  com.apple.agl 3.0.9 (AGL-3.0.9) <d64d715dab8565014f5e2f239fd2410c> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92d41000 - 0x92d92ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92d93000 - 0x92e20ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92e21000 - 0x93d21fe6  com.apple.QuickTimeComponents.component 7.7 (1680.28) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93d22000 - 0x93d4ffeb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93d53000 - 0x93d62fff  libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x93d63000 - 0x93eacff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x93ead000 - 0x941d8ff6  com.apple.QuickTime 7.7 (1680.28) <df75ea1435dadaf44ffde0924bc67ec4> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x941e5000 - 0x9423fff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94240000 - 0x942caff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x942cb000 - 0x942f4fff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x942fa000 - 0x94339fef  libTIFF.dylib ??? (???) <2afd7f6079224311d67ab427e10bf61c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9436f000 - 0x94374fff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94375000 - 0x943a6ffb  com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x943a7000 - 0x943e1fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x943e2000 - 0x943fafff  com.apple.openscripting 1.2.8 (???) <a6b446eb8ec7844096df5fb9002f5c7b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x943fb000 - 0x944c6fef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x944cd000 - 0x94560ff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94561000 - 0x94571ffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94572000 - 0x94574ffd  com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94575000 - 0x94692ff7  com.apple.WebKit 5534 (5534.50.2) <643ffe6446c331210a74f896f0804eb2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94693000 - 0x946c9fef  libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x946ca000 - 0x946d6ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x946d7000 - 0x94718fe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94719000 - 0x94719ff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9471a000 - 0x94dbafff  com.apple.CoreGraphics 1.409.8 (???) <25020feb388637ee860451c19b613c48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94dbb000 - 0x94e38fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94e39000 - 0x94ee0feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94ee1000 - 0x94ee8ffe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x94ee9000 - 0x94eeffff  com.apple.print.framework.Print 218.0.3 (220.2) <0b70ba17cbbe4d62a00bec91c8cc675e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94f04000 - 0x94fabfec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94fac000 - 0x94fcafff  libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
    0x94fcb000 - 0x94fdbfff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94fdc000 - 0x9500bfe3  com.apple.AE 402.3 (402.3) <aee412511c8725cd1a2cfb6501316bd5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9500c000 - 0x95018ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95019000 - 0x95019ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9501a000 - 0x9508dfff  com.apple.iLifeMediaBrowser 2.1.5 (368) <3026150475335424dd1532739ded6fb0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9508e000 - 0x9513ffff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95140000 - 0x95140ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x95141000 - 0x95551fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95552000 - 0x95d50fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95d51000 - 0x95d6eff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x95d6f000 - 0x95de1fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95de7000 - 0x960effe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x960f0000 - 0x96274fef  com.apple.MediaToolbox 0.484.2 (484.2) <03c5c5966a91ad3ae9c825340fa21970> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x962b2000 - 0x963ebff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x963ec000 - 0x968bdf76  libGLProgrammability.dylib ??? (???) <bf7fb226cbb412edfa377537c3e35877> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x968be000 - 0x96a25ff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
    0x96a43000 - 0x96a8efe1  com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96a8f000 - 0x96b0cfeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96bd7000 - 0x96c34ffb  libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
    0x96ca3000 - 0x96ca4ffc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x96ca5000 - 0x96cacfe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x96cad000 - 0x96f29fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96f2a000 - 0x96f36fff  libbz2.1.0.dylib ??? (???) <d355415c89c383330697a7b73d6dbc2e> /usr/lib/libbz2.1.0.dylib
    0x96f37000 - 0x96f62fe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x96f63000 - 0x96f67fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96f68000 - 0x97023fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97024000 - 0x9705bfff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9705c000 - 0x970b5ff7  libGLU.dylib ??? (???) <a08a753efc35f8a27f9c8f938fa01101> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x970b6000 - 0x97196fff  libobjc.A.dylib ??? (???) <d1469bf9fe852864d4fff185c72768e8> /usr/lib/libobjc.A.dylib
    0x97197000 - 0x972e9ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x972ef000 - 0x9747efe7  com.apple.CoreAUC 3.08.0 (3.08.0) <ce8da72493f7ad2bcb13130e6d0eca54> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9747f000 - 0x97546ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9757a000 - 0x9766eff4  libiconv.2.dylib ??? (???) <96ff4c6f84c4a1623cb78287371cdd3f> /usr/lib/libiconv.2.dylib
    0x9766f000 - 0x9767afe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9767b000 - 0x9767bffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9767c000 - 0x9784dfef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9784e000 - 0x97876ff7  com.apple.shortcut 1.0.1 (1.0) <a452d3f7feae073a12718c2bc553c575> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x97877000 - 0x97893ff3  com.apple.CoreVideo 1.6.1 (48.6) <e1eea31edd855f3e739202eb18ac8312> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97894000 - 0x97894ff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97895000 - 0x97914ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x97915000 - 0x9798fff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <3839795086b6857d3c60064dce8702b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x97990000 - 0x97990ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x97991000 - 0x979edff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x979ee000 - 0x979f2fff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x97b06000 - 0x97c39fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97c3a000 - 0x97c3ffff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x97c40000 - 0x97cf2ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x97d42000 - 0x9801cff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9801d000 - 0x9802afe7  com.apple.opengl 1.5.10 (1.5.10) <95c3d857570a137d0e8285c9eafa1112> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9802b000 - 0x98039ffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x9803a000 - 0x9811bff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • In Mac OSX Firefox is hanging when trying to save files forcing restart - related to Google Chrome Script possibly

    When saving files from within Firefox sometimes, I get a pop up dialog message saying "Warning Unresponsive Script". The script it refers to is "chrome:global/content/bindings/general.xml:0". I am usually running Chrome at the same time cause I use different browsers for different things and that's the only way I can keep my workflow straight. However, I am not sure what one, would have to do with the other. But there it is. When this happens, things are usually fine and I can save my photo or whatever just fine no problem. However, about 25% of the time it locks me into a loop that I cannot get out of. I cannot dismiss the script error, I cannot save the file or skip the file save dialog box either, and the only way I can continue in Firefox is to force close it and restart. This is SERIOUSLY annoying me and affecting me adversely and I am going to have to dump Firefox and use something else if I can't get this resolved.
    I took a look at the error log to see what it said and found the following:
    Jan 19 22:37:35 mac-mini [0x0-0x1a01a].com.google.Chrome[186]: Handling SIGTERM in renderer.
    Jan 19 22:37:35 mac-mini [0x0-0x1a01a].com.google.Chrome[186]: Wrote signal to shutdown pipe.
    Jan 19 22:37:35 mac-mini com.apple.launchd[118] (0x10e280.Google Chrome He[4976]): Policy denied Mach service lookup: com.apple.windowserver.session
    Jan 19 22:38:05 mac-mini [0x0-0x1a01a].com.google.Chrome[186]: Wed Jan 19 22:38:05 mac-mini.local Google Chrome Helper[4976] <Error>: The function `CGAccessSessionSkipBytes' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance. Please use `CGAccessSessionSkipForward' instead.
    Any ideas on fixing this? I did not have this problem with the previous version of Firefox and only started encountering it recently when I started using Firefox 3.6.13

    Early on I tried starting firefox in safe mode as one possible fix, and that didn't solve the problem. I just tried again right now with the fresh installation, and still no luck.
    Any other ideas?

Maybe you are looking for