WIFI connect only after reboot

On 4.0.1-1-ARCH, Desktop = KDE 4.14.7.
Since a recent update, I seem to have a wifi issue with random connections. I thought that was related to the following discussion: https://bbs.archlinux.org/viewtopic.php?id=196584
But the problem was not solved by the latest update of wpa_supplicant as supposed to be according to the trend.
I initially tried to review my connection setup manually and ended up with dhcpcd waiting for carrier until time was out. Then I tried automatic connection setup tools such as NetworkManager and eventually wicd.
With wicd, the symtom I get is just that: every first boot of the day fails and I just have to reboot to get a connection ! Maybe this is an obvious symptom of something but I can't find out. If this talks to you ...
Here is an extract of /var/log/wicd/wicd.log
2015/05/11 19:42:27 :: Generating psk...
2015/05/11 19:42:27 :: Attempting to authenticate...
2015/05/11 19:43:02 :: wpa_supplicant authentication may have failed.
2015/05/11 19:43:02 :: connect result is failed
2015/05/11 19:43:02 :: exiting connection thread
2015/05/11 19:43:07 :: Sending connection attempt result bad_pass
2015/05/11 19:43:07 :: Autoconnecting...
2015/05/11 19:43:07 :: No wired connection present, attempting to autoconnect to wireless network
2015/05/11 19:43:08 :: hidden
2015/05/11 19:43:08 :: MY_SSID has no never connect value
2015/05/11 19:43:08 :: trying to automatically connect to...MY_SSID
2015/05/11 19:43:08 :: Connecting to wireless network MY_SSID
2015/05/11 19:43:09 :: Putting interface down
2015/05/11 19:43:09 :: Releasing DHCP leases...
2015/05/11 19:43:09 :: Setting false IP...
2015/05/11 19:43:09 :: Stopping wpa_supplicant
2015/05/11 19:43:09 :: Flushing the routing table...
2015/05/11 19:43:09 :: Putting interface up...
and after reboot :
2015/05/11 19:44:12 :: Attempting to authenticate...
2015/05/11 19:44:20 :: Running DHCP with NO hostname
2015/05/11 19:44:24 :: DUID 00:01:00:01:1a:92:ac:00:e8:39:df:3d:f5:54
2015/05/11 19:44:24 ::  
2015/05/11 19:44:24 :: wlp2s0: IAID df:3d:f5:54
2015/05/11 19:44:24 ::  
2015/05/11 19:44:24 :: wlp2s0: soliciting an IPv6 router
2015/05/11 19:44:24 ::  
2015/05/11 19:44:24 :: wlp2s0: soliciting a DHCP lease
2015/05/11 19:44:24 ::  
2015/05/11 19:44:24 :: wlp2s0: offered 192.168.1.52 from 192.168.1.1
2015/05/11 19:44:24 ::  
2015/05/11 19:44:24 :: wlp2s0: leased 192.168.1.52 for 86400 seconds
2015/05/11 19:44:24 ::  
2015/05/11 19:44:24 :: wlp2s0: adding route to 192.168.1.0/24
2015/05/11 19:44:24 ::  
2015/05/11 19:44:24 :: wlp2s0: adding default route via 192.168.1.1
2015/05/11 19:44:24 ::  
2015/05/11 19:44:24 :: forked to background, child pid 509
2015/05/11 19:44:24 ::  
2015/05/11 19:44:24 ::  
2015/05/11 19:44:24 :: DHCP connection successful
2015/05/11 19:44:24 :: not verifying
2015/05/11 19:44:24 :: Connecting thread exiting.
2015/05/11 19:44:26 :: Sending connection attempt result success
This is what I used to have when using NetworkManager (journalctl --unit=NeworkManager)
mai 08 15:26:42 John_Difool NetworkManager[250]: <info> (wlp2s0): supplicant interface state: disconnected -> scanning
mai 08 15:26:43 John_Difool NetworkManager[250]: <info> (wlp2s0): supplicant interface state: scanning -> authenticating
mai 08 15:26:44 John_Difool NetworkManager[250]: <info> (wlp2s0): supplicant interface state: authenticating -> disconnected
mai 08 15:26:49 John_Difool NetworkManager[250]: <info> (wlp2s0): supplicant interface state: disconnected -> scanning
mai 08 15:26:56 John_Difool NetworkManager[250]: <info> (wlp2s0): supplicant interface state: scanning -> authenticating
mai 08 15:26:56 John_Difool NetworkManager[250]: <info> (wlp2s0): supplicant interface state: authenticating -> disconnected
mai 08 15:27:03 John_Difool NetworkManager[250]: <warn> (wlp2s0): Activation: (wifi) association took too long, failing activation
mai 08 15:27:03 John_Difool NetworkManager[250]: <info> (wlp2s0): device state change: config -> failed (reason 'ssid-not-found') [50 120 53]
mai 08 15:27:03 John_Difool NetworkManager[250]: <info> NetworkManager state is now DISCONNECTED
and here is the kind of journald message I get with wpa_supplicant (launched by NetworkManagement)
mai 08 15:24:09 John_Difool wpa_supplicant[274]: wlp2s0: SME: Trying to authenticate with 00:17:33:a0:34:ac (SSID='MY_SSID' freq=2462 MHz)
mai 08 15:24:09 John_Difool wpa_supplicant[274]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="MY_SSID" auth_failures=2 duration=20 reason=CONN_FAILED
mai 08 15:24:09 John_Difool wpa_supplicant[274]: wlp2s0: SME: Trying to authenticate with 00:17:33:a0:34:ac (SSID='MY_SSID' freq=2462 MHz)
mai 08 15:24:09 John_Difool wpa_supplicant[274]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="MY_SSID" auth_failures=1 duration=10 reason=CONN_FAILED
mai 08 15:24:09 John_Difool wpa_supplicant[274]: wlp2s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="MY_SSID"
mai 08 15:24:09 John_Difool wpa_supplicant[274]: wlp2s0: SME: Trying to authenticate with 00:17:33:a0:34:ac (SSID='MY_SSID' freq=2462 MHz)
mai 08 15:24:09 John_Difool wpa_supplicant[274]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="MY_SSID" auth_failures=2 duration=20 reason=CONN_FAILED
mai 08 15:24:09 John_Difool wpa_supplicant[274]: rfkill: WLAN soft blocked
mai 08 15:24:09 John_Difool wpa_supplicant[274]: rfkill: WLAN soft blocked

Here are some things to try:
1. Be sure that Airport is at the top of the list in System Preferences > Network. And, be sure that your preferred network is at the top of the list in System Preferences > Network > Advanced.
2. Go Finder > Your HD > Library > Preferences > SystemConfiguration.
Move the SystemConfiguration folder to your Desktop.
Restart.
Try airport. Try your network. Try your browser.
3. Try creating a new location from System Preferences > Network and then deleting the older one.
4. Create a new admin user account and see if it works from there.
5. Do a repair install of Sno. Just install Sno over Sno as though doing an upgrade installation. Do all the networking/internet tasks at the end of the installation if possible.

Similar Messages

  • Is there a fix for the wifi connectivity issue after ios6 update?

    Is there a fix for the wifi connectivity issue after ios6 update?
    Cannot connect to any wifi since update to 6.0.1
    How do I get update to 6.0.2?
    Will that even help?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • HT204490 Did anybody encounter WiFi Connectivity issues after this download?

    Soon after I downloaded the update for Yosemite, my internet WiFi connection is intermittent at best and frequently drops.  It's only on my MacBook, iPhone and iPad are not affected.  Anybody else have this issue?  Any solutions?

    What does Wireless Diagnostics show?
    Wireless Diagnostics
    Wi-FI connection drops
    Wi-Fi Problems in OS X Yosemite
    Wi-Fi Problems in OS X Yosemite (2)
    Wi-Fi Problems in OS X Yosemite (3)
    WiFi Potential Temporary fix - Yosemite
    Also try turning off Bluetooth.
    WIFI AND BLUETOOTH FINALLY SOLVED, NO REALLY - YOSEMITE 10.10

  • IPad 2 WiFi Connection Loss After Update To iOS 4.3.2

    I've been watching with growing alarm the explosion of complaints of iPad 2 WiFi connectivity issues since the upgrade to iOS 4.3.2. My iPad is becoming almost unusable because of this issue, and this after flawless performance of the two iPad 2 32GB WiFi-only machines I bought 15 March 2011. All the suggested solutions I've read of do not solve the problem.
    This is very disturbing, and I hope Apple addresses this soon.

    I also left feed back.  I thought apple was also on this did not realize it was just user to user with change.  Thanks Carolyn!
    Russ
    Carolyn Samit wrote:
    Hi,
    Considering this us a user to user forum, not Apple, an alternative is to provide feedback to Apple here.
    http://www.apple.com/feedback/ipad.html
    Carolyn 

  • Wifi connection slow after streaming, Apple support couldn't help

    I have since quite a while problems with my internet connection. I tried it in several countries, but always the same: As soon as I stream something or open to many browser tabs, my wifi-connection becomes terrible and stays terrible. It's definitly dependent on how I use the internet. If I open 3 youtube videos or the top10 Google search results, my wifi connection becomes bad. My Speed drops to lower than 1Mbit, but lots of timeouts. After a while it works again.
    What I already tried:
    -Reinstalling MacOS
    -Installing windows (same problems with windows)
    -Resetting SCM
    -creating new wifi environments
    -putting MTU to 1453
    -clear DHCP
    -deleting some files in the library for resetting connections
    -clearing browser cache
    -testing with Safari and Chrome
    -disableing bluetooth
    Now I bought a CSL Wlan Stick but there are not mac drivers out there and I don't have a CD-Drive for installing the drivers.
    What can I do?

    The only possible way that you can restore the data is by restoring the iPad from a backup. Did you restore from a backup at the end of the restoring process?
    Why was Apple support not able to help? Is the backup gone?

  • PS opening only after reboot

    So my Photoshop CC is opening ONLY after I reboot my computer. It's annoying, cause I have to turn on computer and then immidiatly reboot it to get PS to work. Before I do this, when I click on PS icon, nothing happens, it won't open, I don't get any error message.

    Here are some things to try:
    1. Be sure that Airport is at the top of the list in System Preferences > Network. And, be sure that your preferred network is at the top of the list in System Preferences > Network > Advanced.
    2. Go Finder > Your HD > Library > Preferences > SystemConfiguration.
    Move the SystemConfiguration folder to your Desktop.
    Restart.
    Try airport. Try your network. Try your browser.
    3. Try creating a new location from System Preferences > Network and then deleting the older one.
    4. Create a new admin user account and see if it works from there.
    5. Do a repair install of Sno. Just install Sno over Sno as though doing an upgrade installation. Do all the networking/internet tasks at the end of the installation if possible.

  • TS1398 My wifi connection disconnects after my iPad s not in use for a period of time. I connect with my wifi with a password. Need help to connect to my wifi once and not disconnect. Thanks

    My iPad mini has problem staying connect to my wifi after I connect. It seems like after a long period of non usage I have to connect o my wifi again where as my iPhone stays connected

    Try #5.
    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Wifi connection freeze after updated to 10.9.1

    I have already upgraded my MBPr 15 inches mid 2912 to Mavericks 10.9.1 successfully. And it seems that everything is running fine.
    However, without known reason, WiFI connection just hang and when I click on the WiFi icon on the Menu bar, it freeze and showing beach all. When I click Sysyem Preferences and go to Network pane, it also hang. I have to force quit it.
    When I try to start Airport Utility, it also hang. When I click to shut down, the shut down process also hang at the gray screen with hourglass swirling.
    I have to press Power button to restart my Mac and then WiFI and the rest start working normally.
    This happen to me twice today. one time after wake from sleep, and another time when I plug in my Time Capsule to Thunderbolt port
    What go wrong?  Thus never happen is 10.9.0 and also all 10.9.1 seed built.
    Any advice or same experience?

      Binary Images:
             0x100000000 -        0x100005ff7  net.box.sync.py 0.0.0 (0.0.0) <8B6F187D-9A99-8078-2788-DB41C18EAAC1> /Library/PreferencePanes/Box Sync.prefPane/Contents/MacOS/BoxSyncHelper.app/Contents/MacOS/BoxSyncEngine.app /Contents/MacOS/BoxSyncEngine
             0x104083000 -        0x1041bcfff  org.python.python 2.7.1, (c) 2004-2008 Python Software Foundation. (2.7.1) <BFBD3F48-4145-3CB9-A2FE-E5E4A9B80615> /Library/PreferencePanes/Box Sync.prefPane/Contents/MacOS/BoxSyncHelper.app/Contents/MacOS/BoxSyncEngine.app /Contents/Frameworks/Python.framework/Versions/2.7/Python
             0x1044cd000 -        0x1044d4ff7  _socket.so <37D8B1E3-C2BC-37D1-8F5D-C06BBCB5D3A6> /Library/PreferencePanes/Box Sync.prefPane/Contents/MacOS/BoxSyncHelper.app/Contents/MacOS/BoxSyncEngine.app /Contents/Resources/lib/python2.7/lib-dynload/_socket.so
             0x106ac0000 -        0x106b50ff7  _objc.so <5B10A3F5-DC2B-38A2-AF86-32F658DA10F8> /Library/PreferencePanes/Box Sync.prefPane/Contents/MacOS/BoxSyncHelper.app/Contents/MacOS/BoxSyncEngine.app /Contents/Resources/lib/python2.7/lib-dynload/objc/_objc.so
          0x7fff831e2000 -     0x7fff83209ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
          0x7fff88f7b000 -     0x7fff89160ff7  com.apple.CoreFoundation 6.9 (855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8bb62000 -     0x7fff8be0cffd  com.apple.HIToolbox 2.1 <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8ce74000 -     0x7fff8ce7bff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8d4fd000 -     0x7fff8d505fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f0e6000 -     0x7fff8fc5aff7  com.apple.AppKit 6.9 (1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    *0xffffff7f80cea000 - 0xffffff7f80cf1fff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         BoxSyncHelper [359]
    Path:            /Library/PreferencePanes/Box Sync.prefPane/Contents/MacOS/BoxSyncHelper.app/Contents/MacOS/BoxSyncHelper
    Architecture:    x86_64
    Parent:          launchd [236]
    UID:             501
    Task size:       1674 pages
    CPU Time:        0.001s
      Thread 0x959      DispatchQueue 1          priority 46       
      1002 ??? (BoxSyncHelper + 8496) [0x100002130]
        1002 NSApplicationMain + 940 (AppKit) [0x7fff8f0e8803]
          1002 -[NSApplication run] + 553 (AppKit) [0x7fff8f0fd9cc]
            1002 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x7fff8f1098db]
              1002 _DPSNextEvent + 1434 (AppKit) [0x7fff8f10a28e]
                1002 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x7fff8bb90abc]
                  1002 ReceiveNextEventCommon + 479 (HIToolbox) [0x7fff8bb90cb7]
                    1002 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x7fff8bb90f0d]
                      1002 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff88feb275]
                        1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
                          1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
                            1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
                             *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x9ba      DispatchQueue 2          priority 48         cpu time   0.001s
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0xca2      priority 46       
      1002 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8ce79fc9]
        1002 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8ce7572a]
          1002 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8ce75899]
            1002 _NSEventThread + 144 (AppKit) [0x7fff8f2aa1ce]
              1002 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff88feb275]
                1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
                  1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
                    1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
                     *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x102b     priority 63       
      1002 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8ce79fc9]
        1002 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8ce7572a]
          1002 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8ce75899]
            1002 __NSThread__main__ + 1318 (Foundation) [0x7fff8e74e70b]
              1002 ??? (BoxSyncHelper + 128214) [0x10001f4d6]
                1002 -[NSRunLoop(NSRunLoop) runUntilDate:] + 78 (Foundation) [0x7fff8e79902b]
                  1002 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253 (Foundation) [0x7fff8e750a7c]
                    1002 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff88feb275]
                      1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
                        1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
                          1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
                           *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x1035     priority 46       
      1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
       *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x106c     priority 46       
      1002 __select + 10 (libsystem_kernel.dylib) [0x7fff8d5339aa]
       *1002 ??? (mach_kernel + 4068592) [0xffffff80005e14f0]
      Thread 0x172fe    priority 48       
      1002 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff8ce79fb9]
        1002 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8d533e6a]
         *1002 wq_unpark_continue + 0 (pthread) [0xffffff7f80ced6ae]
      Binary Images:
             0x100000000 -        0x100041fff  net.box.sync 3.4.25 (34.025) <4EEE02C9-422C-34C3-A00A-91B1C8DBBB3B> /Library/PreferencePanes/Box Sync.prefPane/Contents/MacOS/BoxSyncHelper.app/Contents/MacOS/BoxSyncHelper
          0x7fff88f7b000 -     0x7fff89160ff7  com.apple.CoreFoundation 6.9 (855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8bb62000 -     0x7fff8be0cffd  com.apple.HIToolbox 2.1 <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8ce74000 -     0x7fff8ce7bff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8e6e7000 -     0x7fff8e9e6fff  com.apple.Foundation 6.9 (1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8f0e6000 -     0x7fff8fc5aff7  com.apple.AppKit 6.9 (1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    *0xffffff7f80cea000 - 0xffffff7f80cf1fff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         CalendarAgent [284]
    Path:            /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarA gent
    Architecture:    x86_64
    Parent:          launchd [236]
    UID:             501
    Sudden Term:     Dirty (allows idle exit)
    Task size:       3129 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x813      DispatchQueue 1          priority 4        
      1002 start + 1 (libdyld.dylib) [0x7fff828745fd]
        1002 ??? (CalendarAgent + 2828) [0x10ad27b0c]
          1002 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff88feb275]
            1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
              1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
                1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
                 *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x859      DispatchQueue 2          priority 4        
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0x8c8      priority 4        
      1002 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8ce79fc9]
        1002 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8ce7572a]
          1002 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8ce75899]
            1002 __NSThread__main__ + 1318 (Foundation) [0x7fff8e74e70b]
              1002 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348 (Foundation) [0x7fff8e74e907]
                1002 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff88feb275]
                  1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
                    1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
                      1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
                       *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x8d5      priority 4        
      1002 __select + 10 (libsystem_kernel.dylib) [0x7fff8d5339aa]
       *1002 ??? (mach_kernel + 4068592) [0xffffff80005e14f0]
      Binary Images:
             0x10ad27000 -        0x10ad27fff  CalendarAgent (174) <1FFEB79A-E424-33F2-825D-A61EBB6A9438> /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarA gent
          0x7fff82871000 -     0x7fff82874ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
          0x7fff88f7b000 -     0x7fff89160ff7  com.apple.CoreFoundation 6.9 (855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8ce74000 -     0x7fff8ce7bff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8e6e7000 -     0x7fff8e9e6fff  com.apple.Foundation 6.9 (1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         cfprefsd [31]
    Path:            /usr/sbin/cfprefsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean (allows idle exit)
    Task size:       491 pages (+6)
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x190      DispatchQueue 2          priority 4        
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0x191      DispatchQueue 7          priority 4        
      1002 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8d533caa]
       *1002 ??? (mach_kernel + 4068592) [0xffffff80005e14f0]
      Thread 0x174c1    priority 4        
    *522  wq_unsuspend_continue + 0 (pthread) [0xffffff7f80ced7c4]
      480  start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff8ce79fb9]
        480  __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8d533e6a]
         *480  wq_unpark_continue + 0 (pthread) [0xffffff7f80ced6ae]
      Thread 0x17707    priority 4        
      480 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff8ce79fb9]
        480 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8d533e6a]
         *480 wq_unpark_continue + 0 (pthread) [0xffffff7f80ced6ae]
      Thread 0x17709    priority 4        
      480 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff8ce79fb9]
        480 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8d533e6a]
         *480 wq_unpark_continue + 0 (pthread) [0xffffff7f80ced6ae]
      Binary Images:
             0x10e168000 -        0x10e168fff  cfprefsd (855.11) <7BBAC830-72CD-3FD5-9BD7-DCFE71660363> /usr/sbin/cfprefsd
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8ce74000 -     0x7fff8ce7bff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff7f80cea000 - 0xffffff7f80cf1fff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         cfprefsd [246]
    Path:            /usr/sbin/cfprefsd
    Architecture:    x86_64
    Parent:          launchd [236]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       2963 pages (+9)
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x6e0      DispatchQueue 2          priority 4        
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0x6e1      DispatchQueue 7          priority 4        
      1002 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8d533caa]
       *1002 ??? (mach_kernel + 4068592) [0xffffff80005e14f0]
      Thread 0x17706    priority 4        
      480 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff8ce79fb9]
        480 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8d533e6a]
         *480 wq_unpark_continue + 0 (pthread) [0xffffff7f80ced6ae]
      Thread 0x17708    priority 4        
      480 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff8ce79fb9]
        480 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8d533e6a]
         *480 wq_unpark_continue + 0 (pthread) [0xffffff7f80ced6ae]
      Thread 0x1770a    priority 4        
      480 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff8ce79fb9]
        480 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8d533e6a]
         *480 wq_unpark_continue + 0 (pthread) [0xffffff7f80ced6ae]
      Binary Images:
             0x10f59c000 -        0x10f59cfff  cfprefsd (855.11) <7BBAC830-72CD-3FD5-9BD7-DCFE71660363> /usr/sbin/cfprefsd
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8ce74000 -     0x7fff8ce7bff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff7f80cea000 - 0xffffff7f80cf1fff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         check_afp [790]
    Path:            /System/Library/Filesystems/AppleShare/check_afp.app/Contents/MacOS/check_afp
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       163 pages
    Importance:      Donating
    IO Policy:       Standard
    Timers:          Coalesced
      Thread 0x239c     DispatchQueue 1          priority 31       
      1002 start + 1 (libdyld.dylib) [0x7fff828745fd]
        1002 ??? (check_afp + 10263) [0x1075b5817]
          1002 ??? (check_afp + 7912) [0x1075b4ee8]
            1002 ??? (check_afp + 7229) [0x1075b4c3d]
              1002 CFRunLoopRun + 97 (CoreFoundation) [0x7fff890a09d1]
                1002 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff88feb275]
                  1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
                    1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
                      1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
                       *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x23a6     DispatchQueue 2          priority 33       
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0x23a2     priority 31       
      1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
       *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x23ab     priority 31       
      1002 __select + 10 (libsystem_kernel.dylib) [0x7fff8d5339aa]
       *1002 ??? (mach_kernel + 4068592) [0xffffff80005e14f0]
      Binary Images:
             0x1075b3000 -        0x1075b6fff  com.apple.check_afp 4.0 (3.0) <FAFD5308-9EAC-3668-940A-E81F33FE5703> /System/Library/Filesystems/AppleShare/check_afp.app/Contents/MacOS/check_afp
          0x7fff82871000 -     0x7fff82874ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
          0x7fff88f7b000 -     0x7fff89160ff7  com.apple.CoreFoundation 6.9 (855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         CIJScannerRegister [476]
    Path:            /Library/Image Capture/Support/LegacyDeviceDiscoveryHelpers/CIJScannerRegister.app/Contents/Ma cOS/CIJScannerRegister
    Architecture:    x86_64
    Parent:          launchd [236]
    UID:             501
    Task size:       647 pages
      Thread 0xe8b      DispatchQueue 1          priority 46       
      1002 ??? (CIJScannerRegister + 5916) [0x10000171c]
        1002 NSApplicationMain + 940 (AppKit) [0x7fff8f0e8803]
          1002 -[NSApplication run] + 553 (AppKit) [0x7fff8f0fd9cc]
            1002 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x7fff8f1098db]
              1002 _DPSNextEvent + 1434 (AppKit) [0x7fff8f10a28e]
                1002 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x7fff8bb90abc]
                  1002 ReceiveNextEventCommon + 479 (HIToolbox) [0x7fff8bb90cb7]
                    1002 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x7fff8bb90f0d]
                      1002 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff88feb275]
                        1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
                          1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
                            1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
                             *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0xe93      DispatchQueue 2          priority 48       
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0xea4      priority 46       
      1002 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8ce79fc9]
        1002 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8ce7572a]
          1002 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8ce75899]
            1002 __NSThread__main__ + 1318 (Foundation) [0x7fff8e74e70b]
              1002 ??? (CIJScannerRegister + 10000) [0x100002710]
                1002 socket + 10 (libsystem_kernel.dylib) [0x7fff8d534db2]
                 *1002 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3e06]
                   *1002 unix_syscall64 + 499 (mach_kernel) [0xffffff800063de23]
                     *1002 socket + 64 (mach_kernel) [0xffffff800061de10]
                       *1002 ??? (mach_kernel + 4316976) [0xffffff800061df30]
                         *1002 socreate + 61 (mach_kernel) [0xffffff800061150d]
                           *1002 socreate_internal + 468 (mach_kernel) [0xffffff80006111f4]
                             *1002 ??? (mach_kernel + 3037984) [0xffffff80004e5b20]
                               *1002 in_pcballoc + 431 (mach_kernel) [0xffffff80004b1bff]
                                 *1002 lck_rw_lock_exclusive_gen + 159 (mach_kernel) [0xffffff80002d45ef]
                                   *1002 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d4c]
                                     *1002 ??? (mach_kernel + 223563) [0xffffff800023694b]
                                       *1002 machine_switch_context + 354 (mach_kernel) [0xffffff80002d81d2]
      Thread 0xea7      priority 46       
      1002 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8ce79fc9]
        1002 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8ce7572a]
          1002 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8ce75899]
            1002 _NSEventThread + 144 (AppKit) [0x7fff8f2aa1ce]
              1002 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff88feb275]
                1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
                  1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
                    1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
                     *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Binary Images:
             0x100000000 -        0x100007ff7  jp.co.canon.cijscannerregister 1.2.0 (1.2.0) <4BACF158-83CC-1620-138D-AD11CF1C775E> /Library/Image Capture/Support/LegacyDeviceDiscoveryHelpers/CIJScannerRegister.app/Contents/Ma cOS/CIJScannerRegister
          0x7fff88f7b000 -     0x7fff89160ff7  com.apple.CoreFoundation 6.9 (855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8bb62000 -     0x7fff8be0cffd  com.apple.HIToolbox 2.1 <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8ce74000 -     0x7fff8ce7bff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8e6e7000 -     0x7fff8e9e6fff  com.apple.Foundation 6.9 (1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8f0e6000 -     0x7fff8fc5aff7  com.apple.AppKit 6.9 (1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         CleanAppDaemon [97]
    Path:            /Library/Application Support/CleanApp4/CleanAppDaemon.app/Contents/MacOS/CleanAppDaemon
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       2775 pages
    Importance:      Donating
    IO Policy:       Standard
      Thread 0x2f0      DispatchQueue 1          priority 38       
      1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
        1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
          1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
           *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x384      DispatchQueue 2          priority 48       
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0x5bd      priority 63       
      1002 read + 10 (libsystem_kernel.dylib) [0x7fff8d5349f2]
       *1002 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3e06]
         *1002 unix_syscall64 + 499 (mach_kernel) [0xffffff800063de23]
           *1002 read_nocancel + 127 (mach_kernel) [0xffffff80005ef38f]
             *1002 ??? (mach_kernel + 4126078) [0xffffff80005ef57e]
               *1002 ??? (mach_kernel + 2136391) [0xffffff8000409947]
                 *1002 tsleep + 92 (mach_kernel) [0xffffff80005e139c]
                   *1002 ??? (mach_kernel + 4067450) [0xffffff80005e107a]
                     *1002 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d4c]
                       *1002 ??? (mach_kernel + 223563) [0xffffff800023694b]
                         *1002 machine_switch_context + 354 (mach_kernel) [0xffffff80002d81d2]
      Thread 0x5be      priority 46       
      1002 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8ce79fc9]
        1002 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8ce7572a]
          1002 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8ce75899]
            1002 SYThread_ThreadFunction + 69 (CleanAppDaemon) [0x10000a477]
              1002 -[SYThread run] + 65 (CleanAppDaemon) [0x10000a542]
                1002 -[CAPPController(DatabaseUpdate) updateDatabase:] + 298 (CleanAppDaemon) [0x100006758]
                  1002 -[SYAutoResetEvent wait:] + 35 (CleanAppDaemon) [0x10000b20f]
                    1002 MPWaitForEvent + 187 (CarbonCore) [0x7fff870fba1f]
                      1002 TSWaitOnConditionTimedRelative + 148 (CarbonCore) [0x7fff8712bc37]
                        1002 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8d533716]
                         *1002 psynch_cvcontinue + 0 (pthread) [0xffffff7f80cef940]
      Binary Images:
             0x100000000 -        0x1000d6fe7  com.syniumsoftware.CleanAppDaemon 1.0 (8) <68F06E3B-01EE-3B2F-9EE2-1FB4B7FF507D> /Library/Application Support/CleanApp4/CleanAppDaemon.app/Contents/MacOS/CleanAppDaemon
          0x7fff87082000 -     0x7fff8736cfff  com.apple.CoreServices.CarbonCore 1077.14 (1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
          0x7fff88f7b000 -     0x7fff89160ff7  com.apple.CoreFoundation 6.9 (855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8ce74000 -     0x7fff8ce7bff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff7f80cea000 - 0xffffff7f80cf1fff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         CloudKeychainProxy [375]
    Path:            /System/Library/Frameworks/Security.framework/Versions/A/Resources/CloudKeychai nProxy.bundle/Contents/MacOS/CloudKeychainProxy
    Architecture:    x86_64
    Parent:          launchd [236]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       46 pages
    Importance:      Donating
    IO Policy:       Standard
    Timers:          Coalesced
      Thread 0xa2e      priority 31       
      1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
       *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0xa32      DispatchQueue 2          priority 33       
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Binary Images:
             0x100b60000 -        0x100b69ffb  com.apple.security.cloudkeychainproxy3 1.0 (55471) <D2A83574-30F3-3CFC-A776-D1D469499B37> /System/Library/Frameworks/Security.framework/Versions/A/Resources/CloudKeychai nProxy.bundle/Contents/MacOS/CloudKeychainProxy
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         com.apple.appstore.PluginXPCService [1989]
    Path:            /System/Library/PrivateFrameworks/StoreXPCServices.framework/Versions/A/XPCServ ices/com.apple.appstore.PluginXPCService.xpc/Contents/MacOS/com.apple.appstore.P luginXPCService
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       35 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x1160b    priority 4        
      1002 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8d533caa]
       *1002 ??? (mach_kernel + 4068592) [0xffffff80005e14f0]
      Thread 0x1160d    DispatchQueue 2          priority 4        
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Binary Images:
             0x109b85000 -        0x109b86fff  com.apple.appstore.PluginXPCService 1.0 (1) <BC33DB87-BA67-3984-9F99-4114195F724A> /System/Library/PrivateFrameworks/StoreXPCServices.framework/Versions/A/XPCServ ices/com.apple.appstore.PluginXPCService.xpc/Contents/MacOS/com.apple.appstore.P luginXPCService
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         com.apple.audio.DriverHelper [262]
    Path:            /System/Library/Frameworks/CoreAudio.framework/Versions/A/XPCServices/com.apple .audio.DriverHelper.xpc/Contents/MacOS/com.apple.audio.DriverHelper
    Architecture:    x86_64
    Parent:          launchd [1]
    Responsible:     coreaudiod [255]
    UID:             202
    Sudden Term:     Clean (allows idle exit)
    Task size:       196 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x766      priority 4        
      1002 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8d533caa]
       *1002 ??? (mach_kernel + 4068592) [0xffffff80005e14f0]
      Thread 0x76c      DispatchQueue 2          priority 4        
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Binary Images:
             0x10d311000 -        0x10d313fff  com.apple.audio.DriverHelper 1.0 (1) <8F489887-0D1B-3E6F-820E-0B7DD43AC604> /System/Library/Frameworks/CoreAudio.framework/Versions/A/XPCServices/com.apple .audio.DriverHelper.xpc/Contents/MacOS/com.apple.audio.DriverHelper
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         com.apple.audio.SandboxHelper [468]
    Path:            /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.S andboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper
    Architecture:    x86_64
    Parent:          launchd [1]
    Responsible:     coreaudiod [255]
    UID:             202
    Sudden Term:     Clean (allows idle exit)
    Task size:       33 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0xe5b      priority 4        
      1002 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8d533caa]
       *1002 ??? (mach_kernel + 4068592) [0xffffff80005e14f0]
      Thread 0xe64      DispatchQueue 2          priority 4        
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Binary Images:
             0x1065ae000 -        0x1065b5ff7  com.apple.audio.SandboxHelper 1.0.1 (1) <D775B0AC-6136-33B2-B179-D34E09ABDF30> /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.S andboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         com.apple.CodeSigningHelper [189]
    Path:            /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple. CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean (allows idle exit)
    Task size:       366 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x4a0      priority 4        
      1002 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8d533caa]
       *1002 ??? (mach_kernel + 4068592) [0xffffff80005e14f0]
      Thread 0x4a1      DispatchQueue 2          priority 4        
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0x17384    priority 4        
    *1002 wq_unsuspend_continue + 0 (pthread) [0xffffff7f80ced7c4]
      Binary Images:
             0x109762000 -        0x109762fff  com.apple.CodeSigningHelper 1.0 (1) <50381EB8-DF3C-3BFF-8E89-07DCE3A57DED> /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple. CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff7f80cea000 - 0xffffff7f80cf1fff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         com.apple.dock.extra [389]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    Parent:          launchd [1]
    Responsible:     Dock [252]
    UID:             501
    Sudden Term:     Dirty (allows idle exit)
    Task size:       980 pages
      Thread 0xb45      DispatchQueue 1          priority 46       
      1002 ??? (com.apple.dock.extra + 5620) [0x1048215f4]
        1002 ??? (com.apple.dock.extra + 5644) [0x10482160c]
          1002 xpc_main + 399 (libxpc.dylib) [0x7fff85495b2e]
            1002 _xpc_main + 385 (XPCService) [0x7fff8e684c0f]
              1002 NSApplicationMain + 940 (AppKit) [0x7fff8f0e8803]
                1002 -[NSApplication run] + 553 (AppKit) [0x7fff8f0fd9cc]
                  1002 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x7fff8f1098db]
                    1002 _DPSNextEvent + 1434 (AppKit) [0x7fff8f10a28e]
                      1002 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x7fff8bb90abc]
                        1002 ReceiveNextEventCommon + 479 (HIToolbox) [0x7fff8bb90cb7]
                          1002 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x7fff8bb90f0d]
                            1002 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff88feb275]
                              1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
                                1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
                                  1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
                                   *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0xb4f      DispatchQueue 2          priority 48       
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0xb7c      priority 46       
      1002 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8ce79fc9]
        1002 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8ce7572a]
          1002 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8ce75899]
            1002 _NSEventThread + 144 (AppKit) [0x7fff8f2aa1ce]
              1002 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff88feb275]
                1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
                  1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
                    1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
                     *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Binary Images:
             0x104820000 -        0x104825ff7  com.apple.dock.extra 1.0 (1) <6C1296A5-BF03-3B24-BE7F-1D2CF4869C5F> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff85482000 -     0x7fff854a6fff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
          0x7fff88f7b000 -     0x7fff89160ff7  com.apple.CoreFoundation 6.9 (855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8bb62000 -     0x7fff8be0cffd  com.apple.HIToolbox 2.1 <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8ce74000 -     0x7fff8ce7bff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8e683000 -     0x7fff8e689ff7  com.apple.XPCService 2.0 (1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff8f0e6000 -     0x7fff8fc5aff7  com.apple.AppKit 6.9 (1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         com.apple.foundation.UserScriptService [1603]
    Path:            /System/Library/Frameworks/Foundation.framework/Versions/C/XPCServices/com.appl e.foundation.UserScriptService.xpc/Contents/MacOS/com.apple.foundation.UserScrip tService
    Architecture:    x86_64
    Parent:          launchd [1]
    Responsible:     Folder Actions Dispatcher [345]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       80 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0xe58a     priority 4        
      1002 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8d533caa]
       *1002 ??? (mach_kernel + 4068592) [0xffffff80005e14f0]
      Thread 0xe58c     DispatchQueue 2          priority 4        
      1002 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8baeb152]
        1002 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8d534662]
         *1002 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Binary Images:
             0x100721000 -        0x100721ff7  com.apple.foundation.UserScriptService 6.9 (1056) <4D572B0A-7FFC-38C7-AF24-E7FA008DC36A> /System/Library/Frameworks/Foundation.framework/Versions/C/XPCServices/com.appl e.foundation.UserScriptService.xpc/Contents/MacOS/com.apple.foundation.UserScrip tService
          0x7fff8bae8000 -     0x7fff8bb02fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
          0x7fff8d51e000 -     0x7fff8d53aff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff80007a43ca  mach_kernel (2422.1.72) <1D9369E3-D0A5-31B6-8D16-BFFBBB390393> /mach_kernel
    Process:         com.apple.iCloudHelper [2190]
    Path:            /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/XPCServices/com.a pple.iCloudHelper.xpc/Contents/MacOS/com.apple.iCloudHelper
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       413 pages (+2)
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x138f1    DispatchQueue 1          priority 4        
      1002 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff88feb939]
        1002 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff88fec315]
          1002 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8d52fa1a]
           *1002 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x138fa    DispatchQueue 2          pr

  • WiFi connection broke after upgrading to IOS 6.0

    My WiFi connection stopped working after upgrading to IOS 6.0 on bothe iPhone 4 and iPad 3.
    I reset the Network connection - no change.
    I selected "Forget Network" and tried to rejoin - no luck.

    You are not addressing Apple here. We are just users like yourself.
    Does the iPod connect to other networks?
    Does the iPod see the network?
    Any error messages?
    Do other devices now connect?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    iOS: How to back up your data and set up as a new device
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • P67a-GD65/BIOS 1.7 Windows is good loading only after reboot

    Hi, I have a trouble with a P67a-GD65(BIOS 1.7)
    When I start PC (With Keyboard Razer tarantula plugged) motherboard have this signal: http://rghost.ru/4210405
    Without keyboard: http://rghost.ru/4210504
    Maybe this is normally signals, but:
    When I turn off my pc at night, windows dont loading with the first time
    After POST I have black screen with blinking underscore - after reboot, windows loading is good. The same way is good loading, when I reboot PC from Windows, or turn off my pc for 10 minutes and turn on.
    In first time Windows loading is normally, but after log in screen i had windows message about new SATA device and searching drivers for it, then BSOD: Quote
    SYSTEM_THREAD_EXCEPTION_NOT_HANDLED 0x1000007e
    Dumps - http://rghost.ru/4210562
    In BIOS SATA mode is IDE
    HDD without BAD sectors
    Configuration:
    Quote
    Operating System   Microsoft Windows 7 Ultimate 6.1.7600 (Win7 RTM)  
    Computer Type   ACPI x64-based PC  
      Motherboard:  
       CPU Type   QuadCore Intel Core i7 2600, 3500 MHz (35 x 100)  
       Motherboard Chipset   Intel Cougar Point P67, Intel Sandy Bridge  
       System Memory   4080 MB (DDR3-1333 DDR3 SDRAM)  
       DIMM1: Kingston 9905403-171.A00LF   2 GB DDR3-1333 DDR3 SDRAM (8-8-8-22 @ 609 MHz) (7-7-7-20 @ 533 MHz) (6-6-6-17 @ 457 MHz)  
       DIMM3: Kingston 9905403-171.A00LF   2 GB DDR3-1333 DDR3 SDRAM (8-8-8-22 @ 609 MHz) (7-7-7-20 @ 533 MHz) (6-6-6-17 @ 457 MHz)  
       Video Adapter   NVIDIA GeForce GTX 460 (1024 MB)  
       Disk Drive   ST3160815AS ATA Device (160 GB, 7200 RPM, SATA-II)  
       Disk Drive   ST3400632NS ATA Device (400 GB, 7200 RPM, SATA)
    Code: [Select]
    Sorry for my english, and please help 

    All time i use only white sata ports for HDD and 1 black for CDROM
    Some screens:
    Im try for disable EUP 2013 in BIOS Results will be tommorow
    Quote
    see if that cures it
    Now I dont get this message in windows (it was at the first time, as far as I can remember windows had loading without reboots)

  • Wifi connection lost after sleep

    Hello guys,
    I have a MacBookPro retina 15" and every time my mbp go in sleep mode it lost the wifi connection...
    Someone solved this issue?
    bye bye,
    Oscar

    Test after taking each of the following steps. Back up all data before making any changes.
    1. Make sure the network is on the preferred list by following these instructions.
    2. Follow the instructions in this support article under the heading "Symptom: The network connection drops unexpectedly."
    3. Make a note of all your settings for Wi-Fi in the Network preference pane, then delete the connection from the connection list and recreate it with the same settings. You do this by clicking the plus-sign icon below the connection list, and selecting Wi-Fi as the interface in the sheet that opens. Select Join other network from the Network Name menu, then select your network. Enter the password when prompted and save it in the keychain.
    4. Launch the Keychain Access application. Search for and delete all AirPort network password items that refer to the network. Make a note of the password first.
    5. In some cases, the problem has been resolved by repairing permissions on the startup volume.
    6. Reinstall OS X.

  • Wifi connection stability after upgrading to Mountain Lion on new Macbook Air, help?

    I have deleted the network passwords in Keychain and reentered my WPA passwords, which has really help,but something is still not right with my wifi connection.  Other devices attach and work just fine, just my new MBA with ML.  Ideas?  Thanks

    I have deleted the network passwords in Keychain and reentered my WPA passwords, which has really help,but something is still not right with my wifi connection.  Other devices attach and work just fine, just my new MBA with ML.  Ideas?  Thanks

  • Macbook pro fails to auto connect Internet after rebooting wifi router

    My macbook pro with retina can’t automatically connect to wifi after the wifi router was rebooted.
    There is exclamation mark on wifi sign. As the picture shows, when I clicked the wifi sign, it shows no Internet connection. However, It is strange there is a tick in front of my wifi name. Moreover, in preference set, it shows a confused self-assigned IP address 169.254…(showed in picture). In order to use wifi, I had to turn wifi off, and then turn it on. And the correct IP address for my mac should be 192… (showed in picture).
    I had tried to delete my preferred networks and tested macbook in my friend’s home, but it still failed. This bug happens in my friend’s macbook pro with retina (same to mine) and macbook air. However, the previous version, Macbook pro (not retina), has no this problem.
    This happened just when I reboot the router. It is normal working (connect automatically) when I come back home. Appreciating for any way to solve it!

    I have no clue of what an Airport antenna is either.  I know my Airport Extreme does not have one.
    Try the basics first:
       Change your router channel number.  Most times this works & is all you have to do.
    Disconnect & reconnect your modem.  unplug it for about 10 seconds.  Plug it back in.  Do the same for Apple’s routers.  Wait for everything to reboot.
    System Preferences>Network
    Click the Assist Me button.
    In the next window that pops up, click the Diagnostic button & do the necessary.
    Research Knowledge Base for network problems that pertain to the OS that is currently installed on your computer.   See these basic networking KB Articles:  http://support.apple.com/kb/HT1401 AirPort troubleshooting guide
    http://support.apple.com/kb/HT2712 Using network locations in Mac OS X
    Manually provided DNS server addresses are higher priority than DHCP's
    http://support.apple.com/kb/HT1714 Solutions for connecting to the Internet, setting up a small network, and troubleshooting
    ============================
    What to do when you can't connect to the Internet
    Also, run the Airport Utility app which is located inside the Utilities folder.
    =====================
    If using a  Linksys router, contact LinkSys Customer Support and/or post in their forums.
    If using Apple's Airport, please re-post over in one of the AirPort Forums.

  • WRT54G Would connect to internet only after rebooting

    Keeps randomly disconnecting from internet. reseting works sometimes, sometimes you have to manual reset ips from provider. today disconected everyone from net and would not come back. It works fine for 1 computer but not others...Help? wont log into 192.168.1.1, wireless wont work. Any suggestions? Thanks!
    (Mod note: Edited post for guideline compliance. Thanks!)
    Message Edited by JOHNDOE_06 on 12-07-2008 09:44 AM

    Don't click on the above link...Instead click here and select the correct version of your router, download the firmware and upgrade it...
    Once you are done...reset your router :
    1. Press and hold the reset button for 30 seconds.
    2. Then, unplug the power keep holding down the reset button for
    another 30 Seconds.
    3. Plug back the power back in, and keep holding down the reset button
    for 30 Seconds.
    4. Release the reset button.
    5. Re-configure your router.

  • Wifi connection issues after update

    I recently was prompted to update my S4 and after it has been completed, I have issues with the phone recognizing and connecting to known routers that I use every day.  I have the Wifi on all of the time and the two main routers that I connect to are at work and at home.  If I leave my house, and go to work, my phone shows that it recognizes my work router, but does not automatically connect to it.  The same scenario happens when I walk into my house; the phone recognizes the router, but won't automatically connect to it like it used to do.  The only way that I have found that my phone will connect to both of these places is if I toggle the "wifi on/off" switch.  Does anyone know how to make my phone automatically recognize and connect to known routers again?

    And verizon is absolutely correct. Verizon provides cellular and data services and coverage for a monthly price.
    Samsung is the maker of the devices and the operating system is done by Samsung/Google and then submitted to Verizon to eventually push out to their customers. Verizon is not responsible for a bad operating system update, Samsung is.
    Like Apple devices, I personally applaud Apple for doing their own updates without Verizon it makes it easier to push out patches or fixes much quicker.
    All phone manufacturers should be doing this so to have the carrier not get blamed for something beyond their control.
    You wifi patch will come from Samsung.
    Car analogy is not even valid in you Ford issue. The driver is responsible since they are the driver of the car.
    Verizon is the car, Samsung is the motor that makes it run. Car won't run without a motor.
    Good Luck

Maybe you are looking for

  • HP IPAQ C310 died in less then 20 days.

    I called Hp customer service on the 20th of July after i got back from vacation, because on my way down to my vacation place my GPS died. On my return i called HP customer service who told me I am sorry you are over the 21 days. I advised them i was

  • Updating or changing artwork when the library is on network storage

    Hi, can someone help with this please? Previously i was using an imac with my itunes stuff on a usb hard disk plugged directly into the mac. If i wanted to change or add artwork i would do the usual caper of get info/artwork and drag something in,alw

  • How to monitor network load

    hi, How to monitor network load i.e. bytes sent/recieved.

  • Bundle suntheme not found in webui.suntheme.theme???

    Hi All, I am in process of migrating an existing project from JSF 1.1 to JSF 1.2 I am stuck at this javascirpt error : Error: uncaught exception: Error: Bundle not found: suntheme in webui.suntheme.theme , locale=en-usand Error: webui.suntheme.widget

  • Terminal details

    Hi experts, i need to know particular terminal ids of previous days(i.e,.15th and 16th may) who are logged into sap. i have already tried transactions like stad st03 sm21 sm20 sm19 but no transaction giving the details.could any one help to find out