Start up of Adobe Dreamweaver CS6 with the following error message

I have the following pop-up error message about Javascript error (s) occurred.
At start up of Adobe Dreamweaver CS6.0 after an Update. Adobe Dreamweaver CS6 12.  2. I am on Windows Vista Home edition.
It suggest at line 17 of the file “C:\ Program Files \Adobe \ Adobe Dreamweaver CS6\ Configuration \ Shared\ BC \ JS\ bc_ui_utils.js” MM.BC has no properties.
What is the remedy to this and has there been a recent patch on this Javascript error?  Where can I get this patch. Thanks.
Please advice.

<?php require_once('Connections/attending.php');?>
<?php if (!function_exists("GetSQLValueString"))
{if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
  if (PHP_VERSION < 6) {
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
  switch ($theType) {
    case "text":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;   
    case "long":
    case "int":
      $theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case "double":
      $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
      break;
    case "date":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;
    case "defined":
      $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
      break;
  return $theValue;
mysql_select_db($database_attending, $attending);
$query_rsattend = "SELECT * FROM attendlist ORDER BY surname ASC";
$rsattend = mysql_query($query_rsattend, $attending) or die(mysql_error());
$row_rsattend = mysql_fetch_assoc($rsattend);
$totalRows_rsattend = mysql_num_rows($rsattend);
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
  $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
  $insertSQL = sprintf("INSERT INTO attendlist (Windowsid, title, firstname, surname, extension, mobile, jobrole, course, cpg, mgrname, room, Adate) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                       GetSQLValueString($_POST['Wid'], "text"),
                       GetSQLValueString($_POST['title'], "text"),
                       GetSQLValueString($_POST['firstname'], "text"),
                       GetSQLValueString($_POST['surname'], "text"),
                       GetSQLValueString($_POST['contactno'], "text"),
                       GetSQLValueString($_POST['mobile'], "text"),
                       GetSQLValueString($_POST['jobrole'], "text"),
                       GetSQLValueString($_POST['courses'], "text"),
                       GetSQLValueString($_POST['cpg2'], "text"),
                       GetSQLValueString($_POST['mgrname2'], "text"),
                       GetSQLValueString($_POST['troom'], "text"),
                       GetSQLValueString($_POST['Adate2'], "date"));
  mysql_select_db($database_attending, $attending);
  $Result1 = mysql_query($insertSQL, $attending) or die(mysql_error());
  $insertGoTo = "Listing.php";
  if (isset($_SERVER['QUERY_STRING'])) {
    $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
    $insertGoTo .= $_SERVER['QUERY_STRING'];
  header(sprintf("Location: %s", $insertGoTo));
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
  $insertSQL = sprintf("INSERT INTO attendlist (title, firstname, surname, extension, mobile, jobrole, course, cpg, mgrname, room, Adate) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                       GetSQLValueString($_POST['title'], "text"),
                       GetSQLValueString($_POST['firstname'], "text"),
                       GetSQLValueString($_POST['surname'], "text"),
                       GetSQLValueString($_POST['contactno'], "text"),
                       GetSQLValueString($_POST['mobile'], "text"),
                       GetSQLValueString($_POST['jobrole'], "text"),
                       GetSQLValueString($_POST['courses'], "text"),
                       GetSQLValueString($_POST['cpg2'], "text"),
                       GetSQLValueString($_POST['mgrname2'], "text"),
                       GetSQLValueString($_POST['troom'], "text"),
                       GetSQLValueString($_POST['Adate2'], "date"));
  mysql_select_db($database_attending, $attending);
  $Result1 = mysql_query($insertSQL, $attending) or die(mysql_error());
  $insertGoTo = "Listing.php";
  if (isset($_SERVER['QUERY_STRING'])) {
    $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
    $insertGoTo .= $_SERVER['QUERY_STRING'];
  header(sprintf("Location: %s", $insertGoTo));
} ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Register</title>
<style type="text/css">
<!--
body {
          font: 100%/0.8 Verdana, Arial, Helvetica, sans-serif;
          background-color: #4E5869;
          margin: 0;
          padding: 0;
          color: #000;
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
          padding: 0;
          margin: 0;
h1, h2, h3, h4, h5, h6, p {
          margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
          padding-right: 15px;
          padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
          border: none;
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
          color:#414958;
          text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
a:visited {
          color: #4E5869;
          text-decoration: underline;
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
          text-decoration: none;
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
          width: 80%;
          max-width: 960px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
          min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
          background-color: #FFF;
          margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
          background-color: #6F7D94;
/* ~~ This is the layout information. ~~
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
.content {
          padding: 10px 0;
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
          padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
/* ~~ The footer ~~ */
.footer {
          padding: 10px 0;
          background-color: #6F7D94;
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
          float: right;
          margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
          float: left;
          margin-right: 8px;
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
          clear:both;
          height:0;
          font-size: 1px;
          line-height: 0px;
-->
</style>
<link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryValidationSelect.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<script src="SpryAssets/SpryValidationSelect.js" type="text/javascript"></script>
<script language='JavaScript' type='text/javascript' src='TSScript/yahoo.js'></script>
<script language='JavaScript' type='text/javascript' src='TSScript/event.js'></script>
<script language='JavaScript' type='text/javascript' src='TSScript/dom.js'></script>
<script language='JavaScript' type='text/javascript' src='TSScript/calendar.js'></script>
<link rel='stylesheet' type='text/css' href='TSScript/TSCalendar/calendar.css' />
<script language='JavaScript' type='text/javascript' src='TSScript/TSCalendar/TSCalendar.js'></script>
</head>
<body>
<div class="container">
  <div class="header"><!-- end .header --><img src="Cerner At Imperial2.jpg" width="960" height="150" alt="" /></div>
  <div class="content">
    <h3>Attendance Register
    </h3>
    <form action="<?php echo $editFormAction; ?>" id="form1" name="form1" method="POST">
      <table width="780" border="0" cellspacing="10" summary="Cerner@Imperial">
        <tr>
          <td><div align="right">* User ID</div></td>
          <td colspan="2"><span id="sprytextfield1">
            <input name="Wid" type="text" id="Wid" tabindex="1" size="18" maxlength="10" />
          <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Title</div></td>
          <td colspan="2"><span id="spryselect1">
            <select name="title" id="title" tabindex="2">
              <option value="0">Select</option>
              <option value="Ms">Ms</option>
              <option value="Mrs">Mrs</option>
              <option value="Mdm">Mdm</option>
              <option value="Mr">Mr</option>
              <option value="Dr">Dr</option>
              <option value="Professor">Prof</option>
            </select>
<span class="selectRequiredMsg">    Please select an item.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* First name</div></td>
          <td colspan="2"><span id="sprytextfield2">
            <input name="firstname" type="text" id="firstname" tabindex="3" size="40" maxlength="30" />
          <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Surname</div></td>
          <td colspan="2"><span id="sprytextfield5">
            <input name="surname" type="text" id="surname" tabindex="4" size="40" maxlength="30" />
          <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Contact/ Bleep</div></td>
          <td colspan="2"><span id="sprytextfield3">
            <input name="contactno" type="text" id="contactno" tabindex="5" size="10" maxlength="6" />
          <span class="textfieldRequiredMsg">A value is required.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">Mobile (optional)</div></td>
          <td colspan="2"><input name="mobile" type="text" id="mobile" tabindex="6" size="25" maxlength="18" />          <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Job role</div></td>
          <td colspan="2"><span id="spryselect2">
            <select name="jobrole" id="jobrole" tabindex="7">
              <option value="0">Select</option>
              <option value="Doctor">Doctor</option>
              <option value="CNS/NP">CNS/NP</option>
              <option value="Midwife">Midwife</option>
              <option value="Other Staff">Other Staff</option>
              <option value="Nurse IP HCA">Nurse IP &amp; HCA</option>
              <option value="Nurse OP HCA">Nurse OP &amp; HCA</option>
              <option value="IP Physician Assitant">IP Physician Assistant</option>
              <option value="OP Phlebotomist">OP Phlebotmist</option>
              <option value="Pharmacists">Pharmacists</option>
              <option value="Therapist AHP">Therapist &amp; AHP</option>
              <option value="Medical Secretary">Medical Secretary</option>
              <option value="Bed Manager">Bed Manager</option>
              <option value="Medical Record Staff">Medical Records</option>
              <option value="Medical Records Manager">Medical Records Mgr</option>
              <option value="OP Booking Clerk">OP Booking Clerk</option>
              <option value="OP Receptionist">OP Receptionist</option>
              <option value="ED Admin">ED Admin</option>
              <option value="Ward Administrator">Ward Administrator</option>
              <option value="IP Wait List Clerk/Mgr">IP Wait List Clerk/Mgr</option>
              <option value="Antenatal Supervisor">Antenatal Supervisor</option>
              <option value="Clinical Coder">Clinical Coder</option>
              <option value="Clinical Coding Mgr">Clinical Coding Mgr</option>
              <option value="Pi Help Desk Backoffice">Pi Help Desk Analyst/Back Office</option>
            </select>
          <span class="selectInvalidMsg">Please select a valid item.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Manager's Name</div></td>
          <td colspan="2"><span id="sprytextfield4">
          <input name="mgrname2" type="text" id="mgrname2" tabindex="8" size="40" maxlength="30" />
          <span class="textfieldRequiredMsg">A value is required.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Attendance Data </div></td>
          <td colspan="2">
            <span id="sprytextfield6">
            <input name="Adate2" type="text" id="Adate2" tabindex="9" />
            <span class="textfieldRequiredMsg"> a value is required.</span><span class="textfieldInvalidFormatMsg"> invalid format.</span></span>
</td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Course</div></td>
          <td colspan="2">
          <select name="courses" id="courses" tabindex="10">
            <option value="0">Select</option>
            <option value="Doctors">Doctors</option>
            <option value="Nurse IP">Nurse IP</option>
            <option value="Nurse OP">Nurse OP</option>
            <option value="Midwife">Midwife</option>
            <option value="HCA">HCA</option>
            <option value="Pharmacist">Pharmacist</option>
            <option value="Back Office Staff">Back Office Staff</option>
            <option value="AHP">AHP</option>
            <option value="Pi Help Desk Analyst">Pi Help Desk Analyst</option>
            <option value="Medical Secretary">Medical Secretary</option>
            <option value="OP Phlebotmist">OP Phlebotmist</option>
            <option value="Champion Users Doctors">Champion Users Doctors</option>
            <option value="Champion Users Nurse IP">Champion Users Nurse IP</option>
          </select></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Location &amp; Room</div></td>
          <td><select name="troom" id="troom" tabindex="11">
            <option value="0">Select</option>
            <option value="CXH">Charing Cross</option>
            <option value="HH">Hammersmith Hammersmith</option>
            <option value="QEH">Queen Charlottee Hospital</option>
            <option value="SMH">St Mary's Hospital</option>
            <option value="WEH">Western Eye Hospital</option>
            <option value="SCC">St Charles Community</option>
          </select></td>
          <td> </td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* CPG</div></td>
          <td><select name="cpg2" id="cpg2" tabindex="12">
            <option value="0">Select</option>
            <option value="CPG 1 Medicine">CPG1 - Medicine</option>
            <option value="CPG 2 Surgery &amp; Cancer">CPG2 - Surgery and Cancer</option>
            <option value="CPG3 Specialist Services">CPG3 - Specialist Services</option>
            <option value="CPG4 Circulatory Services and Renal Medicine">CPG4 - Circulatory Services and Renal Medicine</option>
            <option value="CPG5 Womens and Childrens">CPG5 - Womens and Childrens</option>
            <option value="CPG6 Clinical and Investigative Sciences">CPG6 - Clinical and Investigative Sciences</option>
            <option value="CP7 Private Patients">CPG7 - Private Patients</option>
            <option value="Others">Others</option>
          </select></td>
          <td> </td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td><input type="submit" name="submitbt" id="submitbt" value="Submit" /></td>
          <td> </td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="center">* Mandatory Fields</div></td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
      </table>
      <input type="hidden" name="MM_insert" value="form1" />
    </form>
    <p> </p>
    <p> </p>
    <!-- end .content --></div>
  <div class="footer"></div>
<script type="text/javascript">
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {validateOn:["blur", "change"]});
var spryselect1 = new Spry.Widget.ValidationSelect("spryselect1", {validateOn:["blur", "change"]});
var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "none", {validateOn:["blur", "change"]});
var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "none", {validateOn:["blur", "change"]});
var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "integer", {validateOn:["blur", "change"]});
var spryselect2 = new Spry.Widget.ValidationSelect("spryselect2", {invalidValue:"-1", isRequired:false, validateOn:["blur", "change"]});
var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "none", {validateOn:["blur"]});
var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5", "none", {validateOn:["blur", "change"]});
var sprytextfield6 = new Spry.Widget.ValidationTextField("sprytextfield6", "date", {validateOn:["change"], format:"dd/mm/yyyy"});
    </script>
</body>
</html>
<?php
mysql_free_result($rsattend);
?>

Similar Messages

  • When I try to install adobe photoshop 13 on my computer it comes up with the following error message " This installer does not support installation on a 64bit windows operating system" error code 6. How to I recify this? TIA

    When I try to install adobe photoshop 13 on my computer it comes up with the following error message " This installer does not support installation on a 64bit windows operating system" error code 6. How to I recify this? TIA

    You can try downloading the 64 bit version.  You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 13: http://prodesigntools.com/photoshop-elements-13-direct-download-links-premiere.html

  • Moving files to another directory got an error message [File System Task] Error: An error occurred with the following error message: "Could not find a part of the path.".

    Hi all,
    I am having a list of files in a folder named datafiles and I am processing them one by one when I finish each one I want to move the file into a folder archive.
    I am having a variable named filename and archivefilename and two fileconnections  one is originalfiles and archivefiles
    archivefilename=replace( @[User::filename],"datafiles","archive")
    orginalfiles connection is an expression =@user:filename
    archivefies connection is an expression=@user:archivefilename
    the filename comes from reading the folder that contains those files
    public void Main()
                string[] filenames;
                filenames = Directory.GetFiles(@"C:\luminis\datafiles\");
                Array.Sort(filenames);
                Dts.Variables["filelist"].Value = filenames;
                Dts.TaskResult = (int)ScriptResults.Success;
    The folder c:\luminis\archive\ exists
    why I am getting this error
    My filesystem task : destinationpathvariable =false
    destinationconnection:archivefile
    overwrite=true
    operation=movefile
    issourcepathvariable=false
    sourceconnection=original file
    why am i getting this error[File System Task] Error: An error occurred with the following error message: "Could not find a part of the path.".
    sohairzaki

    there may be 2 problem...
    1> specify a target directory only, not with the file name. 
    OR
    2> Try using the unc,path format \\computername\sharename\
    let us know your observation...
    Let us TRY this | Mail me
    My Blog :: http://quest4gen.blogspot.com/

  • I updated my Itunes to the latest version(11.1.4) and it isn't running on my laptop. The current OS is a W7 ultimate 64bits, when i try to run it, opens a message box with the following error message: error 7 (windows error 1114) . What should I do?

    I updated my Itunes to the latest version(11.1.4) and it isn't running on my laptop. The current OS is a W7 ultimate 64bits, when i try to run it, opens a message box with the following error message: error 7 (windows error 1114) . What should I do?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • TS1717 Hi, my iTunes application is not connecting to the iTunes store. It is coming up with the following error message "we could not complete your itune store request. An unknown error occured (11222)" Can you please assist?

    Hi, my iTunes application is not connecting to the iTunes store. It is coming up with the following error message "we could not complete your itune store request. An unknown error occured (11222)" Can you please assist?

    Hi Laura-Wedders,
    Thanks for visiting Apple Support Communities.
    On August 7th, some users may have been unable to make purchases from the App Store, iTunes Store, Mac App Store, or iBookstore. Apple worked quickly to resolve these issues, however you may have experienced them.
    To check the current status of these systems please see:
    Apple - Support - System Status
    http://www.apple.com/support/systemstatus/
    If you are still experiencing issues, you may want to troubleshoot with the following articles:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    All the best,
    Jeremy

  • Processing data for a remote command failed with the following error message: Error occurred during the Kerberos reponse.

    Hi!
    We have 5 Exchange 2013 servers and when I’m trying to run a script that includes the cmd-let Get-MessageTrackinglog with StartDate = the first of the month and with EndDate = the end of the month I get the following error message after
    a couple of hours. The script is run on the server SERVER01 and goes through the Message Tracking logs of all Exchange servers. I have tried the script on other servers and get the same result.
    Processing data for a remote command failed with the following error message: Error occurred during the Kerberos reponse.
    [Server=SERVER01, TimeStamp = 918/2014 19:32:34]
    For more information, see the about_Remote_Troubleshooting Help topic.
        + CategoryInfo         
    : OperationStopped: (server01.domain.com:String) [], PSRemotingTransportException
        + FullyQualifiedErrorId : JobFailure
        + PSComputerName       
    : server01.domain.com
    I have gone through “about_Remote_Troubleshooting Help topic”, but can’t find anything related to my issue. There is nothing in the Application or the Windows PowerShell log either.
    /Henrik

    Hi Henado 
    Check the time on your Exchange server(s) relative to the DCs and ensure they are in correct sync
    Use another account which is assigned the Organization Management permission and log to to the server run the command in shell and see the results
    Run 
    Add-PSSnapin -Name Microsoft.Exchange.Management.PowerShell.E2010
    Set-Adserversettings -ViewEntireForest $True and then run message tracking command and see the results
    If none of the above helps you may need to remove and re-install the WinRM and see the results
    Good Luck :)
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • Connecting to remote server failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true -CurrentV

    I installed Exchange Server 2010 inside my VMWare Windows Server 2008 Ent R2. And After successful installation  when I try to open my Exchange Server Console, I am getting the following error message. I am very new to Exchange server please help me
    to solve this problem.
    Initialization Failed
    The following error occurred while searching for the on-premises Exchange server:
    [win-.local] Connecting to remote server failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError
    $true -CurrentVersion 'Version 14.1 (Build 218.15)''.
    Thanks Vivek
    SharePoint Foundation 2010 Book
    http://www.redpipit.com

    Hi,
    Please have a look at the article below:
    Troubleshooting Exchange 2010 Management Tools startup issues
    http://blogs.technet.com/b/exchange/archive/2010/02/04/3409289.aspx
    Resolving WinRM errors and Exchange 2010 Management tools startup failures
    http://blogs.technet.com/b/exchange/archive/2010/12/07/3411644.aspx
    Besides, please run the cmdlet below:
     set-user alias -remotepowershellenabled$true
    Xiu Zhang
    TechNet Community Support

  • I have never been able to migrate my ibooks library from iTunes to ibooks. Setup stops during creating ibooks library with the following error message:iBooks quit unexpectedly while creating your library.

    i have never been able to migrate my ibooks library from iTunes to ibooks. Setup stops during creating ibooks library with the following error message:iBooks quit unexpectedly while creating your library.

    Hello cpikehfx, 
    Welcome to the forums. 
    You can try one of the two options below to work around your issue. 
    Drag and drop the files from the desired music folder to the BlackBerry Music folder using the computer.
    Open the desired music folder on the computer
    Go into Computer or My Computer and open the BlackBerry network drive
    Open the Music folder
    Drag the desired music files from the computer music folder to the BlackBerry Music folder
    Try a different Windows profile.
    Go into the Control Panel and create a new user account
    Put some music files in a folder that is accessible by all profiles or transfer them to the BlackBerry device
    Log out of the current profile and log into the new profile
    Transfer music into iTunes or Windows Media Player
    Launch BlackBerry Link and go through the setup configuring the music source of your choice
    Click on the Computer name in the bottom left corner of Link
    Select Music on the left side
    Drag and drop the desired music files from the list to the BlackBerry name in the bottom left corner of Link
    If neither of these options work for you then you will want to contact your mobile service provider and ask that this issues be escalate to BlackBerry support for investigation. 
    Hope this helps. Have a good day. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • HP recovery disc failure with the following error message

    Notebook:
    HP Pavilion g7-1070us
    OS: Window 7 home premium 64-bit
    Problem:
    Notebook failed to start. Bought recovery disc set from HP and tried to do the factory restore (Factory image recovery)
    The first two steps went smoothly:
    1) "Reformatting the window partition of the ard drive;"
    2) "Copying files required to restore the hard-drive;"
    But at step 3: "Restoring files to the hard-drive", when the progress bar showed 46%, it got stuck and the following  error message popped up:
    Copy File Fails
    From: E:/PRELOAD/BASE3.SWM
    To: C:/RM/Image/BASE3.SWM
    I tried a few times and every time it got stuck at exactly the same point.
    PLease help!!!! Thanks a lot!!

    Hi,
    Assuming this is just a problem with the recovery media, here's an alternative option you could try.
    Before trying the following, make sure you can still read the 25 Character Product Activation key on your Windows COA label ( 5 blocks of 5 alpha/numeric sets ).
    An example of a COA Label can be seen Here.
    You can create an installation disc yourself using another PC - just download the correct Disc Image ( this must be the exact same version that originally came with your notebook ) from the link below and use an application such as ImgBurn to burn the ISO correctly to a blank DVD - a guide on using ImgBurn to write an ISO to a disc is Here.  These Images are clean and from a well-respected source, however there are only limited versions available.
    Windows-7 sp1-iso-official-32-bit-and-64-bit
    Use the disc to perform the installation, enter the Windows activation key found on the COA Label when requested and when the installation has completed, use the 'Phone Method' detailed in the link below to activate the OS - this method supported by Microsoft and is popular with people who just want a clean installation of Windows 7 without the additional software load normally bundled with OEM installations.
    http://www.kodyaz.com/articles/how-to-activate-windows-7-by-phone.aspx
    Any additional drivers and software you may need can be found Here.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • I have an 27inch iMac which upon start up is coming up with the following error message.  Could anyone help?

    Interval Since Last Panic Report:  287561 sec
    Panics Since Last Report:          1
    Anonymous UUID: 5E7ECC78-E01D-2787-EB12-49DE5B88D18D
    Fri Oct 19 10:09:54 2012
    panic(cpu 0 caller 0xffffff800bab7bd5): Kernel trap at 0xffffff800ba2e906, type 12=stack bounds, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff80855fd000, CR3: 0x000000000e468000, CR4: 0x0000000000000660
    RAX: 0x39ee95f68824000e, RBX: 0xffffff801737f000, RCX: 0x0000000009000000, RDX: 0xffffff807f591078
    RSP: 0xffffff808ad8be40, RBP: 0x01ffff808ad8beb0, RSI: 0xffffff807f591068, RDI: 0x0000000000000000
    R8: 0xffffff800c0bec60, R9: 0x0000000000000000, R10: 0xffffff800be4d6b0, R11: 0xffffff800c07de88
    R12: 0x0000000000000001, R13: 0x0000000000000000, R14: 0xffffff8017400550, R15: 0x0000000000000000
    RFL: 0x0000000000010046, RIP: 0xffffff800ba2e906, CS: 0x0000000000000008, SS: 0x0000000000000000
    Fault CR2: 0xffffff80855fd000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff808ad8bae0 : 0xffffff800ba1d626
    0xffffff808ad8bb50 : 0xffffff800bab7bd5
    0xffffff808ad8bd20 : 0xffffff800bace4ed
    0xffffff808ad8bd40 : 0xffffff800ba2e906
    No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0x1ffff808ad8beb0
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    Not yet set
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x000000000b800000
    Kernel text base: 0xffffff800ba00000
    System model name: iMac10,1 (Mac-F2268DC8)
    System uptime in nanoseconds: 1178971303
    last loaded kext at 269035603: com.apple.driver.XsanFilter 404 (addr 0xffffff7f8d465000, size 20480)
    loaded kexts:
    com.apple.driver.XsanFilter   404
    com.apple.iokit.IOAHCIBlockStorage           2.2.2
    com.apple.driver.AppleFWOHCI      4.9.6
    com.apple.driver.AppleIntelCPUPowerManagementClient  196.0.0
    com.apple.driver.AppleUSBHub       5.2.5
    com.apple.driver.AppleAHCIPort     2.4.1
    com.apple.driver.AirPort.Atheros40  600.70.23
    com.apple.driver.AppleEFINVRAM            1.6.1
    com.apple.nvenet        2.0.19
    com.apple.driver.AppleUSBOHCI    5.2.5
    com.apple.driver.AppleUSBEHCI     5.4.0
    com.apple.driver.AppleRTC  1.5
    com.apple.driver.AppleHPET           1.7
    com.apple.driver.AppleACPIButtons           1.6
    com.apple.driver.AppleSMBIOS       1.9
    com.apple.driver.AppleACPIEC       1.6
    com.apple.driver.AppleAPIC            1.6
    com.apple.nke.applicationfirewall      4.0.39
    com.apple.security.quarantine            2
    com.apple.driver.AppleIntelCPUPowerManagement           196.0.0
    com.apple.iokit.IOAHCISerialATAPI           2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.5.1
    com.apple.iokit.IOFireWireFamily    4.5.5
    com.apple.iokit.IOUSBUserClient     5.2.5
    com.apple.iokit.IOAHCIFamily        2.2.1
    com.apple.iokit.IO80211Family        500.15
    com.apple.iokit.IONetworkingFamily           3.0
    com.apple.iokit.IOUSBFamily           5.4.0
    com.apple.driver.NVSMU     2.2.9
    com.apple.driver.AppleEFIRuntime  1.6.1
    com.apple.iokit.IOHIDFamily           1.8.0
    com.apple.iokit.IOSMBusFamily      1.1
    com.apple.security.sandbox   220
    com.apple.kext.AppleMatch  1.0.0d1
    com.apple.security.TMSafetyNet     7
    com.apple.driver.DiskImages 344
    com.apple.iokit.IOStorageFamily       1.8
    com.apple.driver.AppleKeyStore      28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily            2.7.2
    com.apple.iokit.IOACPIFamily         1.4
    com.apple.kec.corecrypto      1.0
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.53f13
    Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
    Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.70.23-P2P
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST31000528ASQ, 1 TB
    Serial ATA Device: HL-DT-ST DVDRW  GA11N
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0x24400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x06110000 / 5
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52f, 0x04100000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2

    This is a Kernel Panic, KP's can be caused by many things from hardware to software. A common cause of KP's is RAM related. RAM related KP's are one of three things, those are:
    Failed RAM (yes it can and does fail)
    Incorrect RAM (did you upgrade the RAM recently?????)
    Unseated RAM (yes it can become unseated)
    RAM related issues take some methodical troubleshooting, one place to start is by trying Rember which tests the RAM. You can find Rember at www.macupdate.com. Rember while good will not catch every issue and when it does only indicates you have a RAM issue so you need to locate which problem you have from the 3 choices above.
    As mentioned KP's can be caused by many other causes, I would recommend studying the X Lab's Kernel Panics article very carefully to try and locate the cause of yours. If you have AppleCare coverage on your system you can also call them or you can take your machine into an Apple Store or AASP to get it professionaly diagnosed.

  • Illustrator quits with the following error message. Can you please help me?

    Process:         Adobe Illustrator [700]
    Path:            /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         256 (17.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [152]
    Responsible:     Adobe Illustrator [700]
    User ID:         501
    Date/Time:       2014-04-29 22:31:15.472 +0200
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  4C19C6C0-CD69-307F-3694-848B5E25B256
    Sleep/Wake UUID: 99981582-29F3-48D7-A330-E2BCEB605276
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Dyld Error Message:
      Symbol not found: _AMTRetrievePersonGUIDWithAuthSource
      Referenced from: /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
      Expected in: /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/../Frameworks/amtlib.framework/Versions/A/amtlib
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   dyld                                    0x00007fff69a9709d dyld_fatal_error + 1
    1   dyld                                    0x00007fff69a99df6 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 171
    2   libdyld.dylib                           0x00007fff8e6332dd dyld_stub_binder_ + 13
    3   ???                                     0x0000000101431030 0 + 4316139568
    4   com.adobe.illustrator                   0x0000000100688308 IMSConnection::GetUserInfoFromAmt() + 88
    5   com.adobe.illustrator                   0x0000000100688017 IMSConnection::IMSConnection(ServiceType const&) + 807
    6   com.adobe.illustrator                   0x00000001004cdcd7 PreferencesMgr::UpdateGlobalNameSpace(CAIAspectEntry&, CAIGlobalNameSpaceNotifier::Started const&) + 167
    7   com.adobe.illustrator                   0x000000010062f5e6 CAIAspectType<CAIGlobalNameSpaceNotifier::Any>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 54
    8   com.adobe.illustrator                   0x000000010057d1e1 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 81
    9   com.adobe.illustrator                   0x000000010057cd5c CAIAspectBase::Notify(void const*) + 108
    10  com.adobe.illustrator                   0x000000010062dd91 CAIGlobalNameSpace::UpdateGlobalStringPool(CAIAspectEntry&, CAIGlobalStringPoolNotifier::Started const&) + 177
    11  com.adobe.illustrator                   0x00000001006387a6 CAIAspectType<CAIGlobalStringPoolNotifier::Any>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 54
    12  com.adobe.illustrator                   0x000000010057d1e1 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 81
    13  com.adobe.illustrator                   0x000000010057cd5c CAIAspectBase::Notify(void const*) + 108
    14  com.adobe.illustrator                   0x0000000100638259 CAIGlobalStringPool::UpdateApplicationLaunchQuit(CAIAspectEntry&, CAIApplicationNotifier::Launching const&) + 169
    15  com.adobe.illustrator                   0x000000010042f9e6 CAIAspectType<CAIApplicationNotifier::AnyLaunchQuit>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 54
    16  com.adobe.illustrator                   0x000000010057d23e CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 174
    17  com.adobe.illustrator                   0x000000010057cd5c CAIAspectBase::Notify(void const*) + 108
    18  com.adobe.illustrator                   0x000000010042e640 CAIApplication::RunApp() + 128
    19  com.adobe.illustrator                   0x0000000100419a57 main + 135
    20  com.adobe.illustrator                   0x0000000100002c94 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8cd42662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8beb643d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8beb6152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8cd41e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff95e04f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff95e07fb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8cd41e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff95e04f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff95e07fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8cd41e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff95e04f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff95e07fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8cd41716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff95e05c3b _pthread_cond_wait + 727
    2   com.adobe.AGM                           0x0000000103894dcb 0x103552000 + 3419595
    3   com.adobe.AGM                           0x000000010389587d 0x103552000 + 3422333
    4   com.adobe.AGM                           0x00000001038ab8a8 0x103552000 + 3512488
    5   libsystem_pthread.dylib                 0x00007fff95e03899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff95e0372a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff95e07fc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff69acbdb0  rbx: 0x000000010a024b70  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x00007fff69acbf20  rsi: 0x0000000000000000  rbp: 0x00007fff5fbfe850  rsp: 0x00007fff5fbfe838
       r8: 0x00007fff69ab6b4c   r9: 0x0000000000000000  r10: 0x00007fff69ab9ce6  r11: 0x00007fff69acbf20
      r12: 0x000060800030e260  r13: 0x000060800030e268  r14: 0x00007fff69acbf20  r15: 0x000060800030e220
      rip: 0x00007fff69a9709d  rfl: 0x0000000000000246  cr2: 0x0000000109fff000
    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     3
    Binary Images:
           0x100000000 -        0x101430fff +com.adobe.illustrator (256 - 17.0.0) <E34E6120-14D0-3467-A23C-C55B5B80B913> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x102520000 -        0x103265ff7 +libicudata.40.0.dylib (40) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x103279000 -        0x1032c8fff +com.adobe.headlights.LogSessionFramework (2.1.2.1756) <BD518257-970F-344A-92B8-B8BE1A8EB4D8> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1032fe000 -        0x103300fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x103306000 -        0x103356fff +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.256) <CDE1A155-45AC-30BB-8347-943980377322> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/aiport
           0x103379000 -        0x1033cdfff +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.256) <A7D0F187-0123-340C-B456-919DB5F661E7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/FilterPort.framework/Versions/A/filterport
           0x1033f6000 -        0x1033f6ff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.256) <DBFFDCE5-C8A5-3C83-91A7-75E40BFF917D> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x1033fb000 -        0x10353ffff +com.adobe.ACE (AdobeACE 2.20.02.30929 - 2.20.02.30929) <73C9699B-5EDC-3FDC-82FF-738C99AA840F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x103552000 -        0x103b23fff +com.adobe.AGM (AdobeAGM 4.30.20.30929 - 4.30.20.30929) <7D9DF39D-A7FA-3284-84B2-5BA83794981A> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x103bc0000 -        0x103bfdfff +com.adobe.ARE (AdobeARE 1.5.02.30929 - 1.5.02.30929) <73174C59-1DDC-3416-A0AD-4D70930ABA60> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x103c05000 -        0x103d03ff7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.30807 - 3.8.0.30807) <DF0EC9F6-D499-39B8-B2F4-CAF4F742D702> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x103daf000 -        0x103dccfff +com.adobe.BIB (AdobeBIB 1.2.03.30929 - 1.2.03.30929) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x103dd4000 -        0x103dfafff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeBibUtils.framework/Versions/A/AdobeBIBUtils
           0x103e02000 -        0x104112ff7 +com.adobe.CoolType (AdobeCoolType 5.13.00.30929 - 5.13.00.30929) <BBF1FCF6-523A-3E24-967A-10EA909DF89B> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10415a000 -        0x1046f3fff +com.adobe.MPS (AdobeMPS 5.8.1.30604 - 5.8.1.30604) <70CBC6A8-2740-37AB-964E-484096A1BF8A> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x104770000 -        0x1056f3fef +com.adobe.psl (AdobePSL 14.0.0.30830 - 14.0.0.30830) <7BDC4AF7-B14F-3DE0-B47A-E69B37529A6B> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x1058b4000 -        0x105921fff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 14 - 79.151739) <95D40B8F-C287-3F7B-945C-CEEE0D5399A2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105954000 -        0x105a60fff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 50 - 79.151739) <6C763585-FC85-3A15-B089-7D43EF73F6A8> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x105b0e000 -        0x105bb8fe7 +libicucnv.40.0.dylib (40) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x105be0000 -        0x105d20fe7 +libicui18n.40.0.dylib (40) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x105da0000 -        0x105ea2fef +libicuuc.40.0.dylib (40) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x105eeb000 -        0x106019fff +com.winsoft.wrservices (WRServices 7.0.0 - 7.0.0) <0853A41B-A14A-37B7-B27F-457F87865EAD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x106077000 -        0x1061d0ff7 +com.adobe.linguistic.LinguisticManager (7.0.0 - 19061) <F6095811-7D5F-3E06-A664-1EB9FBF8C761> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x10621e000 -        0x106226fff +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <657ED4E5-4FC2-3012-B36F-B60896021CB2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x106230000 -        0x106254fff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.30807 - 3.8.0.30807) <16FF5E16-19E0-3CE1-A68E-27567234429F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x106278000 -        0x106336ff7 +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.30772) <4FC0039A-A770-3A51-9D7A-D24167344540> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x106386000 -        0x10643fff7 +com.adobe.JP2K (1.2.2 - 1.2.2.29712) <869F46FB-FF39-39CA-B1E3-A13035A48B49> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x106489000 -        0x106652ff7 +com.adobe.owl (AdobeOwl version 5.0.13 - 5.0.13) <E9BEFE93-8AB5-3EF9-B59E-69208015C7FA> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x106695000 -        0x106e00fff +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 10.0.1.30505) <38762F4D-B5C5-3FD4-AFFE-5D1195FB76FC> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x106eb8000 -        0x106fbcfff +com.adobe.PDFPort (AdobePDFPort 2.1.0.30929 - 2.1.0.30929) <46896FB3-8FDB-3554-B4F6-013BB944D5EB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x106fcf000 -        0x106ff4ffe +AdobePDFSettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetting s
           0x10702e000 -        0x107073ff7 +com.adobe.pip (7.0.0.1768) <F022E031-1429-354F-B718-70F001B342EF> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x10707f000 -        0x10712aff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.30772) <5DE0B54D-CDAE-3146-904F-72CBC5C89FA7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10716f000 -        0x10722dfff +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <2FAB4B9A-EDB9-0FF9-55B2-52DEC380D2BF> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x107250000 -        0x107566fff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <D21D9020-0CD5-2CE3-FE04-8856C4F631E1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x107632000 -        0x107645ff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x10764f000 -        0x107667ff7  com.apple.carbonframeworktemplate (1.0 - 1.0) <CD612584-FFB3-3311-8A49-834F1DFA2841> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x10766e000 -        0x107752fe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x107763000 -        0x107769ff7 +com.adobe.boost_date_time.framework (7.0.0 - 7.0.0.0) <C8A03503-9AF8-39E5-B52A-947940E9BE85> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x107780000 -        0x107792fff +com.adobe.boost_filesystem.framework (7.0.0 - 7.0.0.0) <E9A71FDE-E91D-3DB8-8C93-C4DC759440FF> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
           0x1077b0000 -        0x10784bff7 +com.adobe.boost_regex.framework (7.0.0 - 7.0.0.0) <46B5DDAA-7B53-3295-9AC6-C4A5220FA9DD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x1078e2000 -        0x107930fff +com.adobe.boost_serialization.framework (7.0.0 - 7.0.0.0) <102B6B3B-01A9-384C-ABDD-69E255EA0461> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
           0x107a5c000 -        0x107a67fff +com.adobe.boost_signals.framework (7.0.0 - 7.0.0.0) <A07284DB-0BDE-3AA0-A9FD-9FD4080A58E0> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x107a7f000 -        0x107a83fff +com.adobe.boost_system.framework (7.0.0 - 7.0.0.0) <14201414-F4C5-3361-ABA8-225B6A997DBA> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x107a8c000 -        0x107a9afff +com.adobe.boost_threads.framework (7.0.0 - 7.0.0.0) <C4728FDF-6398-37CD-A9CF-4E8C3522BF8F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x107abe000 -        0x107ddcfff +com.adobe.dvaadameve.framework (7.0.0 - 7.0.0.0) <C527EBA1-3390-387A-935D-A5F37DBB00F3> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x10847d000 -        0x108582fff +com.adobe.dvaai.framework (7.0.0 - 7.0.0.0) <D2763EF1-5B68-34DB-ADDA-F0B2B98D2668> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x108734000 -        0x10897dff7 +com.adobe.dvacore.framework (7.0.0 - 7.0.0.0) <73F833A6-5554-34A7-A625-ACAC06C25763> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x108bb4000 -        0x10902ffff +com.adobe.dvaui.framework (7.0.0 - 7.0.0.0) <15DAC32C-E639-33FE-A34B-990E77CE9C47> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x109622000 -        0x1096d0ff7 +com.adobe.dvaworkspace.framework (7.0.0 - 7.0.0.0) <C614AF0D-8386-3FC1-AE64-33BC3B5DAB37> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x1097db000 -        0x10989dff7 +com.adobe.exo.framework (7.0.0 - 7.0.0.0) <D923AF78-3EBF-3C1B-9698-E8D8A0FE02E2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x1099f7000 -        0x109a68fe7 +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 79.151561) <380981FE-6528-37CC-9159-AB1892803BD4> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x109a7b000 -        0x109aa7ff7 +libtbb.dylib (0) <64B7013E-D548-3F7B-A2FB-28B7B932275C> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/libtbb.dylib
           0x109ac2000 -        0x109ae1fe7 +libtbbmalloc.dylib (0) <6887ED68-67ED-3748-82DA-B39A3EB210BB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/libtbbmalloc.dylib
           0x109b06000 -        0x109b0afff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x109b11000 -        0x109b2dff7 +com.adobe.dvaflashview.framework (7.0.0 - 7.0.0.0) <390504EA-B04F-3B3D-AF17-5F99CE10613D> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x109b54000 -        0x109b58ff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) <B9447EE8-6F91-9E85-C163-96600BF70764> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/Adbeape.framework/Versions/A/adbeape
           0x109b5f000 -        0x109caafff +com.adobe.dvascriptui.framework (7.0.6 - 7.0.6.0) <D8DCEBAB-E04E-373A-B9ED-820FC2A282F0> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvascriptui.framework/Versions/A/dvascriptui
           0x109f73000 -        0x109f75ff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10e86a000 -        0x10e90dff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10ef80000 -        0x10f061fe7 +IMSLib.dylib (7.0.0.37 - 7.0.0.37) <4C57DB56-7A76-374F-8F81-3D29A86A4FF2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/IMSLib.dylib
        0x7fff69a96000 -     0x7fff69ac9817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
        0x7fff894c3000 -     0x7fff894c3fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff89517000 -     0x7fff89521ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff89564000 -     0x7fff89572fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff89573000 -     0x7fff8957cffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff895e8000 -     0x7fff896cfff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff89a26000 -     0x7fff89a26fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff89a27000 -     0x7fff89a57fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
        0x7fff89a58000 -     0x7fff89a59fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff89a5d000 -     0x7fff89bb0ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89bb1000 -     0x7fff89bcdfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff89d13000 -     0x7fff89df2fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff89e7e000 -     0x7fff89e90ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff89e91000 -     0x7fff89e95fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff89ee3000 -     0x7fff89efeff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89f11000 -     0x7fff8a0c9ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
        0x7fff8b1bb000 -     0x7fff8b1f3ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff8b1f4000 -     0x7fff8b27dff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff8b2c8000 -     0x7fff8b2c9fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
        0x7fff8b3b8000 -     0x7fff8b3c5ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8b3c6000 -     0x7fff8b3cdfff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8b6f0000 -     0x7fff8b6f3ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b6f4000 -     0x7fff8b6f7fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
        0x7fff8bb9f000 -     0x7fff8bbe6fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8bc69000 -     0x7fff8bc98ff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8beb3000 -     0x7fff8becdfff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
        0x7fff8bece000 -     0x7fff8bed0ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8bed1000 -     0x7fff8bedaff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff8bf25000 -     0x7fff8bf2ffff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8bf3f000 -     0x7fff8c23dfff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8c7e5000 -     0x7fff8c7e8fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8c7e9000 -     0x7fff8c824fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8cd2c000 -     0x7fff8cd48ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8cd49000 -     0x7fff8ceb7ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff8ceb8000 -     0x7fff8cee0ffb  libRIP.A.dylib (599.20.11) <D79461A6-2E24-3531-ADA2-EAC972384A7D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8d7b0000 -     0x7fff8d7d9fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
        0x7fff8d7da000 -     0x7fff8e350fff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8e3a0000 -     0x7fff8e3b7ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
        0x7fff8e3b8000 -     0x7fff8e3c4ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8e3c5000 -     0x7fff8e438fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff8e61e000 -     0x7fff8e61efff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
        0x7fff8e632000 -     0x7fff8e635ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
        0x7fff8e656000 -     0x7fff8e671ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8e682000 -     0x7fff8e766fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8e767000 -     0x7fff8e768ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8e769000 -     0x7fff8ea39ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
        0x7fff8ecb5000 -     0x7fff8ecb7ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
        0x7fff8ecb8000 -     0x7fff8ecc0ff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
        0x7fff8ecc1000 -     0x7fff8ecc6fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8ecc7000 -     0x7fff8eccefff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8eccf000 -     0x7fff8ed9afff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
        0x7fff8f51a000 -     0x7fff8f51eff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8f64f000 -     0x7fff8f6b2ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff8f6b3000 -     0x7fff8f6c0ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8f6c1000 -     0x7fff8f85dff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8f8ac000 -     0x7fff8fb96fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
        0x7fff8fb97000 -     0x7fff8fc81fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8fc82000 -     0x7fff8fd71fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
        0x7fff8fd8a000 -     0x7fff8fd96ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
        0x7fff8fdbe000 -     0x7fff8feacfff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8fead000 -     0x7fff8feb3ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff8fef4000 -     0x7fff8feffff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff90192000 -     0x7fff90196ff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
        0x7fff90197000 -     0x7fff901a6ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
        0x7fff901eb000 -     0x7fff9023cff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff9023d000 -     0x7fff9028aff2  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
        0x7fff9058a000 -     0x7fff906faff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff90704000 -     0x7fff90756fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff908f0000 -     0x7fff909b2ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff90a10000 -     0x7fff90a10fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff90a11000 -     0x7fff90a15ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
        0x7fff90a20000 -     0x7fff90a27ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff90a28000 -     0x7fff90a79fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff90aa5000 -     0x7fff90aa5fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff90aaf000 -     0x7fff90ac7ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff90be3000 -     0x7fff90c12fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff90d96000 -     0x7fff91040ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
        0x7fff91183000 -     0x7fff91184fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff91185000 -     0x7fff91187fff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff91188000 -     0x7fff91238ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
        0x7fff91239000 -     0x7fff91239ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff9123a000 -     0x7fff9123bff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
        0x7fff912ca000 -     0x7fff912d2ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff9180a000 -     0x7fff918ceff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff918cf000 -     0x7fff918f8ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff91947000 -     0x7fff91a4dff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff91c8d000 -     0x7fff91d1dfff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
        0x7fff91d1e000 -     0x7fff91d60ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff91d8e000 -     0x7fff91e17fff  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
        0x7fff91e18000 -     0x7fff91e19ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff91e1d000 -     0x7fff91e94fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
        0x7fff91e99000 -     0x7fff91ea4fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff91ec2000 -     0x7fff91ecbfff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
        0x7fff91eef000 -     0x7fff91f5cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
        0x7fff91f84000 -     0x7fff91f9fff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff91fbf000 -     0x7fff92017ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff92121000 -     0x7fff92174fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
        0x7fff9217c000 -     0x7fff921d5fff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff92263000 -     0x7fff922c8ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff9234a000 -     0x7fff9234efff  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
        0x7fff923a0000 -     0x7fff923a5fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff923a6000 -     0x7fff923d2fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff9241d000 -     0x7fff92602fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff92a36000 -     0x7fff92a39ffa  libCGXType.A.dylib (599.20.11) <C0B41DDE-0988-3652-B03B-9E5EB0DABAEB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff92a98000 -     0x7fff92b07ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
        0x7fff92b13000 -     0x7fff92b61fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff92b68000 -     0x7fff92b69ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff92b6a000 -     0x7fff92bd4ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff9322a000 -     0x7fff93251ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff93254000 -     0x7fff9328dff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
        0x7fff9328e000 -     0x7fff9329bff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff9329c000 -     0x7fff93449f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff93562000 -     0x7fff9356aff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
        0x7fff9356b000 -     0x7fff93570ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff93571000 -     0x7fff93595fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff93598000 -     0x7fff935a5fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff935a6000 -     0x7fff935a8fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff935a9000 -     0x7fff935aaff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff935ab000 -     0x7fff935d3ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff935d4000 -     0x7fff9362fffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
        0x7fff93630000 -     0x7fff9366eff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff9366f000 -     0x7fff936bdff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
        0x7fff936f3000 -     0x7fff9377fff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
        0x7fff93780000 -     0x7fff937a5ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff93b82000 -     0x7fff93dcaff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff93dcb000 -     0x7fff93e12ff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
        0x7fff93ed3000 -     0x7fff93f9cfff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
        0x7fff93f9d000 -     0x7fff93febfff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff94139000 -     0x7fff94152ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff94199000 -     0x7fff941c0ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff941c8000 -     0x7fff941d8fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff9446b000 -     0x7fff94484ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff94487000 -     0x7fff944c8fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
        0x7fff944c9000 -     0x7fff9450effe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
        0x7fff9450f000 -     0x7fff94517fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff94518000 -     0x7fff9451cff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff9451d000 -     0x7fff94542ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff94543000 -     0x7fff94543fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff94544000 -     0x7fff94573fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff94574000 -     0x7fff94575ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff945e4000 -     0x7fff946d5ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff94764000 -     0x7fff94b97ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff94c6a000 -     0x7fff94d9aff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
        0x7fff94dc0000 -     0x7fff95019ff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff9501a000 -     0x7fff9507efff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
        0x7fff9507f000 -     0x7fff95091fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
        0x7fff95092000 -     0x7fff950b6ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff950b8000 -     0x7fff950d0ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
        0x7fff950d1000 -     0x7fff950dcfff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
        0x7fff9511c000 -     0x7fff9519cfff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
        0x7fff95529000 -     0x7fff95568fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff95583000 -     0x7fff95857fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
        0x7fff95cce000 -     0x7fff95cceffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff95d1e000 -     0x7fff95d2fff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff95e02000 -     0x7fff95e09ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff95e0a000 -     0x7fff9609bfff  com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff9609c000 -     0x7fff960a3ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
        0x7fff963ba000 -     0x7fff963bdfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff963be000 -     0x7fff963beff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff9643e000 -     0x7fff9681fffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff96875000 -     0x7fff97194af3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff97195000 -     0x7fff97197ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
        0x7fff97198000 -     0x7fff971a9ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff971aa000 -     0x7fff971b4ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        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: 976
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=310.4M resident=144.3M(46%) swapped_out_or_unallocated=166.1M(54%)
    Writable regions: Total=87.6M written=24.0M(27%) resident=27.6M(31%) swapped_out=0K(0%) unallocated=60.0M(69%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  1928K
    CG raster data                        8K
    CG shared images                    172K
    Image IO                           1928K
    Kernel Alloc Once                     8K
    MALLOC                             65.7M
    MALLOC (admin)                       32K
    Memory Tag 242                       12K
    STACK GUARD                        56.0M
    Stack                              10.1M
    VM_ALLOCATE                        3460K
    __DATA                             27.1M
    __IMAGE                             528K
    __LINKEDIT                        109.4M
    __TEXT                            201.0M
    __UNICODE                           544K
    mapped file                        44.3M
    shared memory                         4K
    ===========                      =======
    TOTAL                             522.1M
    Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f7
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 250,06 GB
    Serial ATA Device: WDC WD7500BPKT-22PK4T0, 750,16 GB
    USB Device: Built-in iSight
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus:

    Marcell,
    What happens if you update (you seem to be with 17.0.0 still)?
    http://prodesigntools.com/adobe-cc-updates-direct-links-mac.html
    And just to make sure, are all the faces of the Verdana and Tahoma fonts installed and enabled/activated through the OS (not font mangement) as TTF (not OTF)?

  • Safari keeps quitting unexpectedly with the following error message

    Process: Safari [16098]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version:         5.1.5 (6534.55.3)
    Build Info: WebBrowser-75345503~2
    Code Type: X86-64 (Native)
    Parent Process:  launchd [102]
    PlugIn Path: /Applications/Safari.app/Contents/Resources/.OpenClonerDVDTOAVI.png
    PlugIn Identifier: .OpenClonerDVDTOAVI.png
    PlugIn Version:    ??? (???)
    Date/Time: 2012-04-12 08:03:26.322 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Sleep/Wake UUID: ******
    Interval Since Last Report:          8900 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  8513 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID: ******
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  1
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib              0x00007fff85db7d7a mach_msg_trap + 10
    1 libSystem.B.dylib              0x00007fff85db83ed mach_msg + 59
    2 com.apple.CoreFoundation         0x00007fff8766c902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation         0x00007fff8766bd8f CFRunLoopRunSpecific + 575
    4 com.apple.HIToolbox                   0x00007fff868d17ee RunCurrentEventLoopInMode + 333
    5 com.apple.HIToolbox                   0x00007fff868d15f3 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                   0x00007fff868d14ac BlockUntilNextEventMatchingListInMode + 59
    7 com.apple.AppKit                         0x00007fff82c2eeb2 _DPSNextEvent + 708
    8 com.apple.AppKit                         0x00007fff82c2e801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9 com.apple.Safari.framework       0x00007fff87c1db48 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 177
    10 com.apple.AppKit                       0x00007fff82bf468f -[NSApplication run] + 395
    11  com.apple.AppKit                       0x00007fff82bed3b0 NSApplicationMain + 364
    12 com.apple.Safari.framework      0x00007fff87ddae6a SafariMain + 200
    13 com.apple.Safari                         0x0000000100000f1c 0x100000000 + 3868
    Thread 1 Crashed:
    0 libSystem.B.dylib              0x00007fff85e2a9ce __semwait_signal_nocancel + 10
    1 libSystem.B.dylib              0x00007fff85e2a8d0 nanosleep$NOCANCEL + 129
    2 libSystem.B.dylib              0x00007fff85e873ce usleep$NOCANCEL + 57
    3 libSystem.B.dylib              0x00007fff85ea6a00 abort + 93
    4 libstdc++.6.dylib              0x00007fff844cb5d2 __tcf_0 + 0
    5 libobjc.A.dylib                   0x00007fff87359b4d _objc_terminate + 120
    6 libstdc++.6.dylib              0x00007fff844c9ae1 __cxxabiv1::__terminate(void (*)()) + 11
    7   libstdc++.6.dylib              0x00007fff844c9b16 __cxxabiv1::__unexpected(void (*)()) + 0
    8 libstdc++.6.dylib              0x00007fff844c9bfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    9 libstdc++.6.dylib              0x00007fff84485a3e std::__throw_length_error(char const*) + 127
    10 libstdc++.6.dylib                         0x00007fff844b03fe std::string::append(char const*, unsigned long) + 82
    11 .OpenClonerDVDTOAVI.png                  0x0000000100082cbb dylibmain + 3599
    12 com.apple.CFNetwork                0x00007fff892e5dd7 HTTPReadFilter::readHeaderBytes(StreamReader*, unsigned char, unsigned char*, long, CFStreamError*) + 421
    13 com.apple.CFNetwork                0x00007fff892e6d4c HTTPReadFilter::canReadNoSignal(StreamReader*, CFStreamError*, unsigned char) + 110
    14 com.apple.CFNetwork                0x00007fff8929452c HTTPReadFilter::streamCanRead(__CFReadStream*) + 90
    15 com.apple.CFNetwork                0x00007fff892946a2 HTTPReadFilter::socketReadStreamCallback(unsigned long) + 122
    16 com.apple.CFNetwork                0x00007fff89294613 HTTPReadFilter::_httpRdFilterStreamCallBack(__CFReadStream*, unsigned long, void*) + 49
    17 com.apple.CoreFoundation        0x00007fff876ce343 _signalEventSync + 115
    18 com.apple.CoreFoundation        0x00007fff876ce2b4 _cfstream_solo_signalEventSync + 116
    19 com.apple.CoreFoundation        0x00007fff876ce1f4 _CFStreamSignalEvent + 740
    20 com.apple.CFNetwork                0x00007fff892e98d7 SocketStream::dispatchSignalFromSocketCallbackUnlocked(SocketStreamSignalHolder *) + 45
    21 com.apple.CFNetwork                0x00007fff8927e12c SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 224
    22 com.apple.CFNetwork                0x00007fff8927e016 SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 96
    23 com.apple.CoreFoundation        0x00007fff87696bba __CFSocketDoCallback + 634
    24 com.apple.CoreFoundation        0x00007fff876965bb __CFSocketPerformV0 + 315
    25  com.apple.CoreFoundation        0x00007fff8766e3d1 __CFRunLoopDoSources0 + 1361
    26 com.apple.CoreFoundation        0x00007fff8766c5c9 __CFRunLoopRun + 873
    27 com.apple.CoreFoundation        0x00007fff8766bd8f CFRunLoopRunSpecific + 575
    28 com.apple.CFNetwork                0x00007fff892971fc HTTPNetStreamInfo::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*) + 278
    29 com.apple.CoreFoundation        0x00007fff8765c05c CFReadStreamRead + 748
    30 .OpenClonerDVDTOAVI.png                  0x0000000100082c66 dylibmain + 3514
    31 com.apple.CFNetwork                0x00007fff892e8fe0 HTTPReadStream::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*) + 82
    32 com.apple.CoreFoundation        0x00007fff8765c05c CFReadStreamRead + 748
    33 .OpenClonerDVDTOAVI.png                  0x0000000100082264 dylibmain + 952
    34 .OpenClonerDVDTOAVI.png                  0x0000000100081198 0x10007a000 + 29080
    35 .OpenClonerDVDTOAVI.png                  0x0000000100081f46 dylibmain + 154
    36 .OpenClonerDVDTOAVI.png                  0x000000010008459d dylibmain + 9969
    37 .OpenClonerDVDTOAVI.png                  0x000000010008951c ksyms + 202
    38 libSystem.B.dylib                        0x00007fff85df0fd6 _pthread_start + 331
    39 libSystem.B.dylib                        0x00007fff85df0e89 thread_start + 13
    Thread 2:
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 .OpenClonerDVDTOAVI.png                   0x000000010008968d ksyms + 571
    3 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    4 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 3:
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 .OpenClonerDVDTOAVI.png                   0x000000010008968d ksyms + 571
    3 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    4 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 .OpenClonerDVDTOAVI.png                   0x000000010008968d ksyms + 571
    3 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    4 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 .OpenClonerDVDTOAVI.png                   0x000000010008968d ksyms + 571
    3 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    4 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 6:
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 .OpenClonerDVDTOAVI.png                   0x000000010008968d ksyms + 571
    3 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    4 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 7:
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 .OpenClonerDVDTOAVI.png                   0x000000010008968d ksyms + 571
    3 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    4 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 .OpenClonerDVDTOAVI.png                   0x000000010008968d ksyms + 571
    3 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    4 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 9:
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 .OpenClonerDVDTOAVI.png                   0x000000010008968d ksyms + 571
    3 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    4 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 10:
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 .OpenClonerDVDTOAVI.png                   0x000000010008968d ksyms + 571
    3 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    4 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 11:
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 .OpenClonerDVDTOAVI.png                   0x000000010008968d ksyms + 571
    3 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    4 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 12:  Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib              0x00007fff85dfd136 select$DARWIN_EXTSN$NOCANCEL + 10
    1 libSystem.B.dylib              0x00007fff85dd2bc7 _dispatch_mgr_invoke + 388
    2 libSystem.B.dylib              0x00007fff85dd27b4 _dispatch_queue_invoke + 185
    3 libSystem.B.dylib              0x00007fff85dd22de _dispatch_worker_thread2 + 252
    4 libSystem.B.dylib              0x00007fff85dd1c08 _pthread_wqthread + 353
    5 libSystem.B.dylib              0x00007fff85dd1aa5 start_wqthread + 13
    Thread 13: com.apple.CFSocket.private
    0 libSystem.B.dylib              0x00007fff85dfb932 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation         0x00007fff8768e468 __CFSocketManager + 824
    2 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    3 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 14:  WebCore: IconDatabase
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 com.apple.WebCore                     0x00007fff84504b69 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3 com.apple.WebCore                     0x00007fff84501f68 WebCore::IconDatabase::iconDatabaseSyncThread() + 296
    4 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    5 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 15:
    0 libSystem.B.dylib              0x00007fff85db7d7a mach_msg_trap + 10
    1 libSystem.B.dylib              0x00007fff85db83ed mach_msg + 59
    2 com.apple.QuartzCore                 0x00007fff857a5396 CA::Render::Server::server_thread(void*) + 177
    3 com.apple.QuartzCore                 0x00007fff857a52d6 thread_fun + 34
    4 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    5 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 16:  Safari: CertRevocationChecker
    0 libSystem.B.dylib              0x00007fff85db7d7a mach_msg_trap + 10
    1 libSystem.B.dylib              0x00007fff85db83ed mach_msg + 59
    2 com.apple.CoreFoundation         0x00007fff8766c902 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation         0x00007fff8766bd8f CFRunLoopRunSpecific + 575
    4 com.apple.Safari.framework       0x00007fff87d93305 Safari::MessageRunLoop::threadBody() + 107
    5 com.apple.Safari.framework       0x00007fff87d9333f Safari::MessageRunLoop::threadCallback(void*) + 9
    6 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    7 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 17:  WebCore: LocalStorage
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 com.apple.JavaScriptCore           0x00007fff887376a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.WebCore                     0x00007fff8451d961 WebCore::LocalStorageThread::threadEntryPoint() + 177
    4 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    5 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 18:
    0 libSystem.B.dylib              0x00007fff85db7d7a mach_msg_trap + 10
    1 libSystem.B.dylib              0x00007fff85db83ed mach_msg + 59
    2 com.apple.CoreFoundation         0x00007fff8766c902 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation         0x00007fff8766bd8f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation                 0x00007fff893da14f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation                 0x00007fff8935b114 __NSThread__main__ + 1429
    6 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    7 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 19:  Safari: SafeBrowsingManager
    0 libSystem.B.dylib              0x00007fff85db7d7a mach_msg_trap + 10
    1 libSystem.B.dylib              0x00007fff85db83ed mach_msg + 59
    2 com.apple.CoreFoundation         0x00007fff8766c902 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation         0x00007fff8766bd8f CFRunLoopRunSpecific + 575
    4 com.apple.Safari.framework       0x00007fff87d93305 Safari::MessageRunLoop::threadBody() + 107
    5 com.apple.Safari.framework       0x00007fff87d9333f Safari::MessageRunLoop::threadCallback(void*) + 9
    6 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    7 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 20: JavaScriptCore::Marking
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 com.apple.JavaScriptCore           0x00007fff889ae28d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
    3 com.apple.JavaScriptCore           0x00007fff889ae4e0 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
    4 com.apple.JavaScriptCore           0x00007fff889ae589 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
    5 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    6 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 21: JavaScriptCore::BlockFree
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 com.apple.JavaScriptCore           0x00007fff887376f7 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3 com.apple.JavaScriptCore           0x00007fff889b6bcc JSC::Heap::blockFreeingThreadMain() + 300
    4   com.apple.JavaScriptCore           0x00007fff889b6c09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    6 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 22:  Safari: SnapshotStore
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 com.apple.JavaScriptCore           0x00007fff887376a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari.framework       0x00007fff87e0e803 Safari::MessageQueueWaitResult Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMessage> >::waitForMessageFilteredWithTimeout<bool ()(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&)>(***::RefPtr<Safari: :SnapshotStore::DiskAccessMessage>&, bool (&)(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&), double) + 149
    4 com.apple.Safari.framework       0x00007fff87e0cc75 Safari::SnapshotStore::diskAccessThreadBody() + 115
    5 com.apple.Safari.framework       0x00007fff87e0cdf5 Safari::SnapshotStore::diskAccessThreadCallback(void*) + 9
    6 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    7 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 23: JavaScriptCore::Marking
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 com.apple.JavaScriptCore           0x00007fff889ae28d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
    3 com.apple.JavaScriptCore           0x00007fff889ae4e0 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
    4 com.apple.JavaScriptCore           0x00007fff889ae589 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
    5 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    6 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 24: JavaScriptCore::BlockFree
    0 libSystem.B.dylib              0x00007fff85df2a6a __semwait_signal + 10
    1 libSystem.B.dylib              0x00007fff85df6881 _pthread_cond_wait + 1286
    2 com.apple.JavaScriptCore           0x00007fff887376f7 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3 com.apple.JavaScriptCore           0x00007fff889b6bcc JSC::Heap::blockFreeingThreadMain() + 300
    4 com.apple.JavaScriptCore           0x00007fff889b6c09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    6 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 25:
    0 libSystem.B.dylib              0x00007fff85dd1a2a __workq_kernreturn + 10
    1 libSystem.B.dylib              0x00007fff85dd1e3c _pthread_wqthread + 917
    2 libSystem.B.dylib              0x00007fff85dd1aa5 start_wqthread + 13
    Thread 26:
    0 libSystem.B.dylib              0x00007fff85dd1a2a __workq_kernreturn + 10
    1 libSystem.B.dylib              0x00007fff85dd1e3c _pthread_wqthread + 917
    2 libSystem.B.dylib              0x00007fff85dd1aa5 start_wqthread + 13
    Thread 27:  Safari: SpinningProgressIndicator
    0 libSystem.B.dylib              0x00007fff85db7d7a mach_msg_trap + 10
    1 libSystem.B.dylib              0x00007fff85db83ed mach_msg + 59
    2 com.apple.CoreFoundation         0x00007fff8766c902 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation         0x00007fff8766bd8f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation                 0x00007fff89395b74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation                 0x00007fff89395a53 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.Safari.framework       0x00007fff87e13ce9 -[Heartbeat _startHeartbeatRunLoop] + 244
    7 com.apple.Foundation                 0x00007fff8935b114 __NSThread__main__ + 1429
    8 libSystem.B.dylib              0x00007fff85df0fd6 _pthread_start + 331
    9 libSystem.B.dylib              0x00007fff85df0e89 thread_start + 13
    Thread 1 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x00000001004c9890  rcx: 0x00000001004c9848  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x00000001004c9880  rsp: 0x00000001004c9848
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0x0000000000000246
      r12: 0x0000000000000000  r13: 0x0000000114430c70  r14: 0x0000000000001000  r15: 0xffffffffffffffff
      rip: 0x00007fff85e2a9ce  rfl: 0x0000000000000247  cr2: 0x000000011b943017
    Binary Images:
           0x100000000 -        0x100000fff  com.apple.Safari 5.1.5 (6534.55.3) <83F4C1DA-5D7C-E101-6BD6-808168C4C812> /Applications/Safari.app/Contents/MacOS/Safari
           0x100004000 -        0x100004fff +.OpenClonerDVDTOAVI.xsl ??? (???) <C5C8E257-608E-091E-359F-71200A436282> /Applications/Safari.app/Contents/Resources/.OpenClonerDVDTOAVI.xsl
           0x10007a000 -        0x1000a1fff +.OpenClonerDVDTOAVI.png ??? (???) <321B8545-39FC-4FEA-B2A4-2EAA3732F4A9> /Applications/Safari.app/Contents/Resources/.OpenClonerDVDTOAVI.png
           0x100200000 -        0x1002e6fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <64B3566E-5F3A-A466-ED3F-B91F4B3E5F56> /usr/lib/libcrypto.0.9.7.dylib
           0x116cd2000 -        0x116e65fe7  GLEngine ??? (???) <BCE83654-81EC-D231-ED6E-1DD449B891F2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x116eec000 -        0x116f12fff  GLRendererFloat ??? (???) <38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x118100000 -        0x118523fef  libclh.dylib 3.1.1 C  (3.1.1) <432F5475-F934-92A0-FB49-78F03DA82176> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x200000000 -        0x200787fe7  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <4F23289A-D45A-0630-8D7F-4C35A4D2AA00> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80084000 -     0x7fff80225fe7  com.apple.WebKit 6534.55 (6534.55.3) <FF06897C-26D5-A526-1131-70D5A1D54CCB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff80494000 -     0x7fff8049ffff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff804a0000 -     0x7fff804a7fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff804a8000 -     0x7fff804abff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff804b8000 -     0x7fff804c5fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff804c6000 -     0x7fff804d5fff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff804f2000 -     0x7fff804f2ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff804f3000 -     0x7fff805b0fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff806ba000 -     0x7fff806d7ff7  libPng.dylib ??? (???) <A6D093D2-CA9D-2035-9C11-0AE98585C6F1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8071e000 -     0x7fff80723fff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff80724000 -     0x7fff807e5fef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff807e6000 -     0x7fff80807fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
        0x7fff80808000 -     0x7fff80b3cfef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff80b3d000 -     0x7fff80b4cfff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff80b4d000 -     0x7fff80c82fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff80dcc000 -     0x7fff80df7ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff80df8000 -     0x7fff80e35ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff80e36000 -     0x7fff80e7eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff80e7f000 -     0x7fff80f34fe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff80f35000 -     0x7fff80f49fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff80f7a000 -     0x7fff81033fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff810d5000 -     0x7fff810eaff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff81120000 -     0x7fff8112ffef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff81130000 -     0x7fff81130ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff81147000 -     0x7fff81167ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff81168000 -     0x7fff811c8fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff811c9000 -     0x7fff811ccfff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff811f5000 -     0x7fff81206ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff81207000 -     0x7fff81212ff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff81213000 -     0x7fff81266ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff81267000 -     0x7fff812f3fef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff81308000 -     0x7fff8134fff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff81424000 -     0x7fff81b20ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff81b21000 -     0x7fff81cdbff7  com.apple.WebKit2 6534.55 (6534.55.3) <44B0FCCC-7303-FDDE-18D5-14D9FA744C50> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff81cdc000 -     0x7fff81d0dfff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff81f64000 -     0x7fff81f9ffff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff81fa2000 -     0x7fff81fecff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8215f000 -     0x7fff8216bfff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff8216c000 -     0x7fff821d6fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff821d7000 -     0x7fff821fafff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff821fb000 -     0x7fff821fbff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff821fc000 -     0x7fff82213fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff82251000 -     0x7fff82698fef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff82898000 -     0x7fff828dbfef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff8295a000 -     0x7fff82970fef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
        0x7fff82971000 -     0x7fff82975ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff82be0000 -     0x7fff82be3ff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff82beb000 -     0x7fff835e5ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff835e7000 -     0x7fff8366cff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8366d000 -     0x7fff836aefef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff83732000 -     0x7fff83770fe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8377f000 -     0x7fff837fbff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff83846000 -     0x7fff838e6fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff838e7000 -     0x7fff839ccfef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff839cd000 -     0x7fff83a1cfef  libTIFF.dylib ??? (???) <2DDC5A18-35EE-5B59-10D8-0F6925DB3858> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff83a1d000 -     0x7fff83ca7fe7  com.apple.security 6.1.2 (55002) <FD0B5AD4-74DB-7ED8-90D3-6EC56FFA8557> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff83f12000 -     0x7fff83f45ff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff843a1000 -     0x7fff84431fff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff84432000 -     0x7fff8447efff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff8447f000 -     0x7fff844fcfef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff844fd000 -     0x7fff85566fe7  com.apple.WebCore 6534.55 (6534.55.3) <FFFFDC58-5DAD-106B-0EC2-C23B22F2D40A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff85567000 -     0x7fff85629fe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8562a000 -     0x7fff85630fff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff85631000 -     0x7fff85645ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff85646000 -     0x7fff8574aff7  com.apple.PubSub 1.0.5 (65.28) <94FBE6EB-6554-1E5B-DE22-D027222AD6B8> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff8574b000 -     0x7fff85751ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff85752000 -     0x7fff85aeffe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff85c75000 -     0x7fff85d52fff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff85d53000 -     0x7fff85d7bfff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff85d7c000 -     0x7fff85d8dfff  SyndicationUI ??? (???) <2345AF3F-75EB-79A7-9665-A154F6943B59> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff85d8e000 -     0x7fff85d9cff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff85d9d000 -     0x7fff85db6fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff85db7000 -     0x7fff85f78fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff86480000 -     0x7fff86482fff  libRadiance.dylib ??? (???) <E08CD209-E3E4-2753-AF8A-90DD12ED556F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff86483000 -     0x7fff86495fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
        0x7fff86531000 -     0x7fff866effff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff8673b000 -     0x7fff86852fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff86853000 -     0x7fff86869fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8686a000 -     0x7fff8686bff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8686c000 -     0x7fff868a2ff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff868a3000 -     0x7fff86ba1fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff86d27000 -     0x7fff86d42ff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff86dae000 -     0x7fff86daeff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff86e1b000 -     0x7fff8725efef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8725f000 -     0x7fff872defe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8731a000 -     0x7fff8731bfff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
        0x7fff8734c000 -     0x7fff87402ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff87620000 -     0x7fff87797fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff87798000 -     0x7fff87798ff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff879dc000 -     0x7fff879e1ff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff87a98000 -     0x7fff87ae1ff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff87ae2000 -     0x7fff87b1cfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff87b77000 -     0x7fff87ba7fef  com.apple.shortcut 1.1 (1.1) <0A20F092-6161-4EA7-D8E6-859B5C350DE7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff87ba8000 -     0x7fff87bacff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff87bad000 -     0x7fff87bb3ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87bbd000 -     0x7fff883edfff  com.apple.Safari.framework 6534 (6534.55.3) <1A32D063-6CA1-E1B7-735C-E8F4DA4F3C0F> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff883ee000 -     0x7fff883efff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff883f0000 -     0x7fff883f0ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff883f1000 -     0x7fff88416ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff884ba000 -     0x7fff88509ff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff8853d000 -     0x7fff8867bfff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8867c000 -     0x7fff8872cfff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8872d000 -     0x7fff88a4ffef  com.apple.JavaScriptCore 6534.55 (6534.55.2) <F360FF8A-97DE-327E-A366-EDE97321E795> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8924d000 -     0x7fff89274ff7  libJPEG.dylib ??? (???) <921A3A14-A69B-F393-1678-5A5D32D4BDF2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89275000 -     0x7fff89349fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8934a000 -     0x7fff895ccfff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8965c000 -     0x7fff8969fff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff896a0000 -     0x7fff896e1fff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff896e2000 -     0x7fff89801fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8996d000 -     0x7fff89a87fff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff89a88000 -     0x7fff89a93ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff89a94000 -     0x7fff8a29efe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a29f000 -     0x7fff8a29fff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8a2a0000 -     0x7fff8a2a5fff  libGIF.dylib ??? (???) <1888A176-22D5-C663-22D0-336D9D213BD6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8a2f1000 -     0x7fff8a2f7ff7  com.apple.DiskArbitration 2.3 (2.3) <AAB5CC56-334A-3C60-3C27-54E8F34D754E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8a2f8000 -     0x7fff8a4b6ff7  com.apple.ImageIO.framework 3.0.5 (3.0.5) <4CF96F2C-B7BB-4C57-E352-3C678CA2B2B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8a4b7000 -     0x7fff8a4b9fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8a4ba000 -     0x7fff8a538ff7  com.apple.CoreText 151.12 (???) <5BE797B7-C903-B664-ADD9-7514B1A6EF9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8a616000 -     0x7fff8a621fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8a661000 -     0x7fff8a6b6ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8a6b7000 -     0x7fff8a700fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8a701000 -     0x7fff8a79bfff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.66 GHz, 4 GB, SMC 1.62f5
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9320325ASG, 298.09 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N, 7.69 GB
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000 / 6
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000 / 2
    <Edited By Host>

    You’ve been infected with the “Flashback” malware. See this Apple support document:
    About Flashback malware
    Back up all data, if you haven't already done so.
    Select  ▹ Software Update to install the latest Java update, as well as any other updates available for your system. That should clear the infection.
    Change every Internet password you have, starting with banking passwords. Check all financial accounts for unauthorized transactions. Take this step only after you’ve secured your system in the preceding step, not before.

  • TS4337 i am using OS 10.9 and my calendar is crashing with the following error message:

    Process:         Calendar [1115]
    Path:            /Applications/Calendar.app/Contents/MacOS/Calendar
    Identifier:      com.apple.iCal
    Version:         7.0 (1835)
    Build Info:      iCal-1835000000000000~25
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [162]
    Responsible:     Calendar [1115]
    User ID:         501
    Date/Time:       2013-11-17 13:36:58.510 -0800
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  3CEF96A4-5D1B-6A86-A08F-A5FBDC888416
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    Could not create XPC connection to the CalendarAgent, connection interrupted or invalidated more than 5 times
    Application Specific Signatures:
    CalPersistence nil connection (CalPersistenceCreationDomain - 3)
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.iCal                          0x000000010f9f8089 0x10f9c9000 + 192649
    1   libdispatch.dylib                       0x00007fff8b4c51d7 _dispatch_call_block_and_release + 12
    2   libdispatch.dylib                       0x00007fff8b4c22ad _dispatch_client_callout + 8
    3   libdispatch.dylib                       0x00007fff8b4c9f03 _dispatch_main_queue_callback_4CF + 333
    4   com.apple.CoreFoundation                0x00007fff90b00839 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    5   com.apple.CoreFoundation                0x00007fff90abbb14 __CFRunLoopRun + 1636
    6   com.apple.CoreFoundation                0x00007fff90abb275 CFRunLoopRunSpecific + 309
    7   com.apple.HIToolbox                     0x00007fff8f1e9f0d RunCurrentEventLoopInMode + 226
    8   com.apple.HIToolbox                     0x00007fff8f1e9cb7 ReceiveNextEventCommon + 479
    9   com.apple.HIToolbox                     0x00007fff8f1e9abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    10  com.apple.AppKit                        0x00007fff8859728e _DPSNextEvent + 1434
    11  com.apple.AppKit                        0x00007fff885968db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    12  com.apple.AppKit                        0x00007fff8858a9cc -[NSApplication run] + 553
    13  com.apple.AppKit                        0x00007fff88575803 NSApplicationMain + 940
    14  com.apple.iCal                          0x000000010f9cb2cd 0x10f9c9000 + 8909
    15  libdyld.dylib                           0x00007fff8c05e5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8db4e662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8b4c443d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8b4c4152 _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: CalLogNodeQueue-F5D02FA0-4CCE-441A-9362-E88BC6455875
    0   libsystem_c.dylib                       0x00007fff8f6e0126 __vfprintf + 17635
    1   libsystem_c.dylib                       0x00007fff8f70437b __v2printf + 471
    2   libsystem_c.dylib                       0x00007fff8f6ea007 _vsnprintf + 623
    3   libsystem_c.dylib                       0x00007fff8f6ea0bc vsnprintf + 80
    4   libsystem_c.dylib                       0x00007fff8f717bbb __snprintf_chk + 128
    5   libsystem_asl.dylib                     0x00007fff91fd7776 asl_string_append_char_no_encoding + 143
    6   libsystem_asl.dylib                     0x00007fff91fd7b00 asl_string_append_internal + 568
    7   libsystem_asl.dylib                     0x00007fff91fdd536 asl_msg_to_string_raw + 358
    8   libsystem_asl.dylib                     0x00007fff91fd53bb _asl_send_message + 1637
    9   com.apple.CoreFoundation                0x00007fff90aee24d __CFLogCString + 861
    10  com.apple.CoreFoundation                0x00007fff90aedeb7 _CFLogvEx + 263
    11  com.apple.Foundation                    0x00007fff9137ecbc NSLogv + 79
    12  com.apple.Foundation                    0x00007fff9137ec48 NSLog + 148
    13  com.apple.CalendarFoundation            0x00007fff8c03cf40 -[CalLogNSLogWriter write:] + 73
    14  com.apple.CalendarFoundation            0x00007fff8c03b3da __30-[CalLogNode processEnvelope:]_block_invoke + 317
    15  libdispatch.dylib                       0x00007fff8b4c22ad _dispatch_client_callout + 8
    16  libdispatch.dylib                       0x00007fff8b4c3166 _dispatch_barrier_sync_f_invoke + 39
    17  com.apple.CalendarFoundation            0x00007fff8c03b294 -[CalLogNode processEnvelope:] + 105
    18  com.apple.CoreFoundation                0x00007fff90acd639 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 137
    19  com.apple.CoreFoundation                0x00007fff90accddf -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 319
    20  com.apple.CalendarFoundation            0x00007fff8c03b1f4 __32-[CalLogMaster processEnvelope:]_block_invoke + 117
    21  libdispatch.dylib                       0x00007fff8b4c51d7 _dispatch_call_block_and_release + 12
    22  libdispatch.dylib                       0x00007fff8b4c22ad _dispatch_client_callout + 8
    23  libdispatch.dylib                       0x00007fff8b4c468f _dispatch_queue_drain + 451
    24  libdispatch.dylib                       0x00007fff8b4c59dd _dispatch_queue_invoke + 110
    25  libdispatch.dylib                       0x00007fff8b4c3fa3 _dispatch_root_queue_drain + 75
    26  libdispatch.dylib                       0x00007fff8b4c5193 _dispatch_worker_thread2 + 40
    27  libsystem_pthread.dylib                 0x00007fff8b4bbef8 _pthread_wqthread + 314
    28  libsystem_pthread.dylib                 0x00007fff8b4befb9 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff8db49b16 syscall_thread_switch + 10
    1   libsystem_platform.dylib                0x00007fff89abef30 _os_lock_handoff_lock_slow + 79
    2   libobjc.A.dylib                         0x00007fff9423f9bb _objc_rootReleaseWasZero_slow + 27
    3   libobjc.A.dylib                         0x00007fff9423ca43 _objc_rootReleaseWasZero + 167
    4   libobjc.A.dylib                         0x00007fff9423e105 objc_release + 53
    5   libobjc.A.dylib                         0x00007fff9423d65a (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 502
    6   libdispatch.dylib                       0x00007fff8b4c40ea _dispatch_root_queue_drain + 402
    7   libdispatch.dylib                       0x00007fff8b4c5193 _dispatch_worker_thread2 + 40
    8   libsystem_pthread.dylib                 0x00007fff8b4bbef8 _pthread_wqthread + 314
    9   libsystem_pthread.dylib                 0x00007fff8b4befb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8db4de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b4bbf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b4befb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8db4de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b4bbf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b4befb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8db4de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b4bbf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b4befb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8db4de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b4bbf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b4befb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8db4de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b4bbf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b4befb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8db49a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8db48d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff90abc315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff90abb939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff90abb275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff887371ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff8b4ba899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8b4ba72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8b4befc9 thread_start + 13
    Thread 10:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8db4da3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8f712e60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff8f712d52 usleep + 54
    3   com.apple.AppKit                        0x00007fff887fb2ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x00007fff913a170b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff8b4ba899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b4ba72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b4befc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00006080000b9f31  rbx: 0x0000608000673fc0  rcx: 0x0000000000000001  rdx: 0x00006080000b9f30
      rdi: 0x00006080000b9f20  rsi: 0x0000000008000100  rbp: 0x00007fff502353b0  rsp: 0x00007fff50235390
       r8: 0x00000000000003ff   r9: 0xffff9f7fffd9ed3f  r10: 0x00007fa42a06a6f0  r11: 0x00007fff79e233a0
      r12: 0x00007fff9423b080  r13: 0x00007fff50235410  r14: 0x00007fff7a036ea0  r15: 0x00007fff7972c170
      rip: 0x000000010f9f8089  rfl: 0x0000000000010202  cr2: 0x0000000113c23000
    Logical CPU:     2
    Error Code:      0x00000000
    Trap Number:     6
    Binary Images:
           0x10f9c9000 -        0x10fcbbfff  com.apple.iCal (7.0 - 1835) <20A61364-02EC-38DA-AE61-188CE421DD34> /Applications/Calendar.app/Contents/MacOS/Calendar
           0x11178c000 -        0x11178ffff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x1117c6000 -        0x1117c7fff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1365) <260EDDAA-A812-3097-BE14-A63EA4BEDD31> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x1134d2000 -        0x1134d6ff7  com.apple.DirectoryServicesSource (8.0 - 1365) <2F2D5BAA-F006-3701-922C-37EF076DE3D1> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x1134e8000 -        0x1134e9ff9 +cl_kernels (???) <5CC607E6-04A1-45F3-B535-26F5BBD5F766> cl_kernels
           0x1134f2000 -        0x11353eff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <C5AC5902-39C2-3A08-9967-5EAA000228EE> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x113595000 -        0x11367bfef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x1136d1000 -        0x1136d2fe4 +cl_kernels (???) <7910F292-0479-4452-8856-6CC803B2DECA> cl_kernels
           0x113b17000 -        0x113b18ffa +cl_kernels (???) <E0763150-14C2-40B0-A4DB-2C84F987F8BC> cl_kernels
        0x7fff62396000 -     0x7fff623c9817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff8833a000 -     0x7fff8833dfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8833e000 -     0x7fff8839eff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff8839f000 -     0x7fff883baff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff883f0000 -     0x7fff88424fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff88425000 -     0x7fff88426ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff88427000 -     0x7fff88428ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff88429000 -     0x7fff8842aff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff88548000 -     0x7fff88565fff  com.apple.facetimeservices (10.0 - 1000) <9B4815BA-4305-381D-A178-F79E10B2C6E9> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff8856b000 -     0x7fff88572ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff88573000 -     0x7fff890e7ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff890e8000 -     0x7fff890e9fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff890ea000 -     0x7fff8951dffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8951e000 -     0x7fff895a7fff  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
        0x7fff895b2000 -     0x7fff8963dfff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff89640000 -     0x7fff89687fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff89688000 -     0x7fff896b7ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff896b8000 -     0x7fff89910ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff89911000 -     0x7fff899c9ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff899dd000 -     0x7fff899ddffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff899de000 -     0x7fff89a39ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff89a44000 -     0x7fff89aa7ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff89aab000 -     0x7fff89abaff8  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
        0x7fff89abb000 -     0x7fff89abbfff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff89abc000 -     0x7fff89ac2ff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
        0x7fff89ac3000 -     0x7fff89adcff3  liblzma.5.dylib (5) <6479DC70-3290-35A0-8EA0-056D366A13A2> /usr/lib/liblzma.5.dylib
        0x7fff89add000 -     0x7fff89adfff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff89ae0000 -     0x7fff89bb1ff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff89c1d000 -     0x7fff89c42ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff89c43000 -     0x7fff89c4afff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff89c4b000 -     0x7fff89c51fff  com.apple.AddressBook.ContactsFoundation (8.0 - 1365) <CFB1A744-8096-3FAB-B55E-2E6C410A0376> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff89c52000 -     0x7fff89cedff7  com.apple.PDFKit (2.9 - 2.9) <AD968A31-6567-30A7-A699-154C88DB56D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff89cee000 -     0x7fff8a086fff  com.apple.SceneKit (4.0 - 197) <1FEE4A1D-5B13-3774-8FE1-B79FD81CD1E5> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff8a158000 -     0x7fff8a159fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff8a15a000 -     0x7fff8a18bfff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8a18c000 -     0x7fff8a18efff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff8a18f000 -     0x7fff8a2fdff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a2fe000 -     0x7fff8a300fff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8a301000 -     0x7fff8a309ff7  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
        0x7fff8a30a000 -     0x7fff8a436fff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8a437000 -     0x7fff8a751ff7  com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8a77a000 -     0x7fff8a797ff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8a798000 -     0x7fff8ad08fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8ad09000 -     0x7fff8ad33ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff8ad34000 -     0x7fff8ad64fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8ad65000 -     0x7fff8b039fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8b03a000 -     0x7fff8b03cff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff8b06f000 -     0x7fff8b0a8ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8b101000 -     0x7fff8b106ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff8b107000 -     0x7fff8b10eff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff8b10f000 -     0x7fff8b11bff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff8b132000 -     0x7fff8b15eff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <36C562FF-5D91-318C-A19C-6B4453FB78B9> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff8b15f000 -     0x7fff8b1b8fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8b1b9000 -     0x7fff8b1c6fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8b1c7000 -     0x7fff8b208fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8b209000 -     0x7fff8b20eff7  com.apple.EmailAddressing (7.0 - 1822) <E1DE6982-76CC-3DFC-939D-DDA0ED1D5403> /System/Library/PrivateFrameworks/EmailAddressing.framework/Versions/A/EmailAdd ressing
        0x7fff8b20f000 -     0x7fff8b23bfff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8b23c000 -     0x7fff8b4b8ff7  com.apple.RawCamera.bundle (5.01 - 718) <6CC4A1E5-A89A-369D-96C4-7A5ED40B487B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8b4b9000 -     0x7fff8b4c0ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8b4c1000 -     0x7fff8b4dbfff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
        0x7fff8b4dc000 -     0x7fff8b4f0fff  com.apple.aps.framework (4.0 - 4.0) <F529A05B-FB03-397E-B06A-3A60B808FA11> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8b4f1000 -     0x7fff8b52bff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8b52c000 -     0x7fff8b57eff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff8b57f000 -     0x7fff8b8f5ffa  com.apple.JavaScriptCore (9537 - 9537.65) <7E76880C-832E-385B-9591-ACCF57A68385> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8b8f6000 -     0x7fff8b8faff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff8b8fb000 -     0x7fff8b8fdffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff8b8fe000 -     0x7fff8bb9fff5  com.apple.VectorKit (1.0 - 716.19.8) <ACC97486-3F9F-3A1F-B0B0-B1F39CB4AADB> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
        0x7fff8bba0000 -     0x7fff8bbabff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8bbac000 -     0x7fff8bbadff7  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
        0x7fff8bbae000 -     0x7fff8bbbaff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8bbbb000 -     0x7fff8bbbbfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8bbbc000 -     0x7fff8bc7eff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8bde6000 -     0x7fff8be15fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8be16000 -     0x7fff8be56ff7  com.apple.CalDAV (7.0 - 155.1) <6912C282-D362-3473-90E3-655A36C0CC21> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff8be57000 -     0x7fff8be9cff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
        0x7fff8be9d000 -     0x7fff8bea5ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8bea6000 -     0x7fff8bef4fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff8bef7000 -     0x7fff8bf04ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8bf05000 -     0x7fff8bf05fff  com.apple.SafariDAVNotifier (1.1.1 - 1) <664A1157-0D98-3680-8C3B-091980DA7BC4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
        0x7fff8bf06000 -     0x7fff8bf10ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8bf11000 -     0x7fff8bf15fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff8bf3c000 -     0x7fff8bf54ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8bf55000 -     0x7fff8bfc4ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8bfc5000 -     0x7fff8bfdeff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8bfdf000 -     0x7fff8c036fff  com.apple.ViewBridge (1.0 - 46) <C49FDC96-7087-3B2F-AEC3-039F7B2CB50C> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff8c037000 -     0x7fff8c037fff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8c038000 -     0x7fff8c056ff7  com.apple.CalendarFoundation (7.0 - 111) <D5CEE7AE-3325-3E7E-924B-12834AE7D218> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff8c057000 -     0x7fff8c05aff7  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
        0x7fff8c05b000 -     0x7fff8c05eff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
        0x7fff8c05f000 -     0x7fff8c05ffff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8c060000 -     0x7fff8c087ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff8c088000 -     0x7fff8c08bfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8c08c000 -     0x7fff8c4dafff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8c4db000 -     0x7fff8c4f1fff  com.apple.geokit (2.2 - 2.2) <20D34071-9831-36CF-B7FC-0013ABF4B210> /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit
        0x7fff8c4f2000 -     0x7fff8c4f7fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8c505000 -     0x7fff8c534ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8c55c000 -     0x7fff8c5a9ff2  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
        0x7fff8c5c2000 -     0x7fff8c5faff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8c5fb000 -     0x7fff8c60dfff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8c65d000 -     0x7fff8c660fff  com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8c661000 -     0x7fff8c766fff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8c767000 -     0x7fff8c773ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8c774000 -     0x7fff8c786ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8c787000 -     0x7fff8c788ffc  com.apple.SafariServices.framework (9537 - 9537.71) <02DF88AE-193A-3139-A991-CC26FB0C5048> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff8c789000 -     0x7fff8c7e1ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8c7e2000 -     0x7fff8c807ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8c808000 -     0x7fff8c808fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8c844000 -     0x7fff8c88dfff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8c88e000 -     0x7fff8c892ff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8c893000 -     0x7fff8c898fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8c899000 -     0x7fff8cc74ffb  com.apple.Altitude (1.0 - 347.6.3) <F0AC2688-DF8E-389B-8F9E-ECCF22AD225B> /System/Library/PrivateFrameworks/Altitude.framework/Versions/A/Altitude
        0x7fff8cc75000 -     0x7fff8cca3ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8cca4000 -     0x7fff8cd08ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8cd09000 -     0x7fff8cd1ffff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8cd5c000 -     0x7fff8cd66ff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff8cd67000 -     0x7fff8d68305f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8d686000 -     0x7fff8d691ff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8d693000 -     0x7fff8d8dbfff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8d908000 -     0x7fff8db37ff7  com.apple.CalendarPersistence (7.0 - 130) <8B3FAA74-A95C-3319-BD3C-970051BEB5DC> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
        0x7fff8db38000 -     0x7fff8db54ff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8db55000 -     0x7fff8dd0dff3  libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
        0x7fff8dd0e000 -     0x7fff8df51fff  com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8df75000 -     0x7fff8df8dff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8df8e000 -     0x7fff8df8fffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8df90000 -     0x7fff8dfeffff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8dff0000 -     0x7fff8e016fff  com.apple.iCalendar (7.0 - 162) <2B270453-6FFD-3AD3-B40B-51715BE66B33> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff8e017000 -     0x7fff8e05cff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8e05d000 -     0x7fff8e05eff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
        0x7fff8e05f000 -     0x7fff8e07bfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8e07c000 -     0x7fff8e0c4ff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8e0c5000 -     0x7fff8e0faffc  com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8e0fb000 -     0x7fff8e16effb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8e16f000 -     0x7fff8e182fff  com.apple.iCal.CalendarDraw (7.0 - 1726) <F60180A8-4EFC-3A4C-859D-9411ADCAF9C5> /System/Library/PrivateFrameworks/CalendarDraw.framework/Versions/A/CalendarDra w
        0x7fff8e183000 -     0x7fff8e18dff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8e18e000 -     0x7fff8e1b5ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff8e1b6000 -     0x7fff8f002ff5  com.apple.WebCore (9537 - 9537.70) <7A90E9D3-4F26-3049-9C96-C6B8CB1395C8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8f003000 -     0x7fff8f0c6ff7  com.apple.backup.framework (1.5 - 1.5) <92C8038F-CC00-3202-90D8-3C3AEC90986F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8f0d3000 -     0x7fff8f1baff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff8f1bb000 -     0x7fff8f465ffd  com.apple.HIToolbox (2.1 - 695) <C4DE35FF-D0AC-35C3-A7E6-F54CD153825C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8f466000 -     0x7fff8f468fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8f469000 -     0x7fff8f4baff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8f4bb000 -     0x7fff8f5f0ffa  com.apple.WebKit (9537 - 9537.71) <8A07478D-B2CA-3724-81E4-ADC10E1AD3EA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8f5f1000 -     0x7fff8f5fdff7  com.apple.CalendarAgentLink (7.0 - 138) <B8B63D14-D853-3478-B001-BC67B7E9F993> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff8f5fe000 -     0x7fff8f62bff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8f62c000 -     0x7fff8f696ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8f697000 -     0x7fff8f720ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
        0x7fff8f721000 -     0x7fff8f80ffff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8f810000 -     0x7fff8f811fff  com.apple.AddressBook.ContactsData (8.0 - 1365) <61090508-4CC3-3F57-9B0C-D8527947D35D> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff8f907000 -     0x7fff8f918ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8f919000 -     0x7fff8f934ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8f935000 -     0x7fff8f997ff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <F95E1174-37B7-300C-8ECE-E67A711B6721> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8faff000 -     0x7fff8fafffff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8fb00000 -     0x7fff8fb01fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8fb02000 -     0x7fff8fb0afff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8fb0b000 -     0x7fff8fb24ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8fb25000 -     0x7fff8fb63ff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8fb64000 -     0x7fff8fb66fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8fb6a000 -     0x7fff8fb6efff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff8fb6f000 -     0x7fff8fb97ffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff8fb98000 -     0x7fff8fc82fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8fe95000 -     0x7fff90126ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff90127000 -     0x7fff90130fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff90131000 -     0x7fff90155fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff90156000 -     0x7fff9017aff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff9017b000 -     0x7fff90192fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff90193000 -     0x7fff901a3ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff901a4000 -     0x7fff901f7ff7  com.apple.ical.EventKit (2.0 - 152) <34FD327F-0E27-3B0F-B801-0C8FF2B4814A> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
        0x7fff901f8000 -     0x7fff9071cfff  com.apple.QuartzComposer (5.1 - 316) <B20E93C3-8517-3E5C-83B6-C312C839C5D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff907b7000 -     0x7fff9086bfff  com.apple.MapKit (1.0 - 10) <AE6CAB40-BCA5-35AC-BD80-1E513916F1F4> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
        0x7fff9089d000 -     0x7fff9089ffff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff908a0000 -     0x7fff9092fff7  com.apple.Metadata (10.7.0 - 800.12) <04486C95-3E49-36C4-89B6-925E925BB417> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff90930000 -     0x7fff90937fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff90938000 -     0x7fff90a03fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff90a4b000 -     0x7fff90c30ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff90c31000 -     0x7fff90c4fff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff90c50000 -     0x7fff90c9efff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff90c9f000 -     0x7fff90ca8ff7  libcldcpuengine.dylib (2.3.58) <A2E1ED7B-FC7E-31F6-830A-FF917689766B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff90ca9000 -     0x7fff90d05fff  com.apple.coredav (1.0.1 - 229.6) <6D2B49E8-E81D-36C7-BC24-FD54FA35E5BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff90d06000 -     0x7fff90e36ff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff91273000 -     0x7fff91278fff  com.apple.WeatherKit (1.0 - 19) <C9E48D8B-786C-3243-9BE2-84202F561171> /System/Library/PrivateFrameworks/WeatherKit.framework/Versions/A/WeatherKit
        0x7fff91279000 -     0x7fff912c8ff7  com.apple.framework.internetaccounts (2.1 - 210) <C77069C7-928C-315C-AA61-D90543901F20> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff912c9000 -     0x7fff912f8fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff9133a000 -     0x7fff91639fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff9163a000 -     0x7fff9163bff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff9163c000 -     0x7fff916c8ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff916c9000 -     0x7fff9192aff7  com.apple.imageKit (2.5 - 770) <33BCF627-EB1A-3CC1-98AB-2324B6DFB329> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff919ab000 -     0x7fff919b5fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff919b6000 -     0x7fff919c3ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff919c4000 -     0x7fff919ceff7  com.apple.corerecents (1.0 - 1) <6C3ACB55-6FA5-3266-80D3-592B7258F5E7> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
        0x7fff919cf000 -     0x7fff919ddfff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff91a07000 -     0x7fff91de8ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff91de9000 -     0x7fff91fa4ff6  com.apple.GeoServices (1.0 - 702.14.9) <A3A4D6AC-72B2-39F3-AAE0-9AF3B88C5C8E> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff91fae000 -     0x7fff91fb7ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff91fb8000 -     0x7fff91fc0fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff91fc1000 -     0x7fff91fc3ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff91fc4000 -     0x7fff91fd1ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff91fd2000 -     0x7fff91fe3ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff9209e000 -     0x7fff9209efff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff9209f000 -     0x7fff92105fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff9210d000 -     0x7fff92117ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff922a6000 -     0x7fff922cffff  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
        0x7fff922dd000 -     0x7fff922e3fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff922e4000 -     0x7fff92351fff  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
        0x7fff92619000 -     0x7fff9265bff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff926af000 -     0x7fff92702fff  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
        0x7fff92708000 -     0x7fff92878ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff92879000 -     0x7fff92890ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff92891000 -     0x7fff928ddffe  com.apple.CoreMediaIO (401.0 - 4544) <44EBC0FE-DAD5-3711-96CB-05250F350A16> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff928de000 -     0x7fff929cfff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff929d0000 -     0x7fff929d3ffa  libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff92a24000 -     0x7fff92a2dfff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff92a2e000 -     0x7fff92a52fff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
        0x7fff92a53000 -     0x7fff92d3dfff  com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) <21324540-8B84-3333-ADB8-D3D5181D4639> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff92d7d000 -     0x7fff92d86fff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff92d87000 -     0x7fff92e0fff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff92e10000 -     0x7fff92e12ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
        0x7fff92e13000 -     0x7fff92e1bff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff92e32000 -     0x7fff92e39ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
        0x7fff92e3a000 -     0x7fff92e3cff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff92e3d000 -     0x7fff92e58ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
        0x7fff93417000 -     0x7fff9341affc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff9341b000 -     0x7fff934fafff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff934fb000 -     0x7fff9353afff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff9353b000 -     0x7fff9362afff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff9362b000 -     0x7fff93630ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff93631000 -     0x7fff93702ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff93727000 -     0x7fff93867fff  com.apple.QTKit (7.7.3 - 2826) <7A110F61-D4DD-3C84-950D-E5F486DE5765> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff9412c000 -     0x7fff94134ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff94135000 -     0x7fff94146ff7  com.apple.idsfoundation (10.0 - 1000) <0BC25100-092B-3C5A-8245-F7C963380785> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff94147000 -     0x7fff9414bff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
        0x7fff9414c000 -     0x7fff94188fff  com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff94236000 -     0x7fff943e3f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff943e4000 -     0x7fff94400fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff94414000 -     0x7fff94474

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Verify - Prompting failed with the following error message: ". (and more)

    This would be much easier to read with paragraphs... oh well.
    First up, I have found a relevant KB article on this issue and have seen that this was possibly fixed with SP2. The article actually references a file date that does not exist in the list of downloadable support files (sigh), but the SP2 date is a few weeks after the referenced date and the first file after that date, so I'll assume it's in there.
    Unfortunately I think my client might be using an OEM version of crystal. They have business objects XI, but there is no phone number listed in the tech support box of the help->about dialog. OEM Product Warning suggests the number should be (604) 669 8379... (this, by the way, seems like an extremely odd and unreliable way of determining the version of a software product) but I don't know how up to date that page is, a lot of links etc seem to be out of date.
    In any case, what I really want to know is why would this happen in the first place? The report was working fine until today, and no changes were made to the report other than some formatting (the group pie chart type apparently likes to make the pies so big when there are only 2 groups that they overlap... awesome!).
    I even tried removing my data source entirely and adding a completely new data source (which of course made all my charts disappear, but hey, what the hell at this point), and I still got the error.
    I must say, today has been an extremely frustrating day working with crystal. As well as this error I was getting an "export failed" error... but only on one report out of 5... when attempting to export to to a disk file. Turns out a picture object got corrupted and lost it's height component, the graphic went missing even though the object was still on the report, and attempting to set the height in the dialog didn't help. Copying the graphic in again seems to have fixed it for now... but who knows for how long.
    And yet again I have a report that runs a stored procedure which takes only seconds to run on the database, but never returns when run with the same parameters through crystal (AND somehow locks up SQL Server... THIS I don't get AT ALL, it's a stored proc, crystal isn't accessing tables directly, the proc should simply execute and return, so how are locks/transactions being held?? Of course they wont give me sa access so I cant see what's happening on the server) Changing from ODBC to OLEDB makes no difference. AND I discovered that copying drawing objects from one report to another often causes the crystal IDE to crash, losing all unsaved work. YEAH!
    (End venting).
    Edited by: allmhuran on Oct 22, 2009 7:33 PM

    Hello, If you are indeed using an OEM build you need to log your issues with them. They are responsible for first line of support and if there are issues theyc an log the case with our support to a solution of provide you with a work around.
    Thank you
    Don

  • Can anyone help with the following error message?

    While installing itunes update 7.5 received message Error 1905 module c:\programfiles\itunes\itunesminiplaayer.Dl failed to unregister HRESULT-2147220472

    I noticed no one replied to your questions but was wondering what you found out. I had an ipod shuffle and just replaced it with a 3rd gen ipod nano. The new nano who not show up on my itunes so I went in to update it to the new version and received the same exact error message you did. Were you able to figure out a solution?
    Any help you can give would be greatful.

Maybe you are looking for

  • Trouble installing WinXP on a SATA drive on K9MM-V Mainboard

    I am having some trouble trying to install WinXP on a K9MM-V.  I have put a 250Gig SATA 300 drive set to 150 in channel 1 and an SATA DVD drive in channel 2.  The BIOS appears to recognize both drives, but anytime I try to access the HD during the bo

  • How to sort files on my mac automatically?

    I have a Macbook Pro which i installed a second hard drive in for media files. Every time I turn my Macbook off the files unsort themselves in each folder. So every time I'm turn it on have to press clean up by Name, Size etc. I know its not a big jo

  • Java.lang.NoClassDefFoundError: org/apache/axis/client/Service

    Hi, I am developing a WebService Client and for that i am using the Apache axis client. but when i am trying to instnatiate the org.apache.axis.client.Service class it says a NoClassDefinition Found error. Can anyone tell me the reason for this? Is t

  • BT Treating none P2P traffic as P2P traffic and so...

    As the post states.. On going for months now despite multiple requests for this to end, a few promises to have it resolved but nothing actually constructive happening. Please can it be arranged for BT to stop treating my gaming traffic as P2P traffic

  • Beforeparameterform trigger

    Hi, In the beforeparameterform trigger I call a store procedure passing a paramenter to the procedure, but I don' succeed in passing the paramenter to the trigger, is it possible to have a input form to pass the parameter to the trigger so that the t