ADBC vs IAC

I have a project that needs to place data from an Access database to a PDF form.

Once users make a change to the PDF form, then I must create an XML file based on a schema for download to a site that will process the data.

Can I invoke ADBC and the XMLData model to do this, or I'll be in better shape by controlling these processes by using the IAC and the MSXML 6.0 library?

ADBC is dead and removed from the current versions I think. I think that it was not supported from 9.0 and needed a special magic from 8.0.

XMLData, in my opinion, only applies to XFA forms, while ADBC, I think, applies to acroforms.

I think you would better all the work of database in the access and the use of IAC to data in the form, via Acrobat JavaScript.

Tags: Acrobat

Similar Questions

  • IAC Advanced Network Services configuration

    I have not been able to find documentation on how to use the features of advanced EPC network services.

    I am interested in the use of services VSG & Netscaler 1000V.

    Is there a guide for deployment of these services?

    Thank you

    Graham

    Better documentation I could find so far on this is the PDF file below, it provides the guide of full deployment of the infrastructure until the IAC software layer layer.

    http://www.Cisco.com/c/dam/en/us/TD/docs/solutions/Enterprise/Data_Cente...

  • Cannot create the VDC to IAC 3.1 - approval is required for this service...

    Hello

    I am unable to create VDC to IAC 3.1. Log in as administrator cloud, when I click on Create Virtual Datacenter, it says ' approval is necessary for this service and is not enabled. Please contact the administrator '. Under permissions, I also put 'No' in approvals for "Create Virtual Data Center" for

    "Approval of the administrator of cloud provider" and "approval of the administrator of the organization. Clues?

    Thank you

    Mudassir.

    Log on to the portal as full administrator.

    Return to Administration - permissions

    Activate the option "authorization of Service Group.

    Then connect as you were and try again.

    I think what is / was a known problem in the doc.  I thought it was fixed in the latest version so.

  • ADBC support has been removed since Acrobat?

    Is it true that Adobe supports ADBC? If so are there alternatives?

    It has been for Acrobat 10 and disabled by default since Acrobat 8 and the 7.09 update. Alternatives include the use of XFA forms created by LiveCycle Designer and SOAP with an Acroform. There is not much info out there on these and requires setting up and programming server.

  • How can save us in 2003 spreadsheet XML format PDF using IAC?

    Hi all

    I'm trying to pro-grammatically to save the PDF document in XML Spreadsheet 2003 Format.

    Manually, I would go to file > save as > spreadsheet > 2003 spreadsheet XML, to reading the documentation, I expected that I could achieve the same way (c# and IAC). AvconversionconvertFromPDFWithHandler () method is used to save the format d/f pdf file.

    How can we do this task please help me.

    Thanks in advance


    Concerning

    Pawan Pant

    AvconversionconvertFromPDFWithHandler is a plugin method, not of IAC.

  • How to avoid the busy server in iac dialogue

    Hello

    I am a beginner in IAC. I will execute a plugin throung an mfc dialog based IAC.

    But when my plug-in takes little more time to run a PDF, then I get a server busy dialog box asking swith to / option to try again.

    Can you please let me know how to get rid of this dialog box.

    I got the answer c ++ - how to disable the dialog box 'switch '-' Retry' -' cancel' - stack overflow

    to use

    AfxOleGetMessageFilter()-> EnableBusyDialog (0);
    AfxOleGetMessageFilter()-> EnableNotRespondingDialog (0);

    But his gifts of error C2027: use of undefined type 'COleMessageFilter.

    So please someone help me solve the problem.

    Thanking you

    Sheikh Saffiuddin.

    Thank you that I solved it that I have to include afxole.h

  • Save PDF searchable to the c# IAC program

    I found the program BasicIacCS in the Acrobat SDK. He opens a PDF file and gets the number of pages.  I modified the program to save a copy of the PDF file.  The copy is not searchable, but I need it to be.   Should what code I?  Manually, I have to click on tools and text recognition, but I can't find anything like this in the documentation of the IAC.

    Access to the function of OCR (text recognition) is not possible via the API of the IAC.  You need to write a plugin for Acrobat using C/C++

  • IAC error

    Hello

    I use 12 PES on an ACER Aspire 8920 with 4 GB of memory on Windows 8.1.

    I can't change the images more without getting an error of the IAC, closing the editor last edited pictured. It worked fine until about three days ago. I can't do anything more to PSE in recent days of thre.

    He succeeds after several attempts. When I try to reduce all of the photos it tells me that the editor has not closed the file. The lock is displayed on the image of the organiser. If I change this image once again it work sometimes, sometimes not. I'm really stuck. I noticed that this problem has occurred in the past, but no working solution has been proposed.

    Thank you for your help.

    See this discussion:

    http://forums.Adobe.com/thread/1328850

    Maybe it's the same bug.

    Try the workaround suggested it.

  • Access to the fields of a form through the IAC

    Hi all!

    I created with Adobe LiveCycle Designer ES2 (provided with Adobe Acrobat Pro X) an example of a form with several fields.

    After that, I wanted to access the fields with capabilities of Communication monitor (IAC) of the Acrobat SDK using OLE.

    I chose as the .NET framework c# programming language. But the only field that I could access has been the field of signature and only when it was signed. I couldn't know the error. My code is wrong? Or is the form created fake? If anyone can help?

    The code I used:

    Acrobat.AcroApp app = null;
    Acrobat.AcroAVDoc avdoc;
    
    AFORMAUTLib.AFormApp formApp;
    
    AFORMAUTLib.IFields fields;
    
    app = new Acrobat.AcroApp();
    avdoc = new Acrobat.AcroAVDocClass();avdoc.Open(@"Form.pdf", null);
    formApp = new AFORMAUTLib.AFormApp();
    
    fields = formApp.Fields;
    

    int fieldsCount = fields.Count;
    foreach (var item in fields)
    {
      AFORMAUTLib.IField field = (AFORMAUTLib.IField)item;

    result = field. Name + '=' + field. "Value + " [" + field."] Type + "]";

    }
    

    Hello

    My understanding is that the AFormApp object can only be used to manipulate (fields created in Acrobat) AcroForm fields that you use LiveCycle Designer you create an XFA form.

    Depending on what you are wanting to do, you may be able to use the JSObject and therefore to call JavaScript from your application to achieve your goal.

    If you could provide more information on what you are trying to reach, then we may be able to guide you to a solution

    Concerning

    Malcolm

  • PowerPoint opens in IAC

    I'm trying to IAC (Acrobat version 9) allows you to convert PowerPoint documents to PDF format.  I ran into some documents on some computers do not open.  IAC is not the errors of statement, Open() simply returns false.  I reproduced with a really simple pptx document.  My application is written in C++, but I have reproduced the problem with a vbscript script.  Any ideas?  How should I go about troubleshooting this?

    Thank you

    Brian

    There is no approved APIs IAC for conversion of PPT to PDF, so everything you do is at your own risk and without support.

    If you wish to do this, you must write a plugin for Acrobat in C/C++ and using the approved APIs.

  • IAC on Win 7 64 bit with VB 2008 Express Edition

    I recently bought a laptop with Windows 7, 64-bit computer. I downloaded Microsoft Visual Basic 2008 Express Edition to convert an IAC of VB 8 app, no problem with the conversion. Some adjustments are necessary.

    Now for the problem, when I build and run, the application is expected to take a PDF document, what he most early distilled and load it into Acrobat for additional manipulation. Everything works, and including the step distilling.

    I declare

    Dim avdoc As Acrobat.CAcroAVDoc

    and later,.

    avdoc = CreateObject ("AcroExch.AVDoc")

    and still later

    avdoc. Open (PDFFileName, "")

    It doesn't seem to work. The variable
    PDFFileName contains the absolute path to the target PDF.
    The file is not open in Acrobat.

    Has anyone accumulated enough experience with Acrobat 9, Win 7, VB 2008 (Express Ed) to comment on the problem?

    This application worked on WinXP (using VB 6).

    Thank you

    D. P. story

    Of course, seems to be a bug!

  • Acrobat Distiller IAC

    Hello

    I use 9 distill to convert PS to PDF of my program.

    I send you a WM_COPYDATA with command line options.

    I get the result in another WM_COPYDATA sent to distill in my program.

    In the DISTILLRECORD of the result, there is a field for the transformed PS file.

    List of files of char [260];

    It is strange that this field contains a WCHAR string, not a CHAR string.

    The characters of the string type is not documented anywhere.

    Distiller will always return a WCHAR string or does it rely on:

    -Distiller version

    -Windows version

    Hope someone knows the answer.

    Best regards

    Nikolai Tasev

    I think it's a WCHAR for Acrobat 8.

  • Reading of the logic of the notation software

    Try to use logic and the sounds of software included as the playback engine for my partitions created with final 2014 rating software. Find it me hard to imagine that I am the only one having this problem but I can't seem to find the answer to anywhere!

    I activated the IAC driver audio / MIDI set up and added IAC bus 1-4

    In 2014 finals, I activated the ports between applications and reading "MIDI System. I've set up my score so that all (11 litters) wind instruments are forwarded to IAC Bus 1, brass (12 staves) are routed to IAC Bus 2, strings and percussion (15 slats) to Bus IAC 3 effects / other (6 sticks) to IAC Bus 4. "Play Finale through Midi" is checked, and I have disabled human playback as well.

    Logic Pro x, I created a new project with software instruments on different tracks with different MIDI channels that match the MIDI channels I have implemented in the final (i.e.: trips the clarinet 1 in the final to IAC Bus 1/MIDI Channel 5.) In logic, track 5 is a clarinet EXS24 on MIDI Channel 5)

    The problem:

    Actually, I got it to work (it is not more) but only on the 1st 16 channels. I could not figure out how to get the IAC Bus 2 coming to the slopes of brass, the IAC Bus 3-String sounds or the IAC Bus 4 to the sounds of the effect.

    Sorry if this post is a little long and please forgive my ignorance if this question does not belong. I ask the community to Logic Pro because I don't believe that final is the issue here. Any help would be most appreciated!

    MacBook Pro 15 retina, mid-2014, Core i7 2.8 Ghz, 16 GB RAM, OS 10.10.5 (Yosemite)

    Logic Pro 10.2.4

    Final 2014

    MOTU MIDI Express

    Yamaha DX 7 II FD

    You can not. Logic only offers the possibility to receive simultaneously on 16 midi channels. Logic does not enter designations based on the port. If you're limited to 16, regardless of which port you send.

  • 6.1.6 hangs at the opening with 10.7.5, can not upgrade/reset/uninstall

    Safari is suspended to open it each time, I can not uninstall it ("required by the system"), go to the menu bar (to reset or clear the cache) or update my operating system or version of Safari... There is a site that does that on Safari and IE according to it... What can I do?

    P.S. It's accident report:

    Date/time: 2016-04-13 19:10:07-0400

    OS version: 10.7.5 (build 11 63 G)

    Architecture: x86_64

    Report Version: 9

    Command: Safari

    Path: /Applications/Safari.app/Contents/MacOS/Safari

    Version: 6.1.6 (7537.78.2)

    Build Version: 1

    Project name: WebBrowser

    Source version: 7537078002000000

    Parent: launchd [146]

    PID: 3693

    Event: hang

    Duration: 0.58 s

    Steps: 7 (sampling of 100 ms interval)

    Pageins: 4

    Pageouts: 0

    Process: Safari [3693]

    Path: /Applications/Safari.app/Contents/MacOS/Safari

    Architecture: x86_64

    UID: 501

    Wire 0xc906 DispatchQueue 1

    The user stack:

    7 ??? (in Safari) [0x10e5b9f2c]

    7 SafariMain + 266 (in Safari) [0x10e7af47c]

    7 NSApplicationMain + 867 (in AppKit) [0x7fff8ca00eac]

    7 [NSApplication run] + 470 (into AppKit) [0x7fff8c7849b9]

    7. [BrowserApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 161 (in Safari) [0x10e61a4d5]

    7 [NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 135 (into AppKit) [0x7fff8c78807d]

    7 _DPSNextEvent + 659 (into AppKit) [0x7fff8c788779]

    7 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8c0933fa]

    7 ReceiveNextEventCommon + 181 (in HIToolbox) [0x7fff8c0934bf]

    7 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    7 CFRunLoopRunSpecific + 387 (in CoreFoundation) [0x7fff90247523]

    7 _Unwind_RaiseException + 139 (in libunwind.dylib) [0x7fff86ff991f]

    7 __gxx_personality_v0 + 871 (in libc ++ abi.dylib) [0x7fff89db5a5b]

    7 get_adjusted_ptr (const std::type_info *, const std::type_info *, void *) + 74 (in libc ++ abi.dylib) [0x7fff89db5e26]

    7 _objc_exception_do_catch + 125 (in libobjc. A.dylib) [0x7fff8b8adb36]

    7 __exceptionMatch + 18 (in CoreFoundation) [0x7fff902b3062]

    7 objectIsKindOfClass + 66 (in CoreFoundation) [0x7fff902b3002]

    7 class_respondsToSelector + 26 (in libobjc. A.dylib) [0x7fff8b8a5a5c]

    7 _cache_getImp + 4 (libobjc. A.dylib) [0x7fff8b8a0e38]

    Kernel stack:

    7 lo_alltraps + 297 (in mach_kernel) [0x2e5489]

    7 user_trap + 932 (in mach_kernel) [0x2ce4a4]

    7 exception_triage + 164 (in mach_kernel) [0x220a84]

    7 exception_deliver + 806 (in mach_kernel) [0 x 220876]

    7 exception_raise_state_identity + 349 (in mach_kernel) [0x249fad]

    7 mach_msg_rpc_from_kernel_proper + 39 (in mach_kernel) [0x2239c7]

    7 mach_msg_rpc_from_kernel_body + 330 (in mach_kernel) [0x22386a]

    7 ipc_mqueue_receive + 105 (in mach_kernel) [0 x 215069]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Wire 0xc914 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xc91e DispatchQueue 1948

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    7 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff87171928]

    7 _dispatch_queue_invoke + 54 (libdispatch.dylib) [0x7fff8717212e]

    7 _dispatch_queue_drain + 264 (in libdispatch.dylib) [0x7fff871722d2]

    7 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff87170a82]

    7 CFRelease + 502 (in CoreFoundation) [0x7fff90217bf6]

    7 transformation: Finalize() + 120 (safe) [0x7fff875c3f1e]

    7 _dispatch_barrier_sync_f_slow + 137 (libdispatch.dylib) [0x7fff87172f7a]

    7 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef56b6]

    Kernel stack:

    semaphore_wait_continue 7 + 0 (mach_kernel) [0x234b10]

    Wire 0xc923 DispatchQueue 3928

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    7 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff87171928]

    7 _dispatch_queue_invoke + 54 (libdispatch.dylib) [0x7fff8717212e]

    7 _dispatch_queue_drain + 264 (in libdispatch.dylib) [0x7fff871722d2]

    7 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff87170a82]

    7 CFRelease + 502 (in CoreFoundation) [0x7fff90217bf6]

    7 transformation: Finalize() + 120 (safe) [0x7fff875c3f1e]

    7 _dispatch_barrier_sync_f_slow + 137 (libdispatch.dylib) [0x7fff87172f7a]

    7 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef56b6]

    Kernel stack:

    semaphore_wait_continue 7 + 0 (mach_kernel) [0x234b10]

    Wire 0xc91d DispatchQueue 4588

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    7 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff87171928]

    7 _dispatch_queue_invoke + 54 (libdispatch.dylib) [0x7fff8717212e]

    7 _dispatch_queue_drain + 264 (in libdispatch.dylib) [0x7fff871722d2]

    7 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff87170a82]

    7 CFRelease + 502 (in CoreFoundation) [0x7fff90217bf6]

    7 transformation: Finalize() + 120 (safe) [0x7fff875c3f1e]

    7 _dispatch_barrier_sync_f_slow + 137 (libdispatch.dylib) [0x7fff87172f7a]

    7 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef56b6]

    Kernel stack:

    semaphore_wait_continue 7 + 0 (mach_kernel) [0x234b10]

    Wire 0xc915 DispatchQueue 4764

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    7 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff87171928]

    7 _dispatch_queue_invoke + 54 (libdispatch.dylib) [0x7fff8717212e]

    7 _dispatch_queue_drain + 264 (in libdispatch.dylib) [0x7fff871722d2]

    7 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff87170a82]

    7 CFRelease + 502 (in CoreFoundation) [0x7fff90217bf6]

    7 transformation: Finalize() + 120 (safe) [0x7fff875c3f1e]

    7 _dispatch_barrier_sync_f_slow + 137 (libdispatch.dylib) [0x7fff87172f7a]

    7 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef56b6]

    Kernel stack:

    semaphore_wait_continue 7 + 0 (mach_kernel) [0x234b10]

    Wire 0xc91b

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    _ZN3WTFL19wtfThreadEntryPointEPv 7 + 15 (JavaScriptCore) [0x10ee60a2f]

    7 WebCore::IconDatabase::iconDatabaseSyncThread() + 303 (WebCore) [0x10f98fbef]

    7 WebCore::IconDatabase::syncThreadMainLoop() + 491 (in WebCore) [0x10f992fdb]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc920

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 thread_fun + 24 (in QuartzCore) [0x7fff86a3cd35]

    7 CA::Render:Server:server_thread(void*) + 184 (in QuartzCore) [0x7fff86a3cdf5]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xc921

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __NSThread__main__ + 1575 (in Foundation) [0x7fff8ae726a2]

    7 [NSThread main] + 68 (in Foundation) [0x7fff8ae7272a]

    7 + [NSURLConnection (NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 (Foundation) [0x7fff8ae7dfd7]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xc932

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    _ZN3WTFL19wtfThreadEntryPointEPv 7 + 15 (JavaScriptCore) [0x10ee60a2f]

    7 JSC::BlockAllocator::blockFreeingThreadMain() + 261 (in JavaScriptCore) [0x10ee6b1b5]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc933

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    _ZN3WTFL19wtfThreadEntryPointEPv 7 + 15 (JavaScriptCore) [0x10ee60a2f]

    7 JSC::GCThread::gcThreadMain() + 88 (in JavaScriptCore) [0x10ee6bac8]

    7 JSC::GCThread::waitForNextPhase() + 119 (in JavaScriptCore) [0x10ee6bc37]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc934

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    _ZN3WTFL19wtfThreadEntryPointEPv 7 + 15 (JavaScriptCore) [0x10ee60a2f]

    7 JSC::GCThread::gcThreadMain() + 88 (in JavaScriptCore) [0x10ee6bac8]

    7 JSC::GCThread::waitForNextPhase() + 119 (in JavaScriptCore) [0x10ee6bc37]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc935

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    _ZN3WTFL19wtfThreadEntryPointEPv 7 + 15 (JavaScriptCore) [0x10ee60a2f]

    7 JSC::GCThread::gcThreadMain() + 88 (in JavaScriptCore) [0x10ee6bac8]

    7 JSC::GCThread::waitForNextPhase() + 119 (in JavaScriptCore) [0x10ee6bc37]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc941

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    _ZN3WTFL19wtfThreadEntryPointEPv 7 + 15 (JavaScriptCore) [0x10ee60a2f]

    7 JSC::BlockAllocator::blockFreeingThreadMain() + 261 (in JavaScriptCore) [0x10ee6b1b5]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc942

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    _ZN3WTFL19wtfThreadEntryPointEPv 7 + 15 (JavaScriptCore) [0x10ee60a2f]

    7 JSC::GCThread::gcThreadMain() + 88 (in JavaScriptCore) [0x10ee6bac8]

    7 JSC::GCThread::waitForNextPhase() + 119 (in JavaScriptCore) [0x10ee6bc37]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc943

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    _ZN3WTFL19wtfThreadEntryPointEPv 7 + 15 (JavaScriptCore) [0x10ee60a2f]

    7 JSC::GCThread::gcThreadMain() + 88 (in JavaScriptCore) [0x10ee6bac8]

    7 JSC::GCThread::waitForNextPhase() + 119 (in JavaScriptCore) [0x10ee6bc37]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc944

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    _ZN3WTFL19wtfThreadEntryPointEPv 7 + 15 (JavaScriptCore) [0x10ee60a2f]

    7 JSC::GCThread::gcThreadMain() + 88 (in JavaScriptCore) [0x10ee6bac8]

    7 JSC::GCThread::waitForNextPhase() + 119 (in JavaScriptCore) [0x10ee6bc37]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc946

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    _ZN3WTFL19wtfThreadEntryPointEPv 7 + 15 (JavaScriptCore) [0x10ee60a2f]

    7 safari: MessageRunLoop::threadBody() + 119 (in Safari) [0x10e76ee6f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xc94b

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 _ZL13startIOThreadPv + 148 (in CoreVideo) [0x7fff905983e9]

    7 CVDisplayLink::runIOThread() + 710 (in CoreVideo) [0x7fff905986c8]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Binary images:

    0x10e5b9000 - 0x10e5b9fff com.apple.Safari 6.1.6 (7537.78.2) < 8E17A314-6C01-3DA9-B716-8506A5F3C5AA > /Applications/Safari.app/Contents/MacOS/Safari

    0x10e5bf000 - 0x10eaf8fff com.apple.Safari.framework 7537 (7537.78.2) < 1104F16E-0307-3450-BF85-4C6D65C22F24 > /System/Library/StagedFrameworks/Safari/Safari.framework/Safari

    0x10ee57000 - 0x10f1feff7 com.apple.JavaScriptCore 7537 (7537.78.1) < 2EB02387-CA74-346C-9D51-D1E0C405FFF4 > /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore

    0x10f98a000 - 0x110a37fff com.apple.WebCore 7537 (7537.78.1) < 20E51224-E7C0-3B3C-AEE8-EB11D6786C42 > /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore

    0x7fff86a3a000 - 0x7fff86bdaff7 com.apple.QuartzCore 1.7 (270,5) < 19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff86ff9000 - 0x7fff86fffff7 libunwind.dylib? (???) < 1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231 > /usr/lib/system/libunwind.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff87418000 - 0x7fff8770dff7 com.apple.security 7.0 (55148.6) < 4535E500-973A-3BA7-AF65-DF5CF0658F02 > /System/Library/Frameworks/Security.framework/Versions/A/Security

    0x7fff89daf000 - 0x7fff89dbaff7 libc ++ abi.dylib? (???) < 8FF3D766-D678-36F6-84AC-423C878E6D14 > /usr/lib/libc++abi.dylib

    0x7fff8ae18000 - 0x7fff8b131fff com.apple.Foundation 6.7.2 (833.25) < 22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff8b897000 - 0x7fff8b97be5f libobjc. A.dylib? (???) < 871E688B-CF57-3BC7-80D6-F6476DFF109B >/usr/lib/libobjc. A.dylib

    0x7fff8c08a000 - 0x7fff8c3b6fff com.apple.HIToolbox 1.9 (?) < CCB32DEA-D0CA-35D1-8019-E599C8007AB6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff8c780000 - 0x7fff8d386fff com.apple.AppKit 6.7.5 (1138.51) < 44417D02-6123-3FC3-A119-CE51BB4C3006 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x7fff90596000 - 0x7fff905bffff com.apple.CoreVideo 1.7 (70.3) < 9A9D4058-9935-3B0A-B1A6-27EB78D02249 > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    Process: 1PasswordAgent [195]

    Path: Users/USER/Library/Application Support/1Password/*/1PasswordAgent.app/Contents/MacOS/1PasswordAgent

    Architecture: x86_64

    UID: 501

    Process: AdobeReader [3277]

    Path: / Applications/Adobe Reader.app/Contents/MacOS/AdobeReader

    Architecture: i386

    UID: 501

    Process: AppleSpell [370]

    Path: /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell

    Architecture: x86_64

    UID: 501

    Wire 0xeae DispatchQueue 1

    The user stack:

    7 ??? (in AppleSpell) [0x100b9aa7c]

    7 ??? (in AppleSpell) [0x100b9ad2e]

    7. [NSSpellServer run] + 74 (in Foundation) [0x7fff8af74c76]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xebc DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x100b99000 - 0x100c55ff7 com.apple.AppleSpell 1.7.1 (131,1) < A994D9F1-C4D8-3361-B0F4-112A7BAED8BD > /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8ae18000 - 0x7fff8b131fff com.apple.Foundation 6.7.2 (833.25) < 22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: autofsd [83]

    Path: / usr/libexec/autofsd

    Architecture: x86_64

    UID: 0

    Thread 0 x 224 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 225 DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x10a956000 - 0x10a957fff autofsd? (???) < E0BD130F-E4F9-3CA0-924F-79B3D8491533 >/usr/libexec/autofsd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    Process: bash [196]

    Path: / bin/bash

    Architecture: x86_64

    UID: 501

    Thread 0 x 515 DispatchQueue 1

    The user stack:

    7 ??? (in bash) [0x10b983578]

    7 ??? (in bash) [0x10b985493]

    7 ??? (in bash) [0x10b99efde]

    7 ??? (in bash) [0x10b9a01cf]

    7 ??? (in bash) [0x10b9a1d30]

    7 ??? (in bash) [0x10b9aa36e]

    7 __wait4 + 10 (libsystem_kernel.dylib) [0x7fff86ef7156]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x10b982000 - 0x10ba1dfff bash? (???) < F91AA6F7-DA8B-30C8-A0E1-BF51163C9861 >/bin/bash

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    Process: CIJScannerRegister [244]

    Path: / Library/Image Capture/Support/*/CIJScannerRegister.app/Contents/MacOS/CIJScannerRegister

    Architecture: x86_64

    UID: 501

    Process: ClamXav [810]

    Path: /Applications/ClamXav.app/Contents/MacOS/ClamXav

    Architecture: x86_64

    UID: 501

    Process: CleanApp daemon [87]

    Path: / Library/Application Support/CleanApp/CleanApp Daemon.app/Contents/MacOS/CleanApp demon

    Architecture: i386

    UID: 0

    Process: ClipMenu [226]

    Path: /Applications/ClipMenu.app/Contents/MacOS/ClipMenu

    Architecture: x86_64

    UID: 501

    Process: com.apple.dock.extra [215]

    Path: /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra

    Architecture: x86_64

    UID: 501

    Thread 0 x 572 DispatchQueue 1

    The user stack:

    7 ??? (in com.apple.dock.extra) [0x10f103474]

    7 xpc_service_main + 448 (in XPCService) [0x7fff857355ed]

    7 NSApplicationMain + 867 (in AppKit) [0x7fff8ca00eac]

    7 [NSApplication run] + 470 (into AppKit) [0x7fff8c7849b9]

    7 [NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 135 (into AppKit) [0x7fff8c78807d]

    7 _DPSNextEvent + 659 (into AppKit) [0x7fff8c788779]

    7 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8c0933fa]

    7 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8c09356d]

    7 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 593 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x10f102000 - 0x10f106ff7 com.apple.dock.extra 1.0 (1) < 681AAFB2-BA8C-31CD-AF2E-7423A349615A > /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra

    0x7fff85733000 - 0x7fff8573aff7 com.apple.XPCService 1.3 (1) < 68C4DBC9-18C3-3053-96D5-1858B905EAE0 > /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8c08a000 - 0x7fff8c3b6fff com.apple.HIToolbox 1.9 (?) < CCB32DEA-D0CA-35D1-8019-E599C8007AB6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff8c780000 - 0x7fff8d386fff com.apple.AppKit 6.7.5 (1138.51) < 44417D02-6123-3FC3-A119-CE51BB4C3006 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: configd [16]

    Path: / usr/libexec/configd

    Architecture: x86_64

    UID: 0

    Wire 0x10b DispatchQueue 1

    The user stack:

    7 ??? (in configd) [0x107476d64]

    7 ??? (in configd) [0x10747751b]

    7 ??? (in configd) [0x107477e20]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 115 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 117

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in configd) [0x1074787fe]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x1a0

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in configd) [0 x 107483165]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x1a5

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0x1af

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 pppcntl_run_thread + 2194 (in PPPController) [0x1078b200e]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xccc0

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0 x 107476000 - 0x10749ffff configd? (???) < 68DC2451-9DFB-389B-B728-C6A200559980 >/usr/libexec/configd

    0x1078a4000 - 0x1078e3fff com.apple.SystemConfiguration.PPPController 1.7 (1.7) < CCAC9DAA-47D4-3711-9A8D-A1A7C7135CF7 > /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roll

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: cookied [3305]

    Path: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied

    Architecture: x86_64

    UID: 501

    Wire 0xab6c DispatchQueue 1

    The user stack:

    7 ??? (in cookied) [0x10dc9aeec]

    7 _cookied_main + 852 (in CFNetwork) [0x7fff8739fc65]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xab6d DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x10dc9a000 - 0x10dc9afff cookied? (???) < F08AC6E4-1FB4-3F9C-9EBC-93095E826F91 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff872b0000 - 0x7fff87417ff7 com.apple.CFNetwork 520.5.3 (520.5.3) < 1C11C214-1C70-3358-A709-69C84D999DB8 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: coreaudiod [161]

    Path: / usr/sbin/coreaudiod

    Architecture: x86_64

    UID: 202

    Wire 0x41d DispatchQueue 1

    The user stack:

    7 ??? (in coreaudiod) [0x10fbdf314]

    7 ??? (in coreaudiod) [0x10fc47bcc]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 421 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    6 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    1 lo64_unix_scall + 23 (mach_kernel) [0x2e60a7]

    1 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    1 kevent + 114 (in mach_kernel) [0x55d4d2]

    1 kevent_description + 1875 (in mach_kernel) [0x55d323]

    1 kqueue_scan + 228 (in mach_kernel) [0x55b9a4]

    1 thread_block_parameter + 32 (in mach_kernel) [0x22f7f0]

    1 thread_block_reason + 306 (in mach_kernel) [0x22f6c2]

    1 thread_cancel_timer + 640 (in mach_kernel) [0x22e1c0]

    1 processor_idle + 181 (in mach_kernel) [0x22d3e5]

    1 machine_idle + 377 (in mach_kernel) [0x2d0d29]

    Wire 0x42d

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in coreaudiod) [0x10fc51d52]

    7 ??? (in coreaudiod) [0x10fc4b85e]

    7 ??? (in coreaudiod) [0x10fc4b8ee]

    7 ??? (in coreaudiod) [0x10fc4b732]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xccd3

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x10fbde000 - 0x10fc9efff coreaudiod? (???) < B845F1F7-2856-3C7B-B471-04FCAB1F9158 >/usr/sbin/coreaudiod

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: coreservicesd [90]

    Path: / System/Library/CoreServices/coreservicesd

    Architecture: x86_64

    UID: 0

    Wire 0x1fc DispatchQueue 1

    The user stack:

    7 ??? (in coreservicesd) [0x10c6d8e98]

    7 _CoreServicesServerMain + 747 (in CarbonCore) [0x7fff85182999]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 241 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 252

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 fmodWatchConsumer + 332 (in CarbonCore) [0x7fff850f3870]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 253

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 read + 10 (libsystem_kernel.dylib) [0x7fff86ef7af2]

    Kernel stack:

    lo64_unix_scall 7 + 23 (mach_kernel) [0x2e60a7]

    7 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    7 read_nocancel + 163 (in mach_kernel) [0x587be3]

    7 writing + 256 (in mach_kernel) [0 x 587450]

    7 get_pathbuff + 4047 (in mach_kernel) [0x338fef]

    7 tsleep + 116 (in mach_kernel) [0x5780c4]

    wake up 7 + 685 (in mach_kernel) [0x577c7d]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Binary images:

    0x10c6d8000 - 0x10c6d8fff coreservicesd? (???) < 91E520FB-2E13-33C6-ABBC-473AD59A2286 >/System/Library/CoreServices/coreservicesd

    0x7fff850e6000 - 0x7fff85402fff com.apple.CoreServices.CarbonCore 960.25 (960.25) < 4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: crashpad_handler [3425]

    Path: / Applications/Google Chrome Framework.framework/Helpers/crashpad_handler Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: cron [52]

    Path: / usr/sbin/cron

    Architecture: x86_64

    UID: 0

    Wire 0x1d3 DispatchQueue 1

    The user stack:

    7 ??? (in cron) [0x10e60fc1c]

    7 ??? (in cron) [0x10e6100ce]

    7 sleep + 61 (in libsystem_c.dylib) [0x7fff87182c2c]

    7 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff86ef6e42]

    Kernel stack:

    semaphore_wait_continue 7 + 0 (mach_kernel) [0x234b10]

    Binary images:

    0x10e60f000 - 0x10e615fff cron? (???) < 318C9A81-A915-35E8-9F2B-65CCC89EEAA1 >/usr/sbin/cron

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: cupsd [51]

    Path: / usr/sbin/cupsd

    Architecture: x86_64

    UID: 0

    Wire 0x1d2 DispatchQueue 1

    The user stack:

    7 ??? (in cupsd) [0x103e6fc00]

    7 ??? (in cupsd) [0x103e89630]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x25a DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 368

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in cupsd) [0x103eb48d9]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xccb0

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x103e6e000 - 0x103eceff7 cupsd? (???) < BDDC4A1B-52EC-309F-BB3D-BB3D82E1F7FB >/usr/sbin/cupsd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: CVMServer [121]

    Path: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer

    Architecture: x86_64

    UID: 0

    Thread 0 x 342 DispatchQueue 1

    The user stack:

    7 ??? (in CVMServer) [0x104c2828c]

    7 ??? (in CVMServer) [0x104c2d8e8]

    7 mach_msg_server + 413 (in libsystem_kernel.dylib) [0x7fff86ef5238]

    7 mach_msg_overwrite_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef5686]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    0x104c27000 - 0x104c30fff CVMServer? (???) < B88C9F5B-FA09-32CF-AA24-F628146BD93A > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    Process: Dashboard KickStart [221]

    Path: Library/PreferencePanes/Dashboard KickStart.prefPane/Contents/Resources/Dashboard KickStart.app/Contents/MacOS/Dashboard KickStart

    Architecture: x86_64

    UID: 501

    Process: DashboardClient [314]

    Path: /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient

    Architecture: x86_64

    UID: 501

    Wire 0x9b3 DispatchQueue 1

    The user stack:

    7 ??? (in DashboardClient) [0x10e6b1e88]

    7 ??? (in DashboardClient) [0x10e6b5e56]

    7 [NSApplication run] + 470 (into AppKit) [0x7fff8c7849b9]

    7 [NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 135 (into AppKit) [0x7fff8c78807d]

    7 _DPSNextEvent + 659 (into AppKit) [0x7fff8c788779]

    7 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8c0933fa]

    7 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8c09356d]

    7 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x9c1 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x9ca

    The user stack:

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x9cb

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __NSThread__main__ + 1575 (in Foundation) [0x7fff8ae726a2]

    7 [NSThread main] + 68 (in Foundation) [0x7fff8ae7272a]

    7 + [NSURLConnection (NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 (Foundation) [0x7fff8ae7dfd7]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x9d6

    The user stack:

    7 JSC::SlotVisitor:drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493 (in JavaScriptCore) [0x7fff8fd3478d]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x9d7

    The user stack:

    7 JSC::SlotVisitor:drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493 (in JavaScriptCore) [0x7fff8fd3478d]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x9d8

    The user stack:

    7 JSC::SlotVisitor:drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493 (in JavaScriptCore) [0x7fff8fd3478d]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x9d9

    The user stack:

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Binary images:

    0x10e6b1000 - 0x10e6b7fff com.apple.dashboard.client 1.8 (1.8) < 46CBFD05-03AE-3DE1-9069-3B02493A703E > /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff8ae18000 - 0x7fff8b131fff com.apple.Foundation 6.7.2 (833.25) < 22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff8c08a000 - 0x7fff8c3b6fff com.apple.HIToolbox 1.9 (?) < CCB32DEA-D0CA-35D1-8019-E599C8007AB6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff8c780000 - 0x7fff8d386fff com.apple.AppKit 6.7.5 (1138.51) < 44417D02-6123-3FC3-A119-CE51BB4C3006 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff8fab3000 - 0x7fff8fdd5fff com.apple.JavaScriptCore 7534.57 (7534.57.3) < 3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82 > /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: dbfseventsd [3227]

    Path: / library/DropboxHelperTools / * / dbfseventsd

    Architecture: i386

    UID: 0

    Process: dbfseventsd [3226]

    Path: / library/DropboxHelperTools / * / dbfseventsd

    Architecture: i386

    UID: 0

    Process: dbfseventsd [3228]

    Path: / library/DropboxHelperTools / * / dbfseventsd

    Architecture: i386

    UID: 501

    Process: diskarbitrationd [15]

    Path: / usr/sbin/diskarbitrationd

    Architecture: x86_64

    UID: 0

    Thread 0 x 107 DispatchQueue 1

    The user stack:

    7 ??? (in diskarbitrationd) [0x1098ef39c]

    7 ??? (in diskarbitrationd) [0x1098f5e15]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 119 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x1098ee000 - 0x109909ff7 diskarbitrationd? (???) < F033F3D5-FF18-37D9-B9BF-59E6D4E30C10 >/usr/sbin/diskarbitrationd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: distnoted [20]

    Path: / usr/sbin/distnoted

    Architecture: x86_64

    UID: 0

    Thread 0 x 128 DispatchQueue 1

    The user stack:

    7 ??? (in distnoted) [0 x 106005904]

    7 ??? (in distnoted) [0x106005c07]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    0x12e DispatchQueue wire 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xcb3d

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcc3f

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcc7f

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcca0

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcca1

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcca2

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0 106004000 - 0x106008ff7 distnoted x? (???) < 93233E75-26C5-337E-B191-4F151AF5CF87 >/usr/sbin/distnoted

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: distnoted [3247]

    Path: / usr/sbin/distnoted

    Architecture: x86_64

    UID: 89

    Wire 0xa38f DispatchQueue 1

    The user stack:

    7 ??? (in distnoted) [0x103db0904]

    7 ??? (in distnoted) [0x103db0c07]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xa392 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xa8eb

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xacdf

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xc8d1

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x103daf000 - 0x103db3ff7 distnoted? (???) < 93233E75-26C5-337E-B191-4F151AF5CF87 >/usr/sbin/distnoted

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: distnoted [151]

    Path: / usr/sbin/distnoted

    Architecture: x86_64

    UID: 501

    Wire 0x3df DispatchQueue 1

    The user stack:

    7 ??? (in distnoted) [0x10df05904]

    7 ??? (in distnoted) [0x10df05c07]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x3e0 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xcb45

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcb46

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcbd8

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcc5e

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcc89

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcc9d

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x10df04000 - 0x10df08ff7 distnoted? (???) < 93233E75-26C5-337E-B191-4F151AF5CF87 >/usr/sbin/distnoted

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: Dock [157]

    Path: /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock

    Architecture: x86_64

    UID: 501

    Thread 0 x 405 DispatchQueue 1

    The user stack:

    7 ??? (in the Dock) [0x10fc2d25c]

    7 ??? (in the Dock) [0x10fc7370e]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1895 (in CoreFoundation) [0x7fff90247f27]

    7 __CFRunLoopDoSource1 + 155 (in CoreFoundation) [0x7fff902117eb]

    7 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 44 (in CoreFoundation) [0x7fff90211abc]

    7 mshPerform + 11 (HIServices) [0x7fff864c6fa8]

    7 ??? (in the Dock) [0x10fba6506]

    7 ??? (in the Dock) [0x10fbc3f0d]

    7 ??? (in the Dock) [0x10fbf56d3]

    7 ??? (in the Dock) [0x10fbf7a08]

    7 ??? (in the Dock) [0x10fbf8323]

    7 _HandlePopUpMenuSelection7 + 621 (in HIToolbox) [0x7fff8c2162ac]

    _ZL19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttjS4_S4_PK10__CFStringPP13 7 OpaqueMenuRefPt + 1543 (in HIToolbox) [0x7fff8c215f78]

    4 _ZL15TrackMenuCommonR14MenuSelectDataPh + 1464 (in HIToolbox) [0x7fff8c0e3b5e]

    4 _ZL19IsUserStillTrackingP14MenuSelectDataPh + 237 (in HIToolbox) [0x7fff8c0e426c]

    4 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8c09356d]

    4 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    4 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    3 _ZL15TrackMenuCommonR14MenuSelectDataPh + 1605 (in HIToolbox) [0x7fff8c0e3beb]

    2 _ZL31SelectItemAndRestoreAllMenuBitsR14MenuSelectData + 857 (in HIToolbox) [0x7fff8c0e70d3]

    2 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    2 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    2 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    2 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    2 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    1 _ZL31SelectItemAndRestoreAllMenuBitsR14MenuSelectData + 486 (in HIToolbox) [0x7fff8c0e6f60]

    1 HIView::SimulateClick (unsigned int, short, unsigned int, short *) + 161 (in HIToolbox) [0x7fff8c12877f]

    1 SendEventToEventTargetWithOptions + 72 (in HIToolbox) [0x7fff8c09167a]

    1 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446 (in HIToolbox) [0x7fff8c091840]

    1 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 (in HIToolbox) [0x7fff8c092234]

    1 HIView::EventHandler (OpaqueEventHandlerCallRef *, OpaqueEventRef *, void *) + 1703 (in HIToolbox) [0x7fff8c0ad697]

    1 HIView::SimulateClickSelf (short, unsigned int, short *) + 77 (in HIToolbox) [0x7fff8c128fab]

    1 SendControlSimulateHit (HIView *, short, unsigned int, short *) + 142 (in HIToolbox) [0x7fff8c12dad4]

    1 SendEventToEventTargetWithOptions + 72 (in HIToolbox) [0x7fff8c09167a]

    1 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446 (in HIToolbox) [0x7fff8c091840]

    1 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 (in HIToolbox) [0x7fff8c092234]

    1 HIView::EventHandler (OpaqueEventHandlerCallRef *, OpaqueEventRef *, void *) + 1874 (in HIToolbox) [0x7fff8c0ad742]

    1 HIStandardMenuView::SimulateHitSelf (short, unsigned int, short *) + 188 (in HIToolbox) [0x7fff8c15742a]

    1 HIMenuView::SimulateHitSelf (short, unsigned int, short *) + 99 (in HIToolbox) [0x7fff8c151cab]

    1 RunCurrentEventLoopInMode + 227 (in HIToolbox) [0x7fff8c08c28d]

    1 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    1 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    1 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    1 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 410 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    6 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    1 lo64_unix_scall + 23 (mach_kernel) [0x2e60a7]

    1 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    1 kevent + 114 (in mach_kernel) [0x55d4d2]

    1 kevent_description + 1875 (in mach_kernel) [0x55d323]

    1 kqueue_scan + 228 (in mach_kernel) [0x55b9a4]

    1 thread_block_parameter + 32 (in mach_kernel) [0x22f7f0]

    1 thread_block_reason + 306 (in mach_kernel) [0x22f6c2]

    1 thread_cancel_timer + 640 (in mach_kernel) [0x22e1c0]

    1 processor_idle + 181 (in mach_kernel) [0x22d3e5]

    1 machine_idle + 377 (in mach_kernel) [0x2d0d29]

    Wire 0x56f

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in the Dock) [0x10fb9d501]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xccad

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccbe

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x10fb82000 - 0x10fdc7ff7 (1040.43) 1.8 com.apple.dock < 0CC58EC8-EC4F-3A44-80BC-65AD6F0A26B5 > /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock

    0x7fff8648b000 - 0x7fff864e7ff7 com.apple.HIServices 1.21 (?) < B012EE97-D1CD-3F4B-812D-9AC7E6852FE6 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff8c08a000 - 0x7fff8c3b6fff com.apple.HIToolbox 1.9 (?) < CCB32DEA-D0CA-35D1-8019-E599C8007AB6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: Dropbox [3213]

    Path: /Applications/Dropbox.app/Contents/MacOS/Dropbox

    Architecture: x86_64

    UID: 501

    Process: dynamic_pager [76]

    Path: / sbin/dynamic_pager

    Architecture: unknown

    UID: 0

    Wire 0x1eb DispatchQueue 1

    The user stack:

    7 ??? [0x10baf2310]

    7 ??? [0x10baf325c]

    7 ??? [0x10baf2b55]

    7 ??? [0x10baf2957]

    7 ??? [0x10baf28be]

    7 ??? [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    Process: FanControlDaemon [247]

    Path: / Library/StartupItems/FanControlDaemon/FanControlDaemon

    Architecture: i386

    UID: 0

    Process: filecoordinationd [299]

    Path: / usr/sbin/filecoordinationd

    Architecture: x86_64

    UID: 0

    Wire 0x8cb DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0x8cc DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x10aad8000 - 0x10aad8ff7 filecoordinationd? (???) < 46EC5502-54D4-3481-BA99-F274B34E84E0 >/usr/sbin/filecoordinationd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    Process: Finder [159]

    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder

    Architecture: x86_64

    UID: 501

    Thread 0 x 407 DispatchQueue 1

    The user stack:

    7 ??? (in the Finder) [0x1031d00f4]

    7 ??? (in the Finder) [0x1031d012f]

    7 NSApplicationMain + 867 (in AppKit) [0x7fff8ca00eac]

    7 [NSApplication run] + 470 (into AppKit) [0x7fff8c7849b9]

    7 [NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 135 (into AppKit) [0x7fff8c78807d]

    7 _DPSNextEvent + 659 (into AppKit) [0x7fff8c788779]

    7 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8c0933fa]

    7 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8c09356d]

    7 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 417 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 501

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0xcb0d

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccaf

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x1031ca000 - 0x1036d2ff7 QLEnableXRayFolders 10.7.5 (10.7.5) < 83F36736-790D-3582-AC9D-91EFCC3DDB9D > /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff8c08a000 - 0x7fff8c3b6fff com.apple.HIToolbox 1.9 (?) < CCB32DEA-D0CA-35D1-8019-E599C8007AB6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff8c780000 - 0x7fff8d386fff com.apple.AppKit 6.7.5 (1138.51) < 44417D02-6123-3FC3-A119-CE51BB4C3006 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: finderpop-daemon [230]

    Path: /Library/PreferencePanes/FinderPop.prefPane/Contents/Resources/finderpop-daemon .app/Contents/MacOS/finderpop-daemon

    Architecture: i386

    UID: 501

    Process: Flow [216]

    Path: /Applications/Flux.app/Contents/MacOS/Flux

    Architecture: x86_64

    UID: 501

    Process: Folder Actions dispatcher [198]

    Path: System/Library/CoreServices/Folder Actions Dispatcher.app/Contents/MacOS/Folder Actions Dispatcher

    Architecture: x86_64

    UID: 501

    Thread 0 x 517 DispatchQueue 1

    The user stack:

    7 ??? (in the folder Actions Dispatcher) [0x10bc13b20]

    7 NSApplicationMain + 867 (in AppKit) [0x7fff8ca00eac]

    7 [NSApplication run] + 470 (into AppKit) [0x7fff8c7849b9]

    7 [NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 135 (into AppKit) [0x7fff8c78807d]

    7 _DPSNextEvent + 659 (into AppKit) [0x7fff8c788779]

    7 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8c0933fa]

    7 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8c09356d]

    7 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 553 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x10bc12000 - 0x10bc24fff com.apple.FolderActionsDispatcher 1.0.3 (1.0.3) < F7FCBE7E-21BD-333F-85A2-5B77A46117DC > folder/System/Library/CoreServices Actions Dispatcher.app/Contents/MacOS/Folder Actions Dispatcher

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8c08a000 - 0x7fff8c3b6fff com.apple.HIToolbox 1.9 (?) < CCB32DEA-D0CA-35D1-8019-E599C8007AB6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff8c780000 - 0x7fff8d386fff com.apple.AppKit 6.7.5 (1138.51) < 44417D02-6123-3FC3-A119-CE51BB4C3006 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: fontd [168]

    Path: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo Support/rk/fontd

    Architecture: x86_64

    UID: 501

    Wire 0x45b DispatchQueue 1

    The user stack:

    7 ??? (in fontd) [0x102976f24]

    7 main_handler + 4306 (in libATSServer.dylib) [0x7fff8708ddf1]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x45c DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0 102973000 - 0x102976fff fontd x? (???) < 4E0CAEC1-0422-315C-8976-28E9CAB97D5D > /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo Support/rk/fontd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff87009000 - 0x7fff870bafff libATSServer.dylib? (???) < B5AA111E-CAA0-383E-92A1-D2A018965945 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libATSServer.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: fseventsd [17]

    Path: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/Support/fseventsd

    Architecture: x86_64

    UID: 0

    Wire 0x10d DispatchQueue 1

    The user stack:

    7 ??? (in fseventsd) [0x10da7647c]

    7 ??? (in fseventsd) [0x10da77037]

    7 mach_msg_server + 413 (in libsystem_kernel.dylib) [0x7fff86ef5238]

    7 mach_msg_overwrite_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef5686]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x13f DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x10e

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da81547]

    7 ??? (in fseventsd) [0x10da81233]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x10f

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7fdd3]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 110

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 read + 10 (libsystem_kernel.dylib) [0x7fff86ef7af2]

    Kernel stack:

    lo64_unix_scall 7 + 23 (mach_kernel) [0x2e60a7]

    7 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    7 read_nocancel + 163 (in mach_kernel) [0x587be3]

    7 writing + 256 (in mach_kernel) [0 x 587450]

    7 get_pathbuff + 4047 (in mach_kernel) [0x338fef]

    7 tsleep + 116 (in mach_kernel) [0x5780c4]

    wake up 7 + 685 (in mach_kernel) [0x577c7d]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Thread 0 x 111

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 112

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x1fa

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x25f

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 439

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 445

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 449

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 466

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 468

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x46b

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 472

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x4e8

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x4f7

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x4fd

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 573

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 574

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 577

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 606

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 613

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x76a

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xa977

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xbb39

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xbc26

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc866

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc94f

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xcccd

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in fseventsd) [0x10da7da79]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Binary images:

    0x10da75000 - 0x10da8afff fseventsd? (???) < 5AB5861A-4EF0-3180-BF12-486F43718EAF > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/Support/fseventsd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: Lifetime Garmin map update [217]

    Path: / Applications/Garmin life map Updater.app/Contents/MacOS/Garmin life map Updater

    Architecture: i386

    UID: 501

    Process: GlimmerBlockerProxy [86]

    Path: /Library/PreferencePanes/GlimmerBlocker.prefPane/Contents/GlimmerBlockerProxy.a pp/Contents/MacOS/GlimmerBlockerProxy

    Architecture: x86_64

    UID: 50

    Process: Glims Agent [88]

    Path: / Library/Application Support/Glims / * / Glims Agent Agent.app/Contents/MacOS/Glims

    Architecture: x86_64

    UID: 0

    Process: Glims Agent [190]

    Path: / Library/Application Support/Glims / * / Glims Agent Agent.app/Contents/MacOS/Glims

    Architecture: x86_64

    UID: 501

    Process: Google Chrome [3423]

    Path: / Applications/Google Chrome Chrome.app/Contents/MacOS/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3443]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3426]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3428]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3432]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3433]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3434]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3435]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3436]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3437]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3438]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3439]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3440]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3441]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3442]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3444]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3445]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3446]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [3698]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/49.0.2623.87/Google

    Architecture: x86_64

    UID: 501

    Process: Google Chrome Helper [197]

    Path: / Applications/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper Chrome.app/Contents/Versions/39.0.2171.71/Google

    Architecture: x86_64

    UID: 501

    Process: hidd [74]

    Path: / usr/libexec/hidd

    Architecture: x86_64

    UID: 0

    Wire 0x1e9 DispatchQueue 1

    The user stack:

    7 ??? (in hidd) [0x10d545eb0]

    7 ??? (in hidd) [0x10d545ef2]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 206 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x20d

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __IOHIDSessionStartOnThread + 257 (in IOKit) [0x7fff8a073dd3]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    0x10d545000 - 0x10d545fff hidd? (???) < 51B9977E-D4AD-37C8-9ECF-448F23DFA1FE >/usr/libexec/hidd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff8a047000 - 0x7fff8a0b2ff7 com.apple.framework.IOKit 2.0 (?) < FE838BB6-D42E-3291-A1A0-6F53FC970261 > /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: HimmelBar [219]

    Path: /Applications/HimmelBar.app/Contents/MacOS/HimmelBar

    Architecture: i386

    UID: 501

    Process: [214] Image Capture Extension

    Path: System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension

    Architecture: x86_64

    UID: 501

    Thread 0 x 571 DispatchQueue 1

    The user stack:

    7 start + 52 (in Image Capture Extension) [0x1023dbb4c]

    7 NSApplicationMain + 867 (in AppKit) [0x7fff8ca00eac]

    7 [NSApplication run] + 470 (into AppKit) [0x7fff8c7849b9]

    7 [NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 135 (into AppKit) [0x7fff8c78807d]

    7 _DPSNextEvent + 659 (into AppKit) [0x7fff8c788779]

    7 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8c0933fa]

    7 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8c09356d]

    7 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x5bd DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x6ab

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x1023da000 - 0x102442ff7 com.apple.ImageCaptureExtension2 7.1.0 (7.1.0) < CC7E1F48-91C6-32E2-9D00-B180E88350E1 > System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff8c08a000 - 0x7fff8c3b6fff com.apple.HIToolbox 1.9 (?) < CCB32DEA-D0CA-35D1-8019-E599C8007AB6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff8c780000 - 0x7fff8d386fff com.apple.AppKit 6.7.5 (1138.51) < 44417D02-6123-3FC3-A119-CE51BB4C3006 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: image [185]

    Path: /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/i magent

    Architecture: x86_64

    UID: 501

    Wire 0x50a DispatchQueue 1

    The user stack:

    7 start + 52 (in image) [0x10afc6d24]

    7 ??? (in image) [0x10afd3903]

    7 [NSRunLoop (NSRunLoop) run] + 62 (in Foundation) [0x7fff8ae23e67]

    7 [NSRunLoop (NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8ae23f7b]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x53f DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x10afc5000 - 0x10afdcff7 com.apple.imagent 6.0 (800) < 29C78F28-C00F-302D-B059-E91E92805FC1 > /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/i magent

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8ae18000 - 0x7fff8b131fff com.apple.Foundation 6.7.2 (833.25) < 22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: kdc [72]

    Path: /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc

    Architecture: x86_64

    UID: 0

    Thread 0 x 228 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 340 DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x106c8f000 - 0x106cc7fff kdc? (???) < A301968B-F10F-3987-A42C-57032A5B524E > /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    Process: KernelEventAgent [71]

    Path: / usr/sbin/KernelEventAgent

    Architecture: x86_64

    UID: 0

    Wire 0x1e6 DispatchQueue 1

    The user stack:

    7 start + 52 (KernelEventAgent) [0x1025e6bc0]

    7 key + 959 (in KernelEventAgent) [0x1025e8ec1]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x23a DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x21e

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x1025e6000 - 0x1025ecfff KernelEventAgent? (???) < 14E5DD9C-0663-3709-8106-4B12B26B3171 >/usr/sbin/KernelEventAgent

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: kextd [10]

    Path: / usr/libexec/kextd

    Architecture: x86_64

    UID: 0

    0xfa DispatchQueue wire 1

    The user stack:

    7 ??? (in kextd) [0x10e45941c]

    7 ??? (in kextd) [0x10e45a131]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 105 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x10e458000 - 0x10e475fff kextd? (???) < 630A7571-4EE6-340B-AFF5-BEC376224465 >/usr/libexec/kextd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: launchd [3244]

    Path: / sbin/launchd

    Architecture: x86_64

    UID: 89

    Wire 0xa387 DispatchQueue 1

    The user stack:

    7 ??? (in launchd) [0x105c3703c]

    7 ??? (in launchd) [0x105c3ca8a]

    7 ??? (in launchd) [0x105c3f11b]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xa389

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x105c36000 - 0x105c61fff launchd? (???) < A2F65A6C-1CCE-3779-8912-27EBF2E987AB >/sbin/launchd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: launchd [146]

    Path: / sbin/launchd

    Architecture: x86_64

    UID: 501

    Wire 0x3d6 DispatchQueue 1

    The user stack:

    7 ??? (in launchd) [0x10d02303c]

    7 ??? (in launchd) [0x10d028a8a]

    7 ??? (in launchd) [0x10d02b11b]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x3d7

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x10d022000 - 0x10d04dfff launchd? (???) < A2F65A6C-1CCE-3779-8912-27EBF2E987AB >/sbin/launchd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: launchd [1]

    Path: / sbin/launchd

    Architecture: x86_64

    UID: 0

    0xde DispatchQueue wire 1

    The user stack:

    7 ??? (in launchd) [0x10260f03c]

    7 ??? (in launchd) [0x102614a8a]

    6 ??? (in launchd) [0x10261711b]

    6 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    1 ??? (in launchd) [0x1026172a4]

    1 ??? (in launchd) [0x10260f29f]

    1 ??? (in launchd) [0x10260f34c]

    Kernel stack:

    6 ipc_mqueue_receive_continue + 0 (mach_kernel) [0x2150f0]

    1 lo_alltraps + 297 (in mach_kernel) [0x2e5489]

    1 user_trap + 699 (in mach_kernel) [0x2ce3bb]

    1 vm_fault + 1663 (in mach_kernel) [0x26fbdf]

    1 lck_rw_lock_shared + 20 (in mach_kernel) [0x2bd384]

    Wire 0xe7

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    6 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    1 ??? (in launchd) [0x1026187d1]

    1 ??? (in launchd) [0x10260f18d]

    1 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    6 alarm + 1024 (in mach_kernel) [0x577dd0]

    1 ipc_mqueue_receive_continue + 0 (mach_kernel) [0x2150f0]

    Thread 0xe8

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in launchd) [0x102614b4a]

    7 sleep + 61 (in libsystem_c.dylib) [0x7fff87182c2c]

    7 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff86ef6e42]

    Kernel stack:

    semaphore_wait_continue 7 + 0 (mach_kernel) [0x234b10]

    Binary images:

    0x10260e000 - 0x102639fff launchd? (???) < A2F65A6C-1CCE-3779-8912-27EBF2E987AB >/sbin/launchd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: launchdadd [3708]

    Path: / usr/libexec/launchdadd

    Architecture: x86_64

    UID: 0

    Wire 0xccd4 DispatchQueue < multiple >

    The user stack:

    5 start + 52 (launchdadd) [0x1037cc234]

    5 main + 286 (in launchdadd) [0x1037d3049]

    5 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    5 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    5 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    5 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    5 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    1 ??? [0 x 102625641]

    1 ??? [0x10262590b]

    1 ??? [0x102616d28]

    1 fork + 50 (libsystem_c.dylib) [0x7fff871a75a1]

    1 _cthread_fork_child_postinit + 29 (in libsystem_c.dylib) [0x7fff8718403b]

    1 _pthread_fork_child_postinit + 30 (libsystem_c.dylib) [0x7fff871cd052]

    1 mach_port_allocate + 131 (libsystem_kernel.dylib) [0x7fff86ee9291]

    1 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 5 + 0 (mach_kernel) [0x2150f0]

    1 lo64_mach_scall + 23 (mach_kernel) [0x2e60c7]

    1 thread_set_child + 407 (in mach_kernel) [0x2b7bb7]

    1 mach_msg_overwrite_trap + 168 (in mach_kernel) [0x21b228]

    1 ipc_kmsg_copyin + 35 (in mach_kernel) [0x213d53]

    1 ipc_kmsg_copyin_header + 1054 (in mach_kernel) [0x21369e]

    1 ipc_right_copyin + 101 (in mach_kernel) [0 x 218225]

    1 lck_mtx_lock + 41 (in mach_kernel) [0x2bda19]

    Wire 0xccd5 DispatchQueue 2

    The user stack:

    5 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    5 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    kqueue_scan 5 + 480 (in mach_kernel) [0x55baa0]

    Wire 0xccd6

    The user stack:

    start_wqthread 5 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    5 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    5 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x1037cb000 - 0x1037d8fff launchdadd? (???) < CE7482F7-0307-3127-903D-44730C7CB768 >/usr/libexec/launchdadd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: via [253]

    Path: / usr/libexec/via

    Architecture: x86_64

    UID: 205

    Wire 0x6c3 DispatchQueue 1

    The user stack:

    7 ??? (in via) [0x1047bdfd8]

    7 ??? (in via) [0x10481932c]

    7 ??? (in via) [0x1047e81c6]

    7 ??? (in via) [0x1047e7378]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x6ca DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x6ce

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in via) [0x104818aab]

    7 ??? (in via) [0x10483f391]

    7 ??? (in via) [0x10483f342]

    7 ??? (in via) [0x10481878e]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x6cf

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in via) [0x1047ffe19]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0x6d0

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in via) [0x1048007f1]

    7 ??? (in via) [0x1048006f9]

    7 ??? (in via) [0x10481878e]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x6d1

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in via) [0x1047ffb43]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x1047bc000 - 0x1048dcff7 via? (???) < 22F9CA44-E5D7-3AE2-9ECC-A05349BAF034 >/usr/libexec/via

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: logind [141]

    Path: / System/Library/CoreServices/logind

    Architecture: x86_64

    UID: 0

    Wire 0x3ad DispatchQueue 1

    The user stack:

    7 ??? (in logind) [0x10699629c]

    7 ??? (in logind) [0x10699631b]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x3ae DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0 106995000 - 0x106997fff logind x? (???) < BC28D86F-DE3F-34B5-91E4-7071220FA877 >/System/Library/CoreServices/logind

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: loginwindow [69]

    Path: /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow

    Architecture: x86_64

    UID: 501

    Wire 0x1e4 DispatchQueue 1

    The user stack:

    7 ??? (in loginwindow) [0x107fe0f1c]

    7 ??? (in loginwindow) [0x107fe146e]

    7 [NSApplication run] + 470 (into AppKit) [0x7fff8c7849b9]

    7 [NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 135 (into AppKit) [0x7fff8c78807d]

    7 _DPSNextEvent + 659 (into AppKit) [0x7fff8c788779]

    7 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8c0933fa]

    7 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8c09356d]

    7 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 290 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x107fdc000 - 0x108068ff7 com.apple.loginwindow 7.5.1 (7.5.1) < 6ED5FB26-4547-38F6-A3F1-C2028034FA4B > /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8c08a000 - 0x7fff8c3b6fff com.apple.HIToolbox 1.9 (?) < CCB32DEA-D0CA-35D1-8019-E599C8007AB6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff8c780000 - 0x7fff8d386fff com.apple.AppKit 6.7.5 (1138.51) < 44417D02-6123-3FC3-A119-CE51BB4C3006 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: lsboxd [525]

    Path: / usr/libexec/lsboxd

    Architecture: x86_64

    UID: 501

    Thread 0 x 2993 DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Thread 0 x 2994 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x10be85000 - 0x10be88ff7 lsboxd? (???) < CC626199-F387-3875-ADBC-5436D57EED2C >/usr/libexec/lsboxd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    Process: mDNSResponder [12]

    Path: / usr/sbin/mDNSResponder

    Architecture: x86_64

    UID: 65

    0xfc DispatchQueue thread 1

    The user stack:

    7 start + 52 (mDNSResponder) [0x102905a14]

    7 key + 3556 (in mDNSResponder) [0x1028d2c24]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 187 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x1cd

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x1028d1000 - 0x102950ff7 mDNSResponder? (???) < B9A5301E-1407-3BE8-A831-04B88CACF34D >/usr/sbin/mDNSResponder

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: mds [67]

    Path: /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Support/mds

    Architecture: x86_64

    UID: 0

    Wire 0x1e2 DispatchQueue 1

    The user stack:

    7 ??? (in mds) [0x108f36444]

    7 ??? (in mds) [0x108f3fbf9]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x24b DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x2c3

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 read + 10 (libsystem_kernel.dylib) [0x7fff86ef7af2]

    Kernel stack:

    lo64_unix_scall 7 + 23 (mach_kernel) [0x2e60a7]

    7 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    7 read_nocancel + 163 (in mach_kernel) [0x587be3]

    7 writing + 256 (in mach_kernel) [0 x 587450]

    7 get_pathbuff + 4047 (in mach_kernel) [0x338fef]

    7 tsleep + 116 (in mach_kernel) [0x5780c4]

    wake up 7 + 685 (in mach_kernel) [0x577c7d]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Wire 0xcb38

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcc20

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcc4f

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcc95

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccb6

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x108f32000 - 0x10903eff7 mds? (???) < E956BE9B-5594-3A96-AF44-1A1B4757331A > /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Support/mds

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: mdworker [3406]

    Path: /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Versions/A/Support/mdworker

    Architecture: x86_64

    UID: 501

    Note: Self strangled

    Wire 0xbb62 DispatchQueue 1

    The user stack:

    7 ??? (in mdworker) [0x10730ed60]

    7 ??? (in mdworker) [0x107317d1b]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xbb63 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xbb69

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in mdworker) [0x10731bc52]

    7 ??? (in mdworker) [0x10731c45a]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xbe14

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in mdworker) [0 x 107331516]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    0x10730d000 - 0x107360fff mdworker? (???) < 054C2D9C-0315-35AB-A9F7-1CC9050486AD > /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Versions/A/Support/mdworker

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: mdworker [3405]

    Path: /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Versions/A/Support/mdworker

    Architecture: x86_64

    UID: 89

    Note: Self strangled

    Wire 0xbb52 DispatchQueue 1

    The user stack:

    7 ??? (in mdworker) [0x10649cd60]

    7 ??? (in mdworker) [0x1064a5d1b]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xbb58 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xbb5e

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in mdworker) [0x1064a9c52]

    7 ??? (in mdworker) [0x1064aa45a]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    0x10649b000 - 0x1064eefff mdworker? (???) < 054C2D9C-0315-35AB-A9F7-1CC9050486AD > /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Versions/A/Support/mdworker

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: MFManager [194]

    Path: / Applications/Canon Utilities/*/MFManager.app/Contents/MacOS/MFManager

    Architecture: i386

    UID: 501

    Process: MicrosoftKeyboardHelper [227]

    Path: Library/PreferencePanes/Microsoft Keyboard.prefPane/Contents/Resources/MicrosoftKeyboardHelper.app/Contents/MacOS /MicrosoftKeyboardHelper

    Architecture: x86_64

    UID: 501

    Process: MicrosoftMouseHelper [228]

    Path: library/PreferencePanes/Microsoft Mouse.prefPane/Contents/Resources/MicrosoftMouseHelper.app/Contents/MacOS/Micro softMouseHelper

    Architecture: x86_64

    UID: 501

    Process: NDSPCShowServer [220]

    Path: NDSPCShowServer

    Architecture: i386

    UID: 501

    Process: netbiosd [100]

    Path: / usr/sbin/netbiosd

    Architecture: x86_64

    UID: 222

    Note: Self strangled

    Wire 0x2ab DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x2ad DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0x18e8

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x10ebba000 - 0x10ec10ff7 netbiosd? (???) < F6BF85EE-E7A1-3932-8322-BA8905114FB1 >/usr/sbin/netbiosd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: NetworkConfigurationListener [111]

    Path: /Library/PreferencePanes/GlimmerBlocker.prefPane/Contents/NetworkConfigurationL istener.app/Contents/MacOS/NetworkConfigurationListener

    Architecture: x86_64

    UID: 50

    Process: notifyd [14]

    Path: / usr/sbin/notifyd

    Architecture: unknown

    UID: 0

    Thread 0 x 100 DispatchQueue 2

    The user stack:

    7 ??? [0x7fff87171316]

    7 ??? [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 101 DispatchQueue 6

    The user stack:

    7 ??? [0x7fff87173b1c]

    7 ??? [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0xccac

    The user stack:

    7 ??? [0x7fff871cfb85]

    7 ??? [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    Process: ntpd [50]

    Path: / usr/sbin/ntpd

    Architecture: x86_64

    UID: 0

    Wire 0x1d1 DispatchQueue 1

    The user stack:

    7 ??? (in ntpd) [0x10cc17bbc]

    7 ??? (in ntpd) [0x10cc40d01]

    7 __sigsuspend + 10 (libsystem_kernel.dylib) [0x7fff86ef700e]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x10cc17000 - 0x10cc77ff7 ntpd? (???) < DC2B5EC4-D7E1-3E8A-9A66-E82354F44115 >/usr/sbin/ntpd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    Process: ocspd [3243]

    Path: / usr/sbin/ocspd

    Architecture: x86_64

    UID: 0

    Wire 0xa385 DispatchQueue 1

    The user stack:

    7 ??? (in ocspd) [0x10893de74]

    7 ??? (in ocspd) [0x108940d55]

    7 ??? (in ocspd) [0x1089544cb]

    7 ??? (in ocspd) [0 x 108954202]

    7 mach_msg_overwrite_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef5686]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xa534 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xa53c

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x10893d000 - 0x108978fff ocspd? (???) < 1EEE9442-42D7-34FF-87A7-8B6564697DD1 >/usr/sbin/ocspd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: ODSAgent [65]

    Path: /System/Library/CoreServices/ODSAgent.app/Contents/MacOS/ODSAgent

    Architecture: x86_64

    UID: 0

    Wire 0x1e0 DispatchQueue 1

    The user stack:

    7 ??? (in ODSAgent) [0x10a214734]

    7 ??? (in ODSAgent) [0x10a2148c4]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x22f DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x1fb

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x10a213000 - 0x10a227fff com.apple.ODSAgent 1.7 (170.1) < B07027D2-A86B-39BB-9F3D-DAFF5C21289A > /System/Library/CoreServices/ODSAgent.app/Contents/MacOS/ODSAgent

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: opendirectoryd [13]

    Path: / usr/libexec/opendirectoryd

    Architecture: x86_64

    UID: 0

    Thread 0 x 103 DispatchQueue 6

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    7 _dispatch_worker_thread2 + 255 (libdispatch.dylib) [0x7fff87171961]

    7 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff87170a82]

    7 __odm_register_requesttypes_block_invoke_2: + 49 (in SystemCache) [0x10d85dd03]

    7 mach_msg_server + 473 (in libsystem_kernel.dylib) [0x7fff86ef5274]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    < Multiple > wire DispatchQueue 6

    The user stack:

    start_wqthread 14 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    14 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    14 _dispatch_worker_thread2 + 255 (libdispatch.dylib) [0x7fff87171961]

    _dispatch_call_block_and_release 14 + 18 (in libdispatch.dylib) [0x7fff87170a82]

    7 __odm_register_requesttypes_block_invoke_1: + 49 (in SystemCache) [0x10d85dcbc]

    7 mach_msg_server + 473 (in libsystem_kernel.dylib) [0x7fff86ef5274]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    7 ??? (in opendirectoryd) [0x10d1482d6]

    7 sleep + 61 (in libsystem_c.dylib) [0x7fff87182c2c]

    7 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff86ef6e42]

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    semaphore_wait_continue 7 + 0 (mach_kernel) [0x234b10]

    < Multiple > wire DispatchQueue 8

    The user stack:

    start_wqthread 14 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    14 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    14 _dispatch_worker_thread2 + 255 (libdispatch.dylib) [0x7fff87171961]

    _dispatch_call_block_and_release 14 + 18 (in libdispatch.dylib) [0x7fff87170a82]

    7 __syscall + 10 (libsystem_kernel.dylib) [0x7fff86ef709a]

    7 ___kernel_kauth_listener_block_invoke_2 + 343 (in SystemCache) [0x10d85d6c0]

    7 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef56b6]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    semaphore_wait_continue 7 + 0 (mach_kernel) [0x234b10]

    Thread 0 x 104 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xcc9b

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcca8

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccb4

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccc4

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccc5

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccc6

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x10d12e000 - 0x10d188ff7 opendirectoryd? (???) < 7F6D7F6F-85AC-3B85-ABDE-701878B386E2 >/usr/libexec/opendirectoryd

    0x10d855000 - 0x10d880ff7 com.apple.opendirectoryd.module.SystemCache 10.7 (172.17) < 864F6B38-4BC4-38AE-8803-B738A4D38AF0 > /System/Library/OpenDirectory/Modules/SystemCache.bundle/Contents/MacOS/SystemC ache

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: pboard [167]

    Path: / usr/sbin/pboard

    Architecture: x86_64

    UID: 501

    Thread 0 x 453 DispatchQueue 1

    The user stack:

    7 ??? (in pboard) [0 x 100581684]

    7 ??? (in pboard) [0 x 100581746]

    7 mach_msg_server + 641 (in libsystem_kernel.dylib) [0x7fff86ef531c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    0 x 100580000 - 0x100581ff7 pboard? (???) < 3656507E-F257-3E7A-8960-0BDAEF31D0F5 >/usr/sbin/pboard

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    Process: PCShowServerPMWrapper [213]

    Path: PCShowServerPMWrapper

    Architecture: i386

    UID: 501

    Process: powerd [19]

    Path: /System/Library/CoreServices/powerd.bundle/powerd

    Architecture: x86_64

    UID: 0

    Wire 0x11c DispatchQueue 1

    The user stack:

    7 start + 52 (powerd) [0x1061a94d0]

    7 key + 2119 (in powerd) [0x1061af519]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x11f DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x1061a8000 - 0x1061c3ff7 powerd? (???) < AAEDBDCB-E01A-3BD1-AFB9-E854E1BC4CBF > /System/Library/CoreServices/powerd.bundle/powerd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: quicklookd [3687]

    Path: /System/Library/Frameworks/QuickLook.framework/Resources/quicklookd.app/Content s/MacOS/quicklookd

    Architecture: unknown

    UID: 501

    Note: You leave before symbolication

    Wire 0xc85e DispatchQueue 1

    The user stack:

    7 ??? [0x10b4e5544]

    7 ??? [0x10b4e7dc0]

    7 ??? [0x7fff90247486]

    7 ??? [0x7fff90247c74]

    7 ??? [0x7fff9023f50c]

    7 ??? [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xc861 DispatchQueue 2

    The user stack:

    7 ??? [0x7fff87171316]

    7 ??? [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xc867

    The user stack:

    7 ??? [0x7fff871cfb75]

    7 ??? [0x7fff871cc8bf]

    7 ??? [0x7fff8ae726a2]

    7 ??? [0x7fff8ae7272a]

    7 ??? [0x10b4ef324]

    7 ??? [0x7fff90247486]

    7 ??? [0x7fff90247c74]

    7 ??? [0x7fff9023f50c]

    7 ??? [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xc87c

    The user stack:

    7 ??? [0x7fff871cfb75]

    7 ??? [0x7fff871cc8bf]

    7 ??? [0x7fff8ae726a2]

    7 ??? [0x7fff8ae7272a]

    7 ??? [0x10b51a2e5]

    7 ??? [0x7fff90247486]

    7 ??? [0x7fff90247c74]

    7 ??? [0x7fff9023f50c]

    7 ??? [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xccde

    The user stack:

    4 ??? [0x7fff871cfb85]

    4 ??? [0x7fff86ef7192]

    Kernel stack:

    4 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    Process: ReceiverHelper [193]

    Path: /usr/local/libexec/ReceiverHelper.app/Contents/MacOS/ReceiverHelper

    Architecture: x86_64

    UID: 501

    Process: revisiond [62]

    Path: /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Supp ort/revisiond

    Architecture: x86_64

    UID: 0

    Thread 0 x 217 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x22c DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0x22a

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 read + 10 (libsystem_kernel.dylib) [0x7fff86ef7af2]

    Kernel stack:

    lo64_unix_scall 7 + 23 (mach_kernel) [0x2e60a7]

    7 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    7 read_nocancel + 163 (in mach_kernel) [0x587be3]

    7 writing + 256 (in mach_kernel) [0 x 587450]

    7 utf8_encodelen + 4080 (in mach_kernel) [0 x 321950]

    7 VNOP_READ + 82 (mach_kernel) [0x32bf22]

    7 spec_read + 166 (in mach_kernel) [0x33e5a6]

    7 cdev_read + 96 (AppleFSCompressionTypeDataless) [0x2b28b8c]

    msleep 7 + 165 (in mach_kernel) [0x5781f5]

    wake up 7 + 287 (in mach_kernel) [0x577aef]

    7 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Wire 0x22b

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    fsctl 7 + 10 (libsystem_kernel.dylib) [0x7fff86ef7516]

    Kernel stack:

    lo64_unix_scall 7 + 23 (mach_kernel) [0x2e60a7]

    7 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    fsctl 7 + 370 (in mach_kernel) [0x312bb2]

    7 nspace_proc_exit + 5176 (in mach_kernel) [0 x 312348]

    7 nspace_proc_exit + 2867 (in mach_kernel) [0x311a43]

    msleep 7 + 165 (in mach_kernel) [0x5781f5]

    wake up 7 + 287 (in mach_kernel) [0x577aef]

    7 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Binary images:

    0x10ddeb000 - 0x10de3eff7 revisiond? (???) < 4300578A-6F0E-3655-8279-5CBE83AB2FFF > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Supp ort/revisiond

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: securityd [23]

    Path: / usr/sbin/securityd

    Architecture: x86_64

    UID: 0

    Thread 0 x 141 DispatchQueue 1

    The user stack:

    7 start + 52 (securityd) [0x104abc060]

    7 key + 2179 (in securityd) [0x104ad25c8]

    7 Security::MachPlusPlus:MachServer:run(unsigned_long,_int) + 103 (in securityd) [0x104b0f4db]

    7 Security::MachPlusPlus:MachServer:runServerThread (bool) + 668 (in securityd) [0x104aa7c02]

    7 mach_msg_overwrite_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef5686]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 142 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 197

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 Security::Thread:runner(void*) + 107 (in securityd) [0x104aa76f1]

    7 AuditMonitor::action() + 97 (securityd) [0x104af2915]

    7 au_sdev_read_aia + 79 (libbsm.0.dylib) [0x7fff882bb091]

    fgetc 7 + 50 (libsystem_c.dylib) [0x7fff871b4dee]

    __srget 7 + 20 (in libsystem_c.dylib) [0x7fff872145e8]

    7 __srefill1 + 30 (libsystem_c.dylib) [0x7fff871c9166]

    7 __read_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef6d52]

    Kernel stack:

    lo64_unix_scall 7 + 23 (mach_kernel) [0x2e60a7]

    7 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    7 read_nocancel + 163 (in mach_kernel) [0x587be3]

    7 writing + 256 (in mach_kernel) [0 x 587450]

    7 utf8_encodelen + 4080 (in mach_kernel) [0 x 321950]

    7 VNOP_READ + 82 (mach_kernel) [0x32bf22]

    7 spec_read + 166 (in mach_kernel) [0x33e5a6]

    7 audit_session_setaia + 2388 (in mach_kernel) [0x5448b4]

    7 _audit_cv_wait_sig + 50 (mach_kernel) [0x5376a2]

    msleep 7 + 165 (in mach_kernel) [0x5781f5]

    wake up 7 + 287 (in mach_kernel) [0x577aef]

    7 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Wire 0xcb97

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 Security::Thread:runner(void*) + 107 (in securityd) [0x104aa76f1]

    7 security: MachPlusPlus::MachServer::LoadThread::action() + 48 (securityd) [0x104aa77a4]

    7 Security::MachPlusPlus:MachServer:runServerThread (bool) + 668 (in securityd) [0x104aa7c02]

    7 mach_msg_overwrite_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef5686]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    0x104a98000 - 0x104b83ff7 securityd? (???) < 2A3DA3C9-2D68-30C2-86B5-7B918EC999A3 >/usr/sbin/securityd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff882ae000 - 0x7fff882c0ff7 libbsm.0.dylib? (???) < 349BB16F-75FA-363F-8D98-7A9C3FA90A0D > /usr/lib/libbsm.0.dylib

    Process: ServiceRecords [192]

    Path: /usr/local/libexec/ServiceRecords.app/Contents/MacOS/ServiceRecords

    Architecture: x86_64

    UID: 501

    Process: socketfilterfw [85]

    Path: / usr/libexec/ApplicationFirewall/socketfilterfw

    Architecture: x86_64

    UID: 0

    Wire 0x1f5 DispatchQueue 1

    The user stack:

    7 ??? (in socketfilterfw) [0x10ce67e3c]

    7 ??? (in socketfilterfw) [0x10ce6d81a]

    7 ??? (in socketfilterfw) [0x10ce6ad0c]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 204 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0x2c5

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x10ce67000 - 0x10ce78fff socketfilterfw? (???) < FC94331A-2C53-3A2F-88D7-09F6E319534A >/usr/libexec/ApplicationFirewall/socketfilterfw

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: spindump [3705]

    Path: / usr/sbin/spindump

    Architecture: x86_64

    UID: 0

    Wire 0xccba DispatchQueue 1

    The user stack:

    7 ??? (in spindump) [0x1044c77b4]

    7 ??? (in spindump) [0x1044c7e03]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    4 __CFRunLoopRun + 1724 (in CoreFoundation) [0x7fff90247e7c]

    4 _dispatch_main_queue_callback_4CF + 308 (in libdispatch.dylib) [0x7fff871728f2]

    4 ??? (in spindump) [0x1044ca357]

    4 ??? (in spindump) [0x1044ca40b]

    4 AudioObjectGetPropertyDataSize + 149 (CoreAudio) [0x7fff904a7fd8]

    4 HALSystem::CheckOutInstance() + 369 (in CoreAudio) [0x7fff90490bc1]

    4 HALSystem::InitializeDevices() + 9 (CoreAudio) [0x7fff9048d7b1]

    4 HALPlugInManagement initialize() + 363 (in CoreAudio) [0x7fff9048d929]

    4 HALPlugInManagement::CreateHALPlugIn (const HALCFPlugIn *) + 1051 (in CoreAudio) [0x7fff9048e913]

    4 _ZL41HAL_HardwarePlugIn_InitializeWithObjectIDPP28AudioHardwarePlugInInterfacej + 86 (CoreAudio) [0x7fff9048ffa9]

    4 HALC_ShellPlugIn::ConnectToServer() + 372 (in CoreAudio) [0x7fff90492080]

    4 HALB_Executor::Run (void (block_pointer)(HALB_Executor&)) + 52 (CoreAudio) [0x7fff90493eae]

    4 HALB_Executor::DoIt (void (block_pointer)(HALB_Executor&)) + 62 (CoreAudio) [0x7fff90493f20]

    4 __PublishDestroyObjects_block_invoke_10 + 40 (CoreAudio) [0x7fff9049d821]

    4 AudioObjectsPublishedAndDied + 308 (in CoreAudio) [0x7fff9049d96a]

    4 HALSystem::ObjectsPublishedAndDied (unsigned int, unsigned int const *, unsigned int, const unsigned int *) + 532 (in CoreAudio) [0x7fff904a023a]

    4 HALDeviceList::DeviceCreated(HALDevice*) + 22 (CoreAudio) [0x7fff904a222e]

    4 HALDeviceList::AddDevice(HALDevice*) + 85 (CoreAudio) [0x7fff904a2335]

    4 HALDevice::IsHidden() const + 60 (CoreAudio) [0x7fff904a2614]

    4 HALDevice::HasProperty(AudioObjectPropertyAddress const&) const + 569 (in CoreAudio) [0x7fff904a287b]

    4 HALObject::HasProperty(AudioObjectPropertyAddress const&) const + 121 (in CoreAudio) [0x7fff90490e67]

    4 HALPlugIn::ObjectHasProperty (const HALObject &, AudioObjectPropertyAddress const &) const + 36 (in CoreAudio) [0x7fff904a28b0]

    4 _ZL36HAL_HardwarePlugIn_ObjectHasPropertyPP28AudioHardwarePlugInInterfacejPK26A udioObjectPropertyAddress + 144 (in CoreAudio) [0x7fff904a29be]

    4 HALB_Executor::Run (void (block_pointer)(HALB_Executor&)) + 52 (CoreAudio) [0x7fff90493eae]

    4 HALB_Executor::DoIt (void (block_pointer)(HALB_Executor&)) + 31 (CoreAudio) [0x7fff90493f01]

    4 __HAL_HardwarePlugIn_ObjectHasProperty_block_invoke_18 + 131 (CoreAudio) [0x7fff904a2a7d]

    4 HALC_ShellObject::HasProperty (HALB_Executor &, unsigned int AudioObjectPropertyAddress, bool &) const + 123 (in CoreAudio) [0x7fff904a2b35]

    4 HALB_CommandGate::ExecuteCommand (Sub (block_pointer) (()) const + 43 (CoreAudio) [0x7fff9049e5f1]

    4 HALC_ShellObject::HasProperty_Helper (HALB_Executor &, unsigned int AudioObjectPropertyAddress, bool &) const + 22 (CoreAudio) [0x7fff904a2b7e]

    4 HALC_ShellDevice::_HasProperty (HALB_Executor &, unsigned int AudioObjectPropertyAddress, bool &) const + 66 (CoreAudio) [0x7fff904a2bee]

    4 HALC_ShellDevice::InitializeDriverPlugIn() + 605 (in CoreAudio) [0x7fff904a2f7f]

    3 HALC_ShellDriverPlugIn::Open (const __CFString *) + 174 (in CoreAudio) [0x7fff904a346c]

    3 _CFBundleCreate + 328 (in CoreFoundation) [0x7fff9024f7d8]

    3 _CFBundleURLLooksLikeBundleVersion + 58 (in CoreFoundation) [0x7fff9022c74a]

    3 _CFBundleCopySortedDirectoryContentsAtPath + 1021 (in CoreFoundation) [0x7fff9022cf5d]

    readdir 3 $INODE64 + 47 (libsystem_c.dylib) [0x7fff871ecfdd]

    3 __getdirentries64 + 10 (libsystem_kernel.dylib) [0x7fff86ef66ca]

    1 HALC_ShellDriverPlugIn::Open (const __CFString *) + 744 (in CoreAudio) [0x7fff904a36a6]

    1 AudioDriverPlugInOpen + 9 (AppleHDAHALPlugIn) [0x104ddfdef]

    1 ??? (in AppleHDAHALPlugIn) [0x104ddfd4b]

    1 ??? (in AppleHDAHALPlugIn) [0x104ddfc7c]

    1 ??? (in AppleHDAHALPlugIn) [0x104de1b0d]

    1 ??? (in AppleHDAHALPlugIn) [0x104de188e]

    1 ??? (in AppleHDAHALPlugIn) [0x104de06d3]

    1 IORegistryEntryCreateCFProperty + 250 (IOKit) [0x7fff8a04b773]

    1 vm_deallocate + 133 (in libsystem_kernel.dylib) [0x7fff86ef399f]

    1 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    3 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    3 lo64_unix_scall + 23 (mach_kernel) [0x2e60a7]

    3 unix_syscall64 + 846 (in mach_kernel) [0x5f3d4e]

    3 throttle_lowpri_io + 364 (in mach_kernel) [0x33dc3c]

    3 IOSleep + 25 (in mach_kernel) [0 x 640909]

    3 delay_for_interval + 56 (in mach_kernel) [0x21df48]

    3 clock_delay_until + 139 (in mach_kernel) [0x21defb]

    3 thread_block + 33 (in mach_kernel) [0x22f821]

    2 thread_block_reason + 306 (in mach_kernel) [0x22f6c2]

    2 thread_cancel_timer + 640 (in mach_kernel) [0x22e1c0]

    2 processor_idle + 181 (in mach_kernel) [0x22d3e5]

    2 machine_idle + 377 (in mach_kernel) [0x2d0d29]

    1 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    1 thread_continue + 1729 (in mach_kernel) [0x22f451]

    1 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    ipc_mqueue_receive_continue 3 + 0 (mach_kernel) [0x2150f0]

    1 lo64_mach_scall + 23 (mach_kernel) [0x2e60c7]

    1 thread_set_child + 407 (in mach_kernel) [0x2b7bb7]

    1 mach_msg_overwrite_trap + 129 (in mach_kernel) [0x21b201]

    1 ipc_kmsg_get + 228 (in mach_kernel) [0 x 214434]

    1 copyinmsg + 52 (in mach_kernel) [0x2c3f24]

    1 copy_window_fault + 592 (in mach_kernel) [0x2c3860]

    1 ml_set_interrupts_enabled + 23 (mach_kernel) [0x2c72a7]

    Wire 0xccbb DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    5 lo64_unix_scall + 23 (mach_kernel) [0x2e60a7]

    5 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    5 kevent + 114 (in mach_kernel) [0x55d4d2]

    5 kevent_description + 1875 (in mach_kernel) [0x55d323]

    5 kqueue_scan + 228 (in mach_kernel) [0x55b9a4]

    5 thread_block_parameter + 32 (in mach_kernel) [0x22f7f0]

    5 thread_block_reason + 306 (in mach_kernel) [0x22f6c2]

    5 thread_cancel_timer + 640 (in mach_kernel) [0x22e1c0]

    5 processor_idle + 181 (in mach_kernel) [0x22d3e5]

    5 machine_idle + 377 (in mach_kernel) [0x2d0d29]

    2 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xccbd DispatchQueue 18

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    7 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff87171928]

    7 _dispatch_queue_invoke + 54 (libdispatch.dylib) [0x7fff8717212e]

    7 _dispatch_queue_drain + 210 (libdispatch.dylib) [0x7fff8717229c]

    7 _dispatch_queue_invoke + 71 (in libdispatch.dylib) [0x7fff8717213f]

    7 _dispatch_source_invoke + 649 (in libdispatch.dylib) [0x7fff87175497]

    7 __syscall + 10 (libsystem_kernel.dylib) [0x7fff86ef709a]

    Kernel stack:

    lo64_unix_scall 7 + 23 (mach_kernel) [0x2e60a7]

    7 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    7 stack_snapshot + 104 (in mach_kernel) [0 x 547878]

    7 stack_snapshot2 + 160 (mach_kernel) [0 x 547760]

    Wire 0xccc1

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccbc

    The user stack:

    start_wqthread 5 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    5 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    5 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccc2 DispatchQueue 112

    The user stack:

    start_wqthread 3 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    3 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    3 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff87171928]

    3 _dispatch_queue_invoke + 54 (libdispatch.dylib) [0x7fff8717212e]

    3 _dispatch_queue_drain + 264 (in libdispatch.dylib) [0x7fff871722d2]

    3 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff87170a82]

    3 ??? (in spindump) [0x1044cd528]

    3 ??? (in spindump) [0x1044cc52e]

    3 ??? (in spindump) [0x1044ccce9]

    3 _CFBundleCreateWithExecutableURLIfLooksLikeBundle + 96 (in CoreFoundation) [0x7fff902be1e0]

    3 _CFBundleCreate + 328 (in CoreFoundation) [0x7fff9024f7d8]

    3 _CFBundleURLLooksLikeBundleVersion + 58 (in CoreFoundation) [0x7fff9022c74a]

    3 _CFBundleCopySortedDirectoryContentsAtPath + 1021 (in CoreFoundation) [0x7fff9022cf5d]

    readdir 3 $INODE64 + 47 (libsystem_c.dylib) [0x7fff871ecfdd]

    3 __getdirentries64 + 10 (libsystem_kernel.dylib) [0x7fff86ef66ca]

    Kernel stack:

    3 lo64_unix_scall + 23 (mach_kernel) [0x2e60a7]

    3 unix_syscall64 + 846 (in mach_kernel) [0x5f3d4e]

    3 throttle_lowpri_io + 364 (in mach_kernel) [0x33dc3c]

    3 IOSleep + 25 (in mach_kernel) [0 x 640909]

    3 delay_for_interval + 56 (in mach_kernel) [0x21df48]

    3 clock_delay_until + 139 (in mach_kernel) [0x21defb]

    3 thread_block + 33 (in mach_kernel) [0x22f821]

    2 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    2 thread_continue + 1729 (in mach_kernel) [0x22f451]

    2 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    1 thread_block_reason + 306 (in mach_kernel) [0x22f6c2]

    1 thread_cancel_timer + 640 (in mach_kernel) [0x22e1c0]

    1 processor_idle + 181 (in mach_kernel) [0x22d3e5]

    1 machine_idle + 377 (in mach_kernel) [0x2d0d29]

    Wire 0xccbc DispatchQueue 30

    The user stack:

    2 start_wqthread + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    2 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    2 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff87171928]

    _dispatch_queue_invoke 2 + 54 (in libdispatch.dylib) [0x7fff8717212e]

    2 _dispatch_queue_drain + 264 (in libdispatch.dylib) [0x7fff871722d2]

    2 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff87170a82]

    2 ??? (in spindump) [0x1044ca99a]

    2 ??? (in spindump) [0x1044cac89]

    2 ??? (in spindump) [0x1044cbb53]

    2 _dispatch_barrier_sync_f_invoke + 33 (in libdispatch.dylib) [0x7fff87172c75]

    1 ??? (in spindump) [0x1044cc52e]

    1 ??? (in spindump) [0x1044ccce9]

    1 _CFBundleCreateWithExecutableURLIfLooksLikeBundle + 96 (in CoreFoundation) [0x7fff902be1e0]

    1 _CFBundleCreate + 774 (in CoreFoundation) [0x7fff9024f996]

    1 _CFBundleCopyInfoDictionaryInDirectoryWithVersion + 2286 (in CoreFoundation) [0x7fff9023053e]

    1 CFURLCreateDataAndPropertiesFromResource + 306 (in CoreFoundation) [0x7fff90233222]

    1 read + 10 (libsystem_kernel.dylib) [0x7fff86ef7af2]

    1 ??? (in spindump) [0x1044cc666]

    1 dispatch_once_f + 53 (in libdispatch.dylib) [0x7fff871743f2]

    1 ??? (in spindump) [0x1044d40c3]

    1 __system_launchdJobCopyDictionary + 140 (in ServiceManagement) [0x7fff85b9f46a]

    1 launchdadd_msg_launchd_request + 202 (in ServiceManagement) [0x7fff85b9affc]

    1 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    1 lo64_unix_scall + 23 (mach_kernel) [0x2e60a7]

    1 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    1 read_nocancel + 163 (in mach_kernel) [0x587be3]

    1 writing + 256 (in mach_kernel) [0 x 587450]

    1 utf8_encodelen + 4080 (in mach_kernel) [0 x 321950]

    1 VNOP_READ + 82 (mach_kernel) [0x32bf22]

    1 hfs_vnop_read + 293 (in mach_kernel) [0x50a565]

    1 decmpfs_read_compressed + 305 (in mach_kernel) [0x343db1]

    1 cluster_copy_ubc_data + 38 (in mach_kernel) [0x2f8eb6]

    1 is_file_clean + 346 (in mach_kernel) [0x2f8e5a]

    1 memory_object_control_uiomove + 688 (in mach_kernel) [0x2682f0]

    1 uiomove64 + 229 (in mach_kernel) [0 x 577755]

    1 copypv + 785 (in mach_kernel) [0x2c3db1]

    1 copyout_kern + 20 (in mach_kernel) [0x2c5ce4]

    1 return_from_trap + 212 (in mach_kernel) [0x2e5564]

    1 kernel_trap + 1092 (in mach_kernel) [0x2ce904]

    1 vm_fault + 4791 (in mach_kernel) [0 x 270817]

    1 vm_fault_copy_cleanup + 1967 (to mach_kernel) [0x26c30f]

    1 vm_page_zero_fill + 20 (in mach_kernel) [0x2999f4]

    1 pmap_zero_page + 37 (in mach_kernel) [0x2cd0b5]

    1 __bzero + 17 (in mach_kernel) [0x2b8581]

    1 ipc_mqueue_receive_continue + 0 (mach_kernel) [0x2150f0]

    Wire 0xccc2

    The user stack:

    2 start_wqthread + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    2 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    2 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccc2 DispatchQueue 122

    The user stack:

    1 start_wqthread + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    1 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    1 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff87171928]

    1 _dispatch_queue_invoke + 54 (libdispatch.dylib) [0x7fff8717212e]

    1 _dispatch_queue_drain + 264 (in libdispatch.dylib) [0x7fff871722d2]

    1 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff87170a82]

    1 ??? (in spindump) [0x1044cd528]

    1 ??? (in spindump) [0x1044cc52e]

    1 ??? (in spindump) [0x1044ccce9]

    1 _CFBundleCreateWithExecutableURLIfLooksLikeBundle + 96 (in CoreFoundation) [0x7fff902be1e0]

    1 _CFBundleCreate + 774 (in CoreFoundation) [0x7fff9024f996]

    1 _CFBundleCopyInfoDictionaryInDirectoryWithVersion + 2286 (in CoreFoundation) [0x7fff9023053e]

    1 CFURLCreateDataAndPropertiesFromResource + 306 (in CoreFoundation) [0x7fff90233222]

    1 __open + 10 (libsystem_kernel.dylib) [0x7fff86ef6ad2]

    Kernel stack:

    1 lo64_unix_scall + 23 (mach_kernel) [0x2e60a7]

    1 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    1 open + 285 (in mach_kernel) [0x31b4ad]

    1 mknod + 1344 (in mach_kernel) [0x31aea0]

    1 vn_open_auth + 1897 (to mach_kernel) [0x322ac9]

    1 VNOP_OPEN + 76 (mach_kernel) [0x32cf8c]

    1 hfs_vnop_open + 66 (in mach_kernel) [0x5239e2]

    1 hfs_file_is_compressed + 141 (in mach_kernel) [0x5223bd]

    1 decmpfs_file_is_compressed + 361 (in mach_kernel) [0 x 344899]

    1 decmpfs_hides_rsrc + 314 (in mach_kernel) [0x342f1a]

    1 vn_getxattr + 360 (in mach_kernel) [0x322e68]

    1 VNOP_GETXATTR + 105 (in mach_kernel) [0x32b069]

    1 hfs_vnop_getxattr + 985 (in mach_kernel) [0x5286a9]

    1 hfs_getxattr_internal + 501 (in mach_kernel) [0x527ec5]

    1 BTSearchRecord + 451 (in mach_kernel) [0x529d13]

    1 SearchTree + 291 (in mach_kernel) [0x52d693]

    1 GetNode + 81 (in mach_kernel) [0x52c611]

    1 GetBTreeBlock + 269 (in mach_kernel) [0x4f140d]

    1 buf_meta_bread + 66 (in mach_kernel) [0x2f5682]

    1 buf_biowait + 112 (in mach_kernel) [0x2f2b20]

    1 msleep + 165 (in mach_kernel) [0x5781f5]

    1 alarm + 287 (in mach_kernel) [0x577aef]

    1 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    1 thread_block + 33 (in mach_kernel) [0x22f821]

    1 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    1 thread_continue + 1729 (in mach_kernel) [0x22f451]

    1 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Wire 0xccc2 DispatchQueue 134

    The user stack:

    1 start_wqthread + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    1 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff871ce3da]

    1 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff87171928]

    1 _dispatch_queue_invoke + 54 (libdispatch.dylib) [0x7fff8717212e]

    1 _dispatch_queue_drain + 264 (in libdispatch.dylib) [0x7fff871722d2]

    1 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff87170a82]

    1 ??? (in spindump) [0x1044cd528]

    1 ??? (in spindump) [0x1044cc52e]

    1 ??? (in spindump) [0x1044ccce9]

    1 _CFBundleCreateWithExecutableURLIfLooksLikeBundle + 96 (in CoreFoundation) [0x7fff902be1e0]

    1 _CFBundleCreate + 774 (in CoreFoundation) [0x7fff9024f996]

    1 _CFBundleCopyInfoDictionaryInDirectoryWithVersion + 2286 (in CoreFoundation) [0x7fff9023053e]

    1 CFURLCreateDataAndPropertiesFromResource + 306 (in CoreFoundation) [0x7fff90233222]

    1 __open + 10 (libsystem_kernel.dylib) [0x7fff86ef6ad2]

    Kernel stack:

    1 lo64_unix_scall + 23 (mach_kernel) [0x2e60a7]

    1 unix_syscall64 + 554 (in mach_kernel) [0x5f3c2a]

    1 open + 285 (in mach_kernel) [0x31b4ad]

    1 mknod + 1344 (in mach_kernel) [0x31aea0]

    1 vn_open_auth + 1897 (to mach_kernel) [0x322ac9]

    1 VNOP_OPEN + 76 (mach_kernel) [0x32cf8c]

    1 hfs_vnop_open + 66 (in mach_kernel) [0x5239e2]

    1 hfs_file_is_compressed + 141 (in mach_kernel) [0x5223bd]

    1 decmpfs_file_is_compressed + 361 (in mach_kernel) [0 x 344899]

    1 decmpfs_hides_rsrc + 314 (in mach_kernel) [0x342f1a]

    1 vn_getxattr + 360 (in mach_kernel) [0x322e68]

    1 VNOP_GETXATTR + 105 (in mach_kernel) [0x32b069]

    1 hfs_vnop_getxattr + 985 (in mach_kernel) [0x5286a9]

    1 hfs_getxattr_internal + 501 (in mach_kernel) [0x527ec5]

    1 BTSearchRecord + 451 (in mach_kernel) [0x529d13]

    1 SearchTree + 291 (in mach_kernel) [0x52d693]

    1 GetNode + 81 (in mach_kernel) [0x52c611]

    1 GetBTreeBlock + 269 (in mach_kernel) [0x4f140d]

    1 buf_meta_bread + 66 (in mach_kernel) [0x2f5682]

    1 buf_biowait + 112 (in mach_kernel) [0x2f2b20]

    1 msleep + 165 (in mach_kernel) [0x5781f5]

    1 alarm + 287 (in mach_kernel) [0x577aef]

    1 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    1 thread_block + 33 (in mach_kernel) [0x22f821]

    1 thread_block_reason + 306 (in mach_kernel) [0x22f6c2]

    1 thread_cancel_timer + 640 (in mach_kernel) [0x22e1c0]

    1 processor_idle + 181 (in mach_kernel) [0x22d3e5]

    1 machine_idle + 377 (in mach_kernel) [0x2d0d29]

    Binary images:

    0x1044c6000 - 0x1044dcff7 spindump? (???) < 9DD8DB12-725D-3907-9F37-8336F9914F3C >/usr/sbin/spindump

    0x104ddf000 - 0x104de4fff com.apple.audio.AppleHDAHALPlugIn 2.2.5 (2.2.5a5) < 4EC4981B-68AE-357E-960F-3D4603A61E9F > /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn

    0x7fff85b9a000 - com.apple.bsd.ServiceManagement 2.0 (2.0) 0x7fff85ba5ff7 < D836A22C-BBDC-3C9F-83D3-F8CC0EE75885 > /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage lie

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff8a047000 - 0x7fff8a0b2ff7 com.apple.framework.IOKit 2.0 (?) < FE838BB6-D42E-3291-A1A0-6F53FC970261 > /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x7fff9048a000 - 0x7fff904f2ff7 com.apple.audio.CoreAudio 4.0.3 (4.0.3) < 9987DC46-2A96-3BA0-B88B-04E573C0AD9B > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    Process: spindump_agent [3706]

    Path: / usr/libexec/spindump_agent

    Architecture: x86_64

    UID: 501

    Wire 0xccc3

    The user stack:

    7 ??? (in spindump_agent) [0 x 106247334]

    7 ??? (in spindump_agent) [0 x 106247498]

    7 dispatch_main + 43 (libdispatch.dylib) [0x7fff87171de8]

    pthread_exit 7 + 30 (libsystem_c.dylib) [0x7fff871ce27d]

    7 _pthread_exit + 142 (in libsystem_c.dylib) [0x7fff871cdf7c]

    7 _pthread_tsd_cleanup + 230 (in libsystem_c.dylib) [0x7fff87212942]

    7 _dispatch_queue_cleanup2 + 88 (libdispatch.dylib) [0x7fff87173a35]

    7 sleep$ NOCANCEL + 61 (in libsystem_c.dylib) [0x7fff8721fae5]

    7 __semwait_signal_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef6e56]

    Kernel stack:

    semaphore_wait_continue 7 + 0 (mach_kernel) [0x234b10]

    Wire 0xccc9 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xccc7 DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0xccc8

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccca

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccd2

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0 106246000 - 0x106248fff spindump_agent x? (???) < 25EB15D6-879E-3F85-8E5D-F69B21854DF0 >/usr/libexec/spindump_agent

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: spindump_symbolicator [3709]

    Path: / usr/libexec/spindump_symbolicator

    Architecture: x86_64

    UID: 0

    Wire 0xccd7

    The user stack:

    5 ??? (in spindump_symbolicator) [0x103f99068]

    5 ??? (in spindump_symbolicator) [0x103f991c2]

    5 dispatch_main + 43 (libdispatch.dylib) [0x7fff87171de8]

    pthread_exit 5 + 30 (libsystem_c.dylib) [0x7fff871ce27d]

    5 _pthread_exit + 142 (in libsystem_c.dylib) [0x7fff871cdf7c]

    5 _pthread_tsd_cleanup + 230 (in libsystem_c.dylib) [0x7fff87212942]

    5 _dispatch_queue_cleanup2 + 88 (libdispatch.dylib) [0x7fff87173a35]

    5 sleep$ NOCANCEL + 61 (in libsystem_c.dylib) [0x7fff8721fae5]

    5 __semwait_signal_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef6e56]

    Kernel stack:

    semaphore_wait_continue 5 + 0 (mach_kernel) [0x234b10]

    Wire 0xccd8 DispatchQueue 2

    The user stack:

    5 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    5 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    kqueue_scan 5 + 480 (in mach_kernel) [0x55baa0]

    Wire 0xccda DispatchQueue 6

    The user stack:

    _dispatch_sig_thread 5 + 45 (in libdispatch.dylib) [0x7fff87173b1c]

    5 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 5 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0xccd9

    The user stack:

    start_wqthread 5 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    5 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    5 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccdc

    The user stack:

    2 thread_start + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    2 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    2 cleaner_thread_main(void*) + 42 (CoreSymbolication) [0x7fff859f83bb]

    2 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff86ef6e42]

    Kernel stack:

    2 semaphore_wait_continue + 0 (mach_kernel) [0x234b10]

    Binary images:

    0x103f98000 - 0x103f99ff7 spindump_symbolicator? (???) < 24C4111C-D836-34C8-8A07-415FE99FFFD0 >/usr/libexec/spindump_symbolicator

    0x7fff859db000 - 0x7fff85a51fff com.apple.CoreSymbolication 2.2 (73.2) < 126415E3-3A35-315B-B4B7-507CDBED0D58 > /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: Manager SteerMouse [232]

    Path: /Applications/Utilities/SteerMouse.app/Contents/MacOS/SteerMouse Manager.app/Contents/MacOS/SteerMouse Manager

    Architecture: i386

    UID: 501

    Process: syslogd [18]

    Path: / usr/sbin/syslogd

    Architecture: x86_64

    UID: 0

    Thread 0 x 113 DispatchQueue 1

    The user stack:

    7 ??? (to syslogd) [0x101ee2be8]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Thread 0 x 121

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (to syslogd) [0x101ee9a82]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 122

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (to syslogd) [0x101eea218]

    7 ??? (to syslogd) [0x101ee7123]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Thread 0 x 123

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (to syslogd) [0x101ee6b3b]

    7 _vprocmgr_log_drain: + 69 (in liblaunch.dylib) [0x7fff84b62dda]

    7 ??? (in liblaunch.dylib) [0x7fff84b65355]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    0x101ee2000 - 0x101ef6fff syslogd? (???) < 43F6586B-1A9E-33C0-8FA2-71880E747BC7 >/usr/sbin/syslogd

    0x7fff84b5f000 - 0x7fff84b69ff7 liblaunch.dylib? (???) < 8C235D13-2928-30E5-9E12-2CC3D6324AE2 > /usr/lib/system/liblaunch.dylib

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: syspolicyd [621]

    Path: / usr/libexec/syspolicyd

    Architecture: x86_64

    UID: 0

    Thread 0 x 3042 DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Thread 0 x 3043 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x10893d000 - 0x108941fff syspolicyd? (???) < 6D0D3449-5483-3972-9BD1-0EF26E645778 >/usr/libexec/syspolicyd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    Process: SystemStarter [58]

    Path: / sbin/SystemStarter

    Architecture: x86_64

    UID: 0

    Wire 0x1d9 DispatchQueue 1

    The user stack:

    7 ??? (in SystemStarter) [0x10dd0ff6c]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 298 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x10dd0f000 - 0x10dd13fff SystemStarter? (???) < 9BCC09C9-ABE5-35DD-87DD-46795A0A6028 >/sbin/SystemStarter

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    Process: SystemUIServer [158]

    Path: /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer

    Architecture: x86_64

    UID: 501

    Thread 0 x 406 DispatchQueue 1

    The user stack:

    7 ??? (in SystemUIServer) [0x10494c6ac]

    7 ??? (in SystemUIServer) [0x10494c977]

    7 [NSApplication run] + 470 (into AppKit) [0x7fff8c7849b9]

    7 [NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 135 (into AppKit) [0x7fff8c78807d]

    7 _DPSNextEvent + 659 (into AppKit) [0x7fff8c788779]

    7 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8c0933fa]

    7 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8c09356d]

    7 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x40d DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x64d

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0xccae

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccbf

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0 x 104938000 - 0x10499afff com.apple.systemuiserver 1.7 (352.2) < AA01DF88-1FCD-3F0B-B048-D68B15447ACA > /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff8c08a000 - 0x7fff8c3b6fff com.apple.HIToolbox 1.9 (?) < CCB32DEA-D0CA-35D1-8019-E599C8007AB6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff8c780000 - 0x7fff8d386fff com.apple.AppKit 6.7.5 (1138.51) < 44417D02-6123-3FC3-A119-CE51BB4C3006 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: talagent [156]

    Path: / System/Library/CoreServices/talagent

    Architecture: x86_64

    UID: 501

    Thread 0 x 404 DispatchQueue 1

    The user stack:

    7 ??? (in talagent) [0x109c844e4]

    7 ??? (in talagent) [0x109c855d2]

    7 ??? (in talagent) [0x109c8a8e2]

    7 [NSApplication run] + 470 (into AppKit) [0x7fff8c7849b9]

    7 [NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 135 (into AppKit) [0x7fff8c78807d]

    7 _DPSNextEvent + 659 (into AppKit) [0x7fff8c788779]

    7 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8c0933fa]

    7 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8c09356d]

    7 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c08c2bf]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 408 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0x109c83000 - 0x109ca5ff7 talagent? (???) < 6F3A8AC5-81C1-37C5-950A-ADA223071F87 >/System/Library/CoreServices/talagent

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8c08a000 - 0x7fff8c3b6fff com.apple.HIToolbox 1.9 (?) < CCB32DEA-D0CA-35D1-8019-E599C8007AB6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff8c780000 - 0x7fff8d386fff com.apple.AppKit 6.7.5 (1138.51) < 44417D02-6123-3FC3-A119-CE51BB4C3006 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: taskgated [3314]

    Path: / usr/libexec/taskgated

    Architecture: x86_64

    UID: 0

    Wire 0xb034 DispatchQueue 1

    The user stack:

    7 ??? (in taskgated) [0x106fac4f0]

    7 ??? (in taskgated) [0x106fac96d]

    7 ??? (in taskgated) [0x106fb5f67]

    7 ??? (in taskgated) [0x106fb5c9e]

    7 mach_msg_overwrite_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef5686]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0xb03d DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xc908

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 ??? (in taskgated) [0x106fb74a5]

    7 ??? (in taskgated) [0x106fb5086]

    7 ??? (in taskgated) [0x106fb5c9e]

    7 mach_msg_overwrite_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef5686]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    0x106fab000 - 0x106fc7ff7 taskgated? (???) < CF3B2D9D-AA7A-3FDA-A1EF-D7FD049735DB >/usr/libexec/taskgated

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: UNKNOWN [3695]

    Path: UNKNOWN

    Architecture: unknown

    Note: You leave before symbolication

    Wire 0xc922 DispatchQueue 1

    The user stack:

    7 ??? [0x102157a78]

    7 ??? [0x102157b7f]

    7 ??? [0x1023203f6]

    7 ??? [0x7fff8c7849b9]

    7 ??? [0x7fff8c78807d]

    7 ??? [0x7fff8c788779]

    7 ??? [0x7fff8c0933fa]

    7 ??? [0x7fff8c09356d]

    7 ??? [0x7fff8c08c2bf]

    7 ??? [0x7fff90247486]

    7 ??? [0x7fff90247b49]

    7 ??? [0x7fff90220d5d]

    7 ??? [0x7fff902214f1]

    7 ??? [0x102acc1b2]

    7 ??? [0x102acc3fd]

    7 ??? [0x1021f8ee4]

    7 ??? [0x1021f8fbb]

    7 ??? [0x1021f9052]

    7 ??? [0x1021f9170]

    7 ??? [0x10220d760]

    7 ??? [0x1022b4821]

    7 ??? [0x1022b4e93]

    7 ??? [0x102e4b026]

    7 ??? [0x102e4b39b]

    7 ??? [0x10221c90d]

    7 ??? [0x10221c9d4]

    7 ??? [0x102201c3b]

    7 ??? [0x102201f3d]

    7 ??? [0x102809c97]

    7 ??? [0x10261f5cd]

    7 ??? [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc925 DispatchQueue 2

    The user stack:

    7 ??? [0x7fff87171316]

    7 ??? [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xc953

    The user stack:

    7 ??? [0x7fff871cfb75]

    7 ??? [0x7fff871cc8bf]

    7 ??? [0x102614a2f]

    7 ??? [0x10261f1b5]

    7 ??? [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc954

    The user stack:

    7 ??? [0x7fff871cfb75]

    7 ??? [0x7fff871cc8bf]

    7 ??? [0x102614a2f]

    7 ??? [0x10261fac8]

    7 ??? [0x10261fc37]

    7 ??? [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc955

    The user stack:

    7 ??? [0x7fff871cfb75]

    7 ??? [0x7fff871cc8bf]

    7 ??? [0x102614a2f]

    7 ??? [0x10261fac8]

    7 ??? [0x10261fc37]

    7 ??? [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0xc956

    The user stack:

    7 ??? [0x7fff871cfb75]

    7 ??? [0x7fff871cc8bf]

    7 ??? [0x102614a2f]

    7 ??? [0x10261fac8]

    7 ??? [0x10261fc37]

    7 ??? [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Binary images:

    Process: usbmuxd [56]

    Path: /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/u sbmuxd

    Architecture: x86_64

    UID: 213

    Wire 0x1d7 DispatchQueue 1

    The user stack:

    7 ??? (in usbmuxd) [0 x 100001814]

    7 ??? (in usbmuxd) [0 x 100002377]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 258 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 270

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __select + 10 (libsystem_kernel.dylib) [0x7fff86ef6df2]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0 x 100000000 - 0x100017fff usbmuxd? (???) < 59E89B62-5CE8-3A46-A5F7-37CA579E1613 > /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/u sbmuxd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: UserEventAgent [149]

    Path: / usr/libexec/UserEventAgent

    Architecture: x86_64

    UID: 501

    Wire 0x3da DispatchQueue 1

    The user stack:

    7 start + 52 (UserEventAgent) [0x109bfc9bc]

    7 ??? (in UserEventAgent) [0x109bfd30e]

    7 [NSRunLoop (NSRunLoop) run] + 62 (in Foundation) [0x7fff8ae23e67]

    7 [NSRunLoop (NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8ae23f7b]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0x3e4 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0x3ec

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 __NSThread__main__ + 1575 (in Foundation) [0x7fff8ae726a2]

    7 [NSThread main] + 68 (in Foundation) [0x7fff8ae7272a]

    7 ??? (in ACRRDaemon) [0x109ca0a64]

    7 [NSRunLoop (NSRunLoop) run] + 62 (in Foundation) [0x7fff8ae23e67]

    7 [NSRunLoop (NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8ae23f7b]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    0x109bfb000 - 0x109bfefff UserEventAgent? (???) < 8347C77E-D2D7-31BD-AE7A-56171D897B7A >/usr/libexec/UserEventAgent

    0x109c9e000 - 0x109ca5fff com.apple.CrashReporter.ACRRDaemonPlugin 10.7.4 (353) < 76ADFC49-C32C-3B08-97E2-71927020969C > /System/Library/UserEventPlugins/ACRRDaemon.plugin/Contents/MacOS/ACRRDaemon

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff8ae18000 - 0x7fff8b131fff com.apple.Foundation 6.7.2 (833.25) < 22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: UserEventAgent [11]

    Path: / usr/libexec/UserEventAgent

    Architecture: x86_64

    UID: 0

    0xfb DispatchQueue wire 1

    The user stack:

    7 start + 52 (UserEventAgent) [0x10d8a39bc]

    7 ??? (in UserEventAgent) [0x10d8a430e]

    7 [NSRunLoop (NSRunLoop) run] + 62 (in Foundation) [0x7fff8ae23e67]

    7 [NSRunLoop (NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8ae23f7b]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    0xfe DispatchQueue thread 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 114

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 captived_thread + 1370 (in CaptiveSystemAgent) [0x10dba52a5]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Binary images:

    0x10d8a2000 - 0x10d8a5fff UserEventAgent? (???) < 8347C77E-D2D7-31BD-AE7A-56171D897B7A >/usr/libexec/UserEventAgent

    0x10dba3000 - 0x10dbc1ff7 com.apple.CaptiveSystemAgent 1.11 (1.11) < 17F148F0-4C80-3F5B-9D5E-A15DA2967447 > /System/Library/UserEventPlugins/CaptiveSystemAgent.plugin/Contents/MacOS/Capti veSystemAgent

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff8ae18000 - 0x7fff8b131fff com.apple.Foundation 6.7.2 (833.25) < 22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: warmd [55]

    Path: / usr/libexec/warmd

    Architecture: x86_64

    UID:-2

    Thread 0 x 261 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 273 DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Thread 0 x 272

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Binary images:

    0 101464000 - 0x10147afff warmd x? (???) < C51EB128-D77C-3C39-957E-329301551CB0 >/usr/libexec/warmd

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Process: warmd_agent [180]

    Path: / usr/libexec/warmd_agent

    Architecture: x86_64

    UID: 501

    Thread 0 x 535 DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 536 DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Binary images:

    0x10426b000 - 0x104270fff warmd_agent? (???) < AF36F71A-C719-3FF4-BA7E-0E2436B0CC38 >/usr/libexec/warmd_agent

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    Process: WindowServer [98]

    Path: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer

    Architecture: x86_64

    UID: 88

    Thread 0 x 293 DispatchQueue 1

    The user stack:

    7 start + 52 (WindowServer) [0x10b66bf20]

    7 key + 9 (WindowServer) [0x10b66bf31]

    7 CGXServer + 1069 (in CoreGraphics) [0x7fff8eb3a2a2]

    7 CGXServerLoop + 165 (in CoreGraphics) [0x7fff8e7b08f3]

    7 CGXRunOneServicesPass + 423 (CoreGraphics) [0x7fff8e7a6f07]

    4 CGXRunOneServerPass + 199 (in CoreGraphics) [0x7fff8e7a9363]

    4 mach_msg_overwrite_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef5686]

    3 CGXRunOneServerPass + 237 (to CoreGraphics) [0x7fff8e7a9389]

    3 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    6 ipc_mqueue_receive_continue + 0 (mach_kernel) [0x2150f0]

    1 lo64_mach_scall + 23 (mach_kernel) [0x2e60c7]

    1 thread_set_child + 407 (in mach_kernel) [0x2b7bb7]

    1 mach_msg_overwrite_trap + 517 (in mach_kernel) [0x21b385]

    1 ipc_mqueue_receive + 93 (in mach_kernel) [0x21505d]

    1 thread_block + 33 (in mach_kernel) [0x22f821]

    1 thread_block_reason + 306 (in mach_kernel) [0x22f6c2]

    1 thread_cancel_timer + 640 (in mach_kernel) [0x22e1c0]

    1 processor_idle + 181 (in mach_kernel) [0x22d3e5]

    1 machine_idle + 377 (in mach_kernel) [0x2d0d29]

    Wire 0x2bc DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Thread 0 x 341

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 eventThread + 410 (in CoreGraphics) [0x7fff8e78fe7d]

    7 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9025719f]

    7 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff90247486]

    7 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff90247c74]

    7 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9023f50c]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Thread 0 x 459

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 thread_fun + 24 (in QuartzCore) [0x7fff86a3cd35]

    7 CA::Render:Server:server_thread(void*) + 184 (in QuartzCore) [0x7fff86a3cdf5]

    7 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff86ef567a]

    Kernel stack:

    ipc_mqueue_receive_continue 7 + 0 (mach_kernel) [0x2150f0]

    Wire 0x4f4

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 layer_blit_work_queue_server + 72 (in CoreGraphics) [0x7fff8e86f548]

    7 layer_blit_work_queue_thread + 1008 (to CoreGraphics) [0x7fff8e8654a0]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x4f5

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 layer_blit_work_queue_server + 72 (in CoreGraphics) [0x7fff8e86f548]

    7 layer_blit_work_queue_thread + 1008 (to CoreGraphics) [0x7fff8e8654a0]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Wire 0x4f6

    The user stack:

    thread_start 7 + 13 (libsystem_c.dylib) [0x7fff871cfb75]

    7 _pthread_start + 335 (libsystem_c.dylib) [0x7fff871cc8bf]

    7 layer_blit_work_queue_server + 72 (in CoreGraphics) [0x7fff8e86f548]

    7 layer_blit_work_queue_thread + 1008 (to CoreGraphics) [0x7fff8e8654a0]

    7 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff86ef6bca]

    Kernel stack:

    psynch_cvcontinue 7 + 0 (mach_kernel) [0x5c1a20]

    Binary images:

    0x10b66b000 - 0x10b66bfff WindowServer? (???) < EF80256F-E7F6-3AA8-A9FE-FF3ADE8D08D4 > /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer

    0x7fff86a3a000 - 0x7fff86bdaff7 com.apple.QuartzCore 1.7 (270,5) < 19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    0x7fff8e775000 - 0x7fff8f113747 com.apple.CoreGraphics 1.600.0 (?) < CB70AC19-9532-38CA-8509-6043AD9B4095 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics

    0x7fff9020f000 - 0x7fff903e3ff7 com.apple.CoreFoundation 6.7.2 (635.21) < 62A3402E-A4E7-391F-AD20-1EF20236CE1B > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Process: Xmarks for Safari [233]

    Path: / Applications/Xmarks for Safari.app/Contents/MacOS/Xmarks for Safari

    Architecture: i386

    UID: 501

    Process: xpchelper [3707]

    Path: / usr/libexec/xpchelper

    Architecture: x86_64

    UID: 501

    Wire 0xcccb

    The user stack:

    7 ??? (in xpchelper) [0x1089fc244]

    7 ??? (in xpchelper) [0x1089fcf1f]

    7 ??? (in xpchelper) [0x1089fc62c]

    7 dispatch_main + 43 (libdispatch.dylib) [0x7fff87171de8]

    pthread_exit 7 + 30 (libsystem_c.dylib) [0x7fff871ce27d]

    7 _pthread_exit + 142 (in libsystem_c.dylib) [0x7fff871cdf7c]

    7 _pthread_tsd_cleanup + 230 (in libsystem_c.dylib) [0x7fff87212942]

    7 _dispatch_queue_cleanup2 + 88 (libdispatch.dylib) [0x7fff87173a35]

    7 sleep$ NOCANCEL + 61 (in libsystem_c.dylib) [0x7fff8721fae5]

    7 __semwait_signal_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef6e56]

    Kernel stack:

    semaphore_wait_continue 7 + 0 (mach_kernel) [0x234b10]

    Wire 0xcccc DispatchQueue 2

    The user stack:

    7 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff87171316]

    7 kevent + 10 (libsystem_kernel.dylib) [0x7fff86ef77e6]

    Kernel stack:

    7 kqueue_scan + 480 (mach_kernel) [0x55baa0]

    Wire 0xccd0 DispatchQueue 6

    The user stack:

    7 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff87173b1c]

    7 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff86ef7022]

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Wire 0xccce

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xcccf

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Wire 0xccd1

    The user stack:

    start_wqthread 7 + 13 (libsystem_c.dylib) [0x7fff871cfb85]

    7 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff86ef7192]

    Kernel stack:

    7 workqueue_mark_exiting + 1568 (in mach_kernel) [0x5c8710]

    Binary images:

    0x1089fb000 - 0x108a0bff7 xpchelper? (???) < 06A710C4-3665-38A9-8562-F4FF74EF4DCF >/usr/libexec/xpchelper

    0x7fff86ee0000 - 0x7fff86f00fff libsystem_kernel.dylib? (???) < 66C9F9BD-C7B3-30D4-B1A0-03C8A6392351 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8716f000 - 0x7fff8717dfff libdispatch.dylib? (???) < 8E03C652-922A-3399-93DE-9EA0CBFA0039 > /usr/lib/system/libdispatch.dylib

    0x7fff8717e000 - 0x7fff8725bfef libsystem_c.dylib? (???) < 41B43515-2806-3FBC-ACF1-A16F35B7E290 > /usr/lib/system/libsystem_c.dylib

    Processes: kernel_task [0]

    Path: kernel_task

    Architecture: i386

    UID: 0

    Version: 11.4.2 Darwin kernel Version: Thu Aug 23 16:26:45 PDT 2012; root:XNU-1699.32.7~1/RELEASE_I386

    Thread 0 x 1

    Kernel stack:

    vm_pageout_continue 7 + 0 (mach_kernel) [0 x 296610]

    Thread 0 x 2

    Kernel stack:

    idle_thread 7 + 0 (mach_kernel) [0x22cce0]

    Thread 0 x 3

    Kernel stack:

    7 assert_wait_deadline + 384 (in mach_kernel) [0x22fe10]

    Thread 0 x 4

    Kernel stack:

    7 thread_daemon_init + 288 (in mach_kernel) [0x23bcf0]

    Thread 0 x 5

    Kernel stack:

    7 thread_create + 32 (in mach_kernel) [0x23b7a0]

    Thread 0 x 6

    Kernel stack:

    7 thread_call_func + 480 (mach_kernel) [0x23e2b0]

    Thread 0 x 7

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 mapping_replenish + 394 (in mach_kernel) [0x2b70fa]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Thread 0 x 8

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 zone_prio_refill_configure + 296 (in mach_kernel) [0 x 244468]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Thread 0 x 9

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0xb

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0xd

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 18

    Kernel stack:

    7 thread_call_func + 752 (in mach_kernel) [0x23e3c0]

    Thread 0x1a

    Kernel stack:

    wake up 7 + 1024 (in mach_kernel) [0x577dd0]

    Thread 0x1f

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 AppleIntelCPUPowerManagement::~AppleIntelCPUPowerManagement() + 23415 (in AppleIntelCPUPowerManagement) [0x296cfa9]

    7 IOLockSleep + 39 (in mach_kernel) [0x6419b7]

    7 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Thread 0 x 20

    Kernel stack:

    idle_thread 7 + 0 (mach_kernel) [0x22cce0]

    Thread 0 x 24

    Kernel stack:

    6 idle_thread + 0 (mach_kernel) [0x22cce0]

    1 call_continuation + 28 (mach_kernel) [0x2c7d0c]

    1 idle_thread + 30 (mach_kernel) [0x22ccfe]

    1 processor_idle + 181 (in mach_kernel) [0x22d3e5]

    1 machine_idle + 377 (in mach_kernel) [0x2d0d29]

    Thread 0 x 27

    Kernel stack:

    idle_thread 7 + 0 (mach_kernel) [0x22cce0]

    Wire 0x2c

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x5b

    Kernel stack:

    7 thread_call_func + 752 (in mach_kernel) [0x23e3c0]

    Wire 0x6d

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 74

    Kernel stack:

    6 IOWorkLoop::threadMain() + 0 (mach_kernel) [0x662fa8]

    1 call_continuation + 28 (mach_kernel) [0x2c7d0c]

    1 IOWorkLoop::threadMain() + 97 (in mach_kernel) [0 x 663009]

    1 thread_block_parameter + 32 (in mach_kernel) [0x22f7f0]

    1 thread_block_reason + 306 (in mach_kernel) [0x22f6c2]

    1 thread_cancel_timer + 640 (in mach_kernel) [0x22e1c0]

    1 processor_idle + 181 (in mach_kernel) [0x22d3e5]

    1 machine_idle + 377 (in mach_kernel) [0x2d0d29]

    Thread 0 x 75

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 76

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 77

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 84

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 87

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 88

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x8a

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x8b

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0x8e

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 91

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 97

    Kernel stack:

    7 m_prepend_2 + 23184 (in mach_kernel) [0x59f7c0]

    Thread 0 x 98

    Kernel stack:

    audit_worker_init 7 + 80 (in mach_kernel) [0 x 546560]

    Thread 0 x 99

    Kernel stack:

    7 get_aiotask + 144 (in mach_kernel) [0x54b1f0]

    Thread 0x9a

    Kernel stack:

    7 get_aiotask + 144 (in mach_kernel) [0x54b1f0]

    Thread 0x9b

    Kernel stack:

    7 get_aiotask + 144 (in mach_kernel) [0x54b1f0]

    Thread 0x9c

    Kernel stack:

    7 get_aiotask + 144 (in mach_kernel) [0x54b1f0]

    Wire 0x9d

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 dlil_if_ref + 3550 (in mach_kernel) [0x356bce]

    msleep 7 + 165 (in mach_kernel) [0x5781f5]

    wake up 7 + 287 (in mach_kernel) [0x577aef]

    7 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Wire 0x9e

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 dlil_init + 1292 (in mach_kernel) [0x35778c]

    msleep 7 + 165 (in mach_kernel) [0x5781f5]

    wake up 7 + 287 (in mach_kernel) [0x577aef]

    7 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Thread 0x9f

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 utun_register_control + 56931 (in mach_kernel) [0x3865c3]

    7 tsleep + 116 (in mach_kernel) [0x5780c4]

    wake up 7 + 685 (in mach_kernel) [0x577c7d]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    0xa1 thread

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 bpf_validate + 25673 (in mach_kernel) [0x34e6d9]

    msleep 7 + 165 (in mach_kernel) [0x5781f5]

    wake up 7 + 287 (in mach_kernel) [0x577aef]

    7 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Thread 0xa2

    Kernel stack:

    sockwall_gc_thread 7 + 0 (in ALF) [0x2bd458f]

    0xa3 thread

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0xa6

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    0xa7 thread

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    0xc3 thread

    Kernel stack:

    6 thread_call_func + 752 (in mach_kernel) [0x23e3c0]

    1 call_continuation + 28 (mach_kernel) [0x2c7d0c]

    1 thread_call_func + 1233 (in mach_kernel) [0x23e5a1]

    1 thread_block_parameter + 32 (in mach_kernel) [0x22f7f0]

    1 thread_block_reason + 306 (in mach_kernel) [0x22f6c2]

    1 thread_cancel_timer + 640 (in mach_kernel) [0x22e1c0]

    1 processor_idle + 181 (in mach_kernel) [0x22d3e5]

    1 machine_idle + 377 (in mach_kernel) [0x2d0d29]

    0xc5 wire

    Kernel stack:

    6 thread_call_func + 752 (in mach_kernel) [0x23e3c0]

    1 call_continuation + 28 (mach_kernel) [0x2c7d0c]

    1 thread_call_func + 990 (in mach_kernel) [0x23e4ae]

    1 IOUSBHIDDriver::HandleReportEntry (OSObject *, void *) + 195 (IOUSBHIDDriver) [0xb0a8ed]

    1 IOUSBHIDDriver::HandleReport (UnsignedWide) + 143 (IOUSBHIDDriver) [0xb0a6ff]

    1 IOHIDDevice::handleReport (IOMemoryDescriptor *, IOHIDReportType, unsigned long) + 68 (IOHIDFamily) [0xaa89d6]

    1 IOHIDDevice::handleReportWithTime (UnsignedWide, IOMemoryDescriptor *, IOHIDReportType, unsigned long) + 462 (in IOHIDFamily) [0xaa7408]

    1 IOHIDInterface::handleReport (UnsignedWide, IOMemoryDescriptor *, IOHIDReportType, unsigned long, unsigned long) + 68 (IOHIDFamily) [0xab04ba]

    1 ??? (in SteerMouse) [0xb966bc]

    1 IOHIDEventDriver::handleInterruptReport (UnsignedWide, IOMemoryDescriptor *, IOHIDReportType, unsigned long) + 275 (in IOHIDFamily) [0xab4efd]

    1 IORegistryEntry::getProperty (const char *) const + 39 (in mach_kernel) [0x647adb]

    1 IORegistryEntry::getProperty (const OSSymbol *) + 12 (in mach_kernel) const [0 x 646728]

    Thread 0xd5

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0xdf

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 catch_exception_raise + 550 (in mach_kernel) [0x5d1e96]

    7 mach_msg_receive + 165 (in mach_kernel) [0x21b4a5]

    7 ipc_mqueue_receive + 105 (in mach_kernel) [0 x 215069]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Thread 0xe1

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0xe2

    Kernel stack:

    vm_pageout_internal_start 7 + 128 (in mach_kernel) [0x293ea0]

    Thread 0xe3

    Kernel stack:

    7 vm_pageout_internal_start + 1440 (in mach_kernel) [0x2943c0]

    0xe4 wire

    Kernel stack:

    7 vm_object_page_grab + 5088 (in mach_kernel) [0x289ef0]

    Wire 0xe6

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0xf0

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 sock_inject_data_in + 622 (in mach_kernel) [0x5bd25e]

    msleep 7 + 165 (in mach_kernel) [0x5781f5]

    wake up 7 + 287 (in mach_kernel) [0x577aef]

    7 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Thread 0 x 159

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x15a

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x15c

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x15d

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 167

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 171

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 172

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Thread 0 x 173

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x19a

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x1a6

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x1a8

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 dlil_if_ref + 3550 (in mach_kernel) [0x356bce]

    msleep 7 + 165 (in mach_kernel) [0x5781f5]

    wake up 7 + 287 (in mach_kernel) [0x577aef]

    7 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Wire 0x1aa

    Kernel stack:

    call_continuation 7 + 28 (mach_kernel) [0x2c7d0c]

    7 dlil_if_ref + 3550 (in mach_kernel) [0x356bce]

    msleep 7 + 165 (in mach_kernel) [0x5781f5]

    wake up 7 + 287 (in mach_kernel) [0x577aef]

    7 lck_mtx_sleep + 79 (in mach_kernel) [0x227c7f]

    7 thread_block + 33 (in mach_kernel) [0x22f821]

    7 thread_block_reason + 331 (in the mach_kernel) [0x22f6db]

    7 thread_continue + 1729 (in mach_kernel) [0x22f451]

    7 machine_switch_context + 582 (in mach_kernel) [0x2cca26]

    Wire 0x2a2

    Kernel stack:

    vm_pageout_internal_start 7 + 128 (in mach_kernel) [0x293ea0]

    Thread 0 x 317

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x31d

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Wire 0x2ff9

    Kernel stack:

    IOWorkLoop::threadMain() 7 + 0 (mach_kernel) [0x662fa8]

    Binary images:

    0 - 0xffffffffffffffff 4.2.5 jp.plentycom.driver.SteerMouse (4.2.5) /System/Library/Extensions/SteerMouse.kext/Contents/MacOS/SteerMouse

    0 x 200000 - mach_kernel 0x76ec77? (???) < 859B45FB-14BB-35ED-B823-08393C63E13B > /mach_kernel

    0xaa4000 - 0xae92a7 com.apple.iokit.IOHIDFamily 1.7.1 (1.7.1) < 24CB65B0-8BBB-4662-AD61-1AAE01E86F7E > /System/Library/Extensions/IOHIDFamily.kext/Contents/MacOS/IOHIDFamily

    0xb08000 - 0xb0cd43 com.apple.iokit.IOUSBHIDDriver 5.0.0 (5.0.0) < 2A28E5F7-0ABF-424F-8A71-9CF12633DD18 > /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBHIDDriver.kex t/Contents/MacOS/IOUSBHIDDriver

    0 x 2967000 - 0x2986a0b com.apple.driver.AppleIntelCPUPowerManagement 195.0.0 (195.0.0) < D1550426-D346-4805-A777-0663C69080DA > /System/Library/Extensions/AppleIntelCPUPowerManagement.kext/Contents/MacOS/App leIntelCPUPowerManagement

    0x2b26000 - 0x2b29dff com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 37 (1.0.0d1) < 1D536D44-CD23-44FE-AE4E-4D88832757E3 > /System/Library/Extensions/AppleFSCompressionTypeDataless.kext/Contents/MacOS/A ppleFSCompressionTypeDataless

    0x2bd0000 - 0x2bd60df com.apple.nke.applicationfirewall 3.2.30 (3.2.30) < D923A7F0-4D99-46B4-8D0E-C98A8D5624CB > /System/Library/Extensions/ALF.kext/Contents/MacOS/ALF

    Kextstat:

    Index Refs address size name (Version) < linked against > wired

    1 69 0 x 945000 0x5d48 0x5d48 com.apple.kpi.bsd (11.4.2)

    2 6 0 x 932000 0x35c 0x35c (11.4.2) com.apple.kpi.dsep

    3 98 0x9e7000 0x1ab7c 0x1ab7c com.apple.kpi.iokit (11.4.2)

    4 102 0x93c000 0x8e60 0x8e60 com.apple.kpi.libkern (11.4.2)

    5 86 0 x 933000 0x7f0 0x7f0 com.apple.kpi.mach (11.4.2)

    6 33 0 x 934000 0x42e4 0x42e4 com.apple.kpi.private (11.4.2)

    7 47 0 x 939000 0 x 2920 x 2920 (11.4.2) com.apple.kpi.unsupported 0

    8 0 0x94f000 0x25f38 0x25f38 com.apple.kernel.6.0 (7.9.9)

    9 0 0xa02000 0x25f38 0x25f38 com.apple.kernel.bsd (7.9.9)

    10 0x9c1000 0 0x25f38 0x25f38 com.apple.kernel.iokit (7.9.9)

    11 0 0x99b000 0x25f38 0x25f38 com.apple.kernel.libkern (7.9.9)

    12 0 x 975000 0 0x25f38 0x25f38 com.apple.kernel.mach (7.9.9)

    13 17 0 x 2089000 0 x 7000 0 x 6000 (1.4) com.apple.iokit.IOACPIFamily < 7 6 4 3 >

    14 28 0xa28000 0x1d000 0x1c000 com.apple.iokit.IOPCIFamily (2.7) < 7 6 5 4 3 >

    15 2 0x2b6b000 0 x 56000 0 x 55000 (1.5) com.apple.driver.AppleACPIPlatform < 14 13 7 6 5 4 3 1 >

    16 1 0xa96000 0xd000 0xc000 com.apple.driver.AppleKeyStore (28.18) < 7 6 5 4 3 1 >

    17 11 0xb9e000 0 x 24000 23000 com.apple.iokit.IOStorageFamily (1.7.2) 0 x < 7 6 5 4 3 1 >

    18 0 0x20e8000 0 x 17000 0 x 16000 com.apple.driver.DiskImages (331.7) < 17 7 6 5 4 3 1 >

    19 x 0 2966000 0 0x2a000 0 x 29000 com.apple.driver.AppleIntelCPUPowerManagement (195.0.0) < 7 6 5 4 3 1 >

    20 0 0x94b000 0 x 4000 x 3000 com.apple.security.TMSafetyNet 0 (8) < 7 6 5 4 2 1 >

    21 2 0xbfd000 0 x 4000 x 3000 com.apple.kext.AppleMatch (1.0.0d1) < 4 1 > 0

    22 1 0xc01000 0 x 11000 com.apple.security.sandbox 0x10000 (177.11) < 21 7 6 5 4 3 2 1 >

    23 0xc12000 0 0 x 7000 0 x 6000 (1.4) com.apple.security.quarantine < 22 21 7 6 5 4 2 1 >

    24 0x2bcf000 0 0xa000 0 x 9000 com.apple.nke.applicationfirewall (3.2.30) < 7 6 5 4 3 1 >

    25 0 0 x 2962000 4000 x 0 0 x 3000 (195.0.0) com.apple.driver.AppleIntelCPUPowerManagementClient < 7 6 5 4 3 1 >

    26 0x2b4c000 0 0 x 4000 x 3000 (1.6) < 3 4 > com.apple.driver.AppleAPIC 0

    27 2 0x202f000 0 x 4000 0 x 3000 (1.1) com.apple.iokit.IOSMBusFamily < 5 4 3 >

    28 0 0x2bc1000 8000 com.apple.driver.AppleACPIEC x 0 0 x 7000 (1.5) < 27 15 13 5 4 3 >

    29 0x288f000 0 0 x 5000 com.apple.driver.AppleSMBIOS 0 x 4000 (1.9) < 7 4 3 >

    30 2997000 x 0 0 0 x 4000 0 x 3000 (1.7) com.apple.driver.AppleHPET < 13 7 5 4 3 >

    31 0 0x28b3000 0 x 9000 0 x 8000 (1.5) com.apple.driver.AppleRTC < 13 5 4 3 1 >

    32 6 0xaa3000 0 x 64000 0 x 63000 com.apple.iokit.IOHIDFamily (1.7.1) < 16 7 6 5 4 3 2 1 >

    33 0 0x2bc9000 0 x 6000 x 5000 com.apple.driver.AppleACPIButtons (1.5) 0 < 32 15 13 7 6 5 4 3 1 >

    34 1 0x2b2f000 0 x 4000 0 x 3000 com.apple.driver.AppleEFIRuntime (1.6.1) < 7 6 5 4 3 >

    35 11 0xa45000 0 x 51000 0 x 50000 com.apple.iokit.IOUSBFamily (5.1.0) < 14 7 5 4 3 1 >

    36 0 0x1f0e000 0 14000 x 0 x 13000 com.apple.driver.AppleUSBUHCI (5.1.0) < 35 14 7 5 4 3 1 >

    37 0x1f4f000 0 0 x 20000 0x1f000 com.apple.driver.AppleUSBEHCI (5.1.0) < 35 14 7 5 4 3 1 >

    38 0x2b33000 0 0 8000 com.apple.driver.AppleEFINVRAM x 0 x 7000 (1.6.1) < 34 7 6 5 4 3 >

    39 3 0x1ea4000 0 x 25000 0 x 24000 com.apple.iokit.IONetworkingFamily (2.1) < 7 6 5 4 3 1 >

    40 0x20c8000 0 0 x 20000 0x1f000 com.apple.driver.AppleIntel8254XEthernet (2.1.3b1) < 39 14 5 4 3 1 >

    41 0x1ee1000 0 0 x 3000 com.apple.iokit.IOUSBUserClient 0x2000 (5.0.0) < 35 7 5 4 3 1 >

    42 0x1f37000 0 0 18000 x 0 x 17000 com.apple.driver.AppleUSBHub (5.1.0) < 35 5 4 3 1 >

    43 2 0x1dc0000 0 x 17000 0 x 16000 com.apple.iokit.IOATAFamily (2.5.1) < 5 4 3 1 >

    44 0 0x21c6000 0xd000 0xc000 com.apple.driver.AppleIntelPIIXATA (2.5.1) < 43 14 5 4 3 >

    45 2 0x21d3000 0xb000 com.apple.iokit.IOAHCIFamily 0xa000 (2.0.8) < 5 4 3 1 >

    46 0x2b50000 0 0x1b000 0x1a000 com.apple.driver.AppleAHCIPort (2.3.1) < 45 14 5 4 3 1 >

    47 2 0x1e03000 0x6d000 0x6c000 com.apple.iokit.IOFireWireFamily (4.4.8) < 5 4 3 1 >

    48 0 0x212d000 0 37000 x 0 x 36000 com.apple.driver.AppleFWOHCI (4.9.0) < 47 14 7 6 5 4 3 1 >

    49 0x21ea000 0 0x1b000 0x1a000 com.apple.iokit.IOAHCIBlockStorage (2.1.0) < 45 17 5 4 3 1 >

    50 0x253b000 0 0xb000 0xa000 com.apple.BootCache (33), 7 6 5 4 3 1 >

    51 0 0x2b1d000 8000 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib x 0 0 x 7000 (1.0.0d1) < 6 4 3 2 1 >

    52 0x2b25000 0 0 x 6000 0 x 5000 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) < 7 6 4 3 2 1 >

    6 53 0xc19000 0x2c000 0x2b000 com.apple.iokit.IOSCSIArchitectureModelFamily (3.2.1) < 5 4 3 1 >

    54 0x21aa000 0 0 x 7000 x 6000 com.apple.iokit.IOATAPIProtocolTransport (3.0.0) < 53 43 0 5 4 3 1 >

    55 0 0 x 2791000 4000 x 0 0 x 3000 com.apple.driver.XsanFilter (404) < 17 5 4 3 1 >

    56 2043000 0 x 0 0 x 9000 0 x 8000 com.apple.iokit.SCSITaskUserClient (3.2.1) < 53 17 5 4 3 1 >

    57 3 0x204c000 0xc000 0xb000 com.apple.iokit.IOCDStorageFamily (1.7.1) < 17 5 4 3 1 >

    2 58 0 x 2058000 0xa000 0 x 9000 com.apple.iokit.IODVDStorageFamily (1.7.1) < 57 17 5 4 3 1 >

    59 1 0 x 2062000 8000 com.apple.iokit.IOBDStorageFamily x 0 0 x 7000 (1.7) < 58 57 17 5 4 3 1 >

    1 60 0x206a000 0x1f000 0x1e000 com.apple.iokit.IOSCSIMultimediaCommandsDevice (3.2.1) < 59 58 57 53 17 5 4 3 1 >

    61 0 2855000 x 0 0 x 3000 com.apple.driver.PioneerSuperDrive 0x2000 (3.0.6) < 60 53 5 4 3 1 >

    62 1 0x1ee4000 0 x 6000 x 5000 com.apple.driver.AppleUSBComposite (5.0.0) < 35 0 4 3 1 >

    63 1 0xb07000 8000 com.apple.iokit.IOUSBHIDDriver x 0 0 x 7000 (5.0.0) < 35 32 5 4 3 1 >

    1 64 0x1dab000 0xd000 0xc000 com.microsoft.driver.MicrosoftKeyboard (8.2) < 32 5 4 3 >

    65 0x1db8000 0 0 x 5000 com.microsoft.driver.MicrosoftKeyboardUSB 0 x 4000 (8.2) < 64 35 32 5 4 3 >

    66 1 0xb0f000 0 x 72000 0 71000 com.apple.iokit.IOBluetoothFamily (4.0.8f17) < 7 x 5 4 3 1 >

    67 1 0xb81000 0 x 11000 com.apple.driver.IOBluetoothHIDDriver 0 x 10000 (4.0.8f17) < 66 32 5 4 3 >

    68 0 0xc000 0xb000 jp.plentycom.driver.SteerMouse (4.2.5) 0xb92000 < 67 63 35 32 5 4 3 >

    69 0x2b2b000 0 0 x 4000 0 x 3000 com.apple.driver.AppleFileSystemDriver (13), 17 4 3 >

    70 0x1ed1000 0 0 x 10000 0xf000 com.apple.iokit.IOUSBMassStorageClass (3.0.3) < 53 35 17 5 4 3 1 >

    71 0x1de0000 0 0x1f000 0x1e000 com.apple.iokit.IOSCSIBlockCommandsDevice (3.2.1) < 53 17 5 4 3 1 >

    4 72 0 2090000 x 7000 x 0 0 x 6000 com.apple.driver.IOPlatformPluginFamily (5.1.1d6) < 13 7 6 5 4 3 >

    73 0 2954000 x 0 0 x 4000 x 3000 com.apple.driver.AppleLPC (1.6.0) < 72 14 0 5 4 3 >

    74 0x288c000 0 0 x 3000 com.apple.driver.AppleSMBusPCI 0 x 2000 (1.0.10d0) < 14 5 4 3 >

    75 1 0 x 2097000 0 x 11000 com.apple.driver.IOPlatformPluginLegacy 0 x 10000 (5.0.0d8) < 72 13 7 6 5 4 3 >

    76 0x20a8000 0xd000 0xc000 com.apple.driver.AppleSMC (3.1.3d10), 13 2 7 5 4 3 >

    77 0 0x20b5000 0 x 13000 0 x 12000 com.apple.driver.ACPI_SMC_PlatformPlugin (5.0.0d8) < 76 75 72 14 13 7 6 5 4 3 >

    78 12 0xc60000 34000 x 0 0 x 33000 com.apple.iokit.IOGraphicsFamily (2.3.4) < 14 7 5 4 3 >

    7 79 0xc94000 0 x 11000 com.apple.iokit.IONDRVSupport 0 x 10000 (2.3.4) < 78 14 7 5 4 3 >

    80 1 0x2b0a000 3000 com.apple.driver.AppleGraphicsControl x 0 0 x 2000 (3.1.33) < 79 78 14 13 7 5 4 3 1 >

    81 0 0x2b0d000 0 x 10000 0xf000 com.apple.driver.ApplePolicyControl (3.1.33) < 80 79 78 14 13 7 5 4 3 1 >

    82 2 0xa000 0x29b1000 0 x 9000 com.apple.iokit.IOHDAFamily (2.2.5a5) < 5 4 3 1 >

    83 1 0x29be000 0 x 14000 0 x 13000 com.apple.driver.AppleHDAController (2.2.5a5) < 82 78 14 6 5 4 3 1 >

    84 0 0 x 2912000 0 x 7000 x 6000 com.apple.driver.AppleMCEDriver (1.1.9) < 13 0 5 4 3 >

    85 2 0 x 2556000 0 x 5000 com.apple.kext.OSvKernDSPLib 0 x 4000 (1.3) < 5 4 >

    4 86 0x255b000 0 x 29000 28000 com.apple.iokit.IOAudioFamily (1.8.6fc18) < 85 0 x 5 4 3 1 >

    87 0 2584000 x 0 0 x 6000 x 5000 com.apple.driver.AudioIPCDriver (1.2.3) < 86 0 5 4 3 1 >

    88 0x248d000 0 0 x 7000 x 6000 com.apple.Dont_Steal_Mac_OS_X (7.0.0) < 76 0 7 4 3 1 >

    89 0 0x201f000 0 x 10000 0xf000 com.apple.iokit.IOSurface (80.0.2) < 7 5 4 3 1 >

    90 0 0x1ec9000 8000 com.apple.iokit.IOUserEthernet x 0 0 x 7000 (1.0.0d1) < 39 6 5 4 3 1 >

    91 0 x 2120000 0 0xd000 0xc000 com.apple.iokit.IOFireWireIP (2.2.5) < 47 39 5 4 3 1 >

    92 0x1f32000 0 0 x 5000 com.apple.driver.AppleUSBMergeNub 0x4000 (5.1.0) < 62 35 4 3 1 >

    93 0 0x258a000 0 x 6000 x 5000 com.apple.driver.AudioAUUC 0 (1.59) < 86 78 14 13 7 5 4 3 1 >

    94 2 0xca5000 0x2f6000 0x2f5000 com.apple.NVDAResman.G7xxx (7.0.4) < 79 78 14 5 4 3 1 >

    95 0x160b000 0 0x10c000 0x10b000 com.apple.nvidia.nv40hal.G7xxx (7.0.4) < 94 4 3 >

    4 96 0xf9b000 0 x 327000 0 x 326000 com.apple.NVDAResman (7.3.2) < 79 78 14 5 4 3 1 >

    97 0x1a50000 0 0x35b000 0x35a000 com.apple.nvidia.nvGF100hal (7.3.2) < 96 14 4 3 >

    98 1717000 0 x 0 0 x 339000 0 x 338000 com.apple.nvidia.nvGK100hal (7.3.2) < 96 14 4 3 >

    99 0 0x12c2000 0 x 349000 0 x 348000 com.apple.nvidia.nv50hal (7.3.2) < 96 14 4 3 >

    100 0x27df000 0 0xb000 0xa000 com.apple.driver.AppleTyMCEDriver (1.0.2d2) < 72 14 13 7 6 5 4 3 1 >

    101 0x22cc000 0 0xd7000 0xd6000 com.apple.GeForce7xxx (7.0.4) < 94 79 78 14 7 6 5 4 3 1 >

    102 0x23a3000 0 0xea000 0xe9000 com.apple.GeForce (7.3.2) < 96 79 78 14 7 6 5 4 3 1 >

    1 103 0x29d2000 0xab000 0xaa000 com.apple.driver.DspFuncLib (2.2.5a5) < 86 85 5 4 3 1 >

    104 0x2a7d000 0 0x8d000 0x8c000 com.apple.driver.AppleHDA (2.2.5a5) < 103 86 83 82 79 78 6 5 4 3 1 >

    105 0x29bb000 0 0 x 3000 com.apple.driver.AppleHDAHardwareConfigDriver 0x2000 (2.2.5a5) < 3 4 >

    106 1 0 x 2919000 0xd000 0xc000 com.apple.driver.AppleSMBusController (1.0.10d0) < 27 14 13 5 4 3 >

    107 0 x 2926000 0 0 11000 x 0 x 10000 com.apple.driver.AppleMCCSControl (1.0.33) < 106 78 14 13 7 5 4 3 1 >

    108 0x27d8000 0 0 x 7000 0 x 6000 com.apple.driver.AppleUpstreamUserClient (3.5.9) < 78 14 13 7 5 4 3 1 >

    1 109 0 x 2037000 0xc000 0xb000 com.apple.iokit.IOSerialFamily (10.0.5) < 7 6 5 4 3 1 >

    110 0 0xd000 0xc000 com.apple.iokit.IOBluetoothSerialManager (4.0.8f17) 0x217c000 < 109 7 5 4 3 1 >

    1 111 2546000 x 0 0 x 5000 com.apple.kext.triggers 0 x 4000 (1.0) < 7 6 5 4 3 1 >

    112 0 0xb000 0xa000 com.apple.filesystems.autofs (3.0) 0x254b000 < 111 7 6 5 4 3 1 >

    113 2990000 0 x 0 0 x 7000 x 6000 com.apple.driver.AppleHWSensor (1.9.5d0) < 5 0 4 3 >

    114 0x806b7000 0 0 x 4000 x 3000 (4.1.22) com.apple.driver.AppleUSBCDC 0 < 35 4 3 >

    Model: MacPro1, 1, MP11.005D.B00 of BootROM, 4 processors Dual-Core Intel Xeon, 3 GHz, 6 GB, MSC 1.7f10

    Graphics card: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 256 MB

    Memory module: DIMM Riser A/DIMM 1, 512 MB, FB-DIMM DDR2, 667 MHz, 0x80AD, 0x48594D5035363441373243503844332D5935

    Memory module: DIMM Riser A/DIMM 2, 512 MB, FB-DIMM DDR2, 667 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335

    Memory module: DIMM Riser B/DIMM 1, 2 GB FB-DIMM DDR2, 667 MHz, 0x802C, 0x333648544632353637324636363746314E36

    Memory module: DIMM Riser B/DIMM 2, 2 GB FB-DIMM DDR2, 667 MHz, 0x802C, 0x333648544632353637324636363746314E36

    Memory module: DIMM Riser A/DIMM 3, 512 MB, FB-DIMM DDR2, 667 MHz, 0x80AD, 0x48594D5035363441373242503844322D5935

    Memory module: DIMM Riser A/DIMM 4, 512 MB, FB-DIMM DDR2, 667 MHz, 0x802C, 0x39485446363437324A592D36363744354434

    Service network: Ethernet 1, Ethernet, en0

    PCI card: NVIDIA GeForce 7300 GT, sppci_displaycontroller, Slot-1

    Serial ATA Device: ST3250820AS P, 250,06 GB

    Serial ATA Device: ST380815AS, 80,03 GB

    Parallel ATA Device: PIONEER DVD - RW DVR-112D

    USB device: Microsoft Comfort Mouse 4500, 0x045e (Microsoft Corporation), 0x076c, 0x1d100000 / 2

    USB device: Natural® Ergonomic Keyboard 4000, 0x045e (Microsoft Corporation), 0x00db, 0x5d100000 / 2

    FireWire device: built-in_hub, 800mbit_speed

    Technically, this is a report of blocking, not a crash report, is not as easy to use for diagnostic purposes.

    If you restart Safari with the SHIFT key down, it should prevent the windows from opening and you should then reset Safari.

    If that doesn't solve things and you can get the preferences of Safari, try to disable all extensions.  If this fix then understand which extension is causing the problem. If so that you do not recognize, he is probably installed by Adware and should be uninstalled.

    If you sign in as a guest, Safari still crashes?

    If you restart in Mode safe (SHIFT key is pressed) Safari still crashes?

  • HP Pavilion dv6-1375dx: limited connectivity (not), wired or wireless HP Pavilion dv6-1375dx

    Without internet (metered) either wired or wireless using HP Pavilion dv6-1375dx.  Cables and other wireless devices work fine on a home network/router.

    Found some flags on the NIC in "Device Manager" but uninstalled and reinstalled and flags went.  All devices report now works without error.

    Have tried to start in safe mode with network (without help).

    Uninstalled the software Bitdefender Total Security 2016: malware, spyware, firewall, antivirus (without help).

    Turn on the Windows Firewall WILL NOT!

    Emptying the cache TCP/IP (without help).

    Have tried msconfig (to eliminate any startup) and the minimal system of windows (without help).

    Tried to update device drivers by downloading from another PC and copy the files (no help, even pilot).

    Tried several fixes to 'Register' solutions (without help).

    Scanned with several "fix connection" or adware/spyware/malware programs (without help).

    Have tried all the above several times, so please do not contact me to "try again".  If your idea is not new, it won't help.

    I am subject to the point that I believe that the network card is bad, even if it makes good.

    SOMEONE PLEASE HELP BEFORE THAT THIS CELL PHONE FELL INTO THE ATLANTIC OCEAN!

    MiniToolBox exports as shown below.

    MiniToolBox by Farbar Version: 17/06/2016
    Ran by the user (Administrator) 30/08/2016 at 15:30:06
    From the 'C:\Users\User\Downloads '.
    Microsoft Windows 7 Home Premium Service Pack 1 (X 64)
    Model: manufacturer:
    Boot Mode: Normal
    ***************************************************************************

    ========================= Flush DNS: ===================================

    Windows IP configuration

    With success, emptied the Cache of DNS resolution.

    ========================= IE Proxy Settings: ==============================

    Proxy is not enabled.
    No Proxy Server is defined.

    'Reset Proxy of IE settings': Reset Proxy of Internet Explorer.

    ========================= FF Proxy Settings: ==============================

    'network.proxy.no_proxies_on', ' * .local ".
    "network.proxy.type", 0

    'Reset the Proxy FF settings': Reset Proxy in Firefox.

    ========================= Hosts content: =================================
    ========================= IP Configuration: ================================

    Intel(r) WiFi Link 1000 BGN = wireless network connection (connected)

    # ----------------------------------
    # IPv4 Configuration
    # ----------------------------------
    pushd interface ipv4

    reset

    popd
    # End of IPv4 configuration

    Windows IP configuration

    Name of the host...:
    Primary Dns suffix...:
    Node... type: hybrid
    Active... IP routing: No.
    Active... proxy WINS: No.

    Wireless network connection Wireless LAN adapter:

    The connection-specific DNS suffix. :
    ... Description: Intel(r) WiFi Link 1000 BGN
    Physical address.... : 00-1E-64-58-20-9A
    DHCP active...: Yes
    Autoconfiguration enabled...: Yes
    Address IPv6 local link...: fe80::440d:c0dc:173e:ff04% 36 (Preferred)
    Autoconfiguration IPv4 address. . : 169.254.255.4 (Preferred)
    ... Subnet mask: 255.255.0.0.
    ... Default gateway. :
    DNS servers: fec0:0:0:ffff:1 1%
    FEC0:0:0:FFFF:2 1%
    FEC0:0:0:FFFF:3 1%
    NetBIOS over TCP/IP...: enabled
    Server: unknown
    Address: fec0:0:0:ffff:1

    Ping request could not find host google.com. Please check the name and try again.
    Server: unknown
    Address: fec0:0:0:ffff:1

    Ping request could not find host yahoo.com. Please check the name and try again.

    Ping 127.0.0.1 with 32 bytes of data:
    Reply from 127.0.0.1: bytes = 32 time < 1 ms TTL = 128
    Reply from 127.0.0.1: bytes = 32 time < 1 ms TTL = 128

    Ping statistics for 127.0.0.1:
    Packets: Sent = 2, received = 2, lost = 0 (0% loss),
    Time approximate round trip in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, average = 0ms
    ===========================================================================
    List of the interface
    36... 1e 00 64 58 20 9A... Intel(r) WiFi Link 1000 BGN
    1... software Loopback Interface 1
    ===========================================================================

    IPv4 routing table
    ===========================================================================
    Active routes:
    Network Destination gateway metric Interface subnet mask
    127.0.0.0 255.0.0.0 127.0.0.1 on route 306
    127.0.0.1 255.255.255.255 127.0.0.1 on route 306
    127.255.255.255 255.255.255.255 on-link 127.0.0.1 306
    169.254.0.0 255.255.0.0 on a 169.254.255.4 route 281
    169.254.255.4 255.255.255.255 on a 169.254.255.4 route 281
    169.254.255.255 255.255.255.255 on a 169.254.255.4 route 281
    224.0.0.0 240.0.0.0 on-link 127.0.0.1 306
    224.0.0.0 240.0.0.0 on a 169.254.255.4 route 281
    255.255.255.255 255.255.255.255 on-link 127.0.0.1 306
    255.255.255.255 255.255.255.255 on a 169.254.255.4 route 281
    ===========================================================================
    Persistent routes:
    None

    IPv6 routing table
    ===========================================================================
    Active routes:
    If metric network Destination Gateway
    1 306: 1/128 liaison
    36 281 fe80: / 64 On-link
    FE80::440d:c0dc:173e:ff04 36 281 / 128
    Over a link
    1 306 ff00: / 8 On-link
    36 281 ff00: / 8 On-link
    ===========================================================================
    Persistent routes:
    None
    ========================= Winsock entries =====================================

    Catalog5 01 C:\Windows\SysWOW64\NLAapi.dll [52224] (Microsoft Corporation)
    Catalog5 C:\Windows\SysWOW64\napinsp.dll 02 [52224] (Microsoft Corporation)
    Catalog5 C:\Windows\SysWOW64\pnrpnsp.dll 03 [65024] (Microsoft Corporation)
    Catalog5 C:\Windows\SysWOW64\pnrpnsp.dll 04 [65024] (Microsoft Corporation)
    Catalog5 C:\Windows\SysWOW64\mswsock.dll 05 [231424] (Microsoft Corporation)
    Catalog5 C:\Windows\SysWOW64\winrnr.dll 06 [20992] (Microsoft Corporation)
    Catalog5 07 C:\Program Files (x86)\Bonjour\mdnsNSP.dll [121704] (Apple Inc.))
    Catalog9 01 C:\Windows\SysWOW64\mswsock.dll [231424] (Microsoft Corporation)
    Catalog9 C:\Windows\SysWOW64\mswsock.dll 02 [231424] (Microsoft Corporation)
    Catalog9 03 C:\Windows\SysWOW64\mswsock.dll [231424] (Microsoft Corporation)
    Catalog9 C:\Windows\SysWOW64\mswsock.dll 04 [231424] (Microsoft Corporation)
    Catalog9 C:\Windows\SysWOW64\mswsock.dll 05 [231424] (Microsoft Corporation)
    Catalog9 C:\Windows\SysWOW64\mswsock.dll 06 [231424] (Microsoft Corporation)
    Catalog9 07 C:\Windows\SysWOW64\mswsock.dll [231424] (Microsoft Corporation)
    Catalog9 08 C:\Windows\SysWOW64\mswsock.dll [231424] (Microsoft Corporation)
    Catalog9 09 C:\Windows\SysWOW64\mswsock.dll [231424] (Microsoft Corporation)
    Catalog9 10 C:\Windows\SysWOW64\mswsock.dll [231424] (Microsoft Corporation)
    x 64-Catalog5 01 C:\Windows\System32\NLAapi.dll [70656] (Microsoft Corporation)
    x 64-Catalog5 02 C:\Windows\System32\napinsp.dll [68096] (Microsoft Corporation)
    x 64-Catalog5 03 C:\Windows\System32\pnrpnsp.dll [86016] (Microsoft Corporation)
    x 64-Catalog5 04 C:\Windows\System32\pnrpnsp.dll [86016] (Microsoft Corporation)
    x 64-Catalog5 05 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)
    C:\Windows\System32\winrnr.dll x 64-Catalog5 06 [28672] (Microsoft Corporation)
    x 64-Catalog5 07 C:\Program Files\Bonjour\mdnsNSP.dll [132968] (Apple Inc.)
    01 x 64-Catalog9 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)
    x 64-Catalog9 02 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)
    x 64-Catalog9 03 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)
    x 64-Catalog9 04 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)
    x 64-Catalog9 05 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)
    06 x 64-Catalog9 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)
    x 64-Catalog9 07 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)
    x 64-Catalog9 08 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)
    x 64-Catalog9 09 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)
    x 64-Catalog9 10 C:\Windows\System32\mswsock.dll [327168] (Microsoft Corporation)

    ========================= Event log errors: ===============================

    Application errors:
    ==================
    Error: (30/08/2016 15:28:06) (Source: MSSQL$ MSSMLBIZ) (user :)
    Description: SQL Server could not reproduce FRunCM thread. Check the SQL Server error log and the event logs Windows for more information on related issues possible.

    Error: (30/08/2016 15:28:06) (Source: MSSQL$ MSSMLBIZ) (user :)
    Description: Could not start the library network because of an internal error in the network library. To determine the cause, review the errors before this one in the error log.

    Error: (30/08/2016 15:28:06) (Source: MSSQL$ MSSMLBIZ) (user :)
    Description: Failure of TDSSNIClient initialization with error 0 x 2, status code 0x1. Reason: Initialization failed with an infrastructure error. Search for previous errors. The system cannot find the specified file.

    Error: (30/08/2016 15:28:06) (Source: MSSQL$ MSSMLBIZ) (user :)
    Description: Failure of TDSSNIClient initialization with error 0 x 2, status code 0x80. Reason: Failed to initialize SSL support. The system cannot find the specified file.

    Error: (30/08/2016 15:28:06) (Source: MSSQL$ MSSMLBIZ) (user :)
    Description: Failed to determine the FQDN of the computer name when initializing the SSL support. This may indicate a problem with the network configuration of the computer. Error: 0 x 2.

    Error: (30/08/2016 15:27:36) (Source: VSS) (user :)
    Description: Volume Shadow Copy Service error: unexpected error calling routine RegOpenKeyExW(-2147483646,SYSTEM\CurrentControlSet\Services\VSS\Diag,...).  HR = 0 x 80070005 access is denied.
    .

    Operation:
    The initialization of the Writer

    Context:
    Writer class ID: {e8132975-6f93-4464-a53e-1050253ae220}
    Author name: System Writer
    Writer Instance ID: {670d2486-eb31-442b-944c-3739c39e7673}

    Error: (30/08/2016 15:27:32) (Source: Appendix) (user :)
    Description: Calendar error: 0Initialize call failed, bail out the

    Error: (30/08/2016 14:46:37) (Source: Microsoft-Windows-LoadPerf) (user: NT AUTHORITY)
    Description: Unload the strings of performance counter for the WmiApRpl (WmiApRpl) service has failed. The first DWORD in the data section contains the error code.

    Error: (30/08/2016 14:46:37) (Source: Microsoft-Windows-LoadPerf) (user: NT AUTHORITY)
    Description: Chains of performance in the Performance registry value is corrupted when dealing with expansion of the Performance counter provider. The BaseIndex of the Performance registry value is the first DWORD in the data section, LastCounter value is the second DWORD in the data section, and LastHelp value is the third DWORD in the data section.

    Error: (30/08/2016 14:34:59) (Source: MSSQL$ MSSMLBIZ) (user :)
    Description: SQL Server could not reproduce FRunCM thread. Check the SQL Server error log and the event logs Windows for more information on related issues possible.

    System errors:
    =============
    Error: (30/08/2016 15:28:42) (Source: Service Control Manager) (user :)
    Description: The DHCP Client service is stopped with the following error:
    % = Access is denied.

    Error: (30/08/2016 15:28:42) (Source: Service Control Manager) (user :)
    Description: The service WinHTTP Web Proxy Auto-Discovery Service is dependent on the Client DHCP service which failed to start because of the following error:
    % = The operation completed successfully.

    Error: (30/08/2016 15:28:42) (Source: Microsoft-Windows-Dhcp-Client) (user: NT AUTHORITY)
    Description: An error occurred in the service to stop customer Dhcpv4. Error Code is 5. Stop indicator value is 0

    Error: (30/08/2016 15:28:42) (Source: Microsoft-Windows-Dhcp-Client) (user: NT AUTHORITY)
    Description: An error occurred during initialization DHCPv4. Error Code is 5

    Error: (30/08/2016 15:28:32) (Source: Service Control Manager) (user :)
    Description: The DHCP Client service is stopped with the following error:
    % = Access is denied.

    Error: (30/08/2016 15:28:32) (Source: Service Control Manager) (user :)
    Description: The service WinHTTP Web Proxy Auto-Discovery Service is dependent on the Client DHCP service which failed to start because of the following error:
    % = The operation completed successfully.

    Error: (30/08/2016 15:28:32) (Source: Microsoft-Windows-Dhcp-Client) (user: NT AUTHORITY)
    Description: An error occurred in the service to stop customer Dhcpv4. Error Code is 5. Stop indicator value is 0

    Error: (30/08/2016 15:28:32) (Source: Microsoft-Windows-Dhcp-Client) (user: NT AUTHORITY)
    Description: An error occurred during initialization DHCPv4. Error Code is 5

    Error: (30/08/2016 15:28:29) (Source: Service Control Manager) (user :)
    Description: The DHCP Client service is stopped with the following error:
    % = Access is denied.

    Error: (30/08/2016 15:28:29) (Source: Service Control Manager) (user :)
    Description: The service WinHTTP Web Proxy Auto-Discovery Service is dependent on the Client DHCP service which failed to start because of the following error:
    % = The operation completed successfully.

    Sessions of Microsoft Office:
    =========================
    Error: (30/08/2016 15:28:06) (Source: MSSQL$ MSSMLBIZ)(User:))
    Description: FRunCM

    Error: (30/08/2016 15:28:06) (Source: MSSQL$ MSSMLBIZ)(User:))
    Description:

    Error: (30/08/2016 15:28:06) (Source: MSSQL$ MSSMLBIZ)(User:))
    Description: 21Initialization failed with an infrastructure error. Search for previous errors. The system cannot find the specified file.

    Error: (30/08/2016 15:28:06) (Source: MSSQL$ MSSMLBIZ)(User:))
    Description: 280Unable to initialize SSL support. The system cannot find the specified file.

    Error: (30/08/2016 15:28:06) (Source: MSSQL$ MSSMLBIZ)(User:))
    Description: 0x2

    Error: (30/08/2016 15:27:36) (Source:)(User:) VSS
    Description: RegOpenKeyExW(-2147483646,SYSTEM\CurrentControlSet\Services\VSS\Diag,...), 0x80070005 access is denied.

    Operation:
    The initialization of the Writer

    Context:
    Writer class ID: {e8132975-6f93-4464-a53e-1050253ae220}
    Author name: System Writer
    Writer Instance ID: {670d2486-eb31-442b-944c-3739c39e7673}

    Error: (30/08/2016 15:27:32) (Source: annex)(User:))
    Description: Calendar error: 0Initialize call failed, bail out the

    Error: (30/08/2016 14:46:37) (Source: Microsoft-Windows-LoadPerf) (user: NT AUTHORITY)
    Description: WmiApRplWmiApRpl8F20300004D070000

    Error: (30/08/2016 14:46:37) (Source: Microsoft-Windows-LoadPerf) (user: NT AUTHORITY)
    Description: Performance1637070000000000000000000009030000

    Error: (30/08/2016 14:34:59) (Source: MSSQL$ MSSMLBIZ)(User:))
    Description: FRunCM

    CodeIntegrity errors:
    ===================================
    Date: 27-11-2015 20:07:15.276
    Description: Code integrity cannot verify the integrity of the image of the file \Device\HarddiskVolume2\0d7dbc6742cf5194aef661d331ef\mrt.exe because all of the image per page hashes is not found on the system.

    Date: 2015-10-02 10:12:24.374
    Description: Code integrity cannot verify the integrity of the image of the file \Device\HarddiskVolume2\0d7dbc6742cf5194aef661d331ef\mrt.exe because all of the image per page hashes is not found on the system.

    Date: 2014-10-12 22:27:30.825
    Description: Windows cannot verify the integrity of the image of the file \Device\HarddiskVolume2\Windows\System32\drivers\usbaapl64.sys because the hash of the file is not found on the system. A recent hardware or software change might be installed a file that is signed incorrectly or damaged, or maybe it's a malicious software from an unknown source.

    Date: 2014-10-12 22:27:30.564
    Description: Windows cannot verify the integrity of the image of the file \Device\HarddiskVolume2\Windows\System32\drivers\usbaapl64.sys because the hash of the file is not found on the system. A recent hardware or software change might be installed a file that is signed incorrectly or damaged, or maybe it's a malicious software from an unknown source.

    Date: 2014-10-12 22:27:30.282
    Description: Windows cannot verify the integrity of the image of the file \Device\HarddiskVolume2\Windows\System32\drivers\usbaapl64.sys because the hash of the file is not found on the system. A recent hardware or software change might be installed a file that is signed incorrectly or damaged, or maybe it's a malicious software from an unknown source.

    Date: 2014-10-12 22:27:29.992
    Description: Windows cannot verify the integrity of the image of the file \Device\HarddiskVolume2\Windows\System32\drivers\usbaapl64.sys because the hash of the file is not found on the system. A recent hardware or software change might be installed a file that is signed incorrectly or damaged, or maybe it's a malicious software from an unknown source.

    Date: 2012-04-11 11:54:49.466
    Description: Windows cannot verify the integrity of the image of the file \Device\HarddiskVolume2\Windows\System32\drivers\usbaapl64.sys because the hash of the file is not found on the system. A recent hardware or software change might be installed a file that is signed incorrectly or damaged, or maybe it's a malicious software from an unknown source.

    Date: 2012-04-11 11:54:49.404
    Description: Windows cannot verify the integrity of the image of the file \Device\HarddiskVolume2\Windows\System32\drivers\usbaapl64.sys because the hash of the file is not found on the system. A recent hardware or software change might be installed a file that is signed incorrectly or damaged, or maybe it's a malicious software from an unknown source.

    Date: 2012-04-11 11:54:06.821
    Description: Windows cannot verify the integrity of the image of the file \Device\HarddiskVolume2\Windows\System32\drivers\usbaapl64.sys because the hash of the file is not found on the system. A recent hardware or software change might be installed a file that is signed incorrectly or damaged, or maybe it's a malicious software from an unknown source.

    Date: 2012-04-11 11:54:06.760
    Description: Windows cannot verify the integrity of the image of the file \Device\HarddiskVolume2\Windows\System32\drivers\usbaapl64.sys because the hash of the file is not found on the system. A recent hardware or software change might be installed a file that is signed incorrectly or damaged, or maybe it's a malicious software from an unknown source.

    = Programs installed =.

    7-zip 9.20 (HKLM-x32\...\7-Zip) (Version :-)
    ABBYY Lingvo 12 version English (HKLM-x32\...\{A1200000-0001-0000-0000-074957833700)} (Version: 12.00.442.5113 - ABBYY Software)
    Acrobat.com (HKLM-x32\...\{287ECFA4-719A-2143-A09B-D6A12DE54E40)} (Version: 1.6.65 - Adobe Systems Incorporated)
    ActiveCheck component for HP Active Support Library (HKLM-x32\...\{254C37AA-6B72-4300-84F6-98A82419187E)} (Version: 3.0.0.3 - Hewlett-Packard) hidden
    Adobe Acrobat Reader DC (HKLM-x32\...\{AC76BA86-7AD7-1033-7B44-AC0F074E4100)} (Version: 15.010.20056 - Adobe Systems Incorporated)
    Adobe Flash Player NPAPI (HKLM-x32\...\Adobe Flash Player NPAPI) 19 (Version: 19.0.0.185 - Adobe Systems Incorporated)
    Adobe Flash Player ActiveX (ActiveX of Flash Player HKLM-x32\...\Adobe) 20 (Version: 20.0.0.228 - Adobe Systems Incorporated)
    Adobe Shockwave Player 11.6 (HKLM-x32\...\Adobe Shockwave Player) (Version: 11.6.1.629 - Adobe Systems, Inc.)
    Apple Application Support (32 bit) (HKLM-x32\...\{AFA1153A-F547-409B-B837-3A0D6C5A3FEC)} (Version: 3.1.3 - Apple Inc.)
    Apple Application Support (64-bit) (HKLM\...\{D7B824DE-DA32-4772-9E5E-39C5158136A7)} (Version: 3.1.3 - Apple Inc.)
    Apple Mobile Device Support (HKLM\...\{C4123106-B685-48E6-B9BD-E4F911841EB4)} (Version: 8.1.1.3 - Apple Inc.)
    Apple Software Update (HKLM-x32\...\{789A5B64-9DD9-4BA5-915A-F0FC0A1B7BFE)} (Version: 2.1.3.127 - Apple Inc.)
    Audacity 2.0.3 (HKLM-x32\...\Audacity_is1) (Version: 2.0.3 - Audacity team)
    {BIAS SoundSoap 2.1.1 PE (HKLM-x32\...\{8709C596-C0B4-415D-9281-AC846B39EA76)} (Version: 2.1.1 - BIAS Inc)
    Hello (HKLM\...\{6E3610B2-430D-4EB0-81E3-2B57E8B9DE8D)} (Version: 3.0.0.10 - Apple Inc.)
    CCleaner (HKLM\...\CCleaner) (Version: 3.18 - Piriform)
    Compatibility for Office system 2007 (HKLM-x32\...\{90120000-0020-0409-0000-0000000FF1CE) Pack} (Version: 12.0.6612.1000 - Microsoft Corporation)
    {CyberLink DVD Suite (HKLM-x32\...\InstallShield_{1FBF6C24-C1FD-4101-A42B-0C564F9E8E79)} (Version: 6.0.3101 - CyberLink Corp.)
    Office restore (HKLM\...\{15D07D6F-E4CC-41D9-88A3-94115E5E5A10)} (Version: 1.6.3 - JOConnell)
    DVD Decrypter (Remove Only) (HKLM-x32\...\DVD Decrypter) (Version :-)
    DVD Shrink 3.2 (HKLM-x32\...\DVD Shrink_is1) (Version :-DVD Shrink)
    eReg (HKLM-x32\...\{3EE9BCAE-E9A9-45E5-9B1C-83A4D357E05C)} (Version: 1.20.138.34 - Logitech, Inc..) Hidden
    GDR 5520 for SQL Server 2008 (KB2977321) (HKLM-x32\...\KB2977321) (Version: 10.3.5520.0 - Microsoft Corporation)
    GDR 5538 for SQL Server 2008 (KB3045305) (HKLM-x32\...\KB3045305) (Version: 10.3.5538.0 - Microsoft Corporation)
    Update Google Helper (HKLM-x32\...\{60EC980A-BDA2-4CB6-A427-B07A5498B4CA)} (Version: 1.3.30.3 - Google Inc.) Hidden
    Update Google Helper (HKLM-x32\...\{A92DAB39-4E2C-4304-9AB6-BC44E68B55E2)} (Version: 1.3.25.11 - Google Inc.) Hidden
    HP Smart Web Printing 4.60 (HKLM\...\HP Smart Web Printing) (Version: 4.60 - HP)
    HP 0154 (HKLM-x32\...\{B51605BF-6326-4553-AE96-6D7F1813D5F5) user guides} (Version: 1.01.0001 - Hewlett-Packard)
    HPAsset component for HP Active Support Library (HKLM-x32\...\{669D4A35-146B-4314-89F1-1AC3D7B88367)} (Version: 3.0.0.3 - Hewlett-Packard) hidden
    IDT Audio (HKLM-x32\...\{E3A5A8AB-58F6-45FF-AFCB-C9AE18C05001)} (Version: 1.0.6230.0 - IDT)
    Intel(r) Graphics Media Accelerator Driver (HKLM\...\HDMI) (Version: 8.15.10.1883 - Intel Corporation)
    {Intel® Matrix Storage Manager (HKLM\...\{9068B2BE-D93A-4C0A-861C-5E35E2C0E09E)} (Version:-Intel Corporation)
    iTunes (HKLM\...\{93F2A022-6C37-48B8-B241-FFABD9F60C30)} (Version: 12.1.2.27 - Apple Inc.)
    Update Java 8 66 (HKLM-x32\...\{26A24AE4-039D-4CA4-87B4-2F83218066F0)} (Version: 8.0.660.18 - Oracle Corporation)
    LabelPrint (HKLM-x32\...\{C59C179C-668D-49A9-B6EA-0121CCFC1243)} (Version: 2.5.1913 - CyberLink Corp.) hidden
    LabelPrint (HKLM-x32\...\InstallShield_{C59C179C-668D-49A9-B6EA-0121CCFC1243)} (Version: 2.5.1913 - CyberLink Corp.)
    LAME v3.99.3 (for Windows) (HKLM-x32\...\LAME_is1) (Version :-)
    LightScribe System Software (HKLM-x32\...\{7EACD74C-147F-478C-9389-F9F52EE3C88A)} (Version: 1.18.10.2 - LightScribe)
    LSI HDA Modem (Modem Soft HKLM\...\LSI) (Version: 2.1.94 - LSI Corporation)
    Microsoft .NET Framework 4.5.2 (HKLM\...\{92FB6C44-E685-45AD-9B20-CADF4CABA132} - 1033) (Version: 4.5.51209 - Microsoft Corporation)
    {Microsoft Chart Controls for Microsoft .NET Framework 3.5 (KB2500170) (HKLM-x32\...\{41785C66-90F2-40CE-8CB5-1C94BFC97280)} (Version: 3.5.30730.0 - Microsoft Corporation)
    Microsoft Office 365 ProPlus - en - us (HKLM\...\O365ProPlusRetail - en - us) (Version: 15.0.4841.1002 - Microsoft Corporation)
    Microsoft Office 2010 language pack - Russia/русский (HKLM-x32\...\Office14.OMUI.ru-ru) (Version: 14.0.7015.1000 - Microsoft Corporation)
    Microsoft Office Outlook Connector (HKLM-x32\...\{95140000-007A-0409-0000-0000000FF1CE)} (Version: 14.0.5118.5000 - Microsoft Corporation)
    Microsoft Office PowerPoint Viewer 2007 (English) (HKLM-x32\...\{95120000-00AF-0409-0000-0000000FF1CE)} (Version: 12.0.6612.1000 - Microsoft Corporation)
    Microsoft Office Professional Plus 2010 (HKLM-x32\...\Office14.PROPLUSR) (Version: 14.0.7015.1000 - Microsoft Corporation)
    Provider of Microsoft Outlook Social Connector for Windows Live Messenger 32-bit (HKLM-x32\...\{95140000-007D-0409-0000-0000000FF1CE)} (Version: 14.0.5120.5000 - Microsoft Corporation)
    Microsoft Silverlight (HKLM\...\{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00)} (Version: 5.1.50428.0 - Microsoft Corporation)
    Microsoft SQL Server 2008 (SQL Server 10 version HKLM-x32\...\Microsoft) (Version:-Microsoft Corporation)
    Browser of Microsoft SQL Server 2008 (HKLM-x32\...\{C688457E-03FD-4941-923B-A27F4D42A7DD)} (Version: 10.3.5500.0 - Microsoft Corporation)
    Microsoft SQL Server 2008 Native Client (HKLM\...\{2738C4AA-420E-4E13-ADEF-B5AB250E3EF1)} (Version: 10.3.5500.0 - Microsoft Corporation)
    Install Microsoft SQL Server 2008 are supported files (HKLM-x32\...\{59C245FC-343C-4FEC-B3CB-B6F12B561C20)} (Version: 10.3.5538.0 - Microsoft Corporation)
    Microsoft SQL Server VSS Writer (HKLM\...\{0826F9E4-787E-481D-83E0-BC6A57B056D5)} (Version: 10.3.5500.0 - Microsoft Corporation)
    {Microsoft Visual C++ 2005 ATL Update kb973923 - x 64 8.0.50727.4053 (HKLM\...\{B6E3757B-5E77-3915-866A-CCFC4B8D194C)} (Version: 8.0.50727.4053 - Microsoft Corporation)
    {Microsoft Visual C++ 2005 ATL Update kb973923 - x 86 8.0.50727.4053 (HKLM-x32\...\{770657D0-A123-3C07-8E44-1C83EC895118)} (Version: 8.0.50727.4053 - Microsoft Corporation)
    Microsoft Visual C++ 2005 Redistributable (HKLM-x32\...\{710f4c1c-cc18-4c49-8cbf-51240c89a1a2)} (Version: 8.0.61001 - Microsoft Corporation)
    {Microsoft Visual C++ 2005 Redistributable (x 64) - KB2467175 (HKLM\...\{aac9fcc4-dd9e-4add-901c-b5496a07ab2e)} (Version: 8.0.51011 - Microsoft Corporation)
    Microsoft Visual C++ 2005 Redistributable (x 64) (HKLM\...\{ad8a2fa1-06e7-4b0d-927d-6e54b3d31028)} (Version: 8.0.61000 - Microsoft Corporation)
    {Microsoft Visual C++ 2008 ATL Update kb973924 - x 64 9.0.30729.4148 (HKLM\...\{EE936C7A-EA40-31D5-9B65-8E3E089C3828)} (Version: 9.0.30729.4148 - Microsoft Corporation)
    {Microsoft Visual C++ 2008 ATL Update kb973924 - x 86 9.0.30729.4148 (HKLM-x32\...\{002D9D5E-29BA-3E6D-9BC4-3D7D6DBC735C)} (Version: 9.0.30729.4148 - Microsoft Corporation)
    {Microsoft Visual C++ 2008 Redistributable x 64 - KB2467174 - 9.0.30729.5570 (HKLM\...\{8338783A-0968-3B85-AFC7-BAAE0A63DC50)} (Version: 9.0.30729.5570 - Microsoft Corporation)
    {Microsoft Visual C++ 2008 Redistributable - KB2467174 - x 86 9.0.30729.5570 (HKLM-x32\...\{86CE85E6-DBAC-3FFD-B977-E4B79F83C909)} (Version: 9.0.30729.5570 - Microsoft Corporation)
    {Microsoft Visual C++ 2008 Redistributable - x 64 9.0.21022 (HKLM\...\{350AA351-21FA-3270-8B7A-835434E766AD)} (Version: 9.0.21022 - Microsoft Corporation)
    {Microsoft Visual C++ 2008 Redistributable - x 64 9.0.30729.17 (HKLM\...\{8220EEFE-38CD-377E-8595-13398D740ACE)} (Version: 9.0.30729 - Microsoft Corporation)
    {Microsoft Visual C++ 2008 Redistributable - x 64 9.0.30729.6161 (HKLM\...\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4)} (Version: 9.0.30729.6161 - Microsoft Corporation)
    {Microsoft Visual C++ 2008 Redistributable - x 86 9.0.21022.218 (HKLM-x32\...\{E503B4BF-F7BB-3D5F-8BC8-F694B1CFF942)} (Version: 9.0.21022.218 - Microsoft Corporation)
    {Microsoft Visual C++ 2008 Redistributable - x 86 9.0.30729.17 (HKLM-x32\...\{9A25302D-30C0-39D9-BD6F-21E6EC160475)} (Version: 9.0.30729 - Microsoft Corporation)
    {Microsoft Visual C++ 2008 Redistributable - x 86 9.0.30729.6161 (HKLM-x32\...\{9BE518E6-ECC6-35A9-88E4-87755C07200F)} (Version: 9.0.30729.6161 - Microsoft Corporation)
    {Microsoft Visual C++ 2010 x 64 Redistributable - 10.0.40219 (HKLM\...\{1D8E6291-B0D5-35EC-8441-6616F567A0F7)} (Version: 10.0.40219 - Microsoft Corporation)
    {Microsoft Visual C++ 2010 x 86 Redistributable - 10.0.40219 (HKLM-x32\...\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5)} (Version: 10.0.40219 - Microsoft Corporation)
    Microsoft Visual Studio 2010 Tools for Office Runtime (x 64) (HKLM\...\Microsoft Visual Studio 2010 Tools for Office Runtime (x 64)) (Version: 10.0.50903 - Microsoft Corporation)
    Mozilla Firefox 47.0 (x 86 en - us) (HKLM-x32\...\Mozilla Firefox 47.0 (x 86 en - us)) (Version: 47.0 - Mozilla)
    Mozilla maintenance service (HKLM-x32\...\MozillaMaintenanceService) (Version: 47.0.0.5999 - Mozilla)
    MSXML 4.0 SP2 (KB954430) (HKLM-x32\...\{86493ADD-824D-4B8E-BD72-8C5DCDC52A71)} (Version: 4.20.9870.0 - Microsoft Corporation)
    MSXML 4.0 SP2 (KB973688) (HKLM-x32\...\{F662A8E6-F4DC-41A2-901E-8C11F044BDEC)} (Version: 4.20.9876.0 - Microsoft Corporation)
    Click-to-Run extensibility component Office 15 (HKLM-x32\...\{90150000-008C-0000-0000-0000000FF1CE)} (Version: 15.0.4841.1002 - Microsoft Corporation) hidden
    Component of Click-to-Run licenses of Office 15 (HKLM\...\{90150000-008F-0000-1000-0000000FF1CE)} (Version: 15.0.4841.1002 - Microsoft Corporation) hidden
    Click-to-Run location component Office 15 (HKLM-x32\...\{90150000-008C-0409-0000-0000000FF1CE)} (Version: 15.0.4841.1002 - Microsoft Corporation) hidden
    Pearson LockDown Browser (HKLM-x32\...\{1F8BAD3E-1EE5-43ED-B5DB-F6311DA7666A)} (Version: 1.04.23 - Respondus, Inc.)
    Power2Go (HKLM-x32\...\{40BF1E83-20EB-11D8-97C5-0009C5020658)} (Version: 6.0.3101 - CyberLink Corp.) hidden
    Power2Go (HKLM-x32\...\InstallShield_{40BF1E83-20EB-11D8-97C5-0009C5020658)} (Version: 6.0.3101 - CyberLink Corp.)
    PowerDirector (HKLM-x32\...\{CB099890-1D5F-11D5-9EA9-0050BAE317E1)} (Version: 7.0.3101 - CyberLink Corp.) hidden
    PowerDirector (HKLM-x32\...\InstallShield_{CB099890-1D5F-11D5-9EA9-0050BAE317E1)} (Version: 7.0.3101 - CyberLink Corp.)
    PowerRecover (HKLM-x32\...\{44B2A0AB-412E-4F8C-B058-D1E8AECCDFF5)} (Version: 5.5.1923 - CyberLink Corp.) hidden
    QLBCASL (HKLM-x32\...\{F1D7AC58-554A-4A58-B784-B61558B1449A)} (Version: 6.40.17.2 - Hewlett-Packard) hidden
    QuickTime 7 (HKLM-x32\...\{3D2CBC2C-65D4-4463-87AB-BB2C859C1F3E)} (Version: 7.76.80.95 - Apple Inc.)
    Realtek 8136 8168 8169 Ethernet Driver (HKLM-x32\...\{8833FFB6-5B0C-4764-81AA-06DFEED9A476)} (Version: 1.00.0007 - Realtek)
    {Realtek USB 2.0 card reader (HKLM-x32\...\{96AE7E41-E34E-47D0-AC07-1091A8127911)} (Version: 6.1.7100.30094 - Realtek Semiconductor Corp..)
    Recover My Files (files My HKLM-x32\...\Recover v5_is1) (Version: 5.2.1.1964 - GetData Pty Ltd)
    {Service Pack 2 for Microsoft Office 2010 (KB2687455) 32 - Bit Edition (HKLM-x32\...\{91140000-0011-0000-0000-0000000FF1CE}_Office14.PROPLUSR_{DE28B448-32E8-4E8F-84F0-A52B21A49B5B)} (Version:-Microsoft)
    Service Pack 2 for Microsoft Office 2010 Language Pack (KB2687449) 32 - Bit Edition (HKLM-x32\...\{90140000-0100-0419-0000-0000000FF1CE}_Office14.OMUI.ru-ru_{E8C50326-F12B-484A-A69F-3CBCC36BE2DE)} (Version:-Microsoft)
    Service Pack 3 for SQL Server 2008 (KB2546951) (HKLM-x32\...\KB2546951) (Version: 10.3.5500.0 - Microsoft Corporation)
    Click Skype to call (HKLM-x32\...\{6D1221A9-17BF-4EC0-81F2-27D30EC30701)} (Version: 8.3.0.9150 - Microsoft Corporation)
    Skype™ 7.25 (HKLM-x32\...\{FC965A47-4839-40CA-B618-18F486F042C6)} (Version: 7.25.106 - Skype Technologies S.A.)
    SlingBoxWatchYourTVAnyWhere (HKLM-x32\...\{4313E16C-811B-469F-8815-6EB98085F8B2)} (Version: 2.1.1.58 - Sling Media)
    SmartWebPrinting (HKLM-x32\...\{8FF6F5CA-4E30-4E3B-B951-204CAAA2716A)} (Version: 140.0.186.000 - Hewlett-Packard) hidden
    SP45990 - wallpaper picture Position activator for Windows 7 (HKLM-x32\...\{86391634-A94B-4355-8397-3D85C2F942DA)} (Version: 1.0.0 - Hewlett-Packard International Pte.) Ltd.)
    SQL Server Customer Experience Improvement Program (HKLM-x32\...\{C965F01C-76EA-4BD7-973E-46236AE312D7)} (Version: 10.3.5500.0 - Microsoft Corporation) hidden
    swMSM (HKLM-x32\...\{612C34C7-5E90-47D8-9B5C-0F717DD82726)} (Version: 12.0.0.1 - Adobe Systems, Inc.) hidden
    Synaptics Pointing Device Driver (HKLM\...\SynTPDeinstKey) (Version: 15.3.29.0 - Synaptics incorporated)
    TrueCrypt (HKLM-x32\...\TrueCrypt) (Version: 7. 0 a - TrueCrypt Foundation)

    ========================= Devices: ================================

    ========================= Memory info: ===================================

    Percentage of memory used: 18%
    Physical RAM total: 6047,19 MB
    Available physical RAM: 4919,3 MB
    Total virtual: 12092,56 MB
    Available virtual: 10908,59 MB

    ========================= Partitions: =====================================

    1 drive c: () (fixed) (Total: 452,84) (Go free: 56,27) NTFS
    2 drive d: (REPRISE) (fixed) (Total: 12.72) (Go free: 1.69) NTFS

    ========================= Users: ========================================

    User accounts for \\E-LAPTOP

    Guest user administrator

    ========================= Minidump Files ==================================

    No found minidump file

    ========================= Restore Points ==================================

    Windows Update 18/05/2016-16:32:59
    2016/06/24 18:28:02 update Windows
    Windows update 25/06/2016-18:39:38

    End of the log *.

    Rkill by Lawrence Abrams (Grinler) 2.8.4
    http://www.bleepingcomputer.com/
    Copyright 2008 - 2016 BleepingComputer.com
    More information on Rkill is located at this link:
    http://www.bleepingcomputer.com/forums/topic308364.html

    Program started at the: 30/08/2016-16:53:58 in x 64 mode.
    The Version of Windows: Windows 7 Home Premium Service Pack 1

    Check for services Windows stop:

    * No malware service found to stop.

    Complete verification of the process:

    * No process malware found for kill.

    Parameters to test the malware registry database:

    * No problem found in the registry.

    Reset. EXE, com, &. Associations of bat in the Windows registry.
    * HKCU\SOFTWARE\Classes\.exe '@' exists and is set to exefile!
    * HKCU\SOFTWARE\Classes\.exe has been deleted!
    * HKCU\SOFTWARE\Classes\exefile has been deleted!

    Perform various checks:

    * No problems detected.

    Control the integrity of Windows services:

    * Base Filtering Engine (BFE) is not running.
    Startup type: automatic

    * Client DHCP (Dhcp) is not running.
    Startup type: automatic

    * Windows Firewall (MpsSvc) is not running.
    Startup type: automatic

    * LanmanServer [missing ServiceDLL value]

    Looking for a lack of Digital Signatures:

    * No problems detected.

    Check the HOSTS file:

    * HOSTS file registry is set to a non-standard location: \hosts

    Program terminated at the: 30/08/2016-16:56:35
    Execution time: 0 hour (s), 2 minute (s) and 37 seconds (s)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Junkware (JRT) by Malwarebytes removal tool
    Version: 8.0.7 (07.03.2016)
    Operating system: Windows 7 Home Premium x 64
    Run by user (Limited) on Tuesday, August 30, 2016 to 16:12:10.76
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    File system: 10

    Has been correctly removed: C:\ProgramData\1472566192.bdinstall.bin (file)
    Has been correctly removed: C:\ProgramData\1472566750.bdinstall.bin (file)
    Has been correctly removed: C:\Users\User\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\0PS72R2M (the temporary Internet files folder)
    Has been correctly removed: C:\Users\User\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\62AXOPQ5 (the temporary Internet files folder)
    Has been correctly removed: C:\Users\User\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\FZG8CKJ5 (the temporary Internet files folder)
    Has been correctly removed: C:\Users\User\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\LIXMVQOA (the temporary Internet files folder)
    Has been correctly removed: C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\0PS72R2M (the temporary Internet files folder)
    Has been correctly removed: C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\62AXOPQ5 (the temporary Internet files folder)
    Has been correctly removed: C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\FZG8CKJ5 (the temporary Internet files folder)
    Has been correctly removed: C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\LIXMVQOA (the temporary Internet files folder)

    Register: 7

    Has been correctly removed: EPM HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run\\VideoDownloadConverter support (registry value)
    Has been correctly removed: HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run\\VideoDownloadConverter_4z Browser Plugin Loader 64 (registry value)
    Has been correctly removed: HKLM Explorer\Main\\Default_Page_URL (registry value)
    Has been correctly removed: HKLM Explorer\Toolbar\WebBrowser\\ {604BC32A-9680-40D1-9AC6-E06B23A1BA4C} (registry value)
    Has been correctly removed: HKLM Explorer\SearchScopes\ {0633EE93-D776-472f-A0FF-E1416B8B2E3A} (registry key)
    Has been correctly removed: HKLM\Software\Wow6432Node\Microsoft\Internet Explorer\SearchScopes\ {0633EE93-D776-472f-A0FF-E1416B8B2E3A} (registry key)
    Has been correctly removed: HKLM\Software\Wow6432Node\Microsoft\Internet Explorer\Main\\Default_Page_URL (registry value)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Scan was completed on Tuesday, August 30, 2016 to 16:51:33.51
    End of the log of the JRT
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    # AdwCleaner v6.010 - Logfile created on 30/08/2016 at 16:09:09
    # Last updated 08/12/2016 by ToolsLib
    # Database: 2016-08-24, 2 [Local]
    # Operating system: Windows 7 Home Premium Service Pack 1 (X 64)
    # User name: User - E-PORTABLE
    # Run since: C:\Users\User\Desktop\AdwCleaner.exe
    # Mode: clean
    # Support: https://toolslib.net/forum

    [Services] *.

    [-] Deleted service: VideoDownloadConverter_4zService

    [Cases] *.

    [-] Deleted file: C:\Program Files (x 86) \VideoDownloadConverter
    [-] Deleted file: C:\Users\User\AppData\Local\VideoDownloadConverter_4z
    [-] Deleted file: C:\Users\User\AppData\LocalLow\VideoDownloadConverter_4z
    [-] Deleted file: C:\Program Files (x 86) \VideoDownloadConverter_4z
    [#] Folder deleted on reboot: C:\Users\User\AppData\Local\VideoDownloadConverter_4z
    [#] Folder deleted on reboot: C:\Users\User\AppData\LocalLow\VideoDownloadConverter_4z
    [#] Folder deleted on reboot: C:\Program Files (x 86) \VideoDownloadConverter_4z
    [-] Deleted file: C:\Users\User\AppData\Local\iac
    [-] Deleted file: C:\Users\User\AppData\Local\iLivid
    [#] Folder deleted on reboot: C:\Users\User\AppData\Local\IAC
    [-] Deleted file: C:\Users\User\AppData\LocalLow\iac
    [#] Folder deleted on reboot: C:\Users\User\AppData\LocalLow\IAC
    [-] Deleted file: C:\ProgramData\apn
    [-] Deleted file: C:\ProgramData\AskPartnerNetwork
    [#] Folder deleted on reboot: C:\ProgramData\Application Data\apn
    [#] Folder deleted on reboot: C:\ProgramData\Application Data\AskPartnerNetwork
    [-] Deleted file: C:\Program Files (x 86) \AskPartnerNetwork

    [Files] *.

    [-] Deleted file: C:\Users\User\AppData\Roaming\Mozilla\Firefox\Profiles\93pc0lci.default\searchplugins\bingp.xml

    ***** [ DLL ] *****

    ***** [ WMI ] *****

    [Shortcuts] *.

    [Scheduled tasks] *.

    [Registry] *.

    [-] Deleted key: HKLM\SOFTWARE\VideoDownloadConverter
    [#] Key deleted on reboot: HKLM\SOFTWARE\VideoDownloadConverter_is1
    [-] Deleted key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VideoDownloadConverter
    [#] Key deleted on reboot: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VideoDownloadConverter_is1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter.ScriptHelper
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter.ScriptHelper.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. FeedManager
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. FeedManager.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLMenu
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLMenu.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLPanel
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLPanel.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. MultipleButton
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. MultipleButton.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. PseudoTransparentPlugin
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. PseudoTransparentPlugin.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. Radio
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. Radio.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. RadioSettings
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. RadioSettings.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ScriptButton
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ScriptButton.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. SettingsPlugin
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. SettingsPlugin.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ThirdPartyInstaller
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ThirdPartyInstaller.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ToolbarProtector
    [-] Deleted key: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ToolbarProtector.1
    [-] Deleted key: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\VideoDownloadConverter_4z
    [#] Key deleted on reboot: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\VideoDownloadConverter_4z_is1
    [-] Deleted key: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\AppDataLow\Software\VideoDownloadConverter_4z
    [#] Key deleted on reboot: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\AppDataLow\Software\VideoDownloadConverter_4z_is1
    [#] Key deleted on reboot: HKCU\Software\VideoDownloadConverter_4z
    [#] Key deleted on reboot: HKCU\Software\VideoDownloadConverter_4z_is1
    [#] Key deleted on reboot: HKCU\Software\AppDataLow\Software\VideoDownloadConverter_4z
    [#] Key deleted on reboot: HKCU\Software\AppDataLow\Software\VideoDownloadConverter_4z_is1
    [-] Deleted key: HKLM\SOFTWARE\VideoDownloadConverter_4z
    [#] Key deleted on reboot: HKLM\SOFTWARE\VideoDownloadConverter_4z_is1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. FeedManager
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. FeedManager.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLMenu
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLMenu.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLPanel
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLPanel.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. MultipleButton
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. MultipleButton.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. PseudoTransparentPlugin
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. PseudoTransparentPlugin.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. Radio
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. Radio.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. RadioSettings
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. RadioSettings.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ScriptButton
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ScriptButton.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. SettingsPlugin
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. SettingsPlugin.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ThirdPartyInstaller
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ThirdPartyInstaller.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ToolbarProtector
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ToolbarProtector.1
    [#] Key deleted on reboot: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\VideoDownloadConverter_4z
    [#] Key deleted on reboot: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\VideoDownloadConverter_4z_is1
    [#] Key deleted on reboot: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\AppDataLow\Software\VideoDownloadConverter_4z
    [#] Key deleted on reboot: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\AppDataLow\Software\VideoDownloadConverter_4z_is1
    [#] Key deleted on reboot: HKCU\Software\VideoDownloadConverter_4z
    [#] Key deleted on reboot: HKCU\Software\VideoDownloadConverter_4z_is1
    [#] Key deleted on reboot: HKCU\Software\AppDataLow\Software\VideoDownloadConverter_4z
    [#] Key deleted on reboot: HKCU\Software\AppDataLow\Software\VideoDownloadConverter_4z_is1
    [#] Key deleted on reboot: HKLM\SOFTWARE\VideoDownloadConverter_4z
    [#] Key deleted on reboot: HKLM\SOFTWARE\VideoDownloadConverter_4z_is1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. FeedManager
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. FeedManager.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLMenu
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLMenu.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLPanel
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLPanel.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. MultipleButton
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. MultipleButton.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. PseudoTransparentPlugin
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. PseudoTransparentPlugin.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. Radio
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. Radio.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. RadioSettings
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. RadioSettings.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ScriptButton
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ScriptButton.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. SettingsPlugin
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. SettingsPlugin.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ThirdPartyInstaller
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ThirdPartyInstaller.1
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ToolbarProtector
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ToolbarProtector.1
    [-] Deleted key: HKLM\SOFTWARE\MozillaPlugins\@VideoDownloadConverter_4z.com/Plugin
    [-] Deleted key: HKLM\SOFTWARE\MozillaPlugins\@VideoDownloadConverter_ScriptHelper.com/Plugin
    [#] Key deleted on reboot: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VideoDownloadConverter
    [-] Deleted key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VideoDownloadConverter_4zbar uninstall Firefox
    [-] Deleted key: HKLM\SOFTWARE\Classes\Applications\iLividSetupV1.exe
    [-] Deleted key: HKLM Software Rights\ElevationPolicy\ {2D6F0AC3-0C2E-4E07-8FDA-11268AB51211}
    [-] Deleted key: HKLM Software Rights\ElevationPolicy\ {3d429207-4689-492d-a0e5-cdc5dfbb5005}
    [-] Deleted key: HKLM Software Rights\ElevationPolicy\ {8aadc8b2-562b-407b-88b3-916140226cbc}
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {1f6f39c1-00a8-4752-a94c-d0ea92d978b6}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {1f6f39c1-00a8-4752-a94c-d0ea92d978b6}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. PseudoTransparentPlugin.VideoDownloadConverter_4z. PseudoTransparentPlugin
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. PseudoTransparentPlugin.VideoDownloadConverter_4z. PseudoTransparentPlugin.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {2a1260c1-2964-453f-b0ba-fa429472eb5f}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {2a1260c1-2964-453f-b0ba-fa429472eb5f}
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {363d5c92-10dc-4287-93e5-1832eecc48ec}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {363d5c92-10dc-4287-93e5-1832eecc48ec}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ScriptButton.VideoDownloadConverter_4z. ScriptButton
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ScriptButton.VideoDownloadConverter_4z. ScriptButton.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {3719959c-1ccd-4fa7-8ebb-7d9ded86fccb}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {3719959c-1ccd-4fa7-8ebb-7d9ded86fccb}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ToolbarProtector.VideoDownloadConverter_4z. ToolbarProtector
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ToolbarProtector.VideoDownloadConverter_4z. ToolbarProtector.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {3b41be90-f731-4137-aff3-2ca951e7f0d9}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {3b41be90-f731-4137-aff3-2ca951e7f0d9}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. Radio.VideoDownloadConverter_4z. Radio
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. Radio.VideoDownloadConverter_4z. Radio.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {3d429207-4689-492d-a0e5-cdc5dfbb5005}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {3d429207-4689-492d-a0e5-cdc5dfbb5005}
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {4128c64d-f0dd-4811-9405-d22294e8151f}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {4128c64d-f0dd-4811-9405-d22294e8151f}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. MultipleButton.VideoDownloadConverter_4z. MultipleButton
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. MultipleButton.VideoDownloadConverter_4z. MultipleButton.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {48586425-6bb7-4f51-8dc6-38c88e3ebb58}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {48586425-6bb7-4f51-8dc6-38c88e3ebb58}
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {5354d921-3f52-47c5-938d-77a2fb6defe7}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {5354d921-3f52-47c5-938d-77a2fb6defe7}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLPanel.VideoDownloadConverter_4z. HTMLPanel
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLPanel.VideoDownloadConverter_4z. HTMLPanel.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {69407823-3494-4400-8d49-612549e8f4ee}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {69407823-3494-4400-8d49-612549e8f4ee}
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {71144427-1368-4D18-8DC9-2AE3CC4C4F83}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {71144427-1368-4D18-8DC9-2AE3CC4C4F83}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLMenu.VideoDownloadConverter_4z. HTMLMenu
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. HTMLMenu.VideoDownloadConverter_4z. HTMLMenu.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {84b7b98f-e018-4dbb-ab4c-4ddd3dfcb5fb}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {84b7b98f-e018-4dbb-ab4c-4ddd3dfcb5fb}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. RadioSettings.VideoDownloadConverter_4z. RadioSettings
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. RadioSettings.VideoDownloadConverter_4z. RadioSettings.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {8A4E8BCB-5598-4CAF-9DEC-4D452760E28D}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {8A4E8BCB-5598-4CAF-9DEC-4D452760E28D}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter.ScriptHelper.VideoDownloadConverter.ScriptHelper
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter.ScriptHelper.VideoDownloadConverter.ScriptHelper.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {8fca5302-6d6d-4645-bf99-d43cf76ce474}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {8fca5302-6d6d-4645-bf99-d43cf76ce474}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. FeedManager.VideoDownloadConverter_4z. FeedManager
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. FeedManager.VideoDownloadConverter_4z. FeedManager.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {a86782d8-7b41-452f-a217-1854f72dba54}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {a86782d8-7b41-452f-a217-1854f72dba54}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. SettingsPlugin.VideoDownloadConverter_4z. SettingsPlugin
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. SettingsPlugin.VideoDownloadConverter_4z. SettingsPlugin.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {dd385519-22e7-4be2-8a8d-35c66df4858e}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {dd385519-22e7-4be2-8a8d-35c66df4858e}
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {ed345812-2722-4dca-9976-d01832db44ee}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {ed345812-2722-4dca-9976-d01832db44ee}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ThirdPartyInstaller.VideoDownloadConverter_4z. ThirdPartyInstaller
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter_4z. ThirdPartyInstaller.VideoDownloadConverter_4z. ThirdPartyInstaller.1
    [-] Deleted key: HKLM\SOFTWARE\Classes\CLSID\ {ff48dba6-5dd8-4d10-9eb0-0fa968502e66}
    [#] Deleted on reboot key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\ {ff48dba6-5dd8-4d10-9eb0-0fa968502e66}
    [#] Deleted on reboot key: {192F487E-E812-40C0-B0DE-CB4BFA20F37B}
    [#] Deleted on reboot key: {2D3826A1-F3E8-45D6-94B5-C26D8EC0073B}
    [#] Deleted on reboot key: {37923200-6887-4B44-95D4-CAE8F83ECFEE}
    [#] Deleted on reboot key: {385F1935-3784-48D0-A61F-6385493DED3C}
    [#] Deleted on reboot key: {3EE17DD1-E28B-4AED-A3B2-9C29CB2C19D6}
    [#] Deleted on reboot key: {79332472-47F3-4E32-B07F-CF8DF4C58499}
    [#] Deleted on reboot key: {886F93AD-3CBB-4424-8442-A7340243540F}
    [#] Deleted on reboot key: {AA289DBC-59B6-40A5-AC7D-C90DF850289C}
    [#] Deleted on reboot key: {BC153A3C-0BB7-4EED-83AE-28E6E398F56E}
    [#] Deleted on reboot key: {CA723163-6FAD-43D4-8B93-0D8C52BD9974}
    [#] Deleted on reboot key: {F1F328EB-F5A5-432B-A54C-05F3EF5B0BD8}
    [#] Deleted on reboot key: {FE8DBB09-C3D3-4477-80CB-D38914B94BB8}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {1AD2049E-E483-4425-8555-8E0775ACB631}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {2D73F2D0-2FAB-458E-977D-2F9050E0ED60}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {34AD1EA7-8B9E-4D8B-B3ED-365D12C8EE73}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {35144E32-8E4C-4152-9B8C-3E2D4B46228E}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {35BBB95B-2CE4-4A9E-BDED-50EFD632AC00}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {3E9469AF-E866-4476-B767-810630F1F6E7}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {46CE5380-6055-4C3A-A7E5-3A02A2335C61}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {47700C35-9E3E-4DAD-934C-0CE28A87237C}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {4A3D2621-C879-47E3-969D-F4AD049DEC1B}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {4F6ECF71-C575-4BD2-8EF7-548D0EF1AB1D}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {54D99BE4-2FD7-449E-9DB4-76532CEE0B16}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {5684EAE9-72EB-4CA6-83B8-82434B7E955C}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {5A96E574-F8A6-4F6A-B58D-79C14B698017}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {716E443D-7CAA-44F1-866B-F45D00E712CC}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {72063D77-7590-4DA9-A7F8-F5ECAF3632C4}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {7FC87AC5-FA93-476E-A32C-A941229DED0B}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {7FCD22A8-B70A-4AC7-AAF1-EBCCD2F6612D}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {8B8BB3A7-2ADE-4995-931D-60B430A9B44E}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {93F0AC70-20D8-4AE8-A02F-6812EFFB6B58}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {A266567F-8E5D-480C-BCE2-C360FA669FD5}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {1AD2049E-E483-4425-8555-8E0775ACB631}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {2D73F2D0-2FAB-458E-977D-2F9050E0ED60}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {34AD1EA7-8B9E-4D8B-B3ED-365D12C8EE73}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {35144E32-8E4C-4152-9B8C-3E2D4B46228E}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {35BBB95B-2CE4-4A9E-BDED-50EFD632AC00}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {3E9469AF-E866-4476-B767-810630F1F6E7}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {46CE5380-6055-4C3A-A7E5-3A02A2335C61}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {47700C35-9E3E-4DAD-934C-0CE28A87237C}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {4A3D2621-C879-47E3-969D-F4AD049DEC1B}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {4F6ECF71-C575-4BD2-8EF7-548D0EF1AB1D}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {54D99BE4-2FD7-449E-9DB4-76532CEE0B16}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {5684EAE9-72EB-4CA6-83B8-82434B7E955C}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {5A96E574-F8A6-4F6A-B58D-79C14B698017}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {716E443D-7CAA-44F1-866B-F45D00E712CC}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {72063D77-7590-4DA9-A7F8-F5ECAF3632C4}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {7FC87AC5-FA93-476E-A32C-A941229DED0B}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {7FCD22A8-B70A-4AC7-AAF1-EBCCD2F6612D}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {8B8BB3A7-2ADE-4995-931D-60B430A9B44E}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {93F0AC70-20D8-4AE8-A02F-6812EFFB6B58}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {A266567F-8E5D-480C-BCE2-C360FA669FD5}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {CE4F67F6-4FD4-49DB-9D71-713CCD3D00CD}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {E14CDC24-4BE1-4B65-8452-4BFA0DCEF274}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {ECC69F9E-5456-4EDF-AF66-1A9DED11F9EE}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter.ScriptHelper
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\VideoDownloadConverter.ScriptHelper.1
    [#] Key deleted on reboot: [x 64] HKLM\SOFTWARE\Classes\Interface\ {1AD2049E-E483-4425-8555-8E0775ACB631}
    [#] Key deleted on reboot: [x 64] HKLM\SOFTWARE\Classes\Interface\ {2D73F2D0-2FAB-458E-977D-2F9050E0ED60}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {66D59105-FE06-43A4-B292-EB0097E9EB74}
    [-] Deleted key: [x 64] HKLM\SOFTWARE\Classes\Interface\ {9103C314-C4E2-4463-8934-B19BCB46236D}
    [#] Deleted on reboot key: HKLM\SOFTWARE\Classes\CLSID\ {4128C64D-F0DD-4811-9405-D22294E8151F}
    [#] Deleted on reboot key: HKLM\SOFTWARE\Classes\CLSID\ {48586425-6BB7-4F51-8DC6-38C88E3EBB58}
    [#] Deleted on reboot key: HKLM\SOFTWARE\Classes\CLSID\ {5354D921-3F52-47C5-938D-77A2FB6DEFE7}
    [#] Deleted on reboot key: HKLM\SOFTWARE\Classes\CLSID\ {A86782D8-7B41-452F-A217-1854F72DBA54}
    [#] Deleted on reboot key: HKLM\SOFTWARE\Classes\CLSID\ {DD385519-22E7-4BE2-8A8D-35C66DF4858E}
    [#] Deleted on reboot key: HKLM\SOFTWARE\Classes\CLSID\ {3D429207-4689-492D-A0E5-CDC5DFBB5005}
    [#] Deleted on reboot key: HKLM\SOFTWARE\Classes\Interface\ {1AD2049E-E483-4425-8555-8E0775ACB631}
    [#] Deleted on reboot key: HKLM\SOFTWARE\Classes\Interface\ {2D73F2D0-2FAB-458E-977D-2F9050E0ED60}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {66D59105-FE06-43A4-B292-EB0097E9EB74}
    [-] Deleted key: HKLM\SOFTWARE\Classes\Interface\ {9103C314-C4E2-4463-8934-B19BCB46236D}
    [-] Deleted key: HKLM\SOFTWARE\Classes\TypeLib\ {192F487E-E812-40C0-B0DE-CB4BFA20F37B}
    [-] Deleted key: HKLM\SOFTWARE\Classes\TypeLib\ {2D3826A1-F3E8-45D6-94B5-C26D8EC0073B}
    [-] Deleted key: HKLM\SOFTWARE\Classes\TypeLib\ {385F1935-3784-48D0-A61F-6385493DED3C}
    [-] Deleted key: HKLM\SOFTWARE\Classes\TypeLib\ {F1F328EB-F5A5-432B-A54C-05F3EF5B0BD8}
    [-] Deleted key: HKLM\SOFTWARE\Classes\TypeLib\ {FE8DBB09-C3D3-4477-80CB-D38914B94BB8}
    [-] Deleted key: HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\ {48586425-6BB7-4F51-8DC6-38C88E3EBB58}
    [-] Deleted key: HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\ {A86782D8-7B41-452F-A217-1854F72DBA54}
    [-] Deleted key: HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\ {38122A36-83B2-46B8-B39A-EC72A4614A07}
    [-] Deleted key: HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\ {48586425-6BB7-4F51-8DC6-38C88E3EBB58}
    [-] Deleted key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved\ {5354D921-3F52-47C5-938D-77A2FB6DEFE7}
    [-] Deleted key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved\ {A86782D8-7B41-452F-A217-1854F72DBA54}
    [-] Deleted key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved\ {38122A36-83B2-46B8-B39A-EC72A4614A07}
    [-] Deleted key: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\ilivid
    [-] Deleted key: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\Softonic
    [-] Deleted key: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\YahooPartnerToolbar
    [#] Key deleted on reboot: HKCU\Software\ilivid
    [#] Key deleted on reboot: HKCU\Software\Softonic
    [#] Key deleted on reboot: HKCU\Software\YahooPartnerToolbar
    [-] Deleted key: [x 64] HKLM Explorer\SearchScopes\ {0809851D-6B6B-49C8-93A3-D43B32E2A276}
    [-] Deleted key: HKU\S-1-5-21-3939054769-3386920926-4142966088-1000\Software\Microsoft\Internet {0809851D-6B6B-49C8-93A3-D43B32E2A276} Explorer\SearchScopes\
    [#] Deleted on reboot key: HKLM Explorer\SearchScopes\ {0809851D-6B6B-49C8-93A3-D43B32E2A276}
    [-] Deleted key: HKLM Explorer\SearchScopes\ {0809851D-6B6B-49C8-93A3-D43B32E2A276}
    [-] Deleted key: HKLM Explorer\SearchScopes\ {cf6e4b1c-dbde-457e-9cef-ab8ecac8a5e8}
    [#] Key deleted on reboot: HKLM\SOFTWARE\Classes\Applications\ilividsetupv1.exe

    [Browsers] *.

    *************************

    : "Tracing" deleted key
    : Deleted the Winsock settings

    *************************

    C:\AdwCleaner\AdwCleaner[C0].txt - [26718 bytes] - [30/08/2016 16:09:09]
    C:\AdwCleaner\AdwCleaner[S0].txt - [24310 bytes] - [30/08/2016 16:08:25]

    # EOF - C:\AdwCleaner\AdwCleaner[C0].txt - [26866 bytes] #.

    Hi @HVE,

    Thanks for the update and I'm happy that you have the wireless works again. As you did a recovery to Windows 7 and I suggest that in one of my posts, would you consider marking this post as "acceptable Solution" to help other members and visitors to what has worked for you and what could help them. I will conclude the matter resolved as you suggested.

    Thanks again to become a member of the forum and hope that you find it informative and interesting.

Maybe you are looking for