HP 1056

I bought a HP 1056 while a... installed on a windows 7... I noticed that when I click on the Hp Deskjet icon on the desktop it opens... .and when I click on the HP printer Assistant, nothing happens... it does not open... now others open... just not the Printer Wizard... Why?  isn't is supposed to open?

Hello

The sooftware you use is obsolete and so the error appears.

Uninstall folder on the start menu of the printer software. then download and install the latest version of the software below:

http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=Al-109412-2&cc=us&DLC=en&LC=en&OS=4062&product=5279942&sw_lang=

Shlomi

Tags: HP Printers

Similar Questions

  • The PXI-1056 remote

    Hello

    We wondered if we could use a PXI-PCI8360 in the PXI-1056 chassis system controller housing 3U/6U?

    Hello jharris66,

    The PXI - 8360 PCI is compatible and should work with the PXI-1056.

  • HP Deskjet 1056: HP Deskjet x 64 will not install on Windows Vista

    HP Deskjet 1056 will not install on Windows Vista

    Hello

    Remove the complete software for printer. Download the latest drivers and software from link below and installation of ty.

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?cc=us&DLC=en&LC=en&product=372330&

  • ReferenceError: Error #1056: cannot create the title to the number.

    I have some problem with a table in one of my classes.

    Here are the details:

    JsonApi.as - my JSON class library and support wrapper functions for use with a Web service API.

    This is the skeleton of this file:

    (declaration of the class and constructor variables)

    // class variables
        static var apiRoot:String = "HTTP://";
        static var apiKey:String = "";
    
        public var MyArray:Array;
    
        public function QAPI()
        {
    
            trace("JsonApi => Constructor Called!");
    
        }
    

    the problematic function

    private function onComplete(e:Event){
    
     trace("JsonApi (onComplete) => Alive!");
     MyArray = new Array();
     trace("JsonApi (onComplete) => Array Made!");
    
     // get the data from the loader
     var loader:URLLoader = URLLoader(e.target);
    
     // we get errors here, so instead of Array type, must call it Object type
    
     var qData:Object = JSON.decode(loader.data, false);
    
    // for debugging, go through arrays to get the info we need
        for (var j:String in qData['items']) {
    
        trace("JsonApi (parsing) --> J is now: " + j );
    
        // get the ID from the sub array
        this.MyArray['id'] = qData['items'][j]['id'];
    
        // then fill in the rest of the data
        this.MyArray['id']['title'] = qData['items'][j]['title'];
        this.MyArray['id']['creator']  = qData['items'][j]['creator'];
        this.MyArray['id']['term_count']  = qData['items'][j]['term_count'];
        this.MyArray['id']['has_images'] = qData['items'][j]['has_images'];
    
        }
    }
    

    Now I forgot the code of this function which plots the data in the table of qData, but I know qData table is valid and that it has the information I need.

    My problem is the following:

    Error #1056: Cannot create property title on Number.
    

    that occurs on this line:

    this.MyArray['id']['title'] = qData['items'][j]['title'];
    

    I have google would be around, but cant figure try it as Google results say it has to do with the attempt to write in a private variable.  If you look at the decleration of class variable, you can see that I explicitly did PUBLIC.

    Please help me!

    (Thanks!)

    Hey,.

    I don't think you saw my second edition. Here is the code:

    private function onComplete(e:Event){
    
     trace("JsonApi (onComplete) => Alive!"); MyArray = new Array(); trace("JsonApi (onComplete) => Array Made!");
    
     // get the data from the loader var loader:URLLoader = URLLoader(e.target);
    
     // we get errors here, so instead of Array type, must call it Object type
    
     var qData:Object = JSON.decode(loader.data, false);
    
    // for debugging, go through arrays to get the info we need for (var j:String in qData['items']) {
    
      trace("JsonApi (parsing) --> J is now: " + j );
    
      // get the ID from the sub array  var id:int = qData['items'][j]['id']; this.MyArray[id] = new Object();   // then fill in the rest of the data  this.MyArray[id]['title'] = qData['items'][j]['title'];  this.MyArray[id]['creator']  = qData['items'][j]['creator']; this.MyArray[id]['term_count']  = qData['items'][j]['term_count'];   this.MyArray[id]['has_images'] = qData['items'][j]['has_images'];
    
      }}
    

    Copy and paste what it is and see if you get any change in the result. you always use the id as a string but use as the variable id with no quotes and remember to set up the table to a new object, so there dynamic fields. Good luck!

  • Windows 8 yourself run printer HP Deskjet 1056?

    Original title: printer 1056

    a windows mobile 8 can be connected to a printer hpdeskjet1056

    Hi Fredy,

    Welcome to the Microsoft Community forums.

    Yes, HP Deskjet 1056 is compatible with Windows 8.  You can go through the Windows Compatibility Center for more information by clicking on this link.

    In addition, there are Windows 8 drivers available for this printer:

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?OS=4131&LC=en&cc=us&DLC=en&sw_lang=&product=5279942#n177

    See the article on how to install a printer on Windows 8.

    Install a printer

    http://Windows.Microsoft.com/en-us/Windows/install-printer#install-printer=Windows-8

    Hope this information helps. If you have more questions, we will be happy to help you.

  • ReferenceError: Error #1056: cannot create gameOverMenu property on game. -pls help :(

    ReferenceError: Error #1056: cannot create gameOverMenu property on game.

    at flash.display::Sprite/constructChildren()

    at flash.display::Sprite()

    at flash.display::MovieClip()

    at Game()***************************:16]

    Cannot display the source code at this location.

    ~~~~~~~~~~~~~~~~

    Code Game.As:

    package {}

    import flash.display.MovieClip;

    import flash.events.Event;

    import flash.utils.Timer;

    import flash.text.TextField;

    import flash.text.TextFormat;

    Game/public class extends MovieClip {}

    public static var character: MovieClip;

    public static var enemyTimer:Timer;

    public static var scoreText:TextField;

    public static var score: Number;

    public static var healthMeter:HealthMeter;

    public static var gameOverMenu:GameOverMenu;

    public void Game() {}

    Key.Initialize (internship);

    character = new Character();

    addChild (character);

    enemyTimer = new Timer (1000);

    enemyTimer.addEventListener ("timer", sendEnemy);

    enemyTimer.start ();

    var scoreFormat = new TextFormat ("Alexandrian MS", 20, 0xFFFFFF);

    scoreText = new TextField();

    scoreText.defaultTextFormat = scoreFormat;

    scoreText.x = 290;

    scoreText.text is a String (0);.

    addChild (scoreText);

    healthMeter = new HealthMeter();

    addChild (healthMeter);

    healthMeter.x = 10;

    healthMeter.y = 10;

    gameOverMenu = new GameOverMenu();

    gameOverMenu.x = 300;

    gameOverMenu.y = 150;

    addChild (gameOverMenu);

    gameOverMenu.visible = false;

    gameOverMenu.playAgainButton.addEventListener ("mouseDown", newGame);

    resetScore();

    }

    function sendEnemy (e: Event) {}

    enemy of the var = new Enemy();

    stage.addChild (enemy);

    }

    public static function updateScore (points) {}

    score +=;

    scoreText.text = String (score);

    }

    public static function resetScore() {}

    score = 0;

    scoreText.text = String (score);

    }

    function newGame (e: Event) {}

    gameOverMenu.visible = false;

    Character.Visible = true;

    Character.x = 300;

    Character.y = 150;

    character.takeDamage(-character.maxHealth);

    character.addEventListener ("enterFrame", character.move);

    resetScore();

    enemyTimer.start ();

    }

    public static function gameOver() {}

    gameOverMenu.visible = true;

    enemyTimer.stop ();

    for (var i in Enemy.list) {}

    Enemy.list [i]. Kill();

    }

    }

    }

    }

    I don't see a problem with your code, but, of course, I can't tell if you really have a class named GameOverMenu in your class path.  and I see no reason for all static variables/functions.

  • Error #1056: Could not create property 0 String.

    I found similar to this subject positions but could not find my situation.

    I have 2 tables, one is filled earlier in the program by entries of the user in the following format:

    VideoArray [0]: Nothing

    VideoArray [1]: [object]

    VideoArray [1] [0]: String (this string is registration by the user in a text field)

    VideoArray [1] [1]: String (this string is registration by the user in a text field)

    Then, it follows the pattern of user input:

    [2]: object

    [2] [0]: string

    [2] [1]: string

    [3]

    [3] [0]

    [3] [1]

    ... Repeat for as long as the user enters data.

    I try to copy the data in another table by using a series of loops since I won't know how many sets of data from user input. I need not the object data in the new table. The new array (InfoArray) will be structured as follows:

    InfoArray [0]: String

    InfoArray [1]: number

    InfoArray [2]: Nothing

    InfoArray [2] [0]: VideoArray [1] [0]

    InfoArray [2] [1]: VideoArray [1] [1]

    InfoArray [3] [0]: VideoArray [2] [0]

    InfoArray [3] [1]: VideoArray [2] [1]

    .. Repeat until all the data is copied.

    I do this with the following:


    ArrayCount = VideoArray.length + QuestionArray.length + 2



    for (var i: int = 0; i < = ArrayCount; i ++)



    {




    If (i == 0)




    {





    InfoArray [i] = ModuleName;




    } else




    {





    If (I == 1)






    {







    InfoArray [i] = Number_Of_Videos;





    } else






    {







    If (I < = Number_Of_Videos + 2)






    {







    InfoArray [i] = [];






    for (var j: int = 0; j < = 1; j ++)






    {







    trace ("I =" + i);






    trace ("j =" + j);






    trace ("VideoArray [i-1] [j]:" + VideoArray [i-1] [j]);






    InfoArray [i] = ' video: '; "
    Line 272




    InfoArray [i] [j] is VideoArray [i-1] [j];.





    }





    } else






    {

    (don't know why he copied the code like this, I couldn't find a button "Insert code")

    When I run it, I get my tracks and the error:

    I have = 2

    j = 0

    VideoArray [i-1] [j]: v1

    ReferenceError: Error #1056: cannot create property 0 String.

    at BWSModuleGenerator_fla::MainTimeline/Compile_Info() [BWSModuleGenerator_fla. [MainTimeline: frame1:272]

    Ive never gotten this error before and im not sure what is wrong with my code.

    Thanks for any help.

    It's a little confusing trying to follow your data storage scheme and that could be a big part of the problem, but for two lines show you...

    InfoArray [i] = ' video: '; "

    InfoArray [i] [j] is VideoArray [i-1] [j];.

    If the first is a string, the second cannot be an element of a table if that is the intention.  It seems that the compiler considers to try to target a property from a string using the notation of support where the [j] at the end is interpreted as a property, not an index of an array.

  • RefrenceError: Error #1056

    Hello

    I'm trying to assign a number to a property of object and I get the following error:

    ReferenceError: Error #1056: cannot create the choice of the property to the string. .. Main.as:791 .in

    Line 791 is: customClass.redirectionUnre.choice = 2;

    Before I try to replace the property, it is a string ('2' instead of 2). Is how important it? If so, should what solution I use?

    unless your customClass instance is a singleton, you probably use the customClass various bodies to set redirectionUnre.

  • Error 1056 and image on top of image problem

    I'm trying to put a button on the screen and rotate when mouse_over (which will be one of the buttons of mutiple with different instance names.) The code I wrote is to put 2 colorwheels on the screen, one above the other, I can see the bottom turn, but I can't seem to understand why he is the top.

    But then, I get an error code message 1056 with no compilation error when I smile on the dial: ReferenceError: Error #1056: cannot create builtin.as$ 0.MethodClosure rotation property.
    to fl.transitions::Tween/setPosition()
    to fl.transitions::Tween / set position()
    to fl.transitions::Tween()
    to Colorwheel / rotateKids)

    I am fairly new to as3 so thanks for your patience!  I tried to figure this out for days!  I guess I have to import a class, but don't know what.

    Here is my code

    Import fl.transitions.Tween;
    Fl.transitions.easing import. *;
    import flash.events.Event;

    static_mc. Play();

    var kids_btn = new Cwcopy_mc;
    addChild (kids_btn);
    kids_btn.x = 745,1;
    kids_btn.y = 122.2;
    kids_btn. Height = 100;
    kids_btn. Width = 100;
    kids_btn.addEventListener (MouseEvent.MOUSE_OVER, rotateKids);
    function rotateKids(e:MouseEvent):void {}
    var spin: Tween = new Tween (rotateKids, "rotation", Strong.easeInOut, 0, 360, 5, true);
    }

    You must specify the target object in the Tween code, not the function call...

    var spin: Tween = new Tween (kids_btn, "rotation", Strong.easeInOut, 0, 360, 5, true);

    Once you change it, see what other kicks, if anything.

  • Working Cocomo/CAA app now survey error #1056

    See below the detailed error - ideas?

    Thank you

    Rick

    =================

    ReferenceError: Error #1056: cannot create isRTMFP of the com.adobe.rtc.sharedManagers.descriptors.UserDescriptor property.
    at com.adobe.rtc.sharedManagers::UserManager/onSynchronizationChange() [C:\work\main\connect\ cocomo\src\com\adobe\rtc\sharedManagers\UserManager.as:765]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    to com.adobe.rtc.sharedModel::CollectionNode/ http://www.adobe.com/2006/connect/cocomo/messaging/internal:setIsSynchronized () [C:\work\m ain\connect\cocomo\src\com\adobe\rtc\sharedModel\CollectionNode.as:664 ]
    at com.adobe.rtc.messaging.manager::MessageManager/receiveAllSynchData() [C:\work\main\connec t\cocomoPlayer10\src\com\adobe\rtc\messaging\manager\MessageManager.as:783]
    to com.adobe.rtc.messaging.manager::MessageManager/ http://www.adobe.com/2006/connect/cocomo/messaging/internal:receiveItems () [C:\work\main\c onnect\cocomoPlayer10\src\com\adobe\rtc\messaging\manager\MessageManager.as:539 ]
    at com.adobe.rtc.session.managers::SessionManagerBase/receiveItems() [C:\work\main\connect\co comoPlayer10\src\com\adobe\rtc\session\managers\SessionManagerBase.as:374]

    Figured it out. Mixed references to the new swf AFCS and the old swf Cocomo.

  • ReferenceError: Error #1056:

    We get this error when this class is instantiated. It is implemented in my FLA as the document class:

    ReferenceError: Error #1056: cannot create tab0 property classes.tagwidget.TagWidget.
    at classes.tagwidget::TagWidget/::addTabs()
    at classes.tagwidget::TagWidget$iinit()

    You must declare your dynamic class:

    / public dynamic class TagWidget extends MovieClip
    {
    }

  • HP Deskjet 1056 (all-in-one) do not print all of a sudden

    Thank you in advance for your answers and direction.

    For some reason, I could not get my PC to print at all (no test do pages either). I just rebuilt my PC with Windows 7, I have done this literally 100 times before and have never encountered this dilemma. I installed the software from the manufacturer's Cd, all right. Installation was made initially with the USB unplugged and then plugged when requested by the software. Each attempt to print (including test pages) sends in Quebec City and then times out with a non-specific error. I used the printer software HP and doctor Scan and sometimes (I tried 4 times) it will be just "hang" on the field "communication with the device. Other times it crashes through showing all green checkmarks in this software not showing no conflict (this is while I try to print a test with no results page). I downloaded what I believe to be the latest drivers from HP (DJ1050_J410_1313). After you have uninstalled the original software CD, I installed the new drivers in the same way with still no joy. The last known response seen on my PC was the "door" was closed and had to be opened to print (it was the announcement several days ago). So, I seem to be communication, when I opened the inner door to access the ink cartridges during printing, the HP software warning me to close the doors to continue printing done burst upward (which was just my attempt at troubleshooting if there is a communication between the printer and my PC). I tried printing, Outlook, Word, Notepad, HP software, email (online) all with the same events that results. My printer is set by default. Also set on USB001 Virtual Print Driver with my usb port (how hard, it is connected to my PC). I have tried to change the main usb wire with another, still communication, but not printing. I'm not completely PC illiterate, but I have to admit no small degree of frustration and loss of meaning.

    Any help would be greatly appreciated.

    I tried just a drain of my registry to verify there is no conflict with drivers or double entries and found nothing. Cleaned all register the same and attempt to print a Word document and still the same results.

    I realized I should explain some of the other things I've tried: restart the PC (twice). Restart the print spooler in Services. Back by unplugging the power cord and wait 15 seconds to connect.  Dance a jig, walk around my chair... everything you can think back on this printer (well... maybe not that extreme, it feels just like that)

    Thank you once again

    Hi @mrewho

    I know that this can be a frustrating experience, I'm happy to work through it with you. In a first time ice it seems you have done everything but yell at the Moon, I mean you did a jig, that should do the trick!

    You have the printer USB cable connected to a 2.0 or a 3.0 on the computer port? I'm sure you know the difference, but for the other members of the community who may refer to our conversation of help, here's an image to see what to look for;

    3.0 ports are supposed to be backwards compatible, but I've seen problems occur when they are used for printers.

    If you are already connected to a 2.0 port we can try something else, I don't think not that you tried again, the printer Installation Wizard. I know that you have uninstalled and reinstalled several times between the jigs and indirect Chair, but have you tried the printer Install Wizard (PIW)?

    If no, please uninstall your software again, then remove the server properties if driver is have not deleted during the uninstallation, then use the PIW.

    1. The new software - uninstall the printer software Instructions
    2. 1. in the folder "devices and printers".

      2. choose "print server properties.

      • Win XP - with no printer selected, click 'File' then 'server properties '.
      • Windows Vista - with no printer selected, press 'Alt' and then click 'file' then 'server properties '.
      • Windows 7/8 and 8.1 - Select any printer in the "Devices and printers" folder and click on "Print server properties" above.

      3. click on the "Drivers" tab at the top of the window "properties of the print server.

      4. choose the printer that you want to uninstall, and then click 'remove '.

      5. choose "Remove driver only.

    6. the next screen will give a warning, letting you know that the removal of the driver package will remove it from the system. Click 'Yes' to say are you sure you want to do.

  • Download and run the HP printer install wizard for Windows
  • Please go back to let me know if that fixes the problem, thanks. Fingers crossed!

  • Safari crashes often

    MacBook Air running OSX 10.9.5

    My safari blocks a dozen times a day or two. I looked around and may not know what the problem is. For the sake of posterity, I'm pasting my latest report of accident below. Would be grateful if someone could help understand me what is happening.

    Thank you

    Process: com.apple.WebKit.WebContent [751]

    Path: /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/XPCServices /com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent

    ID: com.apple.WebKit.WebContent

    Version: 9601 (9601.7.8)

    Generation information: WebKit2-7601007008000000 ~ 2

    Code type: X 86-64 (Native)

    Parent process:? [1]

    Responsible: Safari [745]

    User ID: 501

    Date/time: 2016-10-07 13:25:56.884-0400

    OS version: Mac OS X 10.9.5 (13F1911)

    Report Version: 11

    Anonymous UUID: FD8C1ACA-7667-910B-7C5F-6E4B62FCDC4E

    Sleep/wake UUID: D89A8E62-988F-4BDE-A252-ABFFBC78DF09

    Crashed thread: 0 dispatch queue: com.apple.main - wire

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Exception codes: KERN_INVALID_ADDRESS at 0 x 0000010245850051

    VM regions near 0 x 10245850051:

    WebKit Malloc 0000000307400000-0000000308400000 [16.0 M] rw-/ rwx SM = PRV

    ->

    JS JIT generated code 000032ebd0e00000-000032ebd0e01000 [4K]-/ rwx SM = NULL

    Request for clarification:

    Class controller Bundle:

    BrowserBundleController

    Process model:

    Several Web process

    Thread 0 crashed: Dispatch queue: com.apple.main - wire

    0 com.apple.JavaScriptCore 0x000000010f9d4b75 JSC::WeakBlock:visit(JSC::HeapRootVisitor&) + 117

    1 com.apple.JavaScriptCore 0x000000010f9d495b JSC::VisitWeakSet:ReturnType JSC::MarkedSpace:forEachBlock < JSC::VisitWeakSet >(JSC::VisitWeakSet&) + 763

    2 com.apple.JavaScriptCore 0x000000010f9d4651 JSC::MarkedSpace:visitWeakSets(JSC::HeapRootVisitor&) + 145

    3 com.apple.JavaScriptCore 0x000000010fd7ac6a JSC::Heap:visitWeakHandles(JSC::HeapRootVisitor&) + 106

    4 com.apple.JavaScriptCore 0x000000010fd7a795 JSC::Heap:markRoots(double,_void*,_void*,_int_(&) [37]) + 885

    5 com.apple.JavaScriptCore 0x000000010fd7b582 JSC::Heap:collectImpl(JSC::HeapOperation,_void*,_void*,_int_(&) [37]) + 530

    6 com.apple.JavaScriptCore 0x000000010fd7b33d JSC::Heap:collect (JSC::HeapOperation) + 93

    7 com.apple.JavaScriptCore 0x000000010fbb3bc7 JSC::GCActivityCallback::doWork() + 135

    8 com.apple.JavaScriptCore 0x000000010f9d16b2 JSC::HeapTimer:timerDidFire(__CFRunLoopTimer*,_void*) + 178

    com.apple.CoreFoundation 0x00007fff8c96a3e4 9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20

    10 com.apple.CoreFoundation 0x00007fff8c969f1f __CFRunLoopDoTimer + 1151

    11 com.apple.CoreFoundation 0x00007fff8c9db5aa __CFRunLoopDoTimers + 298

    12 com.apple.CoreFoundation 0x00007fff8c9256a5 __CFRunLoopRun + 1525

    13 com.apple.CoreFoundation 0x00007fff8c924e75 CFRunLoopRunSpecific + 309

    14 com.apple.HIToolbox 0x00007fff8f9f4a0d RunCurrentEventLoopInMode + 226

    15 com.apple.HIToolbox 0x00007fff8f9f47b7 ReceiveNextEventCommon + 479

    16 com.apple.HIToolbox 0x00007fff8f9f45bc _BlockUntilNextEventMatchingListInModeWithFilter + 65

    17 com.apple.AppKit 0x00007fff8ae1024e _DPSNextEvent + 1434

    18 com.apple.AppKit 0x00007fff8ae0f89b-[NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 122

    19 com.apple.AppKit 0x00007fff8ae0399c-[NSApplication run] + 553

    20 com.apple.AppKit 0x00007fff8adee783 NSApplicationMain + 940

    21 com.apple.XPCService 0x00007fff937e1c0f _xpc_main + 385

    22 libxpc.dylib 0x00007fff8bc23bde xpc_main + 399

    23 com.apple.WebKit.WebContent 0x000000010f0c6b40 0x10f0c6000 + 2880

    24 libdyld.dylib 0x00007fff8bc0f5fd start + 1

    Thread 1: dispatch queue: com.apple.libdispatch - Manager

    0 libsystem_kernel.dylib 0x00007fff8763d662 kevent64 + 10

    1 libdispatch.dylib 0x00007fff89fb9421 _dispatch_mgr_invoke + 239

    2 libdispatch.dylib 0x00007fff89fb9136 _dispatch_mgr_thread + 52

    Thread 2:

    0 libsystem_kernel.dylib 0x00007fff87638a1a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff87637d18 mach_msg + 64

    2 com.apple.CoreFoundation 0x00007fff8c925f15 __CFRunLoopServiceMachPort + 181

    3 com.apple.CoreFoundation 0x00007fff8c925539 __CFRunLoopRun + 1161

    4 com.apple.CoreFoundation 0x00007fff8c924e75 CFRunLoopRunSpecific + 309

    5 com.apple.AppKit 0x00007fff8afb005e _NSEventThread + 144

    6 libsystem_pthread.dylib 0x00007fff8a6ba899 _pthread_body + 138

    7 libsystem_pthread.dylib 0x00007fff8a6ba72a _pthread_start + 137

    8 libsystem_pthread.dylib 0x00007fff8a6befc9 thread_start + 13

    3 wire: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff8763c716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff8a6bcc3b _pthread_cond_wait + 727

    2 libc ++.1.dylib 0x00007fff882b8d43 std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x000000010f9d25e2 JSC::SlotVisitor:drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 450

    4 com.apple.JavaScriptCore 0x000000010f9c6d5a JSC::GCThread::gcThreadMain() + 74

    5 com.apple.JavaScriptCore 0x000000010f9bce83 *: threadEntryPoint(void*) + 179

    6 com.apple.JavaScriptCore 0x000000010f9bcdaf *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff8a6ba899 _pthread_body + 138

    8 libsystem_pthread.dylib 0x00007fff8a6ba72a _pthread_start + 137

    libsystem_pthread.dylib 9 0x00007fff8a6befc9 thread_start + 13

    Thread 4: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff8763c716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff8a6bcc3b _pthread_cond_wait + 727

    2 libc ++.1.dylib 0x00007fff882b8d43 std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x000000010f9d25e2 JSC::SlotVisitor:drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 450

    4 com.apple.JavaScriptCore 0x000000010f9c6d5a JSC::GCThread::gcThreadMain() + 74

    5 com.apple.JavaScriptCore 0x000000010f9bce83 *: threadEntryPoint(void*) + 179

    6 com.apple.JavaScriptCore 0x000000010f9bcdaf *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff8a6ba899 _pthread_body + 138

    8 libsystem_pthread.dylib 0x00007fff8a6ba72a _pthread_start + 137

    libsystem_pthread.dylib 9 0x00007fff8a6befc9 thread_start + 13

    Slide 5: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff8763c716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff8a6bcc3b _pthread_cond_wait + 727

    2 libc ++.1.dylib 0x00007fff882b8d43 std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x000000010f9d25e2 JSC::SlotVisitor:drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 450

    4 com.apple.JavaScriptCore 0x000000010f9c6d5a JSC::GCThread::gcThreadMain() + 74

    5 com.apple.JavaScriptCore 0x000000010f9bce83 *: threadEntryPoint(void*) + 179

    6 com.apple.JavaScriptCore 0x000000010f9bcdaf *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff8a6ba899 _pthread_body + 138

    8 libsystem_pthread.dylib 0x00007fff8a6ba72a _pthread_start + 137

    libsystem_pthread.dylib 9 0x00007fff8a6befc9 thread_start + 13

    Wire 6: WebCore: scrolling

    0 libsystem_kernel.dylib 0x00007fff87638a1a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff87637d18 mach_msg + 64

    2 com.apple.CoreFoundation 0x00007fff8c925f15 __CFRunLoopServiceMachPort + 181

    3 com.apple.CoreFoundation 0x00007fff8c925539 __CFRunLoopRun + 1161

    4 com.apple.CoreFoundation 0x00007fff8c924e75 CFRunLoopRunSpecific + 309

    5 com.apple.CoreFoundation 0x00007fff8c9da811 CFRunLoopRun + 97

    6 com.apple.WebCore 0x00000001101f7934::ScrollingThread::initializeRunLoop() + 244 WebCore

    7 com.apple.JavaScriptCore 0x000000010f9bce83 *: threadEntryPoint(void*) + 179

    8 com.apple.JavaScriptCore 0x000000010f9bcdaf *: wtfThreadEntryPoint(void*) + 15

    libsystem_pthread.dylib 9 0x00007fff8a6ba899 _pthread_body + 138

    10 libsystem_pthread.dylib 0x00007fff8a6ba72a _pthread_start + 137

    11 libsystem_pthread.dylib 0x00007fff8a6befc9 thread_start + 13

    Slide 7: com.apple.NSURLConnectionLoader

    0 libsystem_kernel.dylib 0x00007fff87638a1a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff87637d18 mach_msg + 64

    2 com.apple.CoreFoundation 0x00007fff8c925f15 __CFRunLoopServiceMachPort + 181

    3 com.apple.CoreFoundation 0x00007fff8c925539 __CFRunLoopRun + 1161

    4 com.apple.CoreFoundation 0x00007fff8c924e75 CFRunLoopRunSpecific + 309

    5 com.apple.Foundation 0x00007fff8e566f87 + [NSURLConnection (Loader) _resourceLoadLoop:] + 348

    6 com.apple.Foundation 0x00007fff8e566d8b __NSThread__main__ + 1318

    7 libsystem_pthread.dylib 0x00007fff8a6ba899 _pthread_body + 138

    8 libsystem_pthread.dylib 0x00007fff8a6ba72a _pthread_start + 137

    libsystem_pthread.dylib 9 0x00007fff8a6befc9 thread_start + 13

    : 8 DFG Worklist Worker Thread from the

    0 libsystem_kernel.dylib 0x00007fff8763c716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff8a6bcc3b _pthread_cond_wait + 727

    2 com.apple.JavaScriptCore 0x000000010fcf0ccb JSC::DFG:Worklist:runThread(JSC::DFG::ThreadData*) + 235

    3 com.apple.JavaScriptCore 0x000000010f9bce83 *: threadEntryPoint(void*) + 179

    4 com.apple.JavaScriptCore 0x000000010f9bcdaf *: wtfThreadEntryPoint(void*) + 15

    5 libsystem_pthread.dylib 0x00007fff8a6ba899 _pthread_body + 138

    6 libsystem_pthread.dylib 0x00007fff8a6ba72a _pthread_start + 137

    7 libsystem_pthread.dylib 0x00007fff8a6befc9 thread_start + 13

    : 9 FTL Worklist Worker Thread from the

    0 libsystem_kernel.dylib 0x00007fff8763c716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff8a6bcc3b _pthread_cond_wait + 727

    2 com.apple.JavaScriptCore 0x000000010fcf0ccb JSC::DFG:Worklist:runThread(JSC::DFG::ThreadData*) + 235

    3 com.apple.JavaScriptCore 0x000000010f9bce83 *: threadEntryPoint(void*) + 179

    4 com.apple.JavaScriptCore 0x000000010f9bcdaf *: wtfThreadEntryPoint(void*) + 15

    5 libsystem_pthread.dylib 0x00007fff8a6ba899 _pthread_body + 138

    6 libsystem_pthread.dylib 0x00007fff8a6ba72a _pthread_start + 137

    7 libsystem_pthread.dylib 0x00007fff8a6befc9 thread_start + 13

    : 10 FTL Worklist Worker Thread from the

    0 libsystem_kernel.dylib 0x00007fff8763c716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff8a6bcc3b _pthread_cond_wait + 727

    2 com.apple.JavaScriptCore 0x000000010fcf0ccb JSC::DFG:Worklist:runThread(JSC::DFG::ThreadData*) + 235

    3 com.apple.JavaScriptCore 0x000000010f9bce83 *: threadEntryPoint(void*) + 179

    4 com.apple.JavaScriptCore 0x000000010f9bcdaf *: wtfThreadEntryPoint(void*) + 15

    5 libsystem_pthread.dylib 0x00007fff8a6ba899 _pthread_body + 138

    6 libsystem_pthread.dylib 0x00007fff8a6ba72a _pthread_start + 137

    7 libsystem_pthread.dylib 0x00007fff8a6befc9 thread_start + 13

    : 11 FTL Worklist Worker Thread from the

    0 libsystem_kernel.dylib 0x00007fff8763c716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff8a6bcc3b _pthread_cond_wait + 727

    2 com.apple.JavaScriptCore 0x000000010fcf0ccb JSC::DFG:Worklist:runThread(JSC::DFG::ThreadData*) + 235

    3 com.apple.JavaScriptCore 0x000000010f9bce83 *: threadEntryPoint(void*) + 179

    4 com.apple.JavaScriptCore 0x000000010f9bcdaf *: wtfThreadEntryPoint(void*) + 15

    5 libsystem_pthread.dylib 0x00007fff8a6ba899 _pthread_body + 138

    6 libsystem_pthread.dylib 0x00007fff8a6ba72a _pthread_start + 137

    7 libsystem_pthread.dylib 0x00007fff8a6befc9 thread_start + 13

    12 wire:

    0 libsystem_kernel.dylib 0x00007fff8763ce6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8a6bbf08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x00007fff8a6befb9 start_wqthread + 13

    Line 13:

    0 libsystem_kernel.dylib 0x00007fff8763ca3a __semwait_signal + 10

    1 libsystem_c.dylib 0x00007fff8da8bdcc nanosleep + 200

    2 libc ++.1.dylib 0x00007fff882f6b38 std::__1:this_thread:sleep_for(std::__1::chrono::duration<long_long,_std::__1::ratio<1l,_1000000000l>_>_const&) + 75

    3 com.apple.JavaScriptCore 0x000000010ff86bdd bmalloc::waitUntilFalse (std::__1:unique_lock < bmalloc::StaticMutex > & < < 1 l, 1000 l > > std::__1:chrono:duration long, std::__1:ratio, bool &) + 141

    4 com.apple.JavaScriptCore 0x000000010ff868ff bmalloc::Heap:scavenge(std::__1::unique_lock<bmalloc::StaticMutex>&,_std::__1::chrono::duration<long_long,_std::__1::ratio<1l,_1000l>_>) + 47

    5 com.apple.JavaScriptCore 0x000000010ff86724 bmalloc::Heap::concurrentScavenge() + 68

    6 com.apple.JavaScriptCore 0x000000010ff8817d bmalloc::AsyncTask < bmalloc::Heap, Sub (bmalloc::Heap::*)() >: entryPoint() + 93)

    7 com.apple.JavaScriptCore 0x000000010ff88119 bmalloc::AsyncTask < bmalloc::Heap, Sub (bmalloc::Heap::*)() >: pthreadEntryPoint(void*) + 9)

    8 libsystem_pthread.dylib 0x00007fff8a6ba899 _pthread_body + 138

    libsystem_pthread.dylib 9 0x00007fff8a6ba72a _pthread_start + 137

    10 libsystem_pthread.dylib 0x00007fff8a6befc9 thread_start + 13

    Thread 14:

    0 libsystem_kernel.dylib 0x00007fff8763ce6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8a6bbf08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x00007fff8a6befb9 start_wqthread + 13

    Thread 0 crashed with X 86 State of Thread (64-bit):

    Rax: rbx 0x0 0000800000001880: x 0000000000000000 rcx: 0 x 0000080000000188 rdx: 0 x 0000000245850000

    RDI: 0 x 0000000000000000 rsi: 0 x 0000010000000031 PBR: RER 0x00007fff50b36b50: 0x00007fff50b36b20

    R8: 0x0000000000001fff r9: 0x0000000216c3c000 r10: 0x000000012cce8000 r11: 0x000000007e083ea2

    R12: 0x000000024c2f1000 r13: 0x000000024c2f1030 r14: r15 x 0 0000000000000270: 0x000000011547f8b0

    RIP: 0x000000010f9d4b75 rfl: 0 x 0000000000010206 cr2: 0 x 0000010245850051

    Logical CPU: 2

    Error code: 0 x 00000004

    Trap number: 14

    Binary images:

    0x10f0c6000 - 0x10f0c6ff8 com.apple.WebKit.WebContent (9601 - 9601.7.8) /com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/XPCServices < BF44ABC5-2969-37F0-8FCA-BECA4F24D17C >

    0x10f0ce000 - 0x10f0cefff (7601.7.8) WebProcessShim.dylib < 213AF1FB-7C56-33E4-960C-8661F68B466D > /System/Library/StagedFrameworks/Safari/WebKit.framework/WebProcess.app/Content s/MacOS/WebProcessShim.dylib

    0x10f0d8000 - 0x10f3f3ff4 com.apple.WebKit (9601 - 9601.7.8) /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit < 2740610F-8CB1-34B8-915A-532731155F1B >

    0x10f768000 - 0x10f8b0ff3 com.apple.WebKitLegacy (9601 - 9601.7.8) tLegacy /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi < DBF684B0-1E46-36D0-90C0-BF7780D0389A >

    0x10f9b9000 - 0x10ffeaff8 com.apple.JavaScriptCore (9601 - 9601.7.8) aScriptCore /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav < 4A46BCF0-40F8-32A0-8871-9946CA007E9C >

    0 x 110190000 - 0x11111eff8 com.apple.WebCore (9601 - 9601.7.5) /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore < 8C50A89A-0F17-3134-8520-FAE03CF7A87A >

    0x113d5c000 - 0x113d5cfff com.apple.WebKit2 (9601 - 9601.7.8) /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2 < E9EC2849-F086-3608-A4DF-D7D7572B08EE >

    0x113e81000 - 0x113e93ff7 com.apple.webcontentfilter.framework /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys < 8F64D241-31D0-36DF-B109-D80AAA49A16A > (5.1 - 5.1) is

    0x113fed000 - 0x113ff1ffd com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f7) < 61937EC9-7F0C-37F3-8BFF-466184B39C63 > /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn

    0 x 114187000 - 0x1141a7ff3 (599.35.15) libPDFRIP.A.dylib < C6B08C96-6591-37DA-BC83-121B25D9434A > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRI P.A.dylib

    0x1141f9000 - 0x1141faff0 ATSHI.dylib (363,6) < 8C9966A9-D85C-364E-8DC2-A49A696A55AD > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib

    0 x 115800000 - 0x115d18ff3 com.apple.Safari.framework (9537 - 9537.86.7.8) /System/Library/StagedFrameworks/Safari/Safari.framework/Safari < D891D48F-E837-3017-A0C9-BF6C1A3AF68D >

    0x1198fe000 - 0x119d33ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.28.37 - 8.2.8) /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac < 828EA701-E30F-353B-A731-A9A2D2DB9C29 > OS/AppleIntelHD5000GraphicsGLDriver

    0 x 127400000 - 0x127d63feb (7601.7.8) libllvmForJSC.dylib < 3C730B64-F855-32E2-992B-C8D37B24705C > /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Libraries/libl lvmForJSC.dylib

    0x7fff677ff000 - 0x7fff67832887 dyld (239,5) < 1D3130FE-FE7E-3C4C-8E74-EB51895B6BA5 >/usr/lib/dyld

    0x7fff85ddc000 - 0x7fff85dddff7 libSystem.B.dylib (1197.1.1) < 72A98ACC-7606-3AD5-82AF-02D4EBBD4F02 > /usr/lib/libSystem.B.dylib

    0x7fff865e0000 - 0x7fff865e8ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) < 98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition

    0x7fff865e9000 - 0x7fff8661effc com.apple.LDAPFramework (2.4.28 - 194,5) < 5E501783-06E8-390C-AF34-A7FAD402F3E6 > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x7fff8661f000 - 0x7fff86637ff7 com.apple.GenerationalStorage (2.0 - 160, 3) < 64749B08-0212-3AC8-9B49-73D662B09304 > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

    0x7fff86a41000 - 0x7fff86a5cff7 libCRFSuite.dylib (34) < FFAE75FA-C54E-398B-AA97-18164CD9789D > /usr/lib/libCRFSuite.dylib

    0x7fff86a5d000 - 0x7fff86a6eff7 libz.1.dylib (53) < 42E0C8C6-CA38-3CA4-8619-D24ED5DD492E > /usr/lib/libz.1.dylib

    0x7fff86a6f000 - 0x7fff86a96ff7 libsystem_network.dylib (241,4) < 0D630D53-C772-3EC5-8257-EFB0ACCE3153 > /usr/lib/system/libsystem_network.dylib

    0x7fff86a97000 - 0x7fff86b9eff7 com.apple.ImageIO.framework (3.3.0 - 1052) < 6BFA69B9-A607-39BC-B302-E2E92E5BC7F3 > /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fff870a6000 - 0x7fff870b8ff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) ouchSupport /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit < 38262B92-C63F-35A0-997D-AD2EBF2F8338 >

    0x7fff870b9000 - 0x7fff87142fff com.apple.ColorSync (4.9.0 - 4.9.0) < B756B908-9AD1-3F5D-83F9-7A0B068387D2 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync

    0x7fff8751f000 - 0x7fff87582ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) < 339A2A90-DA25-33AF-88E5-2FB38A758FEE > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi setting

    0x7fff87583000 - 0x7fff875b4ff7 libtidy. A.dylib (15.12) < BF757E3C-733A-3B6B-809A-A3949D46466E >/usr/lib/libtidy. A.dylib

    0x7fff875b5000 - 0x7fff875b7fff libCVMSPluginSupport.dylib (9.6.5) < 9DE29AD9-5F59-3B9B-899C-4DED190CB817 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

    0x7fff875e5000 - 0x7fff8760cffb (449.1.4) libsystem_info.dylib < 12CD9E42-8CEE-3A8D-B006-F8A6EB98804D > /usr/lib/system/libsystem_info.dylib

    0x7fff8760d000 - 0x7fff87626ff7 com.apple.Kerberos (< F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92 > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 3.0 - 1).

    0x7fff87627000 - 0x7fff87643ff7 (2422.115.15) libsystem_kernel.dylib < 34ABAF79-E147-3C34-B05D-46A566E689CC > /usr/lib/system/libsystem_kernel.dylib

    0x7fff87644000 - 0x7fff8764fff7 com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < C811E662-9EC3-3B74-808A-A75D624F326B > (5.0 - 5.0)

    0x7fff87650000 - 0x7fff8766bff7 libsystem_malloc.dylib (23.10.1) < A695B4E4-38E9-332E-A772-29D31E3F1385 > /usr/lib/system/libsystem_malloc.dylib

    0x7fff8766c000 - 0x7fff8766dfff libunc.dylib (28) < 62682455-1862-36FE-8A04-7A6B91256438 > /usr/lib/system/libunc.dylib

    0x7fff87728000 - 0x7fff8774dff7 com.apple.CoreVideo (1, 8 - 117.2) < 4674339E-26D0-35FA-9958-422832B39B12 > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fff8774e000 - 0x7fff8774fff7 com.apple.print.framework.Print (9.0 - 260) < EE00FAE1-DA03-3EC2-8571-562518C46994 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print

    0x7fff87d37000 - 0x7fff87d50ff7 com.apple.Ubiquity /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity < C7F1B734-CE81-334D-BE41-8B20D95A1F9B > (1.3 - 289)

    0x7fff87d51000 - 0x7fff87d7dff7 com.apple.framework.SystemAdministration (1.0 - 1.0) < E4CEA45A-A2D7-356F-BEC9-E7CB84487918 > /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration

    0x7fff87d89000 - 0x7fff87de4ffb com.apple.AE (665, 5-665, 6) < 9B17E7B7-D493-346A-827E-6DF1474E4977 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

    0x7fff87de5000 - 0x7fff87df8ff7 com.apple.AppContainer (3.0-1) < BD342039-430E-39FE-BC2D-8F97B557548E > /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r

    0x7fff87e5c000 - 0x7fff87ec2fff com.apple.framework.CoreWiFi (2.0 - 200.21.1) /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi < 5491896D-78C5-30B6-96E9-D8DDECF3BE73 >

    0x7fff87ec3000 - 0x7fff87ec3ffd com.apple.audio.units.AudioUnit /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit < 68B21135-55A6-3563-A3D6-3E692A7DEB7F > (1.10 - 1.10)

    0x7fff87ec4000 - 0x7fff882a5ffe libLAPACK.dylib (1094.5) < 7E7A9B8D-1638-3914-BAE0-663B69865986 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

    0x7fff882a6000 - 0x7fff882b1fff (2422.115.15) libkxld.dylib < 8850BC2B-EB64-3B0F-8047-DCC113021292 > /usr/lib/system/libkxld.dylib

    0x7fff882b2000 - 0x7fff88304fff libc ++.1.dylib (120) < 4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE > /usr/lib/libc++.1.dylib

    0x7fff8832e000 - 0x7fff883baff7 (10: 9-207) com.apple.ink.framework < 8A50B893-AD03-3826-8555-A54FEAF08F47 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

    0x7fff8847f000 - 0x7fff884aefd2 (3047.16) libsystem_m.dylib < B7F0E2E4-2777-33FC-A787-D6430B630D54 > /usr/lib/system/libsystem_m.dylib

    0x7fff884af000 - 0x7fff884edff7 libGLImage.dylib (9.6.5) < C242B319-6F4B-3FB3-8FCE-0B77424F0BED > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

    0x7fff88539000 - 0x7fff885acfff com.apple.securityfoundation (6.0 - 55122.3) < 0AFCF575-97C3-3458-A72E-39DA07804EB9 > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun Foundation

    0x7fff885ad000 - 0x7fff885e8fff com.apple.bom (14, 0-193, 1) < EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C > /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    0x7fff885e9000 - 0x7fff885f5ff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory < 383F96FF-1DF3-37E8-8540-03A697C873F6 >

    0x7fff885f6000 - 0x7fff88681ff7 (380.70.2) libCoreStorage.dylib < BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C > /usr/lib/libCoreStorage.dylib

    0x7fff88682000 - 0x7fff88699ffa libAVFAudio.dylib (32.2) < 52DA516B-DE79-322C-9E1B-2658019289D7 > /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib

    0x7fff88865000 - 0x7fff8894dfff libxml2.2.dylib (26.11) < 282EF071-71D7-3C56-9FFD-543F2A083F18 > /usr/lib/libxml2.2.dylib

    0x7fff8894e000 - 0x7fff88958ff7 com.apple.AppSandbox (< 9F27DC25-C566-3AEF-92D3-DCFE7836916D > /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 3.0 - 1).

    0x7fff88959000 - 0x7fff8898afff (111.1.6) libTrueTypeScaler.dylib < 82F16E1F-FBC6-30E4-9312-D8EED84BFCA1 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib

    0x7fff8898b000 - 0x7fff889d8ff2 com.apple.print.framework.PrintCore (9.0 - 428) < 8D8253E3-302F-3DB2-9C5C-572CB974E8B3 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore

    0x7fff889d9000 - 0x7fff88b75ff3 (1, 8-332, 4) com.apple.QuartzCore < CFB972D1-FA37-380C-9A47-2A67A84B7442 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x7fff88cab000 - 0x7fff88caefff libCoreVMClient.dylib (58.1) < EBC36C69-C896-3C3D-8589-3E9023E7E56F > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

    0x7fff88ea8000 - 0x7fff88f99ff9 libiconv.2.dylib (41) < BB44B115-AC32-3877-A0ED-AEC6232A4563 > /usr/lib/libiconv.2.dylib

    0x7fff88f9a000 - 0x7fff893e8fef com.apple.VideoToolbox /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox < AA4D613A-1066-3E85-8BE0-7806566652B4 > (1.0 - 1273.57)

    0x7fff893e9000 - 0x7fff89448fff com.apple.framework.CoreWLAN (4.3.3 - 433.48) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN < 1F17FA12-6E84-309D-9808-C536D445FA6E >

    0x7fff894d3000 - 0x7fff894defff libGPUSupportMercury.dylib (9.6.5) < 1E23BD90-2A15-30E9-9CDF-255D64D404D0 > /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib

    0x7fff894df000 - 0x7fff894e1ffb libutil.dylib (34) < DAC4A6CF-A1BB-3874-9569-A919316D30E8 > /usr/lib/libutil.dylib

    0x7fff894e2000 - 0x7fff8951bff7 (3, 50-298) com.apple.QD < C1F20764-DEF0-34CF-B3AB-AB5480D64E66 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

    0x7fff8951c000 - 0x7fff89521fff com.apple.DiskArbitration /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration < A4165553-770E-3D27-B217-01FC1F852B87 > (2, 6 - 2.6)

    0x7fff89522000 - 0x7fff8958ffff com.apple.SearchKit (1.4.0 - 1.4.0) < B9B8D510-A27E-36B0-93E9-17146D9E9045 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

    0x7fff89662000 - 0x7fff89669ffb (103.92.1) libcopyfile.dylib < CF29DFF6-0589-3590-834C-82E2316612E8 > /usr/lib/system/libcopyfile.dylib

    0x7fff8966a000 - 0x7fff89672ff3 (599.35.15) libCGCMS.A.dylib < 930BAB0B-2D3F-3C90-94D9-CB02C9967964 > System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS. A.dylib

    0x7fff8968f000 - 0x7fff89697fff libMatch.1.dylib (19) < 021293AB-407D-309A-87F5-8E782F46753E > /usr/lib/libMatch.1.dylib

    0x7fff89716000 - 0x7fff89758ff7 libauto.dylib (185,5) < F45C36E8-B606-3886-B5B1-B6745E757CA8 > /usr/lib/libauto.dylib

    0x7fff89759000 - 0x7fff8975cffa (599.35.15) libCGXType.A.dylib < B0C05D71-86AB-3B47-AFB6-368647BAE5FB > pe System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy. A.dylib

    0x7fff8975d000 - 0x7fff89782ff7 com.apple.ChunkingLibrary (2.0 - 155.1) < B845DC7A-D1EA-31E2-967C-D1FE0C628036 > /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking library

    0x7fff89831000 - 0x7fff8984fff7 com.apple.Accounts /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts < FEB37642-C973-3CD2-B279-142492266A16 > (113-113)

    0x7fff89850000 - 0x7fff89897ffb (127.0.1) libFontRegistry.dylib < F267F500-6E4A-3BE3-97C1-08AAA649E02E > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

    0x7fff898b2000 - 0x7fff898e7fff (52.8.4) libssl.0.9.8.dylib < 3F8ADCC3-AE3F-371C-A4D5-FF219D33E507 > /usr/lib/libssl.0.9.8.dylib

    0x7fff89900000 - 0x7fff899e4ff7 com.apple.coreui (2.2 - 231.1) < 187DF89C-8A64-366D-8782-F90315FA3CD7 > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x7fff899e5000 - 0x7fff89b14fef com.apple.MediaControlSender (2.0 - 200.34.4) < FC24EC8D-2E46-3F76-AF63-749F30857B96 > /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender

    0x7fff89b15000 - 0x7fff89c83ff7 libBLAS.dylib (1094.5) < DE93A590-5FA5-32A2-A16C-5D7D7361769F > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

    0x7fff89c84000 - 0x7fff89cd2ff7 com.apple.opencl (2.3.59 - 2.3.59) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL < E37E2219-6EA7-3666-8DB5-8FC60EFB0BC9 >

    0x7fff89d26000 - 0x7fff89dd6ff7 libvMisc.dylib (423.32) < 049C0735-1808-39B9-943F-76CB8021744F > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

    0x7fff89dd7000 - 0x7fff89df9fff com.apple.speech.LatentSemanticMappingFramework (2.11.6 - 2.11.6) < C2687C2C-239A-3EB4-857C-BA107F34A5E8 > /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping

    0x7fff89e43000 - 0x7fff89e91fff libcorecrypto.dylib (161.1) < F3973C28-14B6-3006-BB2B-00DD7F09ABC7 > /usr/lib/system/libcorecrypto.dylib

    0x7fff89f2e000 - 0x7fff89f33ff7 libunwind.dylib (35.3) < 78DCC358-2FC1-302E-B395-0155B47CB547 > /usr/lib/system/libunwind.dylib

    0x7fff89f36000 - 0x7fff89f5eff3 libxslt.1.dylib (13.12) < 38FD3D1E-5335-398F-A663-47298EDDA231 > /usr/lib/libxslt.1.dylib

    0x7fff89f5f000 - 0x7fff89fabffe com.apple.CoreMediaIO /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO < 292C2C20-E3D6-39EA-AEF8-CB2AC4934136 > (408.0 - 4570)

    0x7fff89fb6000 - 0x7fff89fd0fff (339.92.1) libdispatch.dylib < C4E4A18D-3C3B-3C9C-8709-A4270D998DE7 > /usr/lib/system/libdispatch.dylib

    0x7fff89fdb000 - 0x7fff89fe2fff libcompiler_rt.dylib (35) < 4CD916B2-1B17-362A-B403-EF24A1DAC141 > /usr/lib/system/libcompiler_rt.dylib

    0x7fff89fe3000 - 0x7fff89fe4fff com.apple.TrustEvaluationAgent (2.0 - 25) < 334A82F4-4AE4-3719-A511-86D0B0723E2B > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

    0x7fff8a0b6000 - 0x7fff8a0b7fff libquit.dylib (161,2) < 7B9C07B6-8993-32C8-89C2-23D2E7FA85BA > /usr/lib/libquit.dylib

    0x7fff8a0bb000 - 0x7fff8a0bffff com.apple.CommonPanels (1.2.6 - 96) < 6B434AFD-50F8-37C7-9A56-162C17E375B3 > System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels

    0x7fff8a352000 - 0x7fff8a63cfff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) < 3A2E92FD-DEE2-3D45-9619-11500801A61C > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

    0x7fff8a63d000 - 0x7fff8a63dfff com.apple.CoreServices /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices < 7A697B5E-F179-30DF-93F2-8B503CEEEFD5 > (59-59)

    0x7fff8a63e000 - 0x7fff8a63eff7 libkeymgr.dylib (28) < 3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8 > /usr/lib/system/libkeymgr.dylib

    0x7fff8a680000 - 0x7fff8a6b8ff7 com.apple.RemoteViewServices (2.0 - 94) < 3F34D630-3DDB-3411-BC28-A56A9B55EBDA > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices

    0x7fff8a6b9000 - 0x7fff8a6c0ff7 libsystem_pthread.dylib (53.1.4) < AB498556-B555-310E-9041-F67EC9E00E2C > /usr/lib/system/libsystem_pthread.dylib

    0x7fff8a6c1000 - 0x7fff8a6d1ffb libsasl2.2.dylib (170) < C8E25710-68B6-368A-BF3E-48EC7273177B > /usr/lib/libsasl2.2.dylib

    0x7fff8a6d2000 - 0x7fff8a6d5fff com.apple.TCC (< 32A075D9-47FD-3E71-95BC-BFB0D583F41C > /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 1.0 - 1.).

    0x7fff8a742000 - 0x7fff8a744fff com.apple.EFILogin /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin < C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4 > (2.0 - 2)

    0x7fff8a76a000 - 0x7fff8aa3efc7 com.apple.vImage (7.0 to 7.0) < D241DBFA-AC49-31E2-893D-EAAC31890C90 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework, Versions, A, vImage

    0x7fff8aa3f000 - 0x7fff8aa43ff7 libheimdal - asn1.dylib (323.92.2) < 979AEAA0-59B3-3E99-94B1-9BB9C6C45273 > /usr/lib/libheimdal-asn1.dylib

    0x7fff8aa44000 - 0x7fff8aa91fff com.apple.AppleVAFramework (5.0.27 - 5.0.27) < B28D0F5C-EEDD-3586-8986-33BC79E8DE56 > /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x7fff8aa92000 - 0x7fff8ab5cff7 com.apple.LaunchServices (572.32 - 572.32) < A4699DED-5101-3068-94F8-8D0B7A84BC79 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

    0x7fff8ab5d000 - 0x7fff8ab8dfff com.apple.IconServices (25 - 25.17) < 4751127E-FBD5-3ED5-8510-08D4E4166EFE > /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s

    0x7fff8abb0000 - 0x7fff8ac40ff7 com.apple.Metadata (10.7.0 - 800.30) a.framework/Versions/A/Metadata /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat < E107CE36-FBC3-35A5-84E0-864B4178FC5D >

    0x7fff8ac43000 - 0x7fff8ac45fff com.apple.SecCodeWrapper (3.0-1) < DE7CA981-2B8B-34AC-845D-06D5C8F10441 > /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper

    0x7fff8ac46000 - 0x7fff8ac4fffd com.apple.CommonAuth /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth < BD720379-757B-305C-A7BE-E00E680F8218 > (4.0 - 2.0)

    0x7fff8ac50000 - 0x7fff8ac5aff7 com.apple.bsd.ServiceManagement lie /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage < 2D27B498-BB9C-3D88-B05A-76908A8A26F3 > (2.0 - 2.0)

    0x7fff8ac5b000 - 0x7fff8ac84fff GLRendererFloat (9.6.5) < D216C628-95EC-346C-A4EE-C88A750ADF5F > /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat

    0x7fff8ac85000 - 0x7fff8ac89ff7 libcache.dylib (62) < BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B > /usr/lib/system/libcache.dylib

    0x7fff8ac8a000 - 0x7fff8acf1ff7 com.apple.CoreUtils (2.0 - 200.34.4) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils < E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F >

    0x7fff8acf2000 - 0x7fff8ade0fff libJP2.dylib (1052) < CB242C3E-F10C-38C5-A090-B757F9269143 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff8ade1000 - 0x7fff8ade5ff7 libGIF.dylib (1052) < E51B4EFE-F99B-35F4-BE33-0456635EC7B3 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff8ade6000 - 0x7fff8adebfff libmacho.dylib (845) < 1D2910DF-C036-3A82-A3FD-44FF73B5FF9B > /usr/lib/system/libmacho.dylib

    0x7fff8adec000 - 0x7fff8b962ff7 com.apple.AppKit /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit < 9DC13B27-841D-3839-93B2-3EDE66157BDE > (6, 9 - 1265.21)

    0x7fff8bc0c000 - 0x7fff8bc0fff7 libdyld.dylib (239,5) < CAE7A50D-F156-3D47-81C0-DC41EB975D38 > /usr/lib/system/libdyld.dylib

    0x7fff8bc10000 - 0x7fff8bc34fff (300.90.2) libxpc.dylib < AB40CD57-F454-3FD4-B415-63B3C0D5C624 > /usr/lib/system/libxpc.dylib

    0x7fff8bc35000 - 0x7fff8bd65ff7 com.apple.desktopservices (1.8.3 - 1.8.3) < 225BEC20-F8E0-3F22-9560-890A1A5B9050 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv

    0x7fff8bd80000 - 0x7fff8bde4fff com.apple.datadetectorscore (5.0 - 354.5) < D4DBCCF4-9622-3AB9-9076-32579FCC2E39 > /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

    0x7fff8bdf9000 - 0x7fff8bdf9fff com.apple.Cocoa /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa < E90E99D7-A425-3301-A025-D9E0CD11918E > (6: 8-20)

    0x7fff8bdfa000 - 0x7fff8c7235ab com.apple.CoreGraphics (1.600.0 - 599.35.15) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics < ED5E3C37-7E2F-3885-8091-DFC9B44B38E8 >

    0x7fff8c724000 - 0x7fff8c72dfff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) < 383FB557-E88E-3239-82B8-15F9F885B702 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis

    0x7fff8c78b000 - 0x7fff8c796ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) < 22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6 > /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi this

    0x7fff8c7ca000 - 0x7fff8c8b4fff libsqlite3.dylib (158) < 00269BF9-43BE-39E0-9C85-24585B9923C8 > /usr/lib/libsqlite3.dylib

    0x7fff8c8b5000 - 0x7fff8ca9afff com.apple.CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < 729BD6DA-1F63-3E72-A148-26F21EBF52BB > (6: 9 - 855.17)

    0x7fff8cb6c000 - 0x7fff8cb70fff com.apple.IOAccelerator (98.26 - 98.26) < FCF6626A-DCEC-3D87-84FE-E713385849D7 > /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor

    0x7fff8cb74000 - 0x7fff8cb76ff3 libsystem_configuration.dylib (596.15) < 4998CB6A-9D54-390A-9F57-5D1AC53C135C > /usr/lib/system/libsystem_configuration.dylib

    0x7fff8cb77000 - 0x7fff8cd2fffb libicucore. A.dylib (511,36) < 9AAC5980-2C1F-3B86-8A16-DB533F5E7C84 >/usr/lib/libicucore. A.dylib

    0x7fff8cd40000 - 0x7fff8cee0ff7 GLEngine (9.6.5) < 30643C97-7EBB-36EE-BEEA-13844EA0F680 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine

    0x7fff8cee1000 - 0x7fff8cfbefff (52.8.4) libcrypto.0.9.8.dylib < E03DB1E7-4CC6-3338-B67D-F69BE2FB28FC > /usr/lib/libcrypto.0.9.8.dylib

    0x7fff8cfbf000 - 0x7fff8cfc0ffb libremovefile.dylib (33) < 3543F917-928E-3DB2-A2F4-7AB73B4970EF > /usr/lib/system/libremovefile.dylib

    0x7fff8cfea000 - 0x7fff8cfeefff libpam.2.dylib (20) < B93CE8F5-DAA8-30A1-B1F6-F890509513CB > /usr/lib/libpam.2.dylib

    0x7fff8d206000 - 0x7fff8d4d7ffc com.apple.CoreImage (9.4.1) < 7B28C3F3-8EB3-3150-A55D-EBCDBDCA4977 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage

    0x7fff8d4d8000 - 0x7fff8d4e1ffb libCGInterfaces.dylib (271) < 68EFBEFE-7506-3235-99A2-5B69EDBFD7B8 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Resources/libCGInterfaces.dylib

    0x7fff8d4e2000 - 0x7fff8d4effff com.apple.Sharing (132, 2 - 132.2) < F983394A-226D-3244-B511-FA51FDB6ADDA > /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing

    0x7fff8d4f0000 - 0x7fff8d612fff com.apple.avfoundation (2.0 - 651.12.1) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation < FDCF1F41-E0BD-3F8C-974A-3F48A0A85B00 >

    0x7fff8d613000 - 0x7fff8d9eafef com.apple.CoreAUC (6.25.00 - 6.25.00) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC < 2D7DC96C-BA83-3220-A03F-C790D50A23D8 >

    0x7fff8d9eb000 - 0x7fff8da0fff7 libJPEG.dylib (1052) < 6836134F-8701-3A6B-82F3-19A0A72CE21C > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff8da10000 - 0x7fff8da99fef (997.90.5) libsystem_c.dylib < 889AA3F9-121C-3985-8B1D-5E908C5693BC > /usr/lib/system/libsystem_c.dylib

    0x7fff8da9a000 - 0x7fff8daffffb com.apple.Heimdal /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal < C28DBCAE-01AC-363A-9046-3BD33F225526 > (4.0 - 2.0)

    0x7fff8db00000 - 0x7fff8df33ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) < F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5 > /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

    0x7fff8df34000 - 0x7fff8df85ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) < 07F2B103-AE29-3118-BBC4-9A72E13B013B > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff8df86000 - 0x7fff8dfafff7 libc ++ abi.dylib (49.1) < 21A807D3-6732-3455-B77F-743E9F916DF0 > /usr/lib/libc++abi.dylib

    0x7fff8e349000 - 0x7fff8e4f6f27 libobjc. A.dylib (551.1) < AD7FD984-271E-30F4-A361-6B20319EC73B >/usr/lib/libobjc. A.dylib

    0x7fff8e4fe000 - 0x7fff8e4ffff7 libodfde.dylib (20) < C00A4EBA-44BC-3C53-BFD0-819B03FFD462 > /usr/lib/libodfde.dylib

    0x7fff8e500000 - 0x7fff8e800ff7 com.apple.Foundation /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation < E0B0FAF6-5CA8-3EEB-8BF2-104C0AEEF925 > (6, 9 - 1056.17)

    0x7fff8e801000 - 0x7fff8e809ffc libGFXShared.dylib (9.6.5) < FCCD0CD3-02FD-3A79-B048-A14745D76CC8 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

    0x7fff8e80a000 - 0x7fff8e81bff7 (217.1.4) libsystem_asl.dylib < 655FB343-52CF-3E2F-B14D-BEBF5AAEF94D > /usr/lib/system/libsystem_asl.dylib

    0x7fff8e81c000 - 0x7fff8e82efff com.apple.ImageCapture /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture < BE0B65DA-3031-359B-8BBA-B9803D4ADBF4 > (9, 0-9, 0). framework/Versions/A/ImageCapture

    0x7fff8f68c000 - 0x7fff8f694ff7 com.apple.AppleSRP (< ABC7F088-1FD5-3768-B9F3-847F355E90B3 > /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 5.0 - 1).

    0x7fff8f6a4000 - 0x7fff8f6a6fff libRadiance.dylib (1052) < 82A880BE-DEFD-3445-9809-71043BC55AFC > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib

    0x7fff8f6a7000 - 0x7fff8f6a8ff7 libsystem_blocks.dylib (63) < FB856CD1-2AEA-3907-8E9B-1E54B6827F82 > /usr/lib/system/libsystem_blocks.dylib

    0x7fff8f6c2000 - 0x7fff8f6c2fff com.apple.Accelerate.vecLib (vecLib - 3.9 3.9) < F8D0CC77-98AC-3B58-9FE6-0C25421827B6 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

    0x7fff8f6c3000 - 0x7fff8f70cfff com.apple.CoreMedia /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia < 74FA3D80-A6DB-331A-B32A-683C8E0CC0A6 > (1.0 - 1273.57)

    0x7fff8f76b000 - 0x7fff8f774ff7 (2.3.58) libcldcpuengine.dylib < 4433A688-94CA-3EE0-BE5B-D982C14EF6DB > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib

    0x7fff8f775000 - 0x7fff8f776fff liblangid.dylib (117) < 9546E641-F730-3AB0-B3CD-E0E2FDD173D9 > /usr/lib/liblangid.dylib

    0x7fff8f806000 - 0x7fff8f806fff com.apple.ApplicationServices (48-48) < 3E3F01A8-314D-378F-835E-9CC4F8820031 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

    0x7fff8f80a000 - 0x7fff8f8d5fff libvDSP.dylib (423.32) < 3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

    0x7fff8f8ee000 - 0x7fff8f8f5fff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < 8E26C099-CE9D-3819-91A2-64EA929C6137 > (6.0 - 4.0)

    0x7fff8f8f6000 - 0x7fff8f9b8ffd com.apple.CoreText /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText < C799261E-2E19-3D69-8A8D-098B7DD8D31D > (367.23 - 367.23)

    0x7fff8f9b9000 - 0x7fff8f9c5ffb com.apple.AppleFSCompression (56.92.2 - 1.0) < 16542F97-9D21-317D-8A50-4C34AAD35F41 > /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression

    0x7fff8f9c6000 - 0x7fff8fc70ff5 com.apple.HIToolbox (2.1.1 - 698) < A388E773-AE7B-3FD1-8662-A98E6E24EA16 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff8fc71000 - 0x7fff8ffa7fff com.apple.MediaToolbox /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox < 26FB55D1-11B8-3CEF-A8E1-40BC215B610F > (1.0 - 1273.57)

    0x7fff901f2000 - 0x7fff901f4ff7 com.apple.securityhi (9.0 - 55005) < 0CB82072-BA4B-357B-BE46-A96D317C1D91 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI

    0x7fff901f5000 - 0x7fff90248fff com.apple.ScalableUserInterface (1.0-1) < CF745298-7373-38D2-B3B1-727D5A569E48 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface

    0x7fff90249000 - 0x7fff9031aff1 com.apple.DiskImagesFramework (10.9.6 - 373) < 4EA5A3C8-13E2-309C-8FAB-C21A4C316802 > /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x7fff9031b000 - 0x7fff90360ff6 com.apple.HIServices (1.23 - 468) < FD17FE8C-A355-3B6B-B8B7-E56E5C595EDE > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

    0x7fff90361000 - 0x7fff9036eff0 libbz2.1.0.dylib (29) < 0B98AC35-B138-349C-8063-2B987A75D24C > /usr/lib/libbz2.1.0.dylib

    0x7fff9036f000 - 0x7fff905dfffd com.apple.security (7.0 - 55471.14.40) /System/Library/Frameworks/Security.framework/Versions/A/Security < 58F50B4A-FC1E-3AE0-A5DB-DD737E50AC17 >

    0x7fff905ed000 - 0x7fff905f1ff7 (93.90.3) libsystem_stats.dylib < 2304C7C2-BE45-35DE-BCC6-707D61B7AE7E > /usr/lib/system/libsystem_stats.dylib

    0x7fff9062d000 - 0x7fff9062ffff com.apple.OAuth /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth < 22D42C60-CA67-31D7-A4A4-AFD8F35408D7 > (25-25)

    0x7fff90632000 - 0x7fff90633fff (278.11.2) libsystem_sandbox.dylib < 0C93EB23-7364-3670-B511-212A7A524695 > /usr/lib/system/libsystem_sandbox.dylib

    0x7fff90634000 - 0x7fff90641ff4 com.apple.Librarian (< F1A2744D-8536-32C7-8218-9972C6300DAE > /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 1.2 - 1).

    0x7fff9067c000 - 0x7fff9067cfff com.apple.Accelerate (1.9-1.9 accelerate) < 509BB27A-AE62-366D-86D8-0B06D217CF56 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fff9067d000 - 0x7fff906dbff7 com.apple.corelocation (1486.17 - 1486.24.1) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation < 69C6AD7D-BA34-3F40-B73F-D66DB9C2BBE9 >

    0x7fff90767000 - 0x7fff907a8fff (1, 47-47) com.apple.PerformanceAnalysis < 95435F84-C251-3C48-B6CD-9EE7A63D6E26 > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis

    0x7fff907a9000 - 0x7fff907b3ff7 com.apple.ProtocolBuffer (1 - 182.1.3) uffer /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB < 82E68598-A8AA-3AF1-843E-2A64F19472D4 >

    0x7fff907b4000 - 0x7fff907f9fff (78.94.1) libcurl.4.dylib < 88F27F9B-052E-3375-938D-2603E90D8AD5 > /usr/lib/libcurl.4.dylib

    0x7fff907fa000 - 0x7fff907fcfff com.apple.Mangrove (< 72F5CBC7-4E78-374E-98EA-C3700136904E > /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 1.0 - 1.).

    0x7fff907fd000 - 0x7fff90803ff7 (24.90.1) libsystem_platform.dylib < 3C3D3DA8-32B9-3243-98EC-D89B9A1670B3 > /usr/lib/system/libsystem_platform.dylib

    0x7fff90d7a000 - 0x7fff90d95ff7 libPng.dylib (1052) < 6A2D3E6E-AA2E-3B6F-9E3B-8D08A5A3B9C1 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff90dad000 - 0x7fff90dbcff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) < 8FE131B6-1180-3892-98F5-C9C9B79072D4 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis

    0x7fff90dbd000 - 0x7fff90dbdffd libOpenScriptingUtil.dylib (157,1) < D3B6E577-3CDB-3139-9B94-19496DFA7318 > /usr/lib/libOpenScriptingUtil.dylib

    0x7fff90dbe000 - 0x7fff90deffff com.apple.MediaKit /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit < 23E33409-5C39-3F93-9E73-2B0E9EE8883E > (15-709)

    0x7fff90e31000 - 0x7fff90e9dfff com.apple.framework.IOKit (2.0.1 - 907.100.14) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < 10932113-9F7E-38A0-A158-A019A555CAC3 >

    0x7fff90fe2000 - 0x7fff90fe4ff7 libquarantine.dylib (71) < 7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38 > /usr/lib/system/libquarantine.dylib

    0x7fff9103b000 - 0x7fff910f3ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording < CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E >

    0x7fff91119000 - 0x7fff9111cffc com.apple.IOSurface (91, 3 - 91.3) < E93485CC-12B1-318E-BAE3-AB532B264935 > /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

    0x7fff9111d000 - 0x7fff9112bfff com.apple.opengl (9.6.5 - 9.6.5) < 4FAEADD8-EEB3-3FD9-ADC6-BA65806228CC > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x7fff91182000 - 0x7fff911b1ff9 com.apple.GSS /System/Library/Frameworks/GSS.framework/Versions/A/GSS < 27FCA2B4-0767-3002-8755-862B19B5CF92 > (4.0 - 2.0)

    0x7fff911b2000 - 0x7fff9120aff7 com.apple.Symbolication (1.4 - 129.0.2) ion /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat < 3DCCAB8A-6FA1-3BB9-B4D3-A3CBDB3BDF04 >

    0x7fff9134d000 - 0x7fff913cefff com.apple.CoreSymbolication (3.0.1 - 141.0.6) mbolication /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy < D46DE002-1FEB-38B7-8583-3DF3496274F5 >

    0x7fff914d8000 - 0x7fff914f4fff libresolv.9.dylib (54) < 11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95 > /usr/lib/libresolv.9.dylib

    0x7fff914f5000 - 0x7fff914f8ff7 com.apple.LoginUICore (3.0 - 3.0) < 1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C > /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore

    0x7fff914f9000 - 0x7fff914fcfff com.apple.help (1.3.3 - 46) < AE763646-D07A-3F9A-ACD4-F5CBD734EE36 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/help

    0x7fff914fd000 - 0x7fff915f7fff (111.1.6) libFontParser.dylib < 77253632-B3F6-3151-ABA0-C1EF458668A8 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

    0x7fff91627000 - 0x7fff9163ffff com.apple.openscripting (1.4.1 - 157,1) < 2C6C6498-D88E-3D9B-B933-9873890F382E > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting

    0x7fff91646000 - 0x7fff916b3ff1 com.apple.ApplicationServices.ATS (360 - 363.6) < 828C2711-4577-3F75-B436-3BDF328DFB11 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

    0x7fff916fb000 - 0x7fff91712ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) < D7F2E159-CF6B-3EB1-9806-3BC59E63D24F > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

    0x7fff91713000 - 0x7fff9171bfff (522.92.3) libsystem_dnssd.dylib < 1418DF66-01BE-3A87-8553-09EAA945F4FE > /usr/lib/system/libsystem_dnssd.dylib

    0x7fff91762000 - 0x7fff91778fff com.apple.CoreMediaAuthoring (2.2 - 947) < 6317ACCD-98DB-3ACB-B662-98DEBF38F5BF > /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring

    0x7fff91779000 - 0x7fff917a5fff (184, 9-184, 9) com.apple.CoreServicesInternal < 4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379 > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal

    0x7fff917a6000 - 0x7fff91964fff com.apple.GeoServices (1.0 - 702.15.12) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices < 5A4D463F-689F-3822-BF26-A19D51503019 >

    0x7fff91bf3000 - 0x7fff91bfefff libGL.dylib (9.6.5) < A5F36623-33E8-379D-A423-8F873018CD79 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff91bff000 - com.apple.DictionaryServices (1.2 - 208) < A539A058-BA57-35EE-AA08-D0B0E835127D > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices 0x7fff91c28fff

    0x7fff91c61000 - 0x7fff91c6bff7 (380.70.2) libcsfde.dylib < 3ACB87D7-A81C-3C45-B648-AD27F1B9D841 > /usr/lib/libcsfde.dylib

    0x7fff91c6c000 - 0x7fff91c89ff7 com.apple.framework.Apple80211 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 < 043C7CFD-B57B-3F9D-B0FE-CA4B97C43968 > (9, 4 - 940.60)

    0x7fff925a6000 - 0x7fff925edff7 libcups.2.dylib (372.6) < CBD2F0CF-FA10-36E1-A1D5-1B946B45B3B3 > /usr/lib/libcups.2.dylib

    0x7fff9294f000 - 0x7fff9295ffff libbsm.0.dylib (33) < 2CAC00A2-1352-302A-88FA-C567D4D69179 > /usr/lib/libbsm.0.dylib

    0x7fff9298b000 - 0x7fff92a4fff7 com.apple.backup.framework (1.5.5 - 1.5.5) < CA77A4FC-7B76-30C7-94BE-FF4B8140D05A > /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x7fff92a8f000 - 0x7fff92ab9ff7 (278.11.2) libsandbox.1.dylib < 5C750008-A22B-35E8-8B11-D84F82E08680 > /usr/lib/libsandbox.1.dylib

    0x7fff92b51000 - 0x7fff92baaff7 libTIFF.dylib (1052) < 909BF5F6-6FC5-3126-9028-593130CAEBE6 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff92bab000 - 0x7fff92e3fff7 com.apple.RawCamera.bundle /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera < EA94F148-975D-32D7-8A20-B06017E5793B > (5.07 - 760)

    0x7fff92e41000 - 0x7fff92e46ff7 com.apple.MediaAccessibility (1.0 - 43) < D309D83D-5FAE-37A4-85ED-FFBDA8B66B82 > /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi responsibility

    0x7fff92e69000 - 0x7fff93004ff8 com.apple.CFNetwork /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork < CAA196FE-BF5A-384F-975E-E0F81359805B > (673.6 - 673.6)

    0x7fff93005000 - 0x7fff93005fff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < EFC1A1C0-CB07-395A-B038-CFA2E71D3E69 > (154 to 157)

    0x7fff93055000 - 0x7fff9307dffb libRIP.A.dylib (599.35.15) < 408A708D-C1DA-3576-AADA-A44D5D5C6435 > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib

    0x7fff9307e000 - 0x7fff93085ff8 (842.92.1) liblaunch.dylib < A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A > /usr/lib/system/liblaunch.dylib

    0x7fff93118000 - 0x7fff93147fff com.apple.DebugSymbols (106-106) < E1BDED08-523A-36F4-B2DA-9D5C712F0AC7 > /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s

    0x7fff93148000 - 0x7fff93152fff libcommonCrypto.dylib (60049) < 8C4F0CA0-389C-3EDC-B155-E62DD2187E1D > /usr/lib/system/libcommonCrypto.dylib

    0x7fff93153000 - 0x7fff93192fff libGLU.dylib (9.6.5) < 7463B411-2DB0-3338-BC8D-403293E2CA34 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fff931d5000 - 0x7fff931d6ff7 libDiagnosticMessagesClient.dylib (100) < 4CDB0F7B-C0AF-3424-BC39-495696F0DB1E > /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fff931d7000 - 0x7fff9332bff3 com.apple.audio.toolbox.AudioToolbox /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox < 69B273E8-5A8E-3FC7-B807-C16B657662FE > (1.10 - 1.10)

    0x7fff9332c000 - 0x7fff93492fff libGLProgrammability.dylib (9.6.5) < 53BCF254-3014-33DC-94EF-72C7270F14F2 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib

    0x7fff934e3000 - 0x7fff9372bff7 com.apple.CoreData (107 - 481.3) < E78734AA-E3D0-33CB-A014-620BBCAB2E96 > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x7fff9372c000 - 0x7fff93736ff7 com.apple.CrashReporterSupport (10: 9-539) < B25A09EC-A021-32EC-86F8-05B4837E0EDE > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport

    0x7fff9378f000 - 0x7fff937b9ff7 libpcap. A.dylib (42) < 91D3FF51-D6FE-3C05-98C9-1182E0EC3D58 >/usr/lib/libpcap. A.dylib

    0x7fff937ba000 - 0x7fff937c7ff7 libxar.1.dylib (202) < 5572AA71-E98D-3FE1-9402-BB4A84E0E71E > /usr/lib/libxar.1.dylib

    0x7fff937e0000 - 0x7fff937e6ff7 com.apple.XPCService (< 2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE > /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 2.0 - 1).

    0x7fff93916000 - 0x7fff9391fffb (121.20.1) libsystem_notify.dylib < 9B34B4FE-F5AD-3F09-A5F0-46AFF3571323 > /usr/lib/system/libsystem_notify.dylib

    0x7fff9392d000 - 0x7fff9395bff7 com.apple.securityinterface (9.0 - 55047) < 0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C > /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face

    0x7fff93a32000 - 0x7fff93a61ff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD < 404369C0-ED9F-3010-8D2F-BC55285F7808 >

    0x7fff93a62000 - 0x7fff93ad9fff com.apple.CoreServices.OSServices (600.4 - 600.4) < 6BC86B46-AFD3-3F06-8659-2C954CBEBD43 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

    0x7fff93ada000 - 0x7fff93ae0fff com.apple.AOSNotification (1.7.0 - 760,4) < 8F042A51-E0A9-37E6-A601-0DD6A58A0AC8 > /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication

    Summary of the external change:

    Calls made by other processes for this process:

    task_for_pid: 42

    thread_create: 0

    thread_set_state: 0

    Calls made by this process:

    task_for_pid: 0

    thread_create: 0

    thread_set_state: 0

    Calls made by all processes on this machine:

    task_for_pid: 10494

    thread_create: 0

    thread_set_state: 0

    Summary region VM:

    ReadOnly part of libraries: Total = 248.4 M resident=85.6M(34%) swapped_out_or_unallocated=162.8M(66%)

    Regions in writing: Total = 8.4 G written=4.7G(56%) resident=1.8G(21%) swapped_out=3.0G(36%) unallocated=6.6G(79%)

    VIRTUAL FIELD TYPE

    ===========                        =======

    ATS (font support) 33.5 M

    Address space reserved K-4 ATS (font support) VM (reserved) (not assigned)

    Image CG 260K

    CG shared images 140K

    CoreAnimation 21.3 M

    Ship continuations 8192 K

    IOKit 17.0 M

    JS JIT generated code 256,0 M

    JS JIT generated address space VM 768.0 M booked (reserved) code (not assigned)

    Once the kernel 8K Alloc

    MALLOC 79.5 M

    MALLOC (admin) 32K

    242 12K memory tag

    Tag 251 16K memory

    OpenGL GLSL 1664K

    BATTERY GUARD 56.1 M

    Pile of 14.7 M

    VM_ALLOCATE 17.5 M

    WebKit Malloc 7.2 G

    __DATA                               26.3M

    __IMAGE 528K

    __LINKEDIT 85.3 M

    __TEXT 163.1 M

    __UNICODE 544K

    mapped file 344,4 M

    shared memory 68K

    ===========                        =======

    TOTAL                                 9.0G

    In TOTAL, less space reserved VM 8.3 G

    Model: MacBookAir6 2, MBA61.0099.B20 of BootROM, 2 processors, Intel Core i7, 1.7 GHz, 8 GB, MSC 2.13f9

    Graphics card: Intel HD graphics card 5000, 5000, Intel HD graphics card integrated

    Memory module: DIMM0/0 BANK, 4 GB DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D

    Memory module: DIMM0/1 BANK, 4 GB DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0 x 117), Broadcom BCM43xx 1.0 (6.30.223.154.65)

    Bluetooth: Version 5.2.7f4 15858, 3 services, 23 aircraft, 1 incoming serial ports

    Network service: Wi - Fi, AirPort, en0

    Serial ATA Device: APPLE SM0512F, GB 500,28 SSD

    USB device: Memory card reader internal

    USB device: Hub BRCM20702

    USB Device: USB Bluetooth host controller

    Bus crush: MacBook Air, Apple Inc., 23.6

    You have one of the following installed:

    (1) anti-virus software

    (2) the so-called ' cleaning/optimization/tune-up' apps

    (3) banking online software from Trusteer security under the names 'Report' or 'Trusteer Endpoint Protection.'

    (4) Saari third party extensions

    Extensions of third parties who are not yet being upgraded to a new version of Safari often upgrade of chess casue when Safari is released. Hold the SHIFT key when you launch Safari. If it opens, immediately go to Safari preferences > Extensions and round then all off. Try a normal launch.

  • Firefox does not connect to the internet properly and crashes soon

    (1) Firefox is slow, pages do not open (IE works properly). see mto not be specific, but in general Web page
    (2) after the minute or more, firefox hangs
    (3) have uninstalled firefox and tried several latest and older versions
    (4) modules, graphics are updated after the problem occurred

    BP-23807a4b-16fd-4FBE-A062-511b52150616

    It's a problem with an extension.

    • 3.8.1.1056 Estonian ID card authentication module ({aa84ce40-4253-a00a-8cd6-0800200f9a66})

    You will need to disable this extension and contact the developer for support.

    • bug 682839 - Firefox hangs with module Estonian pkcs #11 (slot-> pk11slot is probably NOWHERE)

    Please, do not comment in bug reports
    https://Bugzilla.Mozilla.org/page.cgi?id=etiquette.html

  • Automatic connection does not work after re - install

    Visited bad link in Facebook! Subsequently, forced to re - install Firefox - from scratch! Saved some files profile as Favorites, passwords, but no extension tricks. Re-installed FireFox after removal of ALL titles I could find in Program Files, Program Files (x 86) and Windows 7 Pro profile.

    When visiting a page that requires a login, Firefox correctly fills the username and password. BUT it does not start the connection. In the past, it was essentially a background process and not really visible to me. Now, stop at the page requesting credentials and click on the button "login".

    I have 'THE VIEW', 'NOSCRIPT' and 'ADBLOCK PLUS '. ALL my plugins are in mode 'ask to activate '.
    I enabled extensions: 'ADOBE ACROBAT - create PDF 1.2' and 'Trend Micro NSC FireFox Extension 5.82.0.1056.

    I would definitely get FireFox to work as it did previously. I don't know where watch/tweak!

    Thank you
    WLPeavy

    Thank you. It was the cookies which were to be saved. I had no idea of the automatic logon which is recorded. Thanks again.

Maybe you are looking for