Genieo InstallMac help

I accidentall installed "Genieo InstallMac" and then downloaded the Uninstaller and got rid of it. I also got rid of the extra files that the uninstaller didn't get rid of. However, ever since my internet has become very slow, youtube would take 30-40sec to begin loading. This never happend before. It's not because of my wifi either. I just don't know. Help.

If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostictest. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary in case your startup drive is failing.
Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as some other aspects of the configuration that may be related to the problem.
Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: In each of two steps, you copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is copy; paste; paste again. That's all there is to it. Details follow.
While investigating the problem, you may have started the computer in "safe" mode. If possible, these steps should be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so.
Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable output, but they must be entered exactly as given in order to work. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
Launch the Terminal application in any of the following ways: 
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
Step 1 
Triple-click anywhere in the line of text below on this page to select it:
PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n\n' "$1" "$o"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; { o=$(( $(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256 )); [[ $o -gt 1024 ]] && printf "\nPageouts: %s MiB\n\n" $o; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; o=$(crontab -l); PR "User cron tasks"; o=$(cat /e*/lau*); PR "Global launchd configuration"; o=$(cat ~/.lau*); PR "Per-user launchd configuration"; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); [[ $o -eq 0 ]] || printf "\nRestricted user files: %s\n\n" $o; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist"); ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; for d in {,/}L*/{La,Priv,Sta}* L*/Fonts; do o=$(ls -A "$d"); PR "$d"; done; } 2> /dev/null | pbcopy; echo $'\nStep 1 done'
Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "Step 1 done" to appear below what you entered. The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message. No typing is involved in this step.
Step 2 
Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n\n' "$1" "$o"; }; { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l); PR "Root cron tasks"; o=$(syslog -k Sender kernel -k Message CReq 'error|GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2> /dev/null | pbcopy; echo $'\nStep 2 done'
This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
You can then quit Terminal.
To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
Remember, Steps 1 and 2 are all copy-and-paste — type only your password. Also remember to post the output.

Similar Messages

  • HELP! I've accidentally downloaded "crap" called genieo  i can't remove it, anyone know about this?

    Please Help! I've accidentally downloaded a program called Genieo its taken over my Google Search page. I cannot remove it or change the settings! Everytime I try to search I get taken to this junk.

    If you have genieo (installmac) adware ,
    carefully read this :
    Genieo :The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work.
    or
    Adware Removal Guide : Genieo

  • Please help, my iMac is running slow and plenty of memory available?

    Please help, my iMac is running slow and plenty of memory available? I tried reading some of these forums to see what to do, I have already deleted all of my downloads that were stored in the downloads file. Not sure what to do next, I ran the etrecheck and here is the following info from the scan:
    EtreCheck version: 2.2 (132)
    Report generated 4/20/15, 2:55 PM
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Click to remove] links for help removing adware.
    Hardware Information: ℹ️
        iMac (27-inch, Mid 2011) (Technical Specifications)
        iMac - model: iMac12,2
        1 2.7 GHz Intel Core i5 CPU: 4-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 0/DIMM1
                Empty  
            BANK 1/DIMM1
                Empty  
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        AMD Radeon HD 6770M - VRAM: 512 MB
            iMac 2560 x 1440
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 5:29:18
    Disk Information: ℹ️
        ST31000528AS disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (872.44 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        OPTIARC DVD RW AD-5690H 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Internal Memory Card Reader
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Genieo, InstallMac Adware! [Click to remove]
        More adware files Adware! [Click to remove]
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.cmfsyncagent.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.gamed.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.spindump_agent.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        15 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.spindump.plist
        [killed]    com.apple.wdhelper.plist
        7 processes killed due to memory pressure
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.adobe.AdobeCreativeCloud.plist [Click for support]
        [running]    com.dced8a8837572b7b.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [not loaded]    com.dced8a8837572b7b.daemon.plist [Click for support]
        [running]    com.dced8a8837572b7b.helper.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.citrixonline.GoToMeeting.G2MUpdate.plist [Click for support] [Click for details]
        [loaded]    com.genieo.completer.download.plist  Adware! [Click to remove]
        [loaded]    com.genieo.completer.update.plist  Adware! [Click to remove]
        [running]    com.google.Chrome.framework.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [failed]    com.webtools.update.agent.plist [Click for support] [Click for details]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        AdobeResourceSynchronizer    Application  (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Support/AdobeResourceSynchronizer.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
    Internet Plug-ins: ℹ️
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 3.0.0.85 BETA  - SDK 10.7 [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 40 Check version
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    Safari Extensions: ℹ️
        Omnibar  Adware! [Click to remove]
        MacMin
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             3%    AddressBookSourceSync
             3%    Google Chrome Helper(10)
             3%    Google Chrome
             2%    mdworker(5)
             1%    WindowServer
    Top Processes by Memory: ℹ️
        729 MB    Google Chrome Helper(10)
        481 MB    kernel_task
        119 MB    Google Chrome
        115 MB    Mail
        74 MB    softwareupdated
    Virtual Memory Information: ℹ️
        58 MB    Free RAM
        3.94 GB    Used RAM
        218 MB    Swap Used
    Diagnostics Information: ℹ️
        Apr 20, 2015, 09:21:25 AM    Self test - passed

    So I looked up the info on OWC as suggested and found the correct memory to upgrade but not sure how much to get and which option? I wanted to know how much space I have available to upgrade so I don't buy something that's more than what can be used. I'm not sure if I need 4GB or 8GB of ram? Also there are two options with every memory choice for instance:
    8.0GB PC3-10600 1333MHZ SO Kit (4GB + 4GB) w/Lifetime Limited Warranty
    Same Day
    $78.79
    8.0GB PC3-10600 SO-DIMM 204 Pin w/Lifetime Limited Warranty
    Same Day
    $82.79
    Not sure what the difference is in the two and which I would need to purchase? Thank you for all your help!

  • Safari quits unexpectedly everytime I try to open. Please help!!!!

    Safari quits everytime I try to open it. I need help in ways of fixing this. Below is a copy of the crash report.............
    Process:    
    Safari [4694]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    7.0.2 (9537.74.9)
    Build Info: 
    WebBrowser-7537074009000000~3
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [729]
    Responsible:
    Safari [4694]
    User ID:    
    501
    Date/Time:  
    2014-03-29 14:56:44.015 -0400
    OS Version: 
    Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  1F04BABB-A0E9-FD45-0796-4B83E7F8561D
    Sleep/Wake UUID: 91F5CD69-F6F8-49F9-915B-F2264A9163AD
    Crashed Thread:  10
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    External Modification Warnings:
    Thread creation by external task.
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x000000010b968a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x000000010b967d18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x0000000108295155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x0000000108294779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x00000001082940b5 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox      
    0x000000010ad1aa0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox      
    0x000000010ad1a7b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox      
    0x000000010ad1a5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit         
    0x000000010916c3de _DPSNextEvent + 1434
    9   com.apple.AppKit         
    0x000000010916ba2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.Safari.framework
    0x0000000104d54290 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    11  com.apple.AppKit         
    0x00000001094cae2e -[NSApplication _realDoModalLoop:peek:] + 642
    12  com.apple.AppKit         
    0x00000001094c954e -[NSApplication runModalForWindow:] + 117
    13  com.apple.AppKit         
    0x00000001094c90fd -[NSAlert runModal] + 145
    14  com.apple.AppKit         
    0x00000001091712a9 __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1054
    15  com.apple.AppKit         
    0x0000000109170e4e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    16  com.apple.AppKit         
    0x0000000109170def -[NSPersistentUIRestorer promptToIgnorePersistentState] + 213
    17  com.apple.AppKit         
    0x0000000109170d13 -[NSPersistentUIManager promptToIgnorePersistentState] + 28
    18  com.apple.AppKit         
    0x0000000109170b34 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 252
    19  com.apple.AppKit         
    0x0000000109170909 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    20  com.apple.AppKit         
    0x000000010917036b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    21  com.apple.Foundation     
    0x00000001076bbf0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    22  com.apple.Foundation     
    0x00000001076bbd7d _NSAppleEventManagerGenericHandler + 106
    23  com.apple.AE             
    0x000000010c190e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    24  com.apple.AE             
    0x000000010c190c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    25  com.apple.AE             
    0x000000010c190b36 aeProcessAppleEvent + 315
    26  com.apple.HIToolbox      
    0x000000010ad27161 AEProcessAppleEvent + 56
    27  com.apple.AppKit         
    0x000000010916c246 _DPSNextEvent + 1026
    28  com.apple.AppKit         
    0x000000010916ba2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    29  com.apple.Safari.framework
    0x0000000104d54290 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    30  com.apple.AppKit         
    0x000000010915fb2c -[NSApplication run] + 553
    31  com.apple.AppKit         
    0x000000010914a913 NSApplicationMain + 940
    32  com.apple.Safari.framework
    0x0000000104f2606d SafariMain + 267
    33  libdyld.dylib            
    0x000000010b7d35fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x000000010b96ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x000000010ba76f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x000000010ba79fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x000000010b96d662 kevent64 + 10
    1   libdispatch.dylib        
    0x000000010b79e43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib        
    0x000000010b79e152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib   
    0x000000010b96ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x000000010ba76f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x000000010ba79fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x000000010b96ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x000000010ba76f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x000000010ba79fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x000000010b96ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x000000010ba76f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x000000010ba79fb9 start_wqthread + 13
    Thread 6:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x000000010b96c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x000000010ba77c3b _pthread_cond_wait + 727
    2   com.apple.WebCore        
    0x000000010ed92e8b WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore        
    0x000000010ed8fa1f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore 
    0x00000001057dec5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000010ba75899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000010ba7572a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x000000010ba79fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x000000010b96ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x000000010ba76f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x000000010ba79fb9 start_wqthread + 13
    Thread 8:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib   
    0x000000010b968a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x000000010b967d18 mach_msg + 64
    2   com.apple.QuartzCore     
    0x00000001068e2377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore     
    0x00000001068e22ad thread_fun + 25
    4   libsystem_pthread.dylib  
    0x000000010ba75899 _pthread_body + 138
    5   libsystem_pthread.dylib  
    0x000000010ba7572a _pthread_start + 137
    6   libsystem_pthread.dylib  
    0x000000010ba79fc9 thread_start + 13
    Thread 9:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x000000010b968a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x000000010b967d18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x0000000108295155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x0000000108294779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x00000001082940b5 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation     
    0x0000000107701967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation     
    0x000000010770176b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x000000010ba75899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x000000010ba7572a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x000000010ba79fc9 thread_start + 13
    Thread 10 Crashed:
    0   libobjc.A.dylib          
    0x0000000107d55f9c _objc_opt_data + 1429044
    Thread 10 crashed with X86 Thread State (64-bit):
      rax: 0x534e5f245f524156  rbx: 0x0000000000000054  rcx: 0x0000000106ed1000  rdx: 0x0000000000000054
      rdi: 0x0000000106ed1000  rsi: 0x00000001068b8000  rbp: 0x0000000106ed2ff0  rsp: 0x0000000106ed2f68
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000107bac420  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x00000001068b8000
      rip: 0x0000000107d55f9c  rfl: 0x0000000000010206  cr2: 0x0000000107d55f9c
    Logical CPU:
    3
    Error Code: 
    0x00000000
    Trap Number:
    13
    Binary Images:
    0x104cee000 -   
    0x104ceeffd  com.apple.Safari (7.0.2 - 9537.74.9) <16623B62-3663-3C26-BBD4-8B32AC882692> /Applications/Safari.app/Contents/MacOS/Safari
    0x104cf7000 -   
    0x1051fdff3  com.apple.Safari.framework (9537 - 9537.74.9) <92E7195B-FAED-3578-96E2-6F75274C300B> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
    0x1055ee000 -   
    0x1055efff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x1055f6000 -   
    0x105614ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x105636000 -   
    0x105637fff  libquit.dylib (161.2) <54B83D99-F84C-35E1-87D5-FCCB2F200FBD> /usr/lib/libquit.dylib
    0x105643000 -   
    0x105660ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x105672000 -   
    0x105672fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x105675000 -   
    0x105675fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x10567b000 -   
    0x1056d9ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x10571a000 -   
    0x105724ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x105732000 -   
    0x10579cff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x1057d5000 -   
    0x105b4cffa  com.apple.JavaScriptCore (9537 - 9537.74.4) <0942FE6B-3152-30FC-B92A-92A1C29C5295> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x105c48000 -   
    0x105e00ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
    0x105ea6000 -   
    0x105f90fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x105fa9000 -   
    0x105fdaff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x105ff1000 -   
    0x105ffeff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x106008000 -   
    0x106016fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x106022000 -   
    0x106063fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x1068bb000 -   
    0x106a57ff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x106b30000 -   
    0x106d89ff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x106ed8000 -   
    0x106f4bfff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x106f8f000 -   
    0x106fbdff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x106ff2000 -   
    0x107055ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x107093000 -   
    0x1071c9ff6  com.apple.WebKit (9537 - 9537.74.9) <CA0C0387-8A66-34D4-8B1C-F5CDDBDA76BB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x1072bf000 -   
    0x1074afffd  com.apple.WebKit2 (9537 - 9537.74.9) <3F7B257F-D0DA-3AA8-BE8B-0C5474FE9806> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x10769b000 -   
    0x107999fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x107bd6000 -   
    0x107d83f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x107da8000 -   
    0x107dfafff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x107e5c000 -   
    0x107f1eff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x107f93000 -   
    0x107f94ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x107f9f000 -   
    0x10810fff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x10821b000 -   
    0x10821bfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x108224000 -   
    0x108409fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x10857f000 -   
    0x108685ff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x1086f1000 -   
    0x109010af3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x109143000 -   
    0x109143fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x109148000 -   
    0x109cbefff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x10a449000 -   
    0x10a478ff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x10a499000 -   
    0x10a4aaff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x10a4b2000 -   
    0x10a4b4fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x10a4bc000 -   
    0x10a4f4ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x10a52e000 -   
    0x10a681ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x10a71b000 -   
    0x10a71bffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x10a722000 -   
    0x10a96aff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x10aa95000 -   
    0x10aaf9fff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x10ab3c000 -   
    0x10ac6cff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x10acec000 -   
    0x10af96ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x10b0f2000 -   
    0x10b0faff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x10b106000 -   
    0x10b148ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x10b165000 -   
    0x10b24cff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x10b287000 -   
    0x10b36bfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x10b42f000 -   
    0x10b480ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x10b4a8000 -   
    0x10b4adfff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x10b4b8000 -   
    0x10b4b9fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x10b4bf000 -   
    0x10b4d1ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x10b4e5000 -   
    0x10b4fdff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x10b513000 -   
    0x10b520fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x10b535000 -   
    0x10b5f9ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x10b686000 -   
    0x10b6a1ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x10b6b0000 -   
    0x10b6d9ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x10b6ec000 -   
    0x10b6f0ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x10b6f9000 -   
    0x10b703fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x10b714000 -   
    0x10b71bfff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x10b727000 -   
    0x10b72eff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x10b737000 -   
    0x10b785fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x10b79b000 -   
    0x10b7b5fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    0x10b7d0000 -   
    0x10b7d3ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
    0x10b7e0000 -   
    0x10b7e0ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x10b7e9000 -   
    0x10b7f0ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x10b7fc000 -   
    0x10b801fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x10b80b000 -   
    0x10b80dff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x10b813000 -   
    0x10b814ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x10b820000 -   
    0x10b831ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x10b83b000 -   
    0x10b83cff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x10b844000 -   
    0x10b8cdff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x10b8f9000 -   
    0x10b8fbff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
    0x10b902000 -   
    0x10b90afff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x10b915000 -   
    0x10b93cffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x10b957000 -   
    0x10b973ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
    0x10b99b000 -   
    0x10b9cafd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x10b9d7000 -   
    0x10b9f2ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x10b9fe000 -   
    0x10ba25ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x10ba41000 -   
    0x10ba4aff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x10ba54000 -   
    0x10ba5aff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x10ba74000 -   
    0x10ba7bff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x10ba8d000 -   
    0x10ba8eff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
    0x10ba97000 -   
    0x10ba9bff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
    0x10baa8000 -   
    0x10baa9fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x10bab3000 -   
    0x10bab8ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x10bac6000 -   
    0x10baeafff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x10bb07000 -   
    0x10bb17fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x10bb26000 -   
    0x10bb2afff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x10bb2f000 -   
    0x10bb2fffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x10bb37000 -   
    0x10bb44ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x10bb4a000 -   
    0x10be34fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x10beb4000 -   
    0x10bf44fff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x10bfab000 -   
    0x10c022fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x10c0cb000 -   
    0x10c138fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x10c183000 -   
    0x10c1deffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x10c20d000 -   
    0x10c2d6fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x10c34d000 -   
    0x10c376fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x10c39b000 -   
    0x10c3a2fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x10c3aa000 -   
    0x10c3b5fff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
    0x10c3c1000 -   
    0x10c3ccff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x10c3dc000 -   
    0x10c3dffff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x10c3e7000 -   
    0x10c3feff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x10c421000 -   
    0x10c42bff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x10c436000 -   
    0x10c45effb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x10c46f000 -   
    0x10c4fbff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x10c535000 -   
    0x10c5a4ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x10c5d6000 -   
    0x10c65ffff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x10c6a7000 -   
    0x10c6ecffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x10c71f000 -   
    0x10c72eff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x10c73f000 -   
    0x10c78cff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x10c7b9000 -   
    0x10c7f2ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x10c812000 -   
    0x10c81bfff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x10c835000 -   
    0x10c838ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x10c845000 -   
    0x10c845fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x10c84d000 -   
    0x10cb21fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x10cb68000 -   
    0x10cb68fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x10cb6b000 -   
    0x10cc36fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x10cc43000 -   
    0x10ccf3ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x10cd06000 -   
    0x10d0e7ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x10d151000 -   
    0x10d2bfff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x10d2ef000 -   
    0x10d3defff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x10d455000 -   
    0x10d49cfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x10d4c5000 -   
    0x10d4e9ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x10d4f6000 -   
    0x10d54ffff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x10d562000 -   
    0x10d57dff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x10d58a000 -   
    0x10d58eff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x10d594000 -   
    0x10d682fff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x10d6b3000 -   
    0x10d6b5fff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x10d6ba000 -   
    0x10d701ff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
    0x10d718000 -   
    0x10d731ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x10d750000 -   
    0x10d76cfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x10d77d000 -   
    0x10d86eff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x10d882000 -   
    0x10d8e7ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x10d914000 -   
    0x10d915fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x10d91a000 -   
    0x10d91eff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
    0x10d925000 -   
    0x10d931ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x10d94b000 -   
    0x10d954ffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x10d960000 -   
    0x10d99bfff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x10d9af000 -   
    0x10d9d4ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x10d9f0000 -   
    0x10dcc0ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x10ddba000 -   
    0x10de0dfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x10de35000 -   
    0x10de74fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x10de86000 -   
    0x10de8effc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x10de95000 -   
    0x10dea0fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x10deb5000 -   
    0x10def3ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x10defc000 -   
    0x10defefff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x10df04000 -   
    0x10df07fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x10df12000 -   
    0x10e345ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x10e55e000 -   
    0x10e5acfff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x10e5c6000 -   
    0x10e5d2ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x10e5df000 -   
    0x10e5f8ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x10e60f000 -   
    0x10e63ffff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x10e66d000 -   
    0x10e692ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x10e6a0000 -   
    0x10e720fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x10e740000 -   
    0x10e798ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x10e7e0000 -   
    0x10e80ffff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x10e82c000 -   
    0x10e88bfff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x10e8cc000 -   
    0x10e8f6ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x10e90a000 -   
    0x10e970fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x10e9d2000 -   
    0x10e9d6fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x10e9dd000 -   
    0x10e9e0fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x10e9e7000 -   
    0x10e9f9fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x10ea16000 -   
    0x10ea2eff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x10ea43000 -   
    0x10ea44ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x10ea50000 -   
    0x10ea52ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x10ea59000 -   
    0x10ec17fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x10ed6f000 -   
    0x10ed79ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x10ed8a000 -   
    0x10fbd8fff  com.apple.WebCore (9537 - 9537.74.11) <9683BA7C-A04B-3E33-B195-DCF1C2CABF95> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x11217d000 -   
    0x1121a9fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
    0x11221b000 -   
    0x112228ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
    0x112244000 -   
    0x11224cff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x114639000 -   
    0x11463cffa  libCGXType.A.dylib (599.20.11) <C0B41DDE-0988-3652-B03B-9E5EB0DABAEB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
    0x114b92000 -   
    0x114e23fff  com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x115012000 -   
    0x11503affb  libRIP.A.dylib (599.20.11) <D79461A6-2E24-3531-ADA2-EAC972384A7D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x7fff6052c000 -
    0x7fff6055f817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 2
    thread_create: 1
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 9871
    thread_create: 6
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=161.7M resident=67.7M(42%) swapped_out_or_unallocated=93.9M(58%)
    Writable regions: Total=1.1G written=11.1M(1%) resident=14.0M(1%) swapped_out=4K(0%) unallocated=1.1G(99%)
    REGION TYPE                   
    VIRTUAL
    ===========                   
    =======
    CG backing stores                
    328K
    CG image                           
    4K
    CG raster data                    
    12K
    CG shared images                 
    180K
    CoreServices                     
    256K
    Image IO                          
    16K
    JS JIT generated code              
    8K
    JS JIT generated code (reserved) 
    1.0G   
    reserved VM address space (unallocated)
    Kernel Alloc Once            

    You probably have  genieo (installmac) adware installed,
    read this :
    Genieo :The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work.
    or
    Adware Removal Guide : Genieo

  • How do I get rid of Genieo on my Macbook air

    I have been trying to rid my Macbook air of Genieo.  Can anyone help please.

    You installed the "Genieo/InstallMac" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there should be an item named "Genieo". Select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you couldn't complete Step 1, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib~/Library/Application Support/com.genieoinnovation.Installer~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. It must be said that this failure of oversight is inexcusable and has seriously compromised the value of Gatekeeper and the Developer ID program. You cannot rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.

  • I have been taken over by "installmac"  how do I get rid of it?

    Help...."installmac" wont get off my computer

    You installed the "Genieo/InstallMac" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there should be an item named "Genieo". Select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you couldn't complete Step 1, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client/u/usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib~/Library/Application Support/com.genieoinnovation.Installer~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. It must be said that this failure of oversight is inexcusable and has seriously compromised the value of Gatekeeper and the Developer ID program. You cannot rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.

  • In system preferences my search engine and homepage are set for google but my computer keeps using BING, please help!

    I have system preferences > general > homepage and search engine set as google but my computer keeps using BING! Please help!

    You installed the "Genieo/InstallMac" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there should be an item named "Genieo". Select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you couldn't complete Step 1, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib~/Library/Application Support/com.genieoinnovation.Installer~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. It must be said that this failure of oversight is inexcusable and has seriously compromised the value of Gatekeeper and the Developer ID program. You cannot rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.

  • Help get rid of Bing search engine from macbook pro os 10.7.5

    Help me get rid of Bing search engine from macbook pro os 10.7.5
    fmartn67

    You installed the "Genieo/InstallMac" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there may (or may not) be an application named "Genieo". Genieo may be partially installed even if this item is absent. If it's present, select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you didn't find the Genieo application, or if you couldn't complete Step 1 for any reason, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password. Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib
    /usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib
    ~/Library/Application Support/com.genieoinnovation.Installer
    ~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the perpetrator of the scam sometimes shows up under the name "Genieo support." He will tell you to run the provided uninstaller, while lying about what it does. As he knows and intends, the uninstaller does not completely remove the malware.

  • Safari keep crashing! Please help!

    Hi, my Safari keeps crashing and wont reopen. I tried opening using safe mode, worked fine.
    Here's the report. Please help me!!
    Process:         Safari [340]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.0.6 (9537.78.2)
    Build Info:      WebBrowser-7537078002000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [167]
    Responsible:     Safari [340]
    User ID:         501
    Date/Time:       2014-09-07 20:04:15.864 -0400
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  F769E4B3-2241-32DF-04D8-3A217E2C3F44
    Crashed Thread:  20
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0:
    -->
        __TEXT                 0000000109f36000-0000000109f37000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.xunlei.thunder.thunderextensionforsafari-EQ77XF98J8 (1191 - 2.2.0) Thunder Extension
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x0000000110ba99f2 read + 10
    1   com.apple.Foundation           0x000000010c8e620a _NSReadFromFileDescriptorWithProgress + 255
    2   com.apple.Foundation           0x000000010c8e5fbb _NSReadBytesFromFileWithExtendedAttributes + 888
    3   com.apple.Foundation           0x000000010c8e5bb7 -[NSData(NSData) initWithContentsOfFile:] + 91
    4   com.apple.Foundation           0x000000010c8e5996 -[NSData(NSData) initWithContentsOfURL:] + 325
    5   com.apple.Foundation           0x000000010c8e5742 +[NSDictionary(NSDictionary) newWithContentsOf:immutable:] + 102
    6   com.apple.Foundation           0x000000010c986718 +[NSDictionary(NSDictionary) dictionaryWithContentsOfURL:] + 43
    7   com.apple.Safari.framework     0x000000010a0f170e Safari::GlobalHistory::load(***::Vector<***::RefPtr<Safari::GlobalHistoryItem>, 0ul, ***::CrashOnOverflow>&) + 62
    8   com.apple.Safari.framework     0x000000010a0ef4de Safari::GlobalHistory::init() + 100
    9   com.apple.Safari.framework     0x000000010a0ef451 Safari::GlobalHistory::shared() + 55
    10  com.apple.Safari.framework     0x000000010a0ef587 Safari::GlobalHistory::sharedObjC() + 21
    11  com.apple.Safari.framework     0x0000000109f46ff4 -[AppController applicationDidFinishLaunching:] + 330
    12  com.apple.CoreFoundation       0x000000010d2e5e0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    13  com.apple.CoreFoundation       0x000000010d1d982d _CFXNotificationPost + 2893
    14  com.apple.Foundation           0x000000010c8d57ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    15  com.apple.AppKit               0x000000010e39db69 -[NSApplication _postDidFinishNotification] + 289
    16  com.apple.AppKit               0x000000010e39d89c -[NSApplication _sendFinishLaunchingNotification] + 195
    17  com.apple.AppKit               0x000000010e39a786 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    18  com.apple.AppKit               0x000000010e39a1db -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    19  com.apple.Foundation           0x000000010c8f3f0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    20  com.apple.Foundation           0x000000010c8f3d7d _NSAppleEventManagerGenericHandler + 106
    21  com.apple.AE                   0x00000001113d4e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    22  com.apple.AE                   0x00000001113d4c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    23  com.apple.AE                   0x00000001113d4b36 aeProcessAppleEvent + 315
    24  com.apple.HIToolbox           0x000000010ff56161 AEProcessAppleEvent + 56
    25  com.apple.AppKit               0x000000010e3960b6 _DPSNextEvent + 1026
    26  com.apple.AppKit               0x000000010e39589b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    27  com.apple.Safari.framework     0x0000000109f99c00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    28  com.apple.AppKit               0x000000010e38999c -[NSApplication run] + 553
    29  com.apple.AppKit               0x000000010e374783 NSApplicationMain + 940
    30  com.apple.Safari.framework     0x000000010a16bc6d SafariMain + 267
    31  libdyld.dylib                 0x0000000110a095fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib         0x0000000110ba8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x0000000110cbcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x0000000110cbffb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x0000000110ba9662 kevent64 + 10
    1   libdispatch.dylib             0x00000001109d0421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00000001109d0136 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x0000000110ba8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x0000000110cbcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x0000000110cbffb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x0000000110ba8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x0000000110cbcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x0000000110cbffb9 start_wqthread + 13
    Thread 5:: WebCore: IconDatabase
    0   libsystem_kernel.dylib         0x0000000110ba8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x0000000110cbdc3b _pthread_cond_wait + 727
    2   com.apple.WebCore             0x00000001140393fb WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore             0x0000000114035f8f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore       0x000000010aa25f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x0000000110cbb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x0000000110cbb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x0000000110cbffc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x0000000110ba8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x0000000110cbcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x0000000110cbffb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x0000000110ba8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x0000000110cbcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x0000000110cbffb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x0000000110ba8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x0000000110cbcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x0000000110cbffb9 start_wqthread + 13
    Thread 9:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib         0x0000000110ba4a56 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00000001109d29f9 _dispatch_semaphore_wait_slow + 206
    2   com.apple.CFOpenDirectory     0x00000001116431cf ODQueryCopyResults + 195
    3   com.apple.CFOpenDirectory     0x000000011163b273 ODNodeCopyRecord + 318
    4   com.apple.DirectoryService.Framework 0x000000011a02d450 dsDoDirNodeAuthOnRecordType + 821
    5   com.apple.DirectoryService.Framework 0x000000011a02d0fd dsDoDirNodeAuth + 83
    6   com.apple.framework.SystemAdministration 0x0000000119fe6d89 -[ADMDSNode _authenticateNodeWithName:password:oldPassword:data:method:doAuthentication:] + 498
    7   com.apple.framework.SystemAdministration 0x0000000119fe757c -[ADMDSNode verifyUserName:password:] + 46
    8   com.apple.framework.SystemAdministration 0x0000000119fd8cca -[ADMUser hasEmptyPassword] + 61
    9   com.apple.Safari.framework     0x000000010a12a0df __77-[UserAccountSecurityController _calculateWhetherCurrentUserHasEmptyPassword]_block_invoke + 29
    10  libdispatch.dylib             0x00000001109d11bb _dispatch_call_block_and_release + 12
    11  libdispatch.dylib             0x00000001109ce28d _dispatch_client_callout + 8
    12  libdispatch.dylib             0x00000001109d0082 _dispatch_root_queue_drain + 326
    13  libdispatch.dylib             0x00000001109d1177 _dispatch_worker_thread2 + 40
    14  libsystem_pthread.dylib       0x0000000110cbcef8 _pthread_wqthread + 314
    15  libsystem_pthread.dylib       0x0000000110cbffb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x0000000110ba8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x0000000110cbcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x0000000110cbffb9 start_wqthread + 13
    Thread 11:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x0000000110ba4a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x0000000110ba3d18 mach_msg + 64
    2   com.apple.QuartzCore           0x000000010bb1a377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore           0x000000010bb1a2ad thread_fun + 25
    4   libsystem_pthread.dylib       0x0000000110cbb899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x0000000110cbb72a _pthread_start + 137
    6   libsystem_pthread.dylib       0x0000000110cbffc9 thread_start + 13
    Thread 12:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x0000000110ba4a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x0000000110ba3d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x000000010d239f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x000000010d239539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x000000010d238e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x000000010c939967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x000000010c93976b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x0000000110cbb899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x0000000110cbb72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x0000000110cbffc9 thread_start + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x0000000110ba8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x0000000110cbdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x000000010aa31106 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore       0x000000010aa30c25 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore       0x000000010aa25f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x0000000110cbb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x0000000110cbb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x0000000110cbffc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x0000000110ba8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x0000000110cbdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x000000010aa31727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x000000010aa315b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x000000010aa25f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x0000000110cbb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x0000000110cbb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x0000000110cbffc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x0000000110ba8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x0000000110cbdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x000000010aa31727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x000000010aa315b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x000000010aa25f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x0000000110cbb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x0000000110cbb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x0000000110cbffc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x0000000110ba8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x0000000110cbdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x000000010aa31727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x000000010aa315b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x000000010aa25f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x0000000110cbb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x0000000110cbb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x0000000110cbffc9 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x0000000110ba8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x0000000110cbdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x000000010aa31727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x000000010aa315b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x000000010aa25f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x0000000110cbb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x0000000110cbb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x0000000110cbffc9 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x0000000110ba8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x0000000110cbdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x000000010aa31727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x000000010aa315b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x000000010aa25f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x0000000110cbb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x0000000110cbb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x0000000110cbffc9 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x0000000110ba8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x0000000110cbdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x000000010aa31727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x000000010aa315b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x000000010aa25f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x0000000110cbb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x0000000110cbb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x0000000110cbffc9 thread_start + 13
    Thread 20 Crashed:
    0   libTIFF.dylib                 0x000000011277cfe5 putRGBcontig8bitCMYKtile + 713
    Thread 20 crashed with X86 Thread State (64-bit):
      rax: 0x4637443646373436  rbx: 0x000000000000004c  rcx: 0x00000000007eefaf  rdx: 0x00000000fffeefaf
      rdi: 0x00000000003c6eaf  rsi: 0x000000010a977000  rbp: 0x000000010b0edff0  rsp: 0x000000010b0edf68
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x00000001125d8420  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x000000010a977000
      rip: 0x000000011277cfe5  rfl: 0x0000000000010286  cr2: 0x0000000000000000
    Logical CPU:     6
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x109f36000 -        0x109f36ffd  com.apple.Safari (7.0.6 - 9537.78.2) <91D289A2-9E2F-3197-A702-06B527DC7918> /Applications/Safari.app/Contents/MacOS/Safari
           0x109f3d000 -        0x10a443fff  com.apple.Safari.framework (9537 - 9537.78.2) <364A0CA6-18C3-3449-875B-40F0F054F5EB> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
           0x10a834000 -        0x10a835ff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
           0x10a83f000 -        0x10a85dff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
           0x10a87c000 -        0x10a87dfff  libquit.dylib (161.2) <7B9C07B6-8993-32C8-89C2-23D2E7FA85BA> /usr/lib/libquit.dylib
           0x10a885000 -        0x10a8a2ff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x10a8b5000 -        0x10a8b5fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10a8ba000 -        0x10a8bafff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x10a8bd000 -        0x10a91bff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x10a95b000 -        0x10a965ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x10a97a000 -        0x10a9e6fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x10aa1d000 -        0x10ad94ff6  com.apple.JavaScriptCore (9537 - 9537.78.1) <B105E4F8-5964-39A6-A09C-3897339EEE6E> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
           0x10ae8e000 -        0x10b046ffb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
           0x10b0f0000 -        0x10b1dafff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x10b1f1000 -        0x10b222ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
           0x10b233000 -        0x10b240ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x10b249000 -        0x10b257fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10b261000 -        0x10b2a2fff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x10baf3000 -        0x10bc8fff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x10bd6a000 -        0x10bfc4ff9  com.apple.security (7.0 - 55471.14.8) <EA03E140-2509-3A07-8440-2DC97C0D478B> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10c112000 -        0x10c185fff  com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x10c1c8000 -        0x10c1f6ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x10c227000 -        0x10c28affb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x10c2ca000 -        0x10c400ff5  com.apple.WebKit (9537 - 9537.78.2) <AE0AAF97-AA56-3817-AA30-A0B7A766F0B9> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
           0x10c4f4000 -        0x10c4f5ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
           0x10c4fb000 -        0x10c6ecffc  com.apple.WebKit2 (9537 - 9537.78.2) <353EC5AA-8F73-3B6D-9E2F-0B34C69302BF> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
           0x10c8d3000 -        0x10cbd1fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10ce0f000 -        0x10cfbcf27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x10cfe0000 -        0x10d032fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x10d092000 -        0x10d154ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x10d1c9000 -        0x10d3aefff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10d522000 -        0x10d692ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x10d799000 -        0x10d799fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10d79f000 -        0x10d7a0ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10d7a7000 -        0x10d8adff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10d918000 -        0x10e23832b  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x10e367000 -        0x10e367fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10e372000 -        0x10eee8ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x10f672000 -        0x10f6a1ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x10f6c6000 -        0x10f6d7ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x10f6e1000 -        0x10f6e3fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
           0x10f6ed000 -        0x10f725ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x10f763000 -        0x10f8b7ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x10f94d000 -        0x10f94dffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x10f953000 -        0x10fb9bff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x10fcc5000 -        0x10fd29fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x10fd69000 -        0x10fe99ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x10ff1b000 -        0x1101c5ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x110322000 -        0x11032aff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x110337000 -        0x110379ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x110391000 -        0x110478ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x1104b2000 -        0x110596fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x11065a000 -        0x1106abff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x1106d3000 -        0x1106d8fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x1106e5000 -        0x1106e6fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x1106ec000 -        0x1106feff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <E51DE5CA-9859-3C13-A24F-37EF4385C1D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x110713000 -        0x11072bff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x11073c000 -        0x110749fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x110760000 -        0x110824ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x1108ad000 -        0x1108c8ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x1108d8000 -        0x110901ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
           0x110915000 -        0x110919ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x110925000 -        0x11092ffff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x110942000 -        0x110949fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x110959000 -        0x110960ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
           0x11096d000 -        0x1109bbfff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x1109cd000 -        0x1109e7fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
           0x110a06000 -        0x110a09ff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
           0x110a16000 -        0x110a16ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x110a1f000 -        0x110a26ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
           0x110a2f000 -        0x110a34fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x110a3d000 -        0x110a3fff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x110a47000 -        0x110a48ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x110a52000 -        0x110a63ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x110a73000 -        0x110a74ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x110a7a000 -        0x110b03ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
           0x110b30000 -        0x110b32ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
           0x110b3f000 -        0x110b47fff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
           0x110b50000 -        0x110b77ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x110b93000 -        0x110bafff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
           0x110bd8000 -        0x110c07fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x110c16000 -        0x110c31ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
           0x110c3f000 -        0x110c66ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x110c83000 -        0x110c8cff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x110c9c000 -        0x110ca2ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
           0x110cba000 -        0x110cc1ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x110ccf000 -        0x110cd0fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
           0x110cd9000 -        0x110cddff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
           0x110ce9000 -        0x110ceafff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x110cf1000 -        0x110cf6ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x110cfe000 -        0x110d22fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
           0x110d45000 -        0x110d55fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x110d61000 -        0x110d65fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x110d6c000 -        0x110d6cffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x110d75000 -        0x110d82ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x110d8c000 -        0x111076fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x1110f6000 -        0x111186ff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x1111f3000 -        0x11126afff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x111311000 -        0x11137efff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x1113c7000 -        0x111422ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x111455000 -        0x11151ffff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x111598000 -        0x1115c1fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x1115e8000 -        0x1115effff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x1115fc000 -        0x111607fff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
           0x11160e000 -        0x111619ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x11162a000 -        0x11162dfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x111636000 -        0x11164dff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x111671000 -        0x11167bff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x111688000 -        0x1116b0ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
           0x1116c4000 -        0x111750ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x111788000 -        0x1117f7ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x111829000 -        0x1118b2fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x1118fe000 -        0x111943ff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x111979000 -        0x111988ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x11199a000 -        0x1119e7ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x111a15000 -        0x111a4eff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x111a70000 -        0x111a79fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x111a8c000 -        0x111a8fffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x111a9e000 -        0x111a9efff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x111aa2000 -        0x111d76fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x111dbd000 -        0x111dbdfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x111dc3000 -        0x111e8efff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x111e99000 -        0x111f49ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x111f5a000 -        0x11233bffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x1123a2000 -        0x112510ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x11253d000 -        0x11262cfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x1126a9000 -        0x1126f0fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x11271a000 -        0x11273eff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x112748000 -        0x1127a1fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x1127b1000 -        0x1127ccff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x1127d8000 -        0x1127dcff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x1127e2000 -        0x1128d0fff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x1128fe000 -        0x112900fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x112905000 -        0x11294cff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
           0x112962000 -        0x11297bff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x11299b000 -        0x1129b7fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
           0x1129c7000 -        0x112ab8ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
           0x112acc000 -        0x112b31ffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x112b62000 -        0x112b63fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x112b6d000 -        0x112b71ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
           0x112b78000 -        0x112b84ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x112b99000 -        0x112ba2ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x112bac000 -        0x112be7fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x112bfb000 -        0x112c20ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x112c3d000 -        0x112f0eff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x11300a000 -        0x11305dfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x113084000 -        0x1130c3fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x1130d6000 -        0x1130deffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x1130ea000 -        0x1130f5fff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x113109000 -        0x113147ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x113155000 -        0x113157fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x11315e000 -        0x113161fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x11316d000 -        0x1135a0ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
           0x1137ba000 -        0x113808ff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x113823000 -        0x11382fffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x11383d000 -        0x113856ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x11386a000 -        0x11389afff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
           0x1138c7000 -        0x1138ecff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x1138fb000 -        0x11397cfff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x1139d4000 -        0x113a2cff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x113a77000 -        0x113aa6fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x113ac1000 -        0x113b20fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x113b64000 -        0x113b8eff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
           0x113ba0000 -        0x113c06fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x113c69000 -        0x113c6dfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x113c76000 -        0x113c79fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x113c86000 -        0x113c98fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x113cb5000 -        0x113ccdff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x113ce6000 -        0x113ce7ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x113cf0000 -        0x113cf2ff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x113cfa000 -        0x113eb8fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
           0x114015000 -        0x11401fff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
           0x114030000 -        0x114e84ff7  com.apple.WebCore (9537 - 9537.78.1) <C3CDA458-0ADC-3D71-887C-1E093211D177> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
           0x1173a7000 -        0x1173d3fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x117445000 -        0x117452ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
           0x117465000 -        0x117467fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
           0x11746e000 -        0x117476ff3  libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x118422000 -        0x1186b6ff7  com.apple.RawCamera.bundle (5.06 - 751) <A8B1EEDB-FDCB-3EDC-9728-E3FAA644A499> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x118796000 -        0x118798ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
           0x118ac2000 -        0x118ac5ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
           0x119fd3000 -        0x119fffff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/SystemAdminist ration
           0x11a029000 -        0x11a034ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <B62B1994-1874-3F8D-B62E-589E6F6534C9> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x11a03e000 -        0x11a10fff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D85430A6-1410-3B5F-9D11-17E2440B786E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
           0x11a16f000 -        0x11a1fafff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
           0x11a222000 -        0x11a22cff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
           0x11a237000 -        0x11a2efff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
           0x11a357000 -        0x11a39cfff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
           0x11a3ac000 -        0x11a3ddfff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
           0x11a3ef000 -        0x11a3f5fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
           0x11a401000 -        0x11a436ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x11a445000 -        0x11a455ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
           0x11a45c000 -        0x11a53bfff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
           0x11a5a3000 -        0x11a5d7fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff63da1000 -     0x7fff63dd4817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 1
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 190
        thread_create: 3
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=167.4M resident=94.6M(57%) swapped_out_or_unallocated=72.8M(43%)
    Writable regions: Total=1.2G written=31.9M(3%) resident=34.6M(3%) swapped_out=0K(0%) unallocated=1.1G(97%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG shared images                      140K
    CoreServices                           32K
    Foundation                            104K
    JS JIT generated code                   8K
    JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
    JS VM register file (reserved)       4096K        reserved VM address space (unallocated)
    JS garbage collector                  256K
    Kernel Alloc Once                       8K
    MALLOC                              110.2M
    MALLOC (admin)                         32K
    M

    The crash was not caused by a Safari extension, and Safari extensions are not disabled in safe mode.
    You probably installed the "Genieo/InstallMac" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there may (or may not) be an application named "Genieo". Genieo may be partially installed even if this item is absent. If it's present, select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you didn't find the Genieo application, or if you couldn't complete Step 1 for any reason, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib
    /usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib
    ~/Library/Application Support/com.genieoinnovation.Installer
    ~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that this Internet criminal has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the attacker sometimes shows up under the name "Genieo support." He will tell you to download a fake "uninstaller." As he intends, the uninstaller does not completely remove the malware, and is in fact malware itself.

  • How do I remove GENIEO ?

    Please help me to remove GENIEO it now does all my searches even though I have used their Uninstaller and followed the instructions. HELP.

    The genieo uninstaller hasn't worked properly for a long time.
    If you have genieo (installmac) adware installed,
    carefully read this :
    Genieo :The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work.
    or
    Adware Removal Guide : Genieo

  • Safari crashes upon launch, even after I uninstalled all extensions in safe mode. Help?!

    Process:         Safari [838]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.0.3 (9537.75.14)
    Build Info:      WebBrowser-7537075014000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [184]
    Responsible:     Safari [838]
    User ID:         501
    Date/Time:       2014-05-10 02:35:07.779 -0400
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  5B3A5243-785D-87EA-055C-3D8738270FED
    Crashed Thread:  10
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    External Modification Warnings:
    Thread creation by external task.
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_pthread.dylib                 0x000000010a6e1b35 pthread_threadid_np + 16
    1   libsystem_pthread.dylib                 0x000000010a6e4638 _pthread_mutex_lock + 51
    2   libc++.1.dylib                          0x0000000106a257a9 std::__1::mutex::lock() + 9
    3   com.apple.CoreGraphics                  0x0000000107337d5f CGSConnectionRegistryCheckConnectionID + 33
    4   com.apple.CoreGraphics                  0x0000000107337c63 CGSConnectionByID + 76
    5   com.apple.CoreGraphics                  0x000000010736835c CGSGetNextEventRecordInternal + 28
    6   com.apple.CoreGraphics                  0x00000001073682fa CGEventCreateNextEvent + 33
    7   com.apple.HIToolbox                     0x000000010997274d PullEventsFromWindowServerOnConnection(unsigned int, unsigned char, __CFMachPortBoost*) + 85
    8   com.apple.HIToolbox                     0x000000010997777c PullEventsFromWindowServer + 46
    9   com.apple.HIToolbox                     0x00000001099776c9 FlushSpecificEventsFromQueue + 54
    10  com.apple.AppKit                        0x0000000107ee8c63 +[NSEvent _discardEventsForTrackingArea:] + 64
    11  com.apple.AppKit                        0x0000000107ee8b19 -[NSView(NSInternal) _uninstallTrackingArea:] + 227
    12  com.apple.AppKit                        0x0000000107de8fb5 -[NSView(NSInternal) _uninstallRemovedTrackingAreas] + 461
    13  com.apple.AppKit                        0x0000000107dc2bd6 -[NSView _setWindow:] + 1033
    14  com.apple.AppKit                        0x0000000107dd4f75 -[NSControl _setWindow:] + 154
    15  com.apple.AppKit                        0x0000000107dd4e2e -[NSButton _setWindow:] + 48
    16  com.apple.AppKit                        0x0000000107dc0964 -[NSView addSubview:] + 364
    17  com.apple.AppKit                        0x0000000107ec0ce8 -[NSToolbarItemViewer configureForLayoutInDisplayMode:andSizeMode:inToolbarView:] + 574
    18  com.apple.AppKit                        0x0000000107ebeda0 -[NSToolbarView _layoutDirtyItemViewersAndTileToolbar] + 1275
    19  com.apple.AppKit                        0x0000000107ec020c -[NSToolbar _metrics] + 1343
    20  com.apple.AppKit                        0x0000000107ebe8d7 -[NSToolbarView _layoutDirtyItemViewersAndTileToolbar] + 50
    21  com.apple.AppKit                        0x0000000107ebc506 -[NSToolbarView _syncItemSetAndUpdateItemViewersWithSEL:setNeedsModeConfiguration:sizeToFit:set NeedsDisplay:updateKeyLoop:] + 166
    22  com.apple.AppKit                        0x0000000107ebc457 -[NSToolbarView _noteToolbarLayoutChanged] + 47
    23  com.apple.AppKit                        0x0000000107eb0fe8 -[NSWindow _showToolbar:animate:] + 199
    24  com.apple.AppKit                        0x0000000107eaf272 -[NSWindow setToolbar:] + 788
    25  com.apple.Safari.framework              0x0000000103be6d5b -[ToolbarController initWithBrowserWindowController:] + 587
    26  com.apple.Safari.framework              0x0000000103a13568 -[BrowserWindowControllerMac windowDidLoad] + 739
    27  com.apple.AppKit                        0x000000010804141c -[NSWindowController _windowDidLoad] + 450
    28  com.apple.Safari.framework              0x0000000103c45c13 -[WindowController _windowDidLoad] + 43
    29  com.apple.AppKit                        0x0000000108028016 -[NSWindowController window] + 110
    30  com.apple.Safari.framework              0x0000000103a13c9a -[BrowserWindowControllerMac showWindow:] + 50
    31  com.apple.AppKit                        0x00000001080f5605 -[NSDocument showWindows] + 100
    32  com.apple.Safari.framework              0x00000001039e200b -[BrowserDocument showWindows] + 39
    33  com.apple.AppKit                        0x00000001080f4178 -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 458
    34  com.apple.AppKit                        0x00000001080f3f6f -[NSDocumentController newDocument:] + 36
    35  com.apple.Safari.framework              0x0000000103b754e3 -[WindowReopener reopenWithArrayOfWindowControllerNames:] + 120
    36  com.apple.Safari.framework              0x0000000103b756a4 -[WindowReopener init] + 117
    37  com.apple.Safari.framework              0x0000000103b757b3 +[WindowReopener reopenWindows] + 43
    38  com.apple.Safari.framework              0x00000001039570f7 -[AppController _openUntitledFileWhileLaunching:] + 157
    39  com.apple.Safari.framework              0x0000000103953fa3 -[AppController applicationOpenUntitledFile:] + 22
    40  com.apple.AppKit                        0x0000000108022e20 -[NSApplication _doOpenUntitled] + 447
    41  com.apple.AppKit                        0x0000000107f45f01 __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke + 254
    42  com.apple.AppKit                        0x0000000107f45c23 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_2 + 140
    43  com.apple.AppKit                        0x0000000107f4580d -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 746
    44  com.apple.AppKit                        0x0000000107db0b7b -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 323
    45  com.apple.AppKit                        0x0000000107db0909 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    46  com.apple.AppKit                        0x0000000107db036b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    47  com.apple.Foundation                    0x00000001062fcf0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    48  com.apple.Foundation                    0x00000001062fcd7d _NSAppleEventManagerGenericHandler + 106
    49  com.apple.AE                            0x000000010adf4e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    50  com.apple.AE                            0x000000010adf4c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    51  com.apple.AE                            0x000000010adf4b36 aeProcessAppleEvent + 315
    52  com.apple.HIToolbox                     0x0000000109977161 AEProcessAppleEvent + 56
    53  com.apple.AppKit                        0x0000000107dac246 _DPSNextEvent + 1026
    54  com.apple.AppKit                        0x0000000107daba2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    55  com.apple.Safari.framework              0x00000001039a6d00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    56  com.apple.AppKit                        0x0000000107d9fb2c -[NSApplication run] + 553
    57  com.apple.AppKit                        0x0000000107d8a913 NSApplicationMain + 940
    58  com.apple.Safari.framework              0x0000000103b78c8d SafariMain + 267
    59  libdyld.dylib                           0x000000010a42c5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x000000010a5d5e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000010a6e2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000010a6e5fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x000000010a5d6662 kevent64 + 10
    1   libdispatch.dylib                       0x000000010a3f543d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x000000010a3f5152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x000000010a5d5e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000010a6e2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000010a6e5fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x000000010a5d5e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000010a6e2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000010a6e5fb9 start_wqthread + 13
    Thread 5:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x000000010a5d6962 pread + 10
    1   libsqlite3.dylib                        0x0000000104afb1d4 unixRead + 100
    2   libsqlite3.dylib                        0x0000000104b215ee readDbPage + 478
    3   libsqlite3.dylib                        0x0000000104b2018d sqlite3PagerAcquire + 349
    4   libsqlite3.dylib                        0x0000000104b558f7 sqlite3BtreeMovetoUnpacked + 1143
    5   libsqlite3.dylib                        0x0000000104b474c5 sqlite3VdbeExec + 53365
    6   libsqlite3.dylib                        0x0000000104b3940a sqlite3_step + 666
    7   com.apple.WebCore                       0x000000010da35e39 WebCore::SQLiteStatement::step() + 73
    8   com.apple.WebCore                       0x000000010e17f90e WebCore::IconDatabase::checkIntegrity() + 110
    9   com.apple.WebCore                       0x000000010da35721 WebCore::IconDatabase::performOpenInitialization() + 65
    10  com.apple.WebCore                       0x000000010da35033 WebCore::IconDatabase::iconDatabaseSyncThread() + 259
    11  com.apple.JavaScriptCore                0x000000010442b53f ***::wtfThreadEntryPoint(void*) + 15
    12  libsystem_pthread.dylib                 0x000000010a6e1899 _pthread_body + 138
    13  libsystem_pthread.dylib                 0x000000010a6e172a _pthread_start + 137
    14  libsystem_pthread.dylib                 0x000000010a6e5fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x000000010a5d5e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000010a6e2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000010a6e5fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x000000010a5d5e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000010a6e2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000010a6e5fb9 start_wqthread + 13
    Thread 8:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x000000010a5d1a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000010a5d0d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x000000010552b377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x000000010552b2ad thread_fun + 25
    4   libsystem_pthread.dylib                 0x000000010a6e1899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x000000010a6e172a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x000000010a6e5fc9 thread_start + 13
    Thread 9:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x000000010a5d1a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000010a5d0d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x0000000106ed4fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x0000000106ed45e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x0000000106ed3f25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x0000000106342967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x000000010634276b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x000000010a6e1899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x000000010a6e172a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x000000010a6e5fc9 thread_start + 13
    Thread 10 Crashed:
    0   com.apple.AE                            0x000000010ae09f9c ___ZL25AppleEvents_event_handlerP17_xpc_connection_s_block_invoke + 139
    Thread 10 crashed with X86 Thread State (64-bit):
      rax: 0xa7e898758948b055  rbx: 0x0000000000000054  rcx: 0x0000000106e50000  rdx: 0x0000000000000054
      rdi: 0x0000000106e50000  rsi: 0x0000000105c38000  rbp: 0x0000000106e51ff0  rsp: 0x0000000106e51f68
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x000000010ac67420  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000105c38000
      rip: 0x000000010ae09f9c  rfl: 0x0000000000010206  cr2: 0x000000010ae09f9c
    Logical CPU:     3
    Error Code:      0x00000000
    Trap Number:     6
    Binary Images:
           0x10393f000 -        0x10393fffd  com.apple.Safari (7.0.3 - 9537.75.14) <170ED2F7-108B-326D-96B6-D54CCA40AA85> /Applications/Safari.app/Contents/MacOS/Safari
           0x10394a000 -        0x103e50ffb  com.apple.Safari.framework (9537 - 9537.75.14) <AE2739A0-427C-3015-8DF8-FDCF768D62DE> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
           0x10423a000 -        0x10423bff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
           0x104247000 -        0x104265ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
           0x104283000 -        0x104284fff  libquit.dylib (161.2) <54B83D99-F84C-35E1-87D5-FCCB2F200FBD> /usr/lib/libquit.dylib
           0x104289000 -        0x1042a6ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x1042b6000 -        0x1042b6fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x1042bc000 -        0x1042bcfff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x1042c3000 -        0x104321ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x10435f000 -        0x104369ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x10437d000 -        0x1043e7ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x104422000 -        0x104799ff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <DC1116A7-934C-37C1-9AB2-354DBA43EAD7> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x104895000 -        0x104a4dff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
           0x104af3000 -        0x104bddfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x104bf6000 -        0x104c27ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
           0x104c3d000 -        0x104c4aff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x104c56000 -        0x104c64fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x104c6d000 -        0x104caefff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x105504000 -        0x1056a0ff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x105778000 -        0x105778fff  com.apple.SafariDAVNotifier (1.1.1 - 1) <6FD70177-7044-3EFE-905F-08F1D2D40ECA> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
           0x10577c000 -        0x1059d5ff9  com.apple.security (7.0 - 55471.14.1) <FF57C9BB-4E52-33E5-8927-59AEADB6CA27> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x105b1f000 -        0x105b92fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x105bd2000 -        0x105bd3ffc  com.apple.SafariServices.framework (9537 - 9537.75.14) <700D5B79-CE93-330D-BD9B-37ECCDC4CA98> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
           0x105bd9000 -        0x105c07ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x105c35000 -        0x105c35fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x105c39000 -        0x105c9cff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x105cd7000 -        0x105e0dffc  com.apple.WebKit (9537 - 9537.75.14) <98D7B16B-B2C8-3A4E-9AE9-7A8385ACFBA9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x105f02000 -        0x1060f3ff3  com.apple.WebKit2 (9537 - 9537.75.14) <A54F32B2-5D0D-3A1D-A1F6-FB2162BD50D1> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
           0x1062dc000 -        0x1065dafff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x106818000 -        0x1069c5f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x1069e6000 -        0x1069e6fff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
           0x1069eb000 -        0x106a3dfff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x106a99000 -        0x106b5bff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x106bc9000 -        0x106bcafff  com.apple.AddressBook.ContactsData (8.0 - 1369) <BAF434EC-32B6-3F1C-8ABE-4419A15829FF> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
           0x106bcf000 -        0x106d3fff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x106e46000 -        0x106e47ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
           0x106e4d000 -        0x106e4dfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x106e57000 -        0x106e58ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x106e64000 -        0x107049fff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x1071c2000 -        0x1072c8fff  com.apple.ImageIO.framework (3.3.0 - 1042) <DEA4FF1B-D340-32C3-977D-D249709C6031> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x107331000 -        0x107c5068f  com.apple.CoreGraphics (1.600.0 - 599.21.1) <23BCDB0F-4E60-31BA-859C-820351D50111> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x107d82000 -        0x107d82fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x107d88000 -        0x1088fefff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x109089000 -        0x1090b8ff9  com.apple.GSS (4.0 - 2.0) <1B71A3E1-E31D-32CC-A733-ED155CC4A6A2> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x1090db000 -        0x1090ecff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x1090f7000 -        0x1090f9fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
           0x109102000 -        0x10913aff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x109174000 -        0x1092c7ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x109364000 -        0x109364ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x10936d000 -        0x1095b5ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x1096e2000 -        0x109746fff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x109785000 -        0x1098b5ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x10993c000 -        0x109be6ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x109d40000 -        0x109d48ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x109d56000 -        0x109d98ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x109db6000 -        0x109e9dff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x109ed4000 -        0x109fb8fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10a07d000 -        0x10a0ceff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x10a0f9000 -        0x10a0fefff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x10a10d000 -        0x10a10efff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x10a118000 -        0x10a12aff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x10a13f000 -        0x10a157ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x10a168000 -        0x10a175fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x10a18d000 -        0x10a251ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x10a2da000 -        0x10a2f5ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x10a303000 -        0x10a32cff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
           0x10a33f000 -        0x10a343ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x10a34d000 -        0x10a357fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x10a366000 -        0x10a36dfff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x10a37d000 -        0x10a384ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
           0x10a38c000 -        0x10a3dafff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x10a3f2000 -        0x10a40cfff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
           0x10a429000 -        0x10a42cff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
           0x10a436000 -        0x10a436ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x10a43e000 -        0x10a445ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
           0x10a450000 -        0x10a455fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x10a462000 -        0x10a464ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x10a46f000 -        0x10a470ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x10a479000 -        0x10a48aff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x10a495000 -        0x10a496ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x10a4a2000 -        0x10a52bff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
           0x10a55e000 -        0x10a560ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
           0x10a567000 -        0x10a56ffff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
           0x10a57c000 -        0x10a5a3ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x10a5c0000 -        0x10a5dcff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
           0x10a605000 -        0x10a634fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x10a643000 -        0x10a65eff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
           0x10a66b000 -        0x10a692ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x10a6b2000 -        0x10a6bbff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x10a6c7000 -        0x10a6cdff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
           0x10a6e0000 -        0x10a6e7ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x10a6f8000 -        0x10a6f9ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
           0x10a703000 -        0x10a707ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
           0x10a715000 -        0x10a716fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x10a71e000 -        0x10a723ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x10a72f000 -        0x10a753fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
           0x10a771000 -        0x10a781fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x10a78c000 -        0x10a790fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x10a798000 -        0x10a798ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x10a7a1000 -        0x10a7aeff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x10a7b4000 -        0x10aa9efff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x10ab1b000 -        0x10ababfff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x10ac19000 -        0x10ac90fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x10ad35000 -        0x10ada2fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x10ade7000 -        0x10ae42ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x10ae74000 -        0x10af3dfff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x10afb5000 -        0x10afdefff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x10b007000 -        0x10b00efff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x10b017000 -        0x10b022fff  libkxld.dylib (2422.92.1) <A7DFFC8C-45EE-3525-A961-EF93C2FB1340> /usr/lib/system/libkxld.dylib
           0x10b02d000 -        0x10b038ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x10b049000 -        0x10b04cfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x10b053000 -        0x10b06aff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x10b08d000 -        0x10b097ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x10b0a7000 -        0x10b0cfffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
           0x10b0de000 -        0x10b16aff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x10b1a1000 -        0x10b210ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x10b23f000 -        0x10b2c8fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x10b316000 -        0x10b35bffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x10b394000 -        0x10b3a3ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x10b3b7000 -        0x10b404ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x10b435000 -        0x10b46eff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x10b490000 -        0x10b499fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x10b4b2000 -        0x10b4b5ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x10b4bf000 -        0x10b4bffff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x10b4c4000 -        0x10b798fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x10b7df000 -        0x10b7dffff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x10b7e7000 -        0x10b8b2fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x10b8bd000 -        0x10b96dff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x10b97d000 -        0x10bd5effe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x10bdc8000 -        0x10bf36ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x10bf62000 -        0x10c051fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x10c0c7000 -        0x10c10efff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x10c135000 -        0x10c159ff7  libJPEG.dylib (1042.2) <0AFE20D1-F24D-3548-A562-DB8FA7995655> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x10c161000 -        0x10c1bafff  libTIFF.dylib (1042.2) <1C80C3FD-639C-3781-8A30-265410DD444F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x10c1cb000 -        0x10c1e6ff7  libPng.dylib (1042.2) <103F76EB-0FB7-320E-822F-53483CCB7299> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x10c1f6000 -        0x10c1faff7  libGIF.dylib (1042.2) <0A9267FF-D93A-36DF-87B9-BA34C1166C0C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x10c206000 -        0x10c2f4fff  libJP2.dylib (1042.2) <DD2DE799-C053-3C6A-91EC-D637CBD6FF90> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x10c320000 -        0x10c322fff  libRadiance.dylib (1042.2) <63C92F09-F862-3303-9EF6-55A80B48F2CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x10c32a000 -        0x10c371ff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
           0x10c38d000 -        0x10c3a6ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x10c3c3000 -        0x10c3dffff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
           0x10c3f1000 -        0x10c4e2ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
           0x10c4f4000 -        0x10c559ffb  com.apple.Heimdal (4.0 - 2.0) <1560A2CC-2C0C-3F7B-868C-BD5ADB241F5A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x10c58a000 -        0x10c58bfff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x10c597000 -        0x10c59bff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
           0x10c5a6000 -        0x10c5b2ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x10c5ce000 -        0x10c5d7ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x10c5de000 -        0x10c619fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x10c631000 -        0x10c656ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x10c679000 -        0x10c949ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x10ca3e000 -        0x10ca91fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x10cab8000 -        0x10caf7fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x10cb0d000 -        0x10cb15ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x10cb21000 -        0x10cb2cfff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x10cb42000 -        0x10cb80ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x10cb88000 -        0x10cb8afff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x10cb94000 -        0x10cb97fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x10cba2000 -        0x10cfd5ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
           0x10d1f0000 -        0x10d23efff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x10d257000 -        0x10d263ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x10d26d000 -        0x10d286ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x10d29f000 -        0x10d2cffff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
           0x10d2ff000 -        0x10d324ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x10d333000 -        0x10d3b3fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x10d3d3000 -        0x10d42bff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x10d479000 -        0x10d4a8fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x10d4c3000 -        0x10d522fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x10d562000 -        0x10d58cff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
           0x10d59d000 -        0x10d603fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x10d667000 -        0x10d66bfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x10d677000 -        0x10d67afff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x10d684000 -        0x10d696fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x10d6b4000 -        0x10d6ccff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x10d6de000 -        0x10d6dfff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x10d6ea000 -        0x10d6ecff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x10d6f8000 -        0x10d8b6fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
           0x10da15000 -        0x10da1fff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
           0x10da2f000 -        0x10e881ff7  com.apple.WebCore (9537 - 9537.75.14) <8C80717D-91D3-32D5-92F4-804AC1D1E881> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
           0x110da4000 -        0x110dd0fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x110e42000 -        0x110e4fff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
           0x110e62000 -        0x110e64fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
           0x110e6b000 -        0x110e73ff3  libCGCMS.A.dylib (599.21.1) <84C6C6F3-AD75-3120-A86F-8AE1005A0ECE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x111eb9000 -        0x111ee1ffb  libRIP.A.dylib (599.21.1) <994C1D46-A532-3361-8C20-11778DC12040> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x111ef1000 -        0x111ef4ffa  libCGXType.A.dylib (599.21.1) <0F364FEE-105D-329D-B823-082AA45E6AFD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x113812000 -        0x113aa3fff  com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x113b12000 -        0x113b18fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
           0x113b24000 -        0x113b2cffb  com.apple.CloudServices (1.0 - 1) <644772DA-9267-376D-AD90-749D6B692566> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces
           0x113b39000 -        0x113b43ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
           0x113b94000 -        0x113bbafff  com.apple.AOSAccounts (1.2.47 - 1.2.74) <BA7AA453-31FB-304A-A40C-14B20533C31D> /System/Library/PrivateFrameworks/AOSAccounts.framework/AOSAccounts
           0x113be1000 -        0x113e11ff7  com.apple.CalendarPersistence (7.0 - 138) <A8BDC8DD-9DE2-3819-9B11-114671B6EBB8> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
           0x113f97000 -        0x114228ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
           0x114252000 -        0x1142a1ff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
           0x1142ef000 -        0x11431bff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
           0x114345000 -        0x11458bfff  com.apple.AddressBook.framework (8.0 - 1369) <3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
           0x1147f4000 -        0x114834ff7  com.apple.CalDAV (7.0 - 155.2) <B96DAB4A-7431-3FD2-971B-726A67F6E004> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
           0x114886000 -        0x114892ff7  com.apple.CalendarAgentLink (7.0 - 138) <B8B63D14-D853-3478-B001-BC67B7E9F993> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
           0x1148a5000 -        0x1148c4ff7  com.apple.CalendarFoundation (7.0 - 113.1) <12352B25-2DCF-38C8-9776-CCC68907CF50> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
           0x1148ea000 -        0x114946fff  com.apple.coredav (1.0.1 - 229.6) <6D2B49E8-E81D-36C7-BC24-FD54FA35E5BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
           0x1149a6000 -        0x1149eeff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
           0x114a81000 -        0x114aa7fff  com.apple.iCalendar (7.0 - 162.1) <2027875B-A366-33BE-AE9D-CE5425AD290E> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
           0x114acd000 -        0x114ad9ff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
           0x114ae5000 -        0x114b47ff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <F95E1174-37B7-300C-8ECE-E67A711B6721> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
           0x114b86000 -        0x114b9afff  com.apple.aps.framework (4.0 - 4.0) <23BC5746-0914-3102-B84F-BEAB31A77AEC> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
           0x114bb3000 -        0x114bb9fff  com.apple.AddressBook.ContactsFoundation (8.0 - 1369) <A5D1D494-2F84-3A97-A229-04DB308D4481> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
           0x114bc7000 -        0x114bd2ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <A9866D67-C5A8-36D1-A1DB-E2FA60328698> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x114bdc000 -        0x114be3ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
           0x114be9000 -        0x114c1effc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x114c2d000 -        0x114c5aff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
           0x114c69000 -        0x114c71ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x114c78000 -        0x114d57fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
           0x114dbf000 -        0x1152e2fff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
           0x115604000 -        0x11569ffff  com.apple.PDFKit (2.9.1 - 2.9.1) <F4DFF4F2-6DA3-3B1B-823E-D9ED271A1522> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
           0x115712000 -        0x115736fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
           0x115765000 -        0x1159c6fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
           0x115c11000 -        0x115ce2fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
           0x115d94000 -        0x115ed5fff  com.apple.QTKit (7.7.3 - 2826.17) <ADA1EF77-57D2-3E7E-8526-8F0B732C1218> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x115fea000 -        0x115fedfff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
           0x115ff4000 -        0x116116ff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
           0x11622e000 -    

    You may have installed the "Genieo/InstallMac" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there should be an item named "Genieo". Select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you couldn't complete Step 1, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib~/Library/Application Support/com.genieoinnovation.Installer~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. It must be said that this failure of oversight is inexcusable and has seriously compromised the value of Gatekeeper and the Developer ID program. You cannot rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.

  • Removing Genieo Files

    So today I decided to run a scan of my computer files and so downloaded Clamxav. The scan returned a couple of Genieo files, which I don't recall ever installing. A bit of research showed these to likely be malware, and so I would like to get rid of them.
    I referenced the Adware Removal Guide: Genieo on The Safe Mac (http://www.thesafemac.com/arg-genieo/) and attempted to follow the step-by-step removal process. However, I've hit a number of roadblocks.
    The biggest "problem," if you could call it that, is that most of the files mentioned on the list are not showing up on my computer, either through manual path following or via terminal.
    Clamxav returned only three results: Completer.app, Application.app (which is within Completer.app), and a Safari extension called Omnibar. Looking up each of the files specified on The Safe Mac guide, all I can find are:
    ~/Library/Application Support/com.genieoinnovation.Installer/
    ~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    and also the "my-homepage.xml" listed in ~/Library/Application Support/Firefox/Profiles/
    According to The Safe Mac guide, it's possible that Genieo isn't actually installed on my computer, but rather that some of the files were downloaded but, for one reason or another, were never installed. If those four files (plus Omnibar) are all that are present, then I should be able to delete them without any issues.
    The reason I began this process in the first place was that I got a sudden pop-up warning on Safari saying that malware may have been installed. However, the pop-up itself seemed somewhat fishy, as it prevented me from doing anything on Safari. I was forced to quit Safari in order to do anything again, but I haven't noticed any changes or problems. I did find Omnibar under the Extensions category of Sarari Preferences, but I simply clicked to uninstall it and it went away without a fuss.
    It's worth mentioning that all of the Genieo files I can find were last modified in July of this year, indicating that that's when they were downloaded and that they've been inactive since then.
    So, after all that, my questions are twofold:
    1. Is it safe to delete these few files from my computer? Since I can't find the noteworthy /private/etc/launchd.conf file mentioned on The Safe Mac it should be okay, but even so I figured I'd check first.
    2. Are there any more potential problems I should be looking for?
    All this fuss is due to the repeated warnings I've seen that failing to properly delete Genieo files in the correct order could permanently freeze my computer. I've already been through one broken hard drive, and I'm not looking to repeat the experience.
    Thanks in advance for any help.

    6 Ways to Delete Genieo - wikiHow
    Remove Genieo(InstallMac) on Mac | Fix-KB
    You installed the "Genieo" scam product.
    Helpful Links Regarding Malware Problems
    If you are having an immediate problem with ads popping up see The Safe Mac » Adware Removal Guide and The Safe Mac » Adware Removal Tool.
    Open Safari, select Preferences from the Safari menu. Click on Extensions icon in the toolbar. Disable all Extensions. If this stops your problem, then re-enable them one by one until the problem returns. Now remove that extension as it is causing the problem.
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
      Mac OS X Snow Leopard and malware detection
      OS X Lion- Protect your Mac from malware
      OS X Mountain Lion- Protect your Mac from malware
      OS X Mavericks- Protect your Mac from malware
      About file quarantine in OS X
    If you require anti-virus protection Thomas Reed recommends using ClamXAV. (Thank you to Thomas Reed for this recommendation.)
    From user Joe Bailey comes this equally useful advice:
    The facts are:
    1. There is no anti-malware software that can detect 100% of the malware out there.
    2. There is no anti-malware that can detect everything targeting the Mac.
    3. The very best way to prevent the most attacks is for you as the user to be aware that
         the most successful malware attacks rely on very sophisticated social engineering
         techniques preying on human avarice, ****, and fear.
    4. Internet popups saying the FBI, NSA, Microsoft, your ISP has detected malware on
        your computer is intended to entice you to install their malware thinking it is a
        protection against malware.
    5. Some of the anti-malware products on the market are worse than the malware
        from which they purport to protect you.
    6. Be cautious where you go on the internet.
    7. Only download anything from sites you know are safe.
    8. Avoid links you receive in email, always be suspicious even if you get something
        you think is from a friend, but you were not expecting.
    9. If there is any question in your mind, then assume it is malware.

  • Safari Quit Unexpectedly-help!

    My Macbook Pro has been giving me a "Safari quit unexpectedly" message every time I attempt to type inside the address bar. Please advise!
    (Macbook Pro 15-inch, Late 2011, Safari OS X 10.9.4)
    Process:         Safari [498]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.0.5 (9537.77.4)
    Build Info:      WebBrowser-7537077004000000~4
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [157]
    Responsible:     Safari [498]
    User ID:         501
    Date/Time:       2014-07-28 09:04:35.509 -0700
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  6510AEA1-52C8-72AD-80B9-02AB58D9942F
    Crashed Thread:  32  Safari: URLCompletion  Dispatch queue: com.apple.Safari.GlobalHistory.dateCacheAccess
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0:
    -->
        __TEXT                 0000000109b33000-0000000109b34000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.spigot.safari.searchme-B652554955 (1.3 - 1.3) Searchme
    com.spigot.safari.amazonshopassist-B652554955 (1.1 - 1.1) Amazon Shopping Assistant
    com.spigot.safari.ebayshopassist-B652554955 (1.1 - 1.1) Ebay Shopping Assistant
    com.spigot.safari.slicksavings-B652554955 (2.0 - 2.0) Slick Savings
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreGraphics         0x00007fff913f330c blt_pattern_blend_XXXX32 + 871
    1   com.apple.CoreGraphics         0x00007fff913f2d14 blt_bitmap_blend_AXXX32 + 96
    2   com.apple.CoreGraphics         0x00007fff913c8320 argb32_mark + 9742
    3   com.apple.CoreGraphics         0x00007fff914a3767 RGBA32_image + 1232
    4   libRIP.A.dylib                 0x000000014e325a66 ripl_Mark + 23
    5   libRIP.A.dylib                 0x000000014e324d31 RIPLayerBltImage + 1189
    6   libRIP.A.dylib                 0x000000014e3246aa ripc_RenderImage + 262
    7   libRIP.A.dylib                 0x000000014e327021 ripc_DrawImages + 5556
    8   com.apple.CoreGraphics         0x00007fff913f0b3d CGContextDrawImages + 224
    9   com.apple.coreui               0x00007fff88f0fd09 CUIArtFileRenderer::Draw9Piece(long, CUIDescriptor const*, unsigned int, CGRect) const + 731
    10  com.apple.coreui               0x00007fff88f2fe8c CUIArtFileRenderer::DrawTextField(CUIDescriptor const*) + 150
    11  com.apple.coreui               0x00007fff88f2f65a CUIArtFileRenderer::Draw(CUIDescriptor const*, CGAffineTransform, CUIReturnInfo&) + 1178
    12  com.apple.coreui               0x00007fff88f0ca08 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 2904
    13  com.apple.coreui               0x00007fff88f3b48a CUIDraw + 178
    14  com.apple.AppKit               0x00007fff85dcf093 -[NSAquaAppearance _drawInRect:context:options:delegate:] + 81
    15  com.apple.AppKit               0x00007fff8601e28d -[NSControl drawFocusRingMask] + 138
    16  com.apple.AppKit               0x00007fff85e775f0 +[_NSAutomaticFocusRing showForView:] + 3143
    17  com.apple.Foundation           0x00007fff8bea3cb7 __NSFireDelayedPerform + 333
    18  com.apple.CoreFoundation       0x00007fff87a223e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    19  com.apple.CoreFoundation       0x00007fff87a21f1f __CFRunLoopDoTimer + 1151
    20  com.apple.CoreFoundation       0x00007fff87a935aa __CFRunLoopDoTimers + 298
    21  com.apple.CoreFoundation       0x00007fff879dd6a5 __CFRunLoopRun + 1525
    22  com.apple.CoreFoundation       0x00007fff879dce75 CFRunLoopRunSpecific + 309
    23  com.apple.HIToolbox            0x00007fff8a804a0d RunCurrentEventLoopInMode + 226
    24  com.apple.HIToolbox            0x00007fff8a8047b7 ReceiveNextEventCommon + 479
    25  com.apple.HIToolbox            0x00007fff8a8045bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    26  com.apple.AppKit               0x00007fff85cd124e _DPSNextEvent + 1434
    27  com.apple.AppKit               0x00007fff85cd089b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    28  com.apple.Safari.framework     0x00007fff8936bd00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    29  com.apple.AppKit               0x00007fff85cc499c -[NSApplication run] + 553
    30  com.apple.AppKit               0x00007fff85caf783 NSApplicationMain + 940
    31  com.apple.Safari.framework     0x00007fff8953dc8d SafariMain + 267
    32  libdyld.dylib                  0x00007fff888e15fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib         0x00007fff8e335e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib        0x00007fff8e5dafb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8e336662 kevent64 + 10
    1   libdispatch.dylib              0x00007fff8e58b421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib              0x00007fff8e58b136 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8e335e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib        0x00007fff8e5dafb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8e335e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib        0x00007fff8e5dafb9 start_wqthread + 13
    Thread 5:: WebCore: IconDatabase
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.WebCore              0x00007fff8f38d79b WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore              0x00007fff8f38a32f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8e335e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib        0x00007fff8e5dafb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8e335e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib        0x00007fff8e5dafb9 start_wqthread + 13
    Thread 8:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff8e331a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e330d18 mach_msg + 64
    2   com.apple.QuartzCore           0x00007fff92fe1377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore           0x00007fff92fe12ad thread_fun + 25
    4   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    5   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    6   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 9:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8e331a56 semaphore_wait_trap + 10
    1   libdispatch.dylib              0x00007fff8e58d9f9 _dispatch_semaphore_wait_slow + 206
    2   libxpc.dylib                   0x00007fff8d09f7ef xpc_connection_send_message_with_reply_sync + 195
    3   com.apple.CoreFoundation       0x00007fff879aed93 -[CFPrefsPlistSource copyReplyForDaemonMessage:toConnection:error:] + 243
    4   com.apple.CoreFoundation       0x00007fff87b097e0 __47-[CFPrefsPlistSource alreadylocked_synchronize]_block_invoke_2 + 352
    5   com.apple.CoreFoundation       0x00007fff879ae65b withDaemonConnection + 299
    6   com.apple.CoreFoundation       0x00007fff879ae0bb -[CFPrefsPlistSource alreadylocked_synchronize] + 587
    7   com.apple.CoreFoundation       0x00007fff879addb3 _copyValueForKey + 131
    8   com.apple.CoreFoundation       0x00007fff879add07 -[CFPrefsPlistSource copyValueForKey:] + 71
    9   com.apple.CoreFoundation       0x00007fff879adb65 -[CFPrefsSearchListSource alreadylocked_copyValueForKey:] + 149
    10  com.apple.CoreFoundation       0x00007fff879ada9f -[CFPrefsSource copyValueForKey:] + 79
    11  com.apple.CoreFoundation       0x00007fff879ada30 __CFPreferencesCopyAppValue_block_invoke + 32
    12  com.apple.CoreFoundation       0x00007fff879a7c0e +[CFPrefsSearchListSource withSearchListForIdentifier:perform:] + 846
    13  com.apple.CoreFoundation       0x00007fff879a7878 CFPreferencesCopyAppValue + 168
    14  com.apple.SystemConfiguration  0x00007fff89e4576e SCDynamicStoreCopyProxiesWithOptions + 153
    15  com.apple.SystemConfiguration  0x00007fff89e456c0 SCDynamicStoreCopyProxies + 27
    16  com.apple.CFNetwork            0x00007fff8684e71c _CFNetworkCopySystemProxySettings + 135
    17  com.apple.CFNetwork            0x00007fff8684e2c2 HTTPProtocol::_protocolInterface_startLoad(_CFCachedURLResponse const*) + 312
    18  com.apple.CFNetwork            0x00007fff8684dfc9 ___ZN19URLConnectionLoader27_private_ScheduleOriginLoadEPK13_CFURLRequestPK20_C FCachedURLResponse_block_invoke_2 + 158
    19  com.apple.CFNetwork            0x00007fff8684b2ba ___ZNK19URLConnectionLoader25withExistingProtocolAsyncEU13block_pointerFvP11URL ProtocolE_block_invoke + 25
    20  com.apple.CFNetwork            0x00007fff8684b28c ___ZNK17CoreSchedulingSet13_performAsyncEPKcU13block_pointerFvvE_block_invoke + 25
    21  com.apple.CoreFoundation       0x00007fff879b7a94 CFArrayApplyFunction + 68
    22  com.apple.CFNetwork            0x00007fff8684b16b RunloopBlockContext::perform() + 115
    23  com.apple.CFNetwork            0x00007fff8684b013 MultiplexerSource::perform() + 269
    24  com.apple.CFNetwork            0x00007fff8684ae42 MultiplexerSource::_perform(void*) + 72
    25  com.apple.CoreFoundation       0x00007fff879ec5b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    26  com.apple.CoreFoundation       0x00007fff879ddc62 __CFRunLoopDoSources0 + 242
    27  com.apple.CoreFoundation       0x00007fff879dd3ef __CFRunLoopRun + 831
    28  com.apple.CoreFoundation       0x00007fff879dce75 CFRunLoopRunSpecific + 309
    29  com.apple.Foundation           0x00007fff8bea6967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    30  com.apple.Foundation           0x00007fff8bea676b __NSThread__main__ + 1318
    31  libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    32  libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    33  libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 10:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b116 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore       0x00007fff88a1ac35 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff8e331a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e330d18 mach_msg + 64
    2   libsystem_kernel.dylib         0x00007fff8e32dff2 thread_suspend + 71
    3   ???                            0x000000014dda4652 0 + 5601117778
    Thread 18:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1acc5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    5   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    6   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 20:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 21:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 22:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 23:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 24:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff88a1b5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    6   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    7   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff8e335e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib        0x00007fff8e5dafb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8e335e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib        0x00007fff8e5dafb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff8e335e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib        0x00007fff8e5dafb9 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff8e335e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib        0x00007fff8e5dafb9 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff8e331a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e330d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff879ddf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff879dd539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff879dce75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff85e7105e _NSEventThread + 144
    6   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    7   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    8   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 30:: WebCore: Database
    0   libsystem_kernel.dylib         0x00007fff8e335716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x00007fff8e5d8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff88a1b0dd ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore              0x00007fff8f9a0848 ***::PassOwnPtr<WebCore::DatabaseTask> ***::MessageQueue<WebCore::DatabaseTask>::waitForMessageFilteredWithTimeout<boo l (WebCore::DatabaseTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::DatabaseTask*), double) + 168
    4   com.apple.WebCore              0x00007fff8f99fb1c WebCore::DatabaseThread::databaseThread() + 172
    5   com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    7   libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    8   libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 31:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib         0x00007fff8e336962 pread + 10
    1   libsqlite3.dylib               0x00007fff8e37f1d4 unixRead + 100
    2   libsqlite3.dylib               0x00007fff8e3a55ee readDbPage + 478
    3   libsqlite3.dylib               0x00007fff8e3a418d sqlite3PagerAcquire + 349
    4   libsqlite3.dylib               0x00007fff8e4513a1 checkTreePage + 289
    5   libsqlite3.dylib               0x00007fff8e4517ca checkTreePage + 1354
    6   libsqlite3.dylib               0x00007fff8e3ccd53 sqlite3VdbeExec + 59651
    7   libsqlite3.dylib               0x00007fff8e3bd40a sqlite3_step + 666
    8   com.apple.Safari.framework     0x00007fff89589c0f Safari::SQLiteStatement::step() + 19
    9   com.apple.Safari.framework     0x00007fff8955ae76 Safari::SafeBrowsingStore::checkIntegrity() + 42
    10  com.apple.Safari.framework     0x00007fff8955adb0 Safari::SafeBrowsingStore::initDatabase() + 82
    11  com.apple.Safari.framework     0x00007fff8955b175 Safari::SafeBrowsingStore::getListID(Safari::CF::String const&, int&) + 29
    12  com.apple.Safari.framework     0x00007fff8955b0cc Safari::SafeBrowsingStore::addList(Safari::CF::String const&) + 30
    13  com.apple.Safari.framework     0x00007fff89551f2f Safari::SafeBrowsingListManager::SafeBrowsingListManager(Safari::SafeBrowsingSe rvice&, ***::Vector<Safari::CF::String, 0ul, ***::CrashOnOverflow> const&, Safari::CF::String const&, Safari::CF::String const&) + 621
    14  com.apple.Safari.framework     0x00007fff89551c9a Safari::SafeBrowsingListManager::create(Safari::SafeBrowsingService&, ***::Vector<Safari::CF::String, 0ul, ***::CrashOnOverflow> const&, Safari::CF::String const&, Safari::CF::String const&) + 64
    15  com.apple.Safari.framework     0x00007fff89559fe9 Safari::SafeBrowsingService::didReceiveListNames(***::Vector<Safari::CF::String , 0ul, ***::CrashOnOverflow> const&) + 35
    16  com.apple.Safari.framework     0x00007fff894d0644 Safari::GoogleSafeBrowsingService::initialize() + 158
    17  com.apple.Safari.framework     0x00007fff895556f6 Safari::SafeBrowsingManager::addGoogleSafeBrowsingService() + 122
    18  com.apple.Safari.framework     0x00007fff89554a6f Safari::SafeBrowsingManager::handleMessage(Safari::SafeBrowsingManager::SafeBro wsingMessage*) + 151
    19  com.apple.Safari.framework     0x00007fff894ed39b Safari::MessageRunLoop::dispatchMessage() + 49
    20  com.apple.CoreFoundation       0x00007fff879ec5b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    21  com.apple.CoreFoundation       0x00007fff879ddc62 __CFRunLoopDoSources0 + 242
    22  com.apple.CoreFoundation       0x00007fff879dd3ef __CFRunLoopRun + 831
    23  com.apple.CoreFoundation       0x00007fff879dce75 CFRunLoopRunSpecific + 309
    24  com.apple.Safari.framework     0x00007fff894ed323 Safari::MessageRunLoop::threadBody() + 119
    25  com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    26  libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    27  libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    28  libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 32 Crashed:: Safari: URLCompletion  Dispatch queue: com.apple.Safari.GlobalHistory.dateCacheAccess
    0   com.apple.CoreFoundation       0x00007fff8797fa1f CFStringGetLength + 15
    1   com.apple.Safari.framework     0x00007fff8965cccb SafariShared::computeURLMatchLocation(NSString*, WBSURLCompletionUserTypedString*) + 98
    2   com.apple.Safari.framework     0x00007fff8963f32a SafariShared::BookmarkAndHistoryCompletionMatch::computeMatchLocation(NSString* , NSString*, WBSURLCompletionUserTypedString*) + 24
    3   com.apple.Safari.framework     0x00007fff8964c1d9 ___ZN12SafariShared21URLCompletionDatabase38getUnsortedPrefixMatchesForTypedStr ingERN3***6VectorINS1_6RefPtrINS_33BookmarkAndHistoryCompletionMatchEEELm0ENS1_1 5CrashOnOverflowEEES8_P31WBSURLCompletionUserTypedString_block_invoke + 34
    4   com.apple.Safari.framework     0x00007fff895f1947 ___ZN6Safari21URLCompletionDatabase46enumerateMatchDataForTypedStringHintUsingB lockEP31WBSURLCompletionUserTypedStringU13block_pointerFvP8NSStringS4_U13block_p ointerFP11objc_objectvEE_block_invoke24 + 212
    5   com.apple.Safari.framework     0x00007fff894c1eff ___ZNK6Safari13GlobalHistory50enumerateItemsByDescendingLastVisitedDateWithBloc kEU13block_pointerFvPNS_17GlobalHistoryItemEE_block_invoke + 131
    6   libdispatch.dylib              0x00007fff8e58928d _dispatch_client_callout + 8
    7   libdispatch.dylib              0x00007fff8e58a146 _dispatch_barrier_sync_f_invoke + 39
    8   com.apple.Safari.framework     0x00007fff894c1e76 Safari::GlobalHistory::enumerateItemsByDescendingLastVisitedDateWithBlock(void (Safari::GlobalHistoryItem*) block_pointer) const + 82
    9   com.apple.Safari.framework     0x00007fff895f0d9c Safari::URLCompletionDatabase::enumerateMatchDataForTypedStringHintUsingBlock(W BSURLCompletionUserTypedString*, void (NSString*, NSString*, objc_object* () block_pointer) block_pointer) + 152
    10  com.apple.Safari.framework     0x00007fff8964b58c SafariShared::URLCompletionDatabase::getUnsortedPrefixMatchesForTypedString(*** ::Vector<***::RefPtr<SafariShared::BookmarkAndHistoryCompletionMatch>, 0ul, ***::CrashOnOverflow>&, ***::Vector<***::RefPtr<SafariShared::BookmarkAndHistoryCompletionMatch>, 0ul, ***::CrashOnOverflow>&, WBSURLCompletionUserTypedString*) + 846
    11  com.apple.Safari.framework     0x00007fff8964a7ab SafariShared::URLCompletionDatabase::getSortedMatchesForTypedString(***::Vector <***::RefPtr<SafariShared::BookmarkAndHistoryCompletionMatch>, 0ul, ***::CrashOnOverflow>*, ***::Vector<***::RefPtr<SafariShared::BookmarkAndHistoryCompletionMatch>, 0ul, ***::CrashOnOverflow>&, unsigned long, ***::Vector<***::RefPtr<SafariShared::BookmarkAndHistoryCompletionMatch>, 0ul, ***::CrashOnOverflow>&, unsigned long, WBSURLCompletionUserTypedString*, bool) + 121
    12  com.apple.Safari.framework     0x00007fff8964a409 SafariShared::URLCompletionDatabase::getBestMatchesForTypedString(NSArray**, NSArray**, unsigned long, NSString*) + 199
    13  com.apple.Safari.framework     0x00007fff895f1296 Safari::URLCompletionDatabase::getBestMatchesForTypedString(NSArray**, NSArray**, unsigned long, NSString*) + 72
    14  com.apple.Safari.framework     0x00007fff895ea231 Safari::databaseLookupThreadBody(void*) + 149
    15  com.apple.JavaScriptCore       0x00007fff88a0ff5f ***::wtfThreadEntryPoint(void*) + 15
    16  libsystem_pthread.dylib        0x00007fff8e5d6899 _pthread_body + 138
    17  libsystem_pthread.dylib        0x00007fff8e5d672a _pthread_start + 137
    18  libsystem_pthread.dylib        0x00007fff8e5dafc9 thread_start + 13
    Thread 32 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000024  rbx: 0x0000000000000000  rcx: 0x0000000153c88980  rdx: 0x00006180004402d0
      rdi: 0x0000000000000000  rsi: 0x00006180004402d0  rbp: 0x0000000153c88050  rsp: 0x0000000153c88040
       r8: 0x00007fd353501c70   r9: 0x0000000000000000  r10: 0x00007fd353511ae0  r11: 0x00007fff76ad89e8
      r12: 0x0000000000000000  r13: 0x00006180004402d0  r14: 0x00006180004402d0  r15: 0x0000000000000000
      rip: 0x00007fff8797fa1f  rfl: 0x0000000000010246  cr2: 0x0000000000000000
    Logical CPU:     6
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x109b33000 -        0x109b33ffd  com.apple.Safari (7.0.5 - 9537.77.4) <1798D677-1B85-3638-AB90-E5AD749F86E7> /Applications/Safari.app/Contents/MacOS/Safari
           0x14b55a000 -        0x14b562ff3  libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x14e2dd000 -        0x14e2e0ffa  libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x14e2ec000 -        0x14e2f3fff  com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x14e316000 -        0x14e33effb  libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x14f370000 -        0x14f371fff +com.genieoinnovation.Payload (2.0 - 2) <FE855CDF-6999-32A1-AF39-92FDF68657A0> /Library/Frameworks/GenieoExtra.framework/Contents/Resources/Payload.bundle/Con tents/MacOS/Payload
           0x14f4ae000 -        0x14f4afff9 +cl_kernels (???) <57D3BA73-AEB5-4698-B5DB-56A0935ADE99> cl_kernels
           0x14f4b1000 -        0x14f597fef  unorm8_bgra.dylib (2.3.58) <B267C5AB-20A1-3AF9-938D-5F9F9078E4F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x14f765000 -        0x14f766ffa +cl_kernels (???) <EE7847AB-689F-4A19-A34B-8BB7CFAEAB1A> cl_kernels
           0x14fcef000 -        0x14fcf0fe4 +cl_kernels (???) <FC1158E2-ED01-4CF3-8205-EFFA5304E978> cl_kernels
        0x7fff6b8a2000 -     0x7fff6b8d5817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff856c7000 -     0x7fff856c9ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff856ca000 -     0x7fff856d7fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff856f2000 -     0x7fff856f2ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff857ab000 -     0x7fff857f9fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff85b5b000 -     0x7fff85ba9ff7  com.apple.opencl (2.3.59 - 2.3.59) &

    You installed the "Genieo/InstallMac" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there may (or may not) be an application named "Genieo". Genieo may be partially installed even if this item is absent. If it's present, select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you didn't find the Genieo application, or if you couldn't complete Step 1 for any reason, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib
    /usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib
    ~/Library/Application Support/com.genieoinnovation.Installer
    ~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the criminal perpetrator of the scam sometimes shows up under the name "Genieo support." He will tell you to download a fake "uninstaller." As he knows and intends, the uninstaller does not completely remove the malware, and is in fact malware itself.

  • I keep getting "Save Keep" pop-ups.. help!

    Hello,
        So, for starters, I would like to put out there the fact that I am not all-knowing in the world of computer terminology and whatnot, so pardon my ignorance, per se? Alright, so I believe due to my downloading the application "Paint Brush" (A product of softonic... I've heard bad things recently about them...whoops?), I have been getting weird ad things popping up all over the place, a lot of them associated with "Save Keep"...  I mean, it's gotten so bad that literally, I was watching a tv show on Hulu the other day and halfway through my program, my computer magically redirected itself to some ad website.. I lost my place and everything. This is infuriating!!      
         So my question is, (1) is this a virus/threat to my system, (2) if it is a virus type thing, is it the type that reads my emails and steals my passwords and internet identity?!?!?!? and (3) does anyone know how to get rid of it?
    Thank you!

    If you got it from Softonic :
    You may have installed genieo (installmac) adware, which does redirect searches in that way.
    See Adware Removal Guide : Genieo
    or
    Genieo :The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work.
    to find out which files to check for. If this just started, and you have a recent backup, then you may be able to restore from that to eliminate it.
    Softonic's adware installer may also add other Safari extensions, which you should remove.

  • SAFARI NON SI APRE PIU'!!!!     HELP!!!!!!!!!!!!!!!!!!!!!!!

    SAFARI NON SI APRE PIU' ED ESCE QUESTO MESSAGGIO:
    Process:         Safari [2433]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.0.3 (9537.75.14)
    Build Info:      WebBrowser-7537075014000000~6
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [251]
    Responsible:     Safari [2433]
    User ID:         501
    Date/Time:       2014-05-16 16:39:06.787 +0200
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  4FEEB982-7705-3861-8627-77D34E9CB291
    Crashed Thread:  17
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000010a27e420
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x10a27e420:
    -->
        __TEXT                 000000010b928000-000000010b929000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.rosquillas.downloadyoutube-7457H6PM99 (1 - 1.0) Download Youtube
    com.ebay.safari.myebaymanager-QYHMMGCMJR (3.1.0 - 3.1.0) My eBay Manager
    com.regisgaughan.fbphotozoom-VEJG9TZ92N (1.1206.11.1 - 1.1206.11.1) Facebook Photo Zoom
    com.wondershare.safari.allmytube-YZC2T44ZDX (4.8.0.0 - 4.8.0.0) AllMyTube
    com.betafish.adblockforsafari-UAMUU4S2D9 (102.6.34 - 2.6.34) AdBlock
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_platform.dylib                0x000000011268203a _platform_memmove$VARIANT$Nehalem + 90
    1   libsystem_c.dylib                       0x00000001124e6d75 __memcpy_chk + 22
    2   com.apple.ImageIO.framework             0x000000010f1ad1f6 _CGImageSourceBindToPlugin + 324
    3   com.apple.ImageIO.framework             0x000000010f1ad080 CGImageSourceGetType + 22
    4   com.apple.AppKit                        0x000000010fe888f7 +[NSBitmapImageRep _imagesWithData:hfsFileType:extension:zone:expandImageContentNow:includeAllReps :] + 320
    5   com.apple.AppKit                        0x000000010fe88791 +[NSBitmapImageRep _imageRepsWithData:hfsFileType:extension:expandImageContentNow:] + 93
    6   com.apple.AppKit                        0x000000010fddd280 +[NSImageRep _imageRepsWithContentsOfURL:expandImageContentNow:giveUpOnNetworkURLsWithoutGoo dExtensions:] + 906
    7   com.apple.AppKit                        0x0000000110022d6c __56-[NSImageMultiURLReferencingRepProvider representations]_block_invoke + 226
    8   com.apple.Foundation                    0x000000010e2efca3 _NSFaultInObject + 32
    9   com.apple.AppKit                        0x0000000110022c81 -[NSImageMultiURLReferencingRepProvider representations] + 94
    10  com.apple.AppKit                        0x000000010fddcc0f __15-[NSImage size]_block_invoke + 73
    11  com.apple.AppKit                        0x000000010fd7d421 -[NSImage _usingRepProviderPerformBlock:] + 35
    12  com.apple.AppKit                        0x000000010fdd008d -[NSImage size] + 138
    13  com.apple.Safari.framework              0x000000010bc00c07 _privateBrowsingButtonSize() + 114
    14  com.apple.Safari.framework              0x000000010bc007c5 -[UnifiedField(Internal) _finishInitialization] + 2462
    15  com.apple.Safari.framework              0x000000010bbfa579 -[UnifiedField initWithCoder:] + 64
    16  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    17  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    18  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    19  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    20  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    21  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    22  com.apple.Safari.framework              0x000000010ba24f88 -[OneStepBookmarkingButton initWithCoder:] + 42
    23  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    24  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    25  com.apple.Foundation                    0x000000010e2eef9f -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1774
    26  com.apple.Foundation                    0x000000010e2ef19b -[NSArray(NSArray) initWithCoder:] + 202
    27  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    28  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    29  com.apple.AppKit                        0x000000010fda173c -[NSView initWithCoder:] + 1949
    30  com.apple.AppKit                        0x000000010fda0cfb -[NSCustomView initWithCoder:] + 79
    31  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    32  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    33  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    34  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    35  com.apple.AppKit                        0x000000010ffd02f0 -[NSSegmentedControl initWithCoder:] + 47
    36  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    37  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    38  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    39  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    40  com.apple.AppKit                        0x000000010ffd02f0 -[NSSegmentedControl initWithCoder:] + 47
    41  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    42  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    43  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    44  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    45  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    46  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    47  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    48  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    49  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    50  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    51  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    52  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    53  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    54  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    55  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    56  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    57  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    58  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    59  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    60  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    61  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    62  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    63  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    64  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    65  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    66  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    67  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    68  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    69  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    70  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    71  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    72  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    73  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    74  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    75  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    76  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    77  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    78  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    79  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    80  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    81  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    82  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    83  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    84  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    85  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    86  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    87  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    88  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    89  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    90  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    91  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    92  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    93  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    94  com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    95  com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    96  com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    97  com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    98  com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    99  com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    100 com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    101 com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    102 com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    103 com.apple.AppKit                        0x000000010fda17bb -[NSView initWithCoder:] + 2076
    104 com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    105 com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    106 com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    107 com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    108 com.apple.Foundation                    0x000000010e2eef9f -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1774
    109 com.apple.Foundation                    0x000000010e2ef19b -[NSArray(NSArray) initWithCoder:] + 202
    110 com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    111 com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    112 com.apple.AppKit                        0x000000010fda173c -[NSView initWithCoder:] + 1949
    113 com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    114 com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    115 com.apple.AppKit                        0x000000010fda2e48 -[NSResponder initWithCoder:] + 63
    116 com.apple.AppKit                        0x000000010fda0fff -[NSView initWithCoder:] + 96
    117 com.apple.AppKit                        0x000000010fde7ee0 -[NSControl initWithCoder:] + 51
    118 com.apple.AppKit                        0x000000010fe0ae42 -[NSButton initWithCoder:] + 44
    119 com.apple.AppKit                        0x000000010fda3424 -[NSClassSwapper initWithCoder:] + 528
    120 com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    121 com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    122 com.apple.AppKit                        0x000000010fd7ae5d -[NSNibConnector initWithCoder:] + 106
    123 com.apple.AppKit                        0x000000010fd7acde -[NSNibOutletConnector initWithCoder:] + 73
    124 com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    125 com.apple.Foundation                    0x000000010e2eef9f -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1774
    126 com.apple.Foundation                    0x000000010e2ef19b -[NSArray(NSArray) initWithCoder:] + 202
    127 com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    128 com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    129 com.apple.AppKit                        0x000000010fd79912 -[NSIBObjectData initWithCoder:] + 205
    130 com.apple.Foundation                    0x000000010e2ede92 _decodeObjectBinary + 2534
    131 com.apple.Foundation                    0x000000010e2ed34d _decodeObject + 288
    132 com.apple.AppKit                        0x000000010fd796ff loadNib + 232
    133 com.apple.AppKit                        0x000000010fd78cfc +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
    134 com.apple.AppKit                        0x000000010fd78aec -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 197
    135 com.apple.AppKit                        0x000000010fd788db +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 357
    136 com.apple.Safari.framework              0x000000010bbccb78 -[ToolbarController initWithBrowserWindowController:] + 104
    137 com.apple.Safari.framework              0x000000010b9f9568 -[BrowserWindowControllerMac windowDidLoad] + 739
    138 com.apple.AppKit                        0x000000011002b41c -[NSWindowController _windowDidLoad] + 450
    139 com.apple.Safari.framework              0x000000010bc2bc13 -[WindowController _windowDidLoad] + 43
    140 com.apple.AppKit                        0x0000000110012016 -[NSWindowController window] + 110
    141 com.apple.Safari.framework              0x000000010b9f9c9a -[BrowserWindowControllerMac showWindow:] + 50
    142 com.apple.AppKit                        0x00000001100df605 -[NSDocument showWindows] + 100
    143 com.apple.Safari.framework              0x000000010b9c800b -[BrowserDocument showWindows] + 39
    144 com.apple.AppKit                        0x00000001100de178 -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 458
    145 com.apple.AppKit                        0x00000001100ddf6f -[NSDocumentController newDocument:] + 36
    146 com.apple.Safari.framework              0x000000010bb5b4e3 -[WindowReopener reopenWithArrayOfWindowControllerNames:] + 120
    147 com.apple.Safari.framework              0x000000010bb5b6a4 -[WindowReopener init] + 117
    148 com.apple.Safari.framework              0x000000010bb5b7b3 +[WindowReopener reopenWindows] + 43
    149 com.apple.Safari.framework              0x000000010b93d0f7 -[AppController _openUntitledFileWhileLaunching:] + 157
    150 com.apple.Safari.framework              0x000000010b939fa3 -[AppController applicationOpenUntitledFile:] + 22
    151 com.apple.AppKit                        0x000000011000ce20 -[NSApplication _doOpenUntitled] + 447
    152 com.apple.AppKit                        0x000000010ff2ff01 __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke + 254
    153 com.apple.AppKit                        0x000000010ff2fc23 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_2 + 140
    154 com.apple.AppKit                        0x000000010ff2f80d -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 746
    155 com.apple.AppKit                        0x000000010fd9ab7b -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 323
    156 com.apple.AppKit                        0x000000010fd9a909 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    157 com.apple.AppKit                        0x000000010fd9a36b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    158 com.apple.Foundation                    0x000000010e2f7f0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    159 com.apple.Foundation                    0x000000010e2f7d7d _NSAppleEventManagerGenericHandler + 106
    160 com.apple.AE                            0x0000000112db5e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    161 com.apple.AE                            0x0000000112db5c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    162 com.apple.AE                            0x0000000112db5b36 aeProcessAppleEvent + 315
    163 com.apple.HIToolbox                     0x0000000111958161 AEProcessAppleEvent + 56
    164 com.apple.AppKit                        0x000000010fd96246 _DPSNextEvent + 1026
    165 com.apple.AppKit                        0x000000010fd95a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    166 com.apple.Safari.framework              0x000000010b98cd00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    167 com.apple.AppKit                        0x000000010fd89b2c -[NSApplication run] + 553
    168 com.apple.AppKit                        0x000000010fd74913 NSApplicationMain + 940
    169 com.apple.Safari.framework              0x000000010bb5ec8d SafariMain + 267
    170 libdyld.dylib                           0x00000001124005fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x0000000112597e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000011269af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000011269dfb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x0000000112598662 kevent64 + 10
    1   libdispatch.dylib                       0x00000001123c643d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00000001123c6152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x0000000112597e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000011269af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000011269dfb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x0000000112597e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000011269af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000011269dfb9 start_wqthread + 13
    Thread 5:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x0000000112597716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x000000011269bc3b _pthread_cond_wait + 727
    2   com.apple.WebCore                       0x00000001159e84cb WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore                       0x00000001159e505f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore                0x000000010c41953f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x0000000112699899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000011269972a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x000000011269dfc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x0000000112597e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000011269af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000011269dfb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x0000000112597e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000011269af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000011269dfb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x0000000112597e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000011269af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000011269dfb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x0000000112597e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x000000011269af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x000000011269dfb9 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x0000000112593a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000112592d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x000000010d521377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x000000010d5212ad thread_fun + 25
    4   libsystem_pthread.dylib                 0x0000000112699899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x000000011269972a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x000000011269dfc9 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x0000000112593a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000112592d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010eebffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010eebf5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010eebef25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x000000010e33d967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x000000010e33d76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x0000000112699899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x000000011269972a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x000000011269dfc9 thread_start + 13
    Thread 12:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00000001125979aa __select + 10
    1   com.apple.CoreFoundation                0x000000010ef0bab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x0000000112699899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x000000011269972a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x000000011269dfc9 thread_start + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x0000000112597716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x000000011269bc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x000000010c4246f6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x000000010c424215 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore                0x000000010c41953f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x0000000112699899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000011269972a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x000000011269dfc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x0000000112597716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x000000011269bc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x000000010c424d17 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x000000010c424ba8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x000000010c41953f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x0000000112699899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000011269972a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x000000011269dfc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x0000000112597716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x000000011269bc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x000000010c424d17 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x000000010c424ba8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x000000010c41953f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x0000000112699899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000011269972a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x000000011269dfc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x0000000112597716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x000000011269bc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x000000010c424d17 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x000000010c424ba8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x000000010c41953f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x0000000112699899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000011269972a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x000000011269dfc9 thread_start + 13
    Thread 17 Crashed:
    0   ???                                     0x000000010ee4b598 0 + 4544837016
    Thread 17 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000054  rcx: 0x000000010ebc3000  rdx: 0x0000000000000054
      rdi: 0x0000000000000000  rsi: 0x000000010e2d6000  rbp: 0x000000010ebc4ff0  rsp: 0x000000010ebc4f70
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x000000010a27e420  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x000000010e2d6000
      rip: 0x000000010ee4b598  rfl: 0x0000000000010202  cr2: 0x000000010a27e420
    Logical CPU:     2
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10b928000 -        0x10b928ffd  com.apple.Safari (7.0.3 - 9537.75.14) <29238978-9DC2-309F-B02F-3AC4153010FD> /Applications/Safari.app/Contents/MacOS/Safari
           0x10b930000 -        0x10be36ffb  com.apple.Safari.framework (9537 - 9537.75.14) <AE2739A0-427C-3015-8DF8-FDCF768D62DE> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
           0x10c227000 -        0x10c228ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
           0x10c235000 -        0x10c253ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
           0x10c275000 -        0x10c276fff  libquit.dylib (161.2) <54B83D99-F84C-35E1-87D5-FCCB2F200FBD> /usr/lib/libquit.dylib
           0x10c27f000 -        0x10c29cff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x10c2a8000 -        0x10c2a8fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10c2af000 -        0x10c2affff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x10c2b4000 -        0x10c312ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x10c351000 -        0x10c35bff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x10c369000 -        0x10c369fff  com.apple.WebInspectorUI (9537 - 9537.75.12) <043D7C65-70B4-3E24-B56B-DFFAFEFA767F> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspec torUI
           0x10c36c000 -        0x10c3d6ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x10c410000 -        0x10c787ff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <DC1116A7-934C-37C1-9AB2-354DBA43EAD7> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x10c884000 -        0x10ca3cff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
           0x10cae4000 -        0x10cbcefff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x10cbea000 -        0x10cc1bff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
           0x10cc30000 -        0x10cc3dff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x10cc4b000 -        0x10cc59fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10cc65000 -        0x10cca6fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x10d4fa000 -        0x10d696ff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x10d76f000 -        0x10d9c8ff9  com.apple.security (7.0 - 55471.14.1) <FF57C9BB-4E52-33E5-8927-59AEADB6CA27> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10db14000 -        0x10db87fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x10dbcd000 -        0x10dbfbff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x10dc2a000 -        0x10dc8dff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x10dcce000 -        0x10de04ffc  com.apple.WebKit (9537 - 9537.75.14) <98D7B16B-B2C8-3A4E-9AE9-7A8385ACFBA9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x10deff000 -        0x10e0f0ff3  com.apple.WebKit2 (9537 - 9537.75.14) <A54F32B2-5D0D-3A1D-A1F6-FB2162BD50D1> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
           0x10e2d7000 -        0x10e5d5fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10e815000 -        0x10e9c2f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x10e9e5000 -        0x10ea37fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x10ea93000 -        0x10eb55ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x10ebc7000 -        0x10ed37ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x10ee3f000 -        0x10ee3ffff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10ee44000 -        0x10ee45ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10ee4f000 -        0x10f034fff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10f1ab000 -        0x10f2b1fff  com.apple.ImageIO.framework (3.3.0 - 1042) <DEA4FF1B-D340-32C3-977D-D249709C6031> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10f320000 -        0x10fc3f68f  com.apple.CoreGraphics (1.600.0 - 599.21.1) <23BCDB0F-4E60-31BA-859C-820351D50111> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x10fd6c000 -        0x10fd6cfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10fd72000 -        0x1108e8fff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x111075000 -        0x1110a4ff9  com.apple.GSS (4.0 - 2.0) <1B71A3E1-E31D-32CC-A733-ED155CC4A6A2> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x1110c7000 -        0x1110d8ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x1110de000 -        0x1110e0fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
           0x1110e7000 -        0x11111fff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x11115b000 -        0x1112aeff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x11134a000 -        0x11134affd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x111352000 -        0x11159aff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x1116c3000 -        0x111727fff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x11176d000 -        0x11189dff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x11191d000 -        0x111bc7ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x111d25000 -        0x111d2dff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x111d3a000 -        0x111d7cff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x111d96000 -        0x111e7dff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x111eba000 -        0x111f9efff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x112060000 -        0x1120b1ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x1120d7000 -        0x1120dcfff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x1120e7000 -        0x1120e8fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x1120f0000 -        0x112102ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x112117000 -        0x11212fff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x112142000 -        0x11214ffff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x112160000 -        0x112224ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x1122b2000 -        0x1122cdff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x1122d7000 -        0x112300ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
           0x112312000 -        0x112316ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x112322000 -        0x11232cfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x11233b000 -        0x112342fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x112351000 -        0x112358ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
           0x112364000 -        0x1123b2fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x1123c3000 -        0x1123ddfff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
           0x1123fd000 -        0x112400ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
           0x11240e000 -        0x11240eff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x112415000 -        0x11241cff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
           0x112425000 -        0x11242afff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x112434000 -        0x112436ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x11243c000 -        0x11243dffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x112443000 -        0x112454ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x11245f000 -        0x112460ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x112466000 -        0x1124efff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
           0x11251c000 -        0x11251eff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
           0x11252b000 -        0x112533fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
           0x11253e000 -        0x112565ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x112582000 -        0x11259eff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
           0x1125c1000 -        0x1125f0fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x1125ff000 -        0x11261aff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
           0x112624000 -        0x11264bff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x112667000 -        0x112670ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x11267e000 -        0x112684ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
           0x112698000 -        0x11269fff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x1126af000 -        0x1126b0ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
           0x1126bb000 -        0x1126bfff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
           0x1126cd000 -        0x1126cefff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x1126d8000 -        0x1126ddff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x1126ea000 -        0x11270efff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
           0x11272f000 -        0x11273ffff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x11274a000 -        0x11274efff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x112758000 -        0x112758ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x11275e000 -        0x11276bff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x112774000 -        0x112a5efff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x112adc000 -        0x112b6cfff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x112bd5000 -        0x112c4cfff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x112cf3000 -        0x112d60fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x112da8000 -        0x112e03ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x112e33000 -        0x112efcfff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x112f73000 -        0x112f9cfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x112fc0000 -        0x112fc7fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x112fd2000 -        0x112fddfff  libkxld.dylib (2422.92.1) <A7DFFC8C-45EE-3525-A961-EF93C2FB1340> /usr/lib/system/libkxld.dylib
           0x112fe5000 -        0x112ff0ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x112fff000 -        0x113002fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x113009000 -        0x113020ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x113045000 -        0x11304fff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x113061000 -        0x113089ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
           0x11309b000 -        0x113127ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x11315d000 -        0x1131ccff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x1131fa000 -        0x113283fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x1132d0000 -        0x113315ffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x11334d000 -        0x11335cff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x11336d000 -        0x1133baff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x1133eb000 -        0x113424ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x113442000 -        0x11344bfff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x113463000 -        0x113466ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x113476000 -        0x113476fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x11347f000 -        0x113753fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x113799000 -        0x113799fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x11379d000 -        0x113868fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x113879000 -        0x113929ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x11393c000 -        0x113d1dffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x113d80000 -        0x113eeeff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x113f1c000 -        0x11400bfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x114081000 -        0x1140c8fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x1140f5000 -        0x114119ff7  libJPEG.dylib (1042.2) <0AFE20D1-F24D-3548-A562-DB8FA7995655> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x114124000 -        0x11417dfff  libTIFF.dylib (1042.2) <1C80C3FD-639C-3781-8A30-265410DD444F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x

    You installed the "Genieo/InstallMac" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there should be an item named "Genieo". Select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you couldn't complete Step 1, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib~/Library/Application Support/com.genieoinnovation.Installer~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. It must be said that this failure of oversight is inexcusable and has seriously compromised the value of Gatekeeper and the Developer ID program. You cannot rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.

Maybe you are looking for

  • Open Balance on Sales Order Cost Report

    Hi SAP Group - I have a couple questions about the settlement of manufacturing variance to COPA. When our settlement process is complete (production order and sales order both settled to COPA), there is a balance remaining on the sales order cost rep

  • How do you get a table to flow onto the second page?

    Since upgrading to Yosemite, I cannot figure out how to get my table to continue on to the second page. If you look at my screenshot, you can see that my table was so big so the whole thing was moved to the next page. I want it to remain on the 1st p

  • Error when Creating a ServiceClientFactory instance JAVA API

    When invoking Assembling a PDF document  quick start I'm having a compilation error when creating a ServiceClientFactory instance: //Create a ServiceClientFactory instance ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectio

  • Illustrator CS 2, save/save as dialog is invisible

    Hello, the last work I did in Illustrator without problems was on Jul 23rd. Today I wanted to open an AI file and save it in a different format. After opening the file, I chose "save as..." from the file menu. Illustrator's window borders changed the

  • Music in itunes music folder that doesn't show in tunes?

    I have downloaded music and put it in my itunes music folder, but it doesn't automatically show in itunes application until I double click the selected track whilst in the itunes music folder. Is it possible to have the itunes automatically display a