Applescript "Finder" scripts in Mountain Lion?

So... back in the old days (Leopard, maybe?) there was a category of "Finder" scripts that included things like "Add to item name" and "Replace text in item name"... But those seem to be gone in Mountain Lion. I've seen a comment that suggested finding the scripts in an old OS and copying them over, but a) I don't have an old OS laying around and b) I don't even know if they would work if I could find them. 
So I guess I have a two-part question:
1) DOES anyone have those old scripts somewhere?
2) Will they still work, or has AppleScript changed so much that they won't work anymore?
It's not imperative, but I'd love to know the answers, because those scripts were really handy for things like deleting a long title name from a series images exported from a Quicktime movie (for example).
Thanks all! 

Sheesh, using Automator to do anything seems like a ridiculous amount of work, especially compared to these scripts. Fortunately, someone DOES still have them:
http://www.geekymac.com/use-applescript-to-quickly-change-file-names-in-lion/
Short-term testing says they all still work.  :-)

Similar Messages

  • Applescript flow disrupted in Mountain Lion

    Has anyone else had problems with AppleScript in Mountain Lion?
    I have a script with a repeat loop that looks through every sheet in a Numbers document to gather data from the pages.  Previously (in Lion and Snow Leopard) it zipped through the document taking literally only a couple seconds.  Now it crawls through, taking minutes!!!  (No exaggeration)  It still works, however, gathering all the data correctly without completely halting or crashing, it just takes an absurd amount of time.
    I was able to debug a few other scripts that stopped working completely in Mountain Lion (as it turns out due to changes in window/sheet naming), but this one still works and I can't figure out why it would slow down to a crawl.  Anything different about AppleScript with Numbers in Mountain Lion that I should know about?
    Thanks!

    Actually the main script itself doesn't involve any GUI scripting, which I avoid unless absolutely necessary, but I forgot that the keyboard shortcut that triggers it has one tiny GUI command before triggering the AppleScript, and it turns out that's where the hangup was!  I had forgotten I had it in there, and with Mountain Lion's subtle changes to the GUI names of things it got confused.  **** GUI.  I wish everything was scriptable.  Anyway, it's super fast again now that I removed the GUI command.  Thanks for reminding me!

  • HT3986 After installed win7 on my mac pro(mid 2012/mountain lion), I can not connect internet and where can i find drivers in mountain lion system

    After installed win7 on my mac pro(mid 2012/mountain lion), I can not connect internet and where can i find drivers in mountain lion system.
    I donot think I have a install disk when I bought my mac, there is only a disc partition for recovery system.

    Welcome to the Apple Support Communities
    You have to install Boot Camp drivers. On Mountain Lion, you have to download them.
    First, press X key while your Mac is starting to start into OS X. Then, open Boot Camp Assistant and select the option to download the drivers. You will have to burn them into a DVD or USB drive, so after downloading them, restart and install them into Windows

  • Slide bar in Finder missing in Mountain Lion?

    I just upgraded to Mountain Lion and am not terribly happy with some of the small changes.
    Is the slide bar that changes the size of the file icons in Finder missing in Mountain Lion?
    I do not like the pinch and expand thing, never used it, but would quite frequently use the small slide bar at the bottom right.
    I know I can change them permanently via Finder/View/Show View Options, but that's a pain too...such a simple thing and they got rid of it?
    I can tell these things are done by young people with good eyesite!

    Well, I don't know what I did, was just in the "Finder/View/Show View Options" and in Icon view, and now it's working...Hm. Never mind...

  • Automating (scripting) in Mountain Lion - advice ?

    Hi,
    A number of years ago I had some programming routine work on Mac, but it has been a while now (for the elderly amongst us ... I extensively programmed in Pascal and in HyperCard ...)
    Now I would like to do some scripting to automate some tasks in Mountain Lion. Example of the task is to have my MacMini check on a regular basis for the presence of shared drives (USB drives) connected to my TimeCapsule, and if these are not mounted to go and look for them and mount them (reason for this task is that my MacMini serves as media server to a.o. my AppleTV, and every now and then the drives are unmounted (reason is not clear to me).
    Does anyone have some good reference material on how to program AppleScript ? (I assume this would be the tool to use ?)
    Thanks in advance

    You shouldn't need syntax etc, Automator is a step by step task manager. This is what Apple say about it:
    Or see the Mac 101 help page here: http://support.apple.com/kb/HT2488
    Hope this helps

  • Faxing script from mountain lion

    Hey guys,
    I have a compatible telephone modem connected to my Imac running 10.8.1. I just want to easily be able to fax using it. I know that in 10.3 and 10.4 there use to be  a simple Print to Fax script which I cannot find anymore.
    Does anyone have that script or can suggest an easy way for me to achieve this.
    Thanks very much.

    benson1977 wrote:
    Excellent, thought as much. Did see somewhere that older versions MBP may have a problem.
    When the driver is released for my printer, is it easier to just reinstall Mountain Lion...will I have to pay again?
    You won't have to pay again, ML will be in the purchased section in the App Store, you can download it again.

  • Applescript stopped working after Mountain Lion upgrade

    Hi after upgrading to Mountain Lion (ML) the applescript that I use to reply to certain emails has stoped working on incoming emails. I have the script in the "new" correct folder. The funny thing is that the script works when you "apply rules" from the messages dropdown menu.

    This is the script:
    using terms from application "Mail"
              on perform mail action with messages theMessages for rule theRule
      --tell application "Mail"
                        repeat with eachMessage in theMessages
      --set theContent to content of eachMessage
                                  set emailFrom to extract address from sender of eachMessage
                                  try
      --set AppleScript's text item delimiters to {"(", ")"}
      --set contentParts to (every text item in theContent) as list
      --set AppleScript's text item delimiters to ""
      --set emailOnly to item 2 of contentParts
      --set recipientAddress to emailOnly
                                            set recipientAddress to emailFrom
                                            set theSubject to "Text for subject"
                                            set theSignature to signature "One"
                                            set theSendContent to " "
                                            set theSender to "[email protected]"
                                            set theMessage to make new outgoing message with properties {subject:theSubject, content:theSendContent, sender:theSender, visible:true}
                                            tell theMessage
      make new to recipient with properties {address:recipientAddress}
                                                      set message signature to theSignature
                                                      send
                                            end tell
                                  end try
                        end repeat
      --end tell
              end perform mail action with messages
    end using terms from

  • Running Periodic Maintenance Scripts in Mountain Lion

    Here's an oldie question that I think has been asked with every new version of Mac OS X.  If a user shuts down his Mac in the evening and restarts in at 7AM the next morning, do the three periodic maintenance scripts ever run in Mountain Lion?
    It's easy to run them manually in Terminal or even with with an Applescript that I wrote, but do they need to be run under the condition I posed above?
    Thanks.

    For those people stating that no one needs to run these scripts or that they're somehow dangerous, please reconsider before posting inaccurate things like that.
    I haven't seen anyone stating that the scripts are dangerous. Clearly, they aren't. They are, however, unnecessary if the system is rebooted every day. The only exception is the periodic daily script 100.clean-logs, which deletes symbolic links in /Library/Logs/CrashReporter to crash and panic reports in /Library/Logs/DiagnosticReports older than 60 days. The reports themselves are deleted by a different process. Conceivably, if this script didn't run for a long enough time, the boot volume might fill up with broken symlinks to deleted crash reports. How long would that take?
    Well, a symbolic link takes up 77 bytes of storage space. Storage devices, however, allocate space in minimum units of one sector, which is usually 512 bytes. Some of the newer 3 TB hard drives have a 4096-byte sector size. So let's make some worst-case assumptions. Your boot drive is 3 TB, and you have only 1% of that space free, which is 30 GB. You generate 100 crash reports a day -- those being only crashes of system processes, of course, not user processes, which are logged to a different place. So your volume is filling up with symbolic links at the rate of about 400 KB a day. At that rate, it would take only about 75 years to fill it up completely.
    So you're quite correct. If your system is always shut down -- not in sleep -- between the hours of 3:15 and 5:30 AM every day, you should manually run 100.clean-logs at least once every 75 years. Let's say once every 25 years, to be on the safe side. Thanks for pointing that out.
    Properly Maintain Macbook pro: Apple Support Communities

  • Finder crashes on mountain lion after upgrade

    Hi, I know so many have the same problem
    No one actually had a clue how to solve this yet, but use others to be like lab rats. If no one knows atleast don't answer or say we are working on it.
    First let me explain what is my system in use and then what are the problems
    I use MacBook Pro 5,5 4 gb ram 256 HDD
    FIRST i used default OS which was snow leopard then I upgraded it with lion and at last mountain lion
    Been using it for almost 3 years and had no problem before , no halt or crash nor even a bug with OS.
    A week after a release I bought mountain lion and it looks the same with some new features but the problems are starting to show up 1 by one.
    Most softwares are fine except the ones using finder for their run
    Trash can, folders, and etc...
    At first several minutes of using the OS everything works like clock work no problem, then with a wrong move like wanting to empty the trash can or any right click on finder for files or folders or quick view, finder crashes and when I use relaunch it will disappear and won't work anymore.
    It's like a bad joke and no one seem to know exactly how to solve it and recommend downgrade !!!?????
    If it was free I would not be asking this but why and it seems so many have the same problem .
    There must be a upgrade for this or it will be useless. Why this is happening ?
    I tried backup with disk utility but the funny thing is my HDD is only 260 gb and the HDD I plan for back up has 700 gb free space but it says the file is too big.
    So I can not back up and I can not format because of my data . I hope soon someone finds a way ....
    Thank you all

    Date/Time:       2012-08-19 01:37:12 +0800
    OS Version:      10.8 (Build 12A269)
    Architecture:    x86_64
    Report Version:  11
    Command:         Finder
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Version:         10.8 (10.8)
    Build Version:   2
    Project Name:    Finder_FE
    Source Version:  808000000000000
    Parent:          launchd [162]
    PID:             216
    Event:           hang
    Duration:        2.94s
    Steps:           30 (100ms sampling interval)
    Hardware model:  MacBookPro5,5
    Active cpus:     2
    Free pages:      327621 pages (-1312)
    Pageins:         8 pages
    Pageouts:        0 pages
    Process:         Finder [216]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Architecture:    x86_64
    Parent:          launchd [162]
    UID:             501
    Sudden Term:     Dirty
    Task size:       13223 pages
      Thread 0x97a      DispatchQueue 1          priority 46       
      30 start + 1 (libdyld.dylib) [0x7fff904097e1]
        30 ??? (Finder + 24774) [0x10130c0c6]
          30 NSApplicationMain + 869 (AppKit) [0x7fff950c6656]
            30 -[NSApplication run] + 636 (AppKit) [0x7fff95121c7a]
              30 ??? (Finder + 1657969) [0x10149ac71]
                30 -[NSApplication sendEvent:] + 5761 (AppKit) [0x7fff9520bf04]
                  30 -[NSWindow sendEvent:] + 8504 (AppKit) [0x7fff95210441]
                    30 ??? (Finder + 2419658) [0x101554bca]
                      30 -[IKImageBrowserView(ImageBrowserEvents) rightMouseDown:] + 36 (ImageKit) [0x7fff97ec2e69]
                        30 ??? (Finder + 2454372) [0x10155d364]
                          30 ??? (Finder + 2160568) [0x1015157b8]
                            30 ??? (Finder + 2169142) [0x101517936]
                              30 -[NSMenu _popUpContextMenu:withEvent:forView:withFont:] + 200 (AppKit) [0x7fff955235e3]
                                30 -[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] + 189 (AppKit) [0x7fff953cbae8]
                                  30 _NSSLMPopUpCarbonMenu3 + 3916 (AppKit) [0x7fff953cca5b]
                                    30 _HandlePopUpMenuSelection7 + 629 (HIToolbox) [0x7fff93d8bc94]
                                      30 PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, Rect const*, unsigned short, unsigned int, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 1556 (HIToolbox) [0x7fff93d8c304]
                                        30 TrackMenuCommon(MenuSelectData&, unsigned char*) + 1567 (HIToolbox) [0x7fff93bf6616]
                                          30 OpenSubmenu(MenuSelectData*, MenuData*, unsigned char, unsigned char*) + 226 (HIToolbox) [0x7fff93d8ceed]
                                            30 DrawTheMenu(MenuSelectData*, __CFArray**, unsigned char, unsigned char*) + 195 (HIToolbox) [0x7fff93bf6f5a]
                                              30 SendMenuOpening(MenuSelectData*, MenuData*, double, unsigned int, unsigned int, __CFDictionary*, unsigned char, unsigned char*) + 286 (HIToolbox) [0x7fff93bf73fa]
                                                30 SendMenuPopulate(MenuData*, OpaqueEventTargetRef*, unsigned int, double, unsigned int, OpaqueEventRef*, unsigned char*) + 279 (HIToolbox) [0x7fff93c6e278]
                                                  30 SendEventToEventTargetWithOptions + 43 (HIToolbox) [0x7fff93c248e6]
                                                    30 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 410 (HIToolbox) [0x7fff93c24a89]
                                                      30 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1206 (HIToolbox) [0x7fff93c255ba]
                                                        30 NSSLMMenuEventHandler + 342 (AppKit) [0x7fff953497b5]
                                                          30 -[NSCarbonMenuImpl _carbonPopulateEvent:handlerCallRef:] + 427 (AppKit) [0x7fff95349c1c]
                                                            30 -[NSMenu _populateWithEventRef:] + 83 (AppKit) [0x7fff952ef5c4]
                                                              30 -[NSMenu _populateFromDelegateWithEventRef:] + 674 (AppKit) [0x7fff9534ac18]
                                                                30 ??? (Finder + 2160897) [0x101515901]
                                                                  30 +[NSSharingService sharingServicesForItems:] + 62 (AppKit) [0x7fff958aef33]
                                                                    30 -[SHKSharingController allShareServicesForItems:includeInternalServices:alternateItems:] + 495 (ShareKit) [0x7fff8ff7f4c5]
                                                                      30 -[SHKHelperMessage sendOnConnection:async:reply:] + 274 (ShareKit) [0x7fff8ff8a5dc]
                                                                        30 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff97da46c2]
                                                                         *30 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233e90]
      Thread 0x994      DispatchQueue 2          priority 48       
      30 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff936b4a2a]
        30 kevent + 10 (libsystem_kernel.dylib) [0x7fff97da6d16]
         *30 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x6490     priority 46       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 ??? (Finder + 31250) [0x10130da12]
            30 ??? (Finder + 297121) [0x10134e8a1]
              30 ??? (Finder + 310635) [0x101351d6b]
                30 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff97da60fa]
                 *30 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5cb0]
      Thread 0x651d     priority 46       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 ??? (Finder + 31250) [0x10130da12]
            30 ??? (Finder + 297121) [0x10134e8a1]
              30 ??? (Finder + 310635) [0x101351d6b]
                30 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff97da60fa]
                 *30 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5cb0]
      Thread 0x6eb1     priority 46       
      30 start_wqthread + 13 (libsystem_c.dylib) [0x7fff900b51b1]
        30 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff900cacf3]
          30 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff97da66d6]
           *30 ??? (mach_kernel + 3911152) [0xffffff80005badf0]
      Thread 0x7094     priority 46       
      30 start_wqthread + 13 (libsystem_c.dylib) [0x7fff900b51b1]
        30 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff900cacf3]
          30 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff97da66d6]
           *30 ??? (mach_kernel + 3911152) [0xffffff80005badf0]
      Binary Images:
             0x101306000 -        0x1017c0fff  com.apple.finder 10.8 (10.8) <88ABD99B-0589-3E68-8120-DC451CD05B96> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
          0x7fff8ff7d000 -     0x7fff8ffc0ff7  com.apple.ShareKit 1.0 (117) <B740A998-D9EC-3A0F-9576-056417D21481> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
          0x7fff900b4000 -     0x7fff90180fef  libsystem_c.dylib <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
          0x7fff90407000 -     0x7fff9040aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff936b0000 -     0x7fff936c5ff7  libdispatch.dylib <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
          0x7fff93bed000 -     0x7fff93f1cff7  com.apple.HIToolbox 2.0 <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff94fd4000 -     0x7fff95bfefff  com.apple.AppKit 6.8 (1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff97d94000 -     0x7fff97dafff7  libsystem_kernel.dylib <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
          0x7fff97e67000 -     0x7fff98111fff  com.apple.imageKit 2.2 (660) <C14E3765-B683-3530-9312-256CEF43A258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    *0xffffff8000200000 - 0xffffff800073d30c  mach_kernel <8D5F8EF3-9D12-384B-8070-EF2A49C45D24> /mach_kernel
    Process:         accountsd [225]
    Path:            /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
    Architecture:    x86_64
    Parent:          launchd [162]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       1291 pages
      Thread 0xa0a      DispatchQueue 1          priority 31       
      30 start + 1 (libdyld.dylib) [0x7fff904097e1]
        30 ??? (accountsd + 3040) [0x105026be0]
          30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
            30 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff9722f606]
              30 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff97229f23]
                30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                 *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0xa0e      DispatchQueue 2          priority 33       
      30 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff936b4a2a]
        30 kevent + 10 (libsystem_kernel.dylib) [0x7fff97da6d16]
         *30 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Binary Images:
             0x105026000 -        0x105026fff  accountsd <6B917177-B1C5-3840-A150-895F9111AE9E> /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
          0x7fff90407000 -     0x7fff9040aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff936b0000 -     0x7fff936c5ff7  libdispatch.dylib <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
          0x7fff971fa000 -     0x7fff973e3fff  com.apple.CoreFoundation 6.8 (744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff97d94000 -     0x7fff97dafff7  libsystem_kernel.dylib <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff800073d30c  mach_kernel <8D5F8EF3-9D12-384B-8070-EF2A49C45D24> /mach_kernel
    Process:         AirPort Base Station Agent [255]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    Parent:          launchd [162]
    UID:             501
    Sudden Term:     Clean
    Task size:       467 pages
      Thread 0xb83      DispatchQueue 1          priority 31       
      30 start + 1 (libdyld.dylib) [0x7fff904097e1]
        30 ??? (AirPort Base Station Agent + 71957) [0x104681915]
          30 CFRunLoopRun + 97 (CoreFoundation) [0x7fff9723da81]
            30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
              30 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff9722f606]
                30 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff97229f23]
                  30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                   *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0xbb9      DispatchQueue 2          priority 33       
      30 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff936b4a2a]
        30 kevent + 10 (libsystem_kernel.dylib) [0x7fff97da6d16]
         *30 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0xbdc      priority 31       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __select + 10 (libsystem_kernel.dylib) [0x7fff97da6322]
           *30 ??? (mach_kernel + 3581120) [0xffffff800056a4c0]
      Thread 0xbdd      priority 31       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 ??? (AirPort Base Station Agent + 72800) [0x104681c60]
            30 ??? (AirPort Base Station Agent + 10633) [0x104672989]
              30 ??? (AirPort Base Station Agent + 73571) [0x104681f63]
                30 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff97da60fa]
                 *30 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5cb0]
      Binary Images:
             0x104670000 -        0x104686ff7  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <F3A0627B-7620-3A09-A390-3FEBA3DE9CCD> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff900b4000 -     0x7fff90180fef  libsystem_c.dylib <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
          0x7fff90407000 -     0x7fff9040aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff936b0000 -     0x7fff936c5ff7  libdispatch.dylib <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
          0x7fff971fa000 -     0x7fff973e3fff  com.apple.CoreFoundation 6.8 (744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff97d94000 -     0x7fff97dafff7  libsystem_kernel.dylib <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff800073d30c  mach_kernel <8D5F8EF3-9D12-384B-8070-EF2A49C45D24> /mach_kernel
    Process:         aosnotifyd [115]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       1866 pages
      Thread 0x366      DispatchQueue 1          priority 31       
      30 start + 1 (libdyld.dylib) [0x7fff904097e1]
        30 ??? (aosnotifyd + 36447) [0x10c9a9e5f]
          30 ??? (aosnotifyd + 35537) [0x10c9a9ad1]
            30 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff8f2cbace]
              30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
                30 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff9722f606]
                  30 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff97229f23]
                    30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                     *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x375      DispatchQueue 2          priority 33       
      30 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff936b4a2a]
        30 kevent + 10 (libsystem_kernel.dylib) [0x7fff97da6d16]
         *30 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x503      priority 63       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __NSThread__main__ + 1345 (Foundation) [0x7fff8f2c6842]
            30 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x7fff8f2687d6]
              30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
                30 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff9722f606]
                  30 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff97229f23]
                    30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                     *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x567      priority 31       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __select + 10 (libsystem_kernel.dylib) [0x7fff97da6322]
           *30 ??? (mach_kernel + 3581120) [0xffffff800056a4c0]
      Binary Images:
             0x10c9a1000 -        0x10c9e8ff7  aosnotifyd <A9359981-2023-3781-93F1-89D423F0F712> /usr/sbin/aosnotifyd
          0x7fff8f231000 -     0x7fff8f58dff7  com.apple.Foundation 6.8 (945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff900b4000 -     0x7fff90180fef  libsystem_c.dylib <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
          0x7fff90407000 -     0x7fff9040aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff936b0000 -     0x7fff936c5ff7  libdispatch.dylib <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
          0x7fff971fa000 -     0x7fff973e3fff  com.apple.CoreFoundation 6.8 (744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff97d94000 -     0x7fff97dafff7  libsystem_kernel.dylib <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff800073d30c  mach_kernel <8D5F8EF3-9D12-384B-8070-EF2A49C45D24> /mach_kernel
    Process:         appleeventsd [52]
    Path:            /System/Library/CoreServices/appleeventsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             71
    Sudden Term:     Dirty (allows idle exit)
    Task size:       436 pages
      Thread 0x1d9      DispatchQueue 2          priority 33       
      30 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff936b4a2a]
        30 kevent + 10 (libsystem_kernel.dylib) [0x7fff97da6d16]
         *30 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x1da      DispatchQueue 7          priority 31       
      30 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff936b1dc9]
        30 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff97da6566]
         *30 ??? (mach_kernel + 3581120) [0xffffff800056a4c0]
      Thread 0x71d8     priority 31       
    *30 ??? (mach_kernel + 3911664) [0xffffff80005baff0]
      Binary Images:
             0x10aa1b000 -        0x10aa1bfff  appleeventsd <D689616F-79C5-301C-B260-30FAD64BC2A5> /System/Library/CoreServices/appleeventsd
          0x7fff936b0000 -     0x7fff936c5ff7  libdispatch.dylib <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
          0x7fff97d94000 -     0x7fff97dafff7  libsystem_kernel.dylib <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff800073d30c  mach_kernel <8D5F8EF3-9D12-384B-8070-EF2A49C45D24> /mach_kernel
    Process:         AppleIDAuthAgent [252]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    Parent:          launchd [162]
    UID:             501
    Sudden Term:     Dirty (allows idle exit)
    Task size:       1281 pages
      Thread 0xb92      DispatchQueue 2          priority 33       
      30 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff936b4a2a]
        30 kevent + 10 (libsystem_kernel.dylib) [0x7fff97da6d16]
         *30 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0xb94      DispatchQueue 7          priority 31       
      30 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff936b1dc9]
        30 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff97da6566]
         *30 ??? (mach_kernel + 3581120) [0xffffff800056a4c0]
      Thread 0xc88      DispatchQueue 43         priority 31       
      30 start_wqthread + 13 (libsystem_c.dylib) [0x7fff900b51b1]
        30 _pthread_wqthread + 404 (libsystem_c.dylib) [0x7fff900caceb]
          30 _dispatch_worker_thread2 + 249 (libdispatch.dylib) [0x7fff936b3207]
            30 _dispatch_queue_invoke + 52 (libdispatch.dylib) [0x7fff936b3335]
              30 _dispatch_queue_drain + 180 (libdispatch.dylib) [0x7fff936b348c]
                30 _dispatch_queue_invoke + 72 (libdispatch.dylib) [0x7fff936b3349]
                  30 _dispatch_source_invoke + 691 (libdispatch.dylib) [0x7fff936b42d7]
                    30 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff936b20fa]
                      30 _dispatch_after_timer_callback + 22 (libdispatch.dylib) [0x7fff936b69ab]
                        30 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff936b20fa]
                          30 _dispatch_call_block_and_release + 15 (libdispatch.dylib) [0x7fff936b5f3d]
                            30 ??? (AppleIDAuthAgent + 12805) [0x108d80205]
                              30 ??? (AppleIDAuthAgent + 13076) [0x108d80314]
                                30 ??? (AppleIDAuthAgent + 65831) [0x108d8d127]
                                  30 ??? (AppleIDAuthAgent + 133504) [0x108d9d980]
                                    30 _dispatch_barrier_sync_f_invoke + 39 (libdispatch.dylib) [0x7fff936b3767]
                                      30 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff936b20fa]
                                        30 ??? (AppleIDAuthAgent + 133633) [0x108d9da01]
                                          30 SecKeychainItemCopyAttributesAndData + 70 (Security) [0x7fff9911f396]
                                            30 Security::KeychainCore::ItemImpl::getAttributesAndData(SecKeychainAttributeInfo *, unsigned int*, SecKeychainAttributeList**, unsigned int*, void**) + 580 (Security) [0x7fff991053a2]
                                              30 Security::KeychainCore::ItemImpl::getContent(Security::CssmClient::DbAttributes *, Security::CssmDataContainer*) + 309 (Security) [0x7fff99102eed]
                                                30 Security::CssmClient::SSDbUniqueRecordImpl::get(Security::CssmClient::DbAttribu tes*, Security::CssmDataContainer*, cssm_access_credentials const*) + 280 (Security) [0x7fff98fe6bc2]
                                                  30 Security::CssmClient::SSGroupImpl::decodeDataBlob(cssm_data const&, cssm_access_credentials const*, Security::Allocator&, cssm_data&) + 435 (Security) [0x7fff99088e47]
                                                    30 Security::CssmClient::Decrypt::final(Security::CssmData&) + 49 (Security) [0x7fff99084f45]
                                                      30 CSSM_DecryptDataFinal + 68 (Security) [0x7fff9916bcf6]
                                                        30 cssm_DecryptDataFinal(long, unsigned long long, cssm_data*) + 112 (Security) [0x7fff9915ed08]
                                                          30 Security::CSPFullPluginSession::CSPContext::final(Security::CssmData&, Security::Allocator&) + 36 (Security) [0x7fff98fea2c0]
                                                            30 SSCryptContext::outputSize(bool, unsigned long) + 246 (Security) [0x7fff9906c1ae]
                                                              30 Security::SecurityServer::ClientSession::decrypt(Security::Context const&, unsigned int, Security::CssmData const&, Security::CssmData&, Security::Allocator&) + 182 (Security) [0x7fff99153db4]
                                                                30 ucsp_client_decrypt + 189 (Security) [0x7fff9914e349]
                                                                  30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                                                                   *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0xcc0      priority 63       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __NSThread__main__ + 1345 (Foundation) [0x7fff8f2c6842]
            30 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x7fff8f2687d6]
              30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
                30 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff9722f606]
                  30 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff97229f23]
                    30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                     *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0xccc      priority 31       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __select + 10 (libsystem_kernel.dylib) [0x7fff97da6322]
           *30 ??? (mach_kernel + 3581120) [0xffffff800056a4c0]
      Binary Images:
             0x108d7d000 -        0x108daefff  AppleIDAuthAgent <6CD06F27-701A-3FE6-B6CD-9A77FD389AE9> /System/Library/CoreServices/AppleIDAuthAgent
          0x7fff8f231000 -     0x7fff8f58dff7  com.apple.Foundation 6.8 (945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff900b4000 -     0x7fff90180fef  libsystem_c.dylib <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
          0x7fff936b0000 -     0x7fff936c5ff7  libdispatch.dylib <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
          0x7fff971fa000 -     0x7fff973e3fff  com.apple.CoreFoundation 6.8 (744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff97d94000 -     0x7fff97dafff7  libsystem_kernel.dylib <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
          0x7fff98fc4000 -     0x7fff99291ff7  com.apple.security 7.0 (55163.44) <E62305A2-958D-3EBC-B7E5-9A151D3E1777> /System/Library/Frameworks/Security.framework/Versions/A/Security
    *0xffffff8000200000 - 0xffffff800073d30c  mach_kernel <8D5F8EF3-9D12-384B-8070-EF2A49C45D24> /mach_kernel
    Process:         apsd [58]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       2060 pages
      Thread 0x141      DispatchQueue 1          priority 31       
      30 start + 1 (libdyld.dylib) [0x7fff904097e1]
        30 ??? (apsd + 19622) [0x10e26aca6]
          30 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff8f2643da]
            30 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff8f2cbace]
              30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
                30 __CFRunLoopRun + 789 (CoreFoundation) [0x7fff9722f4e5]
                  30 __CFRunLoopDoSources0 + 245 (CoreFoundation) [0x7fff9720c165]
                    30 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (CoreFoundation) [0x7fff9720c841]
                      30 __CFSocketPerformV0 + 1045 (CoreFoundation) [0x7fff9724bc55]
                        30 SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 83 (CFNetwork) [0x7fff94564621]
                          30 SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 145 (CFNetwork) [0x7fff945646cb]
                            30 SocketStream::_PerformSecurityHandshake_NoLock() + 133 (CFNetwork) [0x7fff94565791]
                              30 SSLHandshake + 134 (Security) [0x7fff99019517]
                                30 SSLHandshakeProceed + 374 (Security) [0x7fff990196a6]
                                  30 SSLProcessProtocolMessage + 107 (Security) [0x7fff99019da8]
                                    30 SSLProcessHandshakeRecord + 280 (Security) [0x7fff99019f14]
                                      30 SSLAdvanceHandshake + 1798 (Security) [0x7fff9901a72f]
                                        30 SSLPrepareAndQueueMessage + 41 (Security) [0x7fff9904d536]
                                          30 SSLEncodeCertificateVerify + 578 (Security) [0x7fff9904a7f1]
                                            30 sslRawSign + 45 (Security) [0x7fff9904fdf5]
                                              30 SecKeyRawSign + 117 (Security) [0x7fff990fcee7]
                                                30 Security::KeychainCore::KeyItem::RawSign(unsigned int, cssm_data, Security::AccessCredentials const*, cssm_data&) + 457 (Security) [0x7fff990eab53]
                                                  30 Security::CssmClient::Sign::operator()(Security::CssmData&) + 49 (Security) [0x7fff99089f31]
                                                    30 CSSM_SignDataFinal + 68 (Security) [0x7fff9916dc4d]
                                                      30 cssm_SignDataFinal(long, unsigned long long, cssm_data*) + 112 (Security) [0x7fff9915d8bb]
                                                        30 Security::CSPFullPluginSession::CSPContext::final(Security::CssmData&, Security::Allocator&) + 36 (Security) [0x7fff98fea2c0]
                                                          30 SSSignatureContext::outputSize(bool, unsigned long) + 223 (Security) [0x7fff9906b991]
                                                            30 SSSignatureContext::sign(Security::CssmData&) + 170 (Security) [0x7fff9906bafe]
                                                              30 Security::SecurityServer::ClientSession::generateSignature(Security::Context const&, unsigned int, Security::CssmData const&, Security::CssmData&, Security::Allocator&, unsigned int) + 189 (Security) [0x7fff991537d7]
                                                                30 ucsp_client_generateSignature + 197 (Security) [0x7fff9914db67]
                                                                  30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                                                                   *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x2fe      DispatchQueue 2          priority 33       
      30 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff936b4a2a]
        30 kevent + 10 (libsystem_kernel.dylib) [0x7fff97da6d16]
         *30 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x391      priority 63       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __NSThread__main__ + 1345 (Foundation) [0x7fff8f2c6842]
            30 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x7fff8f2687d6]
              30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
                30 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff9722f606]
                  30 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff97229f23]
                    30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                     *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x4ac      priority 31       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __select + 10 (libsystem_kernel.dylib) [0x7fff97da6322]
           *30 ??? (mach_kernel + 3581120) [0xffffff800056a4c0]
      Binary Images:
             0x10e266000 -        0x10e2e3ff7  apsd <524BF285-5D28-3B0A-9CC0-1AC469933E6E> /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
          0x7fff8f231000 -     0x7fff8f58dff7  com.apple.Foundation 6.8 (945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff900b4000 -     0x7fff90180fef  libsystem_c.dylib <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
          0x7fff90407000 -     0x7fff9040aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff936b0000 -     0x7fff936c5ff7  libdispatch.dylib <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
          0x7fff94501000 -     0x7fff94674ff7  com.apple.CFNetwork 596.0.1 (596.0.1) <82109BE9-19E2-399B-BACD-23D53814B873> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
          0x7fff971fa000 -     0x7fff973e3fff  com.apple.CoreFoundation 6.8 (744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff97d94000 -     0x7fff97dafff7  libsystem_kernel.dylib <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
          0x7fff98fc4000 -     0x7fff99291ff7  com.apple.security 7.0 (55163.44) <E62305A2-958D-3EBC-B7E5-9A151D3E1777> /System/Library/Frameworks/Security.framework/Versions/A/Security
    *0xffffff8000200000 - 0xffffff800073d30c  mach_kernel <8D5F8EF3-9D12-384B-8070-EF2A49C45D24> /mach_kernel
    Process:         autofsd [57]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       428 pages (+3)
      Thread 0x17d      DispatchQueue 2          priority 33       
      30 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff936b4a2a]
        30 kevent + 10 (libsystem_kernel.dylib) [0x7fff97da6d16]
         *30 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x243      DispatchQueue 7          priority 31       
      30 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff936b1dc9]
        30 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff97da6566]
         *30 ??? (mach_kernel + 3581120) [0xffffff800056a4c0]
      Thread 0x73b9     priority 31       
      27 start_wqthread + 13 (libsystem_c.dylib) [0x7fff900b51b1]
        27 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff900cacf3]
          27 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff97da66d6]
           *27 ??? (mach_kernel + 3911152) [0xffffff80005badf0]
      Binary Images:
             0x1053cd000 -        0x1053cefff  autofsd <84AA47F0-1486-37EE-9C69-12CB98C34F1C> /usr/libexec/autofsd
          0x7fff900b4000 -     0x7fff90180fef  libsystem_c.dylib <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
          0x7fff936b0000 -     0x7fff936c5ff7  libdispatch.dylib <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
          0x7fff97d94000 -     0x7fff97dafff7  libsystem_kernel.dylib <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff800073d30c  mach_kernel <8D5F8EF3-9D12-384B-8070-EF2A49C45D24> /mach_kernel
    Process:         blued [55]
    Path:            /usr/sbin/blued
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       1053 pages (+3)
      Thread 0x13e      DispatchQueue 1          priority 31       
      30 start + 1 (libdyld.dylib) [0x7fff904097e1]
        30 ??? (blued + 166207) [0x1035e593f]
          30 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff8f2643da]
            30 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff8f2cbace]
              30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
                30 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff9722f606]
                  30 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff97229f23]
                    30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                     *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x155      DispatchQueue 2          priority 33       
      30 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff936b4a2a]
        30 kevent + 10 (libsystem_kernel.dylib) [0x7fff97da6d16]
         *30 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x259      priority 31       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __select + 10 (libsystem_kernel.dylib) [0x7fff97da6322]
           *30 ??? (mach_kernel + 3581120) [0xffffff800056a4c0]
      Thread 0x741e     priority 31       
      15 start_wqthread + 13 (libsystem_c.dylib) [0x7fff900b51b1]
        15 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff900cacf3]
          15 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff97da66d6]
           *15 ??? (mach_kernel + 3911152) [0xffffff80005badf0]
      Binary Images:
             0x1035bd000 -        0x10366efff  blued <B92BDB43-8009-3AEB-A94E-E9304436F0BF> /usr/sbin/blued
          0x7fff8f231000 -     0x7fff8f58dff7  com.apple.Foundation 6.8 (945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff900b4000 -     0x7fff90180fef  libsystem_c.dylib <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
          0x7fff90407000 -     0x7fff9040aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff936b0000 -     0x7fff936c5ff7  libdispatch.dylib <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
          0x7fff971fa000 -     0x7fff973e3fff  com.apple.CoreFoundation 6.8 (744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff97d94000 -     0x7fff97dafff7  libsystem_kernel.dylib <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff800073d30c  mach_kernel <8D5F8EF3-9D12-384B-8070-EF2A49C45D24> /mach_kernel
    Process:         CalendarAgent [207]
    Path:            /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarA gent
    Architecture:    x86_64
    Parent:          launchd [162]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       6039 pages
      Thread 0x8d3      DispatchQueue 1          priority 31       
      30 start + 1 (libdyld.dylib) [0x7fff904097e1]
        30 ??? (CalendarAgent + 2739) [0x1012c7ab3]
          30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
            30 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff9722f606]
              30 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff97229f23]
                30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                 *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x8d5      DispatchQueue 2          priority 33       
      30 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff936b4a2a]
        30 kevent + 10 (libsystem_kernel.dylib) [0x7fff97da6d16]
         *30 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x8fb      priority 63       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __NSThread__main__ + 1345 (Foundation) [0x7fff8f2c6842]
            30 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x7fff8f2687d6]
              30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
                30 __CFRunLoopRun + 789 (CoreFoundation) [0x7fff9722f4e5]
                  30 __CFRunLoopDoSources0 + 245 (CoreFoundation) [0x7fff9720c165]
                    30 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (CoreFoundation) [0x7fff9720c841]
                      30 __CFSocketPerformV0 + 1045 (CoreFoundation) [0x7fff9724bc55]
                        30 SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 83 (CFNetwork) [0x7fff94564621]
                          30 SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 145 (CFNetwork) [0x7fff945646cb]
                            30 SocketStream::_PerformSecurityHandshake_NoLock() + 133 (CFNetwork) [0x7fff94565791]
                              30 SSLHandshake + 134 (Security) [0x7fff99019517]
                                30 SSLHandshakeProceed + 374 (Security) [0x7fff990196a6]
                                  30 SSLProcessProtocolMessage + 107 (Security) [0x7fff99019da8]
                                    30 SSLProcessHandshakeRecord + 223 (Security) [0x7fff99019edb]
                                      30 SSLProcessHandshakeMessage + 233 (Security) [0x7fff9904c941]
                                        30 SSLProcessCertificate + 475 (Security) [0x7fff99020e9a]
                                          30 sslCopyPeerPubKey + 42 (Security) [0x7fff990501e0]
                                            30 SecTrustEvaluate + 53 (Security) [0x7fff98ff5494]
                                              30 Security::KeychainCore::Trust::evaluate(bool) + 2258 (Security) [0x7fff98ff5e56]
                                                30 Security::CssmClient::TPImpl::certGroupVerify(Security::CertGroup const&, Security::TPVerifyContext const&, Security::TPVerifyResult*) + 127 (Security) [0x7fff98ffb657]
                                                  30 CSSM_TP_CertGroupVerify + 108 (Security) [0x7fff98ffbe1a]
                                                    30 cssm_CertGroupVerify(long, long, long, cssm_certgroup const*, cssm_tp_verify_context const*, cssm_tp_verify_context_result*) + 134 (Security) [0x7fff98ffc036]
                                                      30 AppleTPSession::CertGroupVerify(long, long, cssm_certgroup const&, cssm_tp_verify_context const*, cssm_tp_verify_context_result*) + 3802 (Security) [0x7fff98ffcfb4]
                                                        30 tpVerifyCertGroupWithCrls + 1712 (Security) [0x7fff99013fca]
                                                          30 tpFetchCrlFromNet + 404 (Security) [0x7fff9908057b]
                                                            30 tpFetchViaGeneralNames(__CE_GeneralNames const*, TPCertInfo&, cssm_data const*, TPVerifyContext*, long, long, char const*, TPCertInfo**, TPCrlInfo**) + 1076 (Security) [0x7fff99080a7b]
                                                              30 tpFetchViaNet(cssm_data const&, cssm_data const*, LF_Type, char*, Security::Allocator&, cssm_data&) + 66 (Security) [0x7fff9908103c]
                                                                30 ocspdCRLFetch + 400 (Security) [0x7fff9912f48f]
                                                                  30 ocsp_client_crlFetch + 186 (Security) [0x7fff9912ebf3]
                                                                    30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                                                                     *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x902      priority 31       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __NSThread__main__ + 1345 (Foundation) [0x7fff8f2c6842]
            30 -[CalAgentAPSConnectionManager _calAPSMain] + 731 (CalendarAgent) [0x1012d0264]
              30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
                30 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff9722f606]
                  30 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff97229f23]
                    30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                     *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x909      priority 31       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __select + 10 (libsystem_kernel.dylib) [0x7fff97da6322]
           *30 ??? (mach_kernel + 3581120) [0xffffff800056a4c0]
      Thread 0x6027     priority 31       
      30 thread_start + 13 (libsystem_c.dylib) [0x7fff900b51c1]
        30 _pthread_start + 327 (libsystem_c.dylib) [0x7fff900c8782]
          30 __NSThread__main__ + 1345 (Foundation) [0x7fff8f2c6842]
            30 -[CalDAVAccountRefreshQueueableOperation refreshWithExceptionHandling] + 108 (CalendarStore) [0x7fff9417904b]
              30 -[CalDAVAccountRefreshQueueableOperation(Private) refresh] + 890 (CalendarStore) [0x7fff94179538]
                30 -[CalDAVAccountRefreshQueueableOperation(Private) rectifyPrincipalPathForPrincipal:inManagedObjectContext:error:] + 788 (CalendarStore) [0x7fff94291da7]
                  30 __113-[CalDAVAccountRefreshQueueableOperation(Private) rectifyPrincipalPathForPrincipal:inManagedObjectContext:error:]_block_invoke_0 + 230 (CalendarStore) [0x7fff942921df]
                    30 -[CalPropFindSynchronousTask executePropFindTask:usingTaskManager:] + 32 (CalendarStore) [0x7fff9429119b]
                      30 -[CalSingleSynchronousTask executeTask:usingTaskManager:] + 175 (CalendarStore) [0x7fff94290f4a]
                        30 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff8f2cbace]
                          30 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff9722edd2]
                            30 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff9722f606]
                              30 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff97229f23]
                                30 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff97da4686]
                                 *30 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x72df     priority 33       
      30 start_wqthread + 13 (libsystem_c.dylib) [0x7fff900b51b1]
        30 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff900cacf3]
          30 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff97da66d6]
           *30 ??? (mach_kernel + 3911152) [0xffffff80005badf0]
      Binary Images:
             0x1012c7000 -  

  • What happened to the info at the bottom of the finder window in Mountain Lion?

    Mountain Lion has gotten rid of the file info at the bottom of the finder window. Does anyone know if it is just a setting change?

    Choose Show Status Bar from the View menu. You may need to choose one of the other settings to get that option.
    (70849)

  • Finder Search in Mountain Lion -- broken?

    Since upgrading to Mountain Lion yesterday, my Finder Search does not operate the way it used to and I'm not getting the right results anymore.  I have already forced Spotlight to reindex by adding the entire drive and a disk image file to Privacy, and then removing them from Privacy.  Reindexing took about 45 minutes, but now it says it is done reindexing.  I have these same two issues both before and after the reindex.
    If I have Finder displaying the files in the disk image and type a few letters for a filename (e.g., name matches great) in the search box, Finder Search cannot find the files in the disk image even though I can plainly see they are there.
    I have Finder pointing to the entire main drive.  I search for name matches quiz.  I get 10 results, including 3 in the RE Class folder, plus seven others.  But, if I point Finder to the RE Class folder on the main drive, and do the same search, it shows me those three files (as it should), and if I click the button above the search results for "This Mac" to expand the search, it displays only those same three in the RE Class folder, and "Searching This Mac..." appears with a spinner at the bottom of Finder ... forever? About 20 minutes so far... (This used to be instantaneous.)  It cannot find all the other matching files it previously showed me are in multiple locations on the main drive.
    Can someone tell me how to fix this?  Thank you.

    Based upon my test results below, Apple Support has escalated this to the engineers for resolution.  It appears that the presence of any mounted DMG file is what precipitates the problem, and the problem goes away if I close the DMG, but I can't really search in my DMG files until this gets fixed.
    <quoting my test results:>
    I have done more testing this morning.
    I had always worked with the Finder Preference > Advanced > When performing a search = Search the Current Folder.  I changed this back to Search This Mac before conducting the following tests.
    My conclusion is that the presence of any open DMG is causing the problem.  Other connected drives (external) don't have any bearing; they work fine.
    Test 1, with no DMG open:
    Pointing to the David home folder.
    Search Name=Dad
              This Mac=58
              Davidn=23
              This Mac=58
              David=23
    This is as expected.  The counts include files from an external hard drive, together with the internal drive.
    Test 2, with a DMG (Personal) open:
    Pointing to the David home folder. 
    Search Name=Dad
              This Mac=45  (Note that this number is lower than in test 1, and it should be higher by 3 because of the files in the DMG.  Expected count was 61.)
              David=23
              This Mac = <spinner>  (Expected 61)
              <cancel>
    Test 3, with the DMG still open:
    Search Name=Dad
              This Mac = 0  (Expected 61)
              David = 23
              This Mac = <spinner>  (Expected 61)
              <cancel>
    At this point, I closed the DMG.
    Test 4, with no DMG open:
    Search Name=Dad          This Mac=58
              David=23
              This Mac=58
              David=23
    This is as expected.  The counts include files from an external hard drive, together with the internal drive.
    In addition, the tests I conducted yesterday, where I was directly searching in the DMG, remain the same: The first time the result is correct, and after that I only get beach balls.
    Note that the DMG used for this test (Personal) is only 1 MB in size, and contains only 12 items in the root -- not a lot of searching to do.  I have tried to force Spotlight to reindex this file by moving it into and out of Privacy.  I never notice Spotlight do anything about that, but maybe it is too small to be noticeable.

  • Bought my mac august 12... and im only just finding out about mountain lion? abysmal

    so i bought my macbook at the beginning of august 2012, and 13 months on when i go to purchase a version of logic for the first time i'm only finding out that actually
    a) i didn't get the newest os at the time &
    b) i was entitled to a free upgrade.
    why was i not told this at the time of purchase? what kind of company puts the onus on the customer in this situation? this is an abysmal bit of customer service on apple's part and i'm so frustrated. it's only £14, but it is the principle of the thing (and having to pay an extra 10% above what i want to pay for logic).
    least i deserve is a refund for mountain lion. not happy at all. but of course, apple has no complaints department. the arrogance.

    No complaints department?
    Have you actually tried contacting apple customer support? I for one have found them to be most helpful in store and on the phone. Second to none in fact.
    You're obviously frustrated, but perhaps try talking to apple. I'm Sure that they would honour an upgrade in my experience of having dealt with their customer services department (although I'm not guaranteeing it). They would only need to check when your machine was purchased to see that you would have been eligible, and a short phone call to explain your situation would more than likely suffice.
    I have never found Apple to be an arrogant company in the slightest. The complete opposite in fact.

  • Can't find my downloaded Mountain Lion App in my app store purchases?

    I recently finished downloading the Mountain Lion software, but in trying to install it said that the file was corruppted while downloading (which I assume because of spotty internet connection I have.)  It said to delete thie app and re-download for free...cuz you can re-download all apps you've purchased for free.  But in my Purchases section of the App store, I accidentally deleted the app, instead of on my computer (which I assume I was supposed to delete now that I can't get the app store back.)  Help?  Where do I find it?  I have a recipet of purchase to prove I bought it too :/

    You can't delete it, just hide it.
    http://support.apple.com/kb/HT4928

  • I couldn't find Facebook on mountain lion

    Hi,
    I am Clemens Kim And I have download OS X Mountain Lion yeasterday and today again.
    But I couldn't find facebook that you told mac installed inside itself mac already.
    And another problem on this OS is that I can't open memo pad that is everytime I open it,
    there occurred error and closed automatically.
    Clemens

    You can read about Facebook at this link.  It does say in the top left corner that it's coming in the fall. 

  • AVCHD issue in FINDER in OS Mountain Lion

    Good Morning.
    I just Upgraded from 10.6 to 10.8 "Mountain Lion."
    I like the new look of Mail and the iMac feels a bit faster. This morning while moving video files around I discovered that the FINDER under 10.8 conceals folders in the AVCHD chain. Under 10.6 you clicked a folder, clicked AVCHD,  clicked private, clicked stream, etc... Now you get halted by a big QUICKTIME icon and have to discover for yourself the "Open Package" option which opens one more folder shows anothe QT icon and you have to "Open Package" again and so forth.
    This is really inconvenient and complicated. Is there a setting on the finder that will help users bypass this behavoir?
    Dan

    Please read this whole message before doing anything. This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it. The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows: 
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
     *Note: If FileVault is enabled under OS X 10.7 or later, or if a firmware password is set, you can’t boot in safe mode. Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs. The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem(s)? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

Maybe you are looking for