Insert html data

This insert statement is not working through sql plus but works through pl-sql developer. Any pointers what settings I need to apply for this to work??
I am getting the following errors: <p>
SP2-0042: unknown command "</body>" - rest of line ignored.
SP2-0042: unknown command "</html>'" - rest of line ignored.
SP2-0734: unknown command beginning ", 0 ,NULL ..." - rest of line ignored.
SP2-0734: unknown command beginning ", 1 ,date'..." - rest of line ignored.
<p>
=================================<p>
insert into tbl_text (pageid, bodytext)
values ('TEST_TEST', '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
You or someone with access to your $SITE account has changed the contact
information we have on file for you. Please review
the values listed below. If you have not authorized
changes to your account or the values are not correct, please
log onto the system and correct the values. <br>
<br>
Original Contact Values:<br>
<table style="text-align: left; width: 100%;" border="1"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td>Name:</td>
<td>$1FIRSTNAME $1LASTNAME</td>
</tr>
<tr>
<td>Address:</td>
<td>$1ADDRESS1<br>
$1ADDRESS2<br>
$1CITY, $1STATE, $1ZIP, $1COUNTRY</td>
</tr>
<tr>
<td>Work Phone:</td>
<td>$1WORKPHONE<br>
</td>
</tr>
<tr>
<td>Phone Ext:>
<td>$1PHONEEXT<br>
</td>
</tr>
<tr>
<td>Fax:</td>
<td>$1FAXPHONE</td>
</tr>
</tbody>
</table>
<br>
Changed Contact Values:<br>
<table style="text-align: left; width: 100%;" border="1"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td>Name:</td>
<td>$2FIRSTNAME $2LASTNAME</td>
</tr>
<tr>
<td>Address:</td>
<td>$2ADDRESS1<br>
$2ADDRESS2<br>
$2CITY, $2STATE, $2ZIP, $2COUNTRY</td>
</tr>
<tr>
<td>Work Phone:</td>
<td>$2WORKPHONE<br>
</td>
</tr>
<tr>
<td>Phone Ext:</td>
<td>$2PHONEEXT<br>
</td>
</tr>
<tr>
<td>Fax:</td>
<td>$2FAXPHONE</td>
</tr>
</tbody>
</table>
<br>
Thank you,<br>
</body>
</html>' );
commit
Message was edited by:
user619015
Message was edited by:
user619015
Message was edited by:
user619015

I found the fix. The error was because of linespaces.

Similar Messages

  • JDBC + SERVLET: inserting text data  to access file from Html form

    Hi everybody !
    I'm trying to insert text data from my html form to access database using servlet and jdbc technologies.
    The problem that I'm that the data is TEXT, but not the English language !!!
    So my access db file gets - ???????? symbols instead the real text.
    This is the form line that sending data to my servlet:
    <form
    method="POST"
    ACTION=http://localhost:8080/servlet/myServlet enctype="text/html">
    And this is servlet line that defines response content:
    res.setContentType( "text/html" );
    What can I do to get in access db file the right text format and not a ???????? symbols.
    Maybe I must to ad some <meta ...> , but where ?

    You're dealing with Unicode, I'd guess, and not ASCII.
    I guess I'd have two questions:
    (1) Is the character encoding on your pages set properly for the language you're trying to use?
    (2) Does Access handle Unicode characters?
    Access isn't exacly a world-class database. (If it was, there'd be no reason for M$ to develop SQL Server.) I'd find out if it supports other character sets. If not, you'll have to switch to a more capable database that does. - MOD

  • Please help! Looking for script to insert current date on page.

    I currently use a Dreamweaver Extension that lets you insert
    current date and time on your web page.
    The problem is, I don't know Javascript and cannot edit the
    Javascript codes to "remove the time"
    I only need the current date that will change every day.
    Do you know where I can get this script, I goggled and got
    several but I'm looking for something authentic.
    Also is it possible to have your page validate when you use
    Javascript embedded in your HTML?
    Thanks everyone,
    Patrick

    quote:
    Originally posted by:
    Newsgroup User
    Webethics wrote:
    > The problem is, I don't know Javascript and cannot edit
    the Javascript codes
    > to "remove the time"
    > I only need the current date that will change every day.
    JavaScript generates the date by using the clock on the
    computer of each
    visitor to your site. If a visitor's clock has the wrong
    date, your site
    will also display the wrong date.
    > Do you know where I can get this script, I goggled and
    got several but I'm
    > looking for something authentic.
    I don't know what you mean by "authentic". Date generation in
    JavaScript
    is one of the most basic features of the language, so if it
    works, it's
    "authentic".
    > Also is it possible to have your page validate when you
    use Javascript
    > embedded in your HTML?
    Yes, but you shouldn't embed JavaScript in XHTML.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/
    So mr. Powers are there people that use Javascript Date in
    their page?
    Would you recommend it?
    I could use PHP but I don't know PHP,
    How do I come up with the string in this format, say,
    Wednesday, October 29th, 2008 that will change to a new day
    according to the server time and date.
    Thanks so much for your help and I have two of your books! I
    will be taking PHP classes in December.
    Patrick

  • Insert into date column using EJB3.0 and toplink not working

    Hi All,
    I'm getting the following error whenever I attempt to insert a date value into my Oracle database.
    [TopLink Fine]: 2006.08.08 05:53:21.973--UnitOfWork(14806807)--Connection(14714759)--Thread(Thread[RMICallHand
    ler-0,5,RequestThreadGroup])--
    INSERT INTO EMP (EMPNO, ENAME, SAL, HIRE_DATE) VALUES (156, 'John', 2.0, {ts '2006-08-08 17:53:21.973'})
    [TopLink Warning]: 2006.08.08 05:53:22.036--UnitOfWork(14806807)--Thread(Thread[RMICallHandler-0,5,RequestThreadGroup])--
    Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)):
    oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: ORA-00904: invalid column name
    The cause seems to be clear enough; from the sql above it seems that the timestamp syntax isn't being interpreted properly by either toplink or the JDBC driver , (I'm using whatever driver that comes with OC4J 10.1.3).
    I've seen somewhere that you can call setUseNativeSQL() in toplink but how do I get hold of the toplink session from an entity bean?
    That sounds like an awkward workaround anyway, what other workarounds are open to us?
    Thanks,
    C

    C,
    I don't use TopLink, but I suggest you set the "processEscapes" [Oracle database connection] property to "true", as described in the JDBC User's Guide and Reference.
    Oracle documentation can be accessed from here:
    http://www.oracle.com/technology/documentation/index.html
    Good Luck,
    Avi.

  • Help needed regarding insertion of data into oracle

    Hi,
    I am student currently trying to do a project to up a semantic database using oracle. Have set up the semantic technologies for oracle 11gr2 and used the jena adapter to load an owl into oracle.
    But i am not sure how do i insert sample data that could reference the owl.
    Tried searching but unable to find any simple tutorial and have also looked through the developer's guide and also jenaadaptor guide.
    Is there any tutorials available that could help? thank you

    Hi,
    Please go to the OTN site for more information:
    http://www.oracle.com/technology/tech/semantic_technologies/index.html
    There you can find some training info (try the NCI Oracle By Example, it's a good tutorial):
    http://www.oracle.com/technology/tech/semantic_technologies/htdocs/semtech_training.html
    Regards,
    Vladimir

  • STATIC "HTML Data Set Photo Gallery" with CAPTIONS

    Because of search engines and validation I would really like to use the STATIC "HTML Data Set Photo Gallery" http://labs.adobe.com/technologies/spry/demos/gallery_pe/static/china.html.
    But I definitely need captions for the Photos. I found possibilities to add them via XML, but not for the HTML-Version.
    As far as I got I think I have to edit this function from "gallery_hds.js" and add some RegEx, to extract caption text.
    function PhotosFilter(ds, row, rowIndex)
        var tnStr = row.thumbimg;
        if (tnStr)
            row.path = tnStr.replace(/.*<a[^>]*href="?([^"]*)"?.*/i, "$1");
            row.thumbpath = tnStr.replace(/.*<img[^>]*src="?([^"]*)"?.*/i, "$1");
        return row;
    In the following rows within the html-document
    <span class="thumbnail"><a href="../../gallery/galleries/paris/images/paris_02.jpg"><img src="../../gallery/galleries/paris/thumbnails/paris_02.jpg" alt="paris_02.jpg" /></a></span>
    I would insert text before the closing span-tag (or before the closing a-tag?) - like so
    <span class="thumbnail"><a href="../../gallery/galleries/paris/images/paris_02.jpg"><img src="../../gallery/galleries/paris/thumbnails/paris_02.jpg" alt="paris_02.jpg" /></a>Here is some HTML Text</span>
    This text must be extracted via RegEx - similar to the rows within the if-Statement of the upper mentioned function "PhotosFilter". But here my RegEx-knowledge is definitely to short!
    Thank you very much in advance for any help or suggestion.
    Angela Fengler

    Because of search engines and validation I would really like to use the STATIC "HTML Data Set Photo Gallery" http://labs.adobe.com/technologies/spry/demos/gallery_pe/static/china.html.
    But I definitely need captions for the Photos. I found possibilities to add them via XML, but not for the HTML-Version.
    As far as I got I think I have to edit this function from "gallery_hds.js" and add some RegEx, to extract caption text.
    function PhotosFilter(ds, row, rowIndex)
        var tnStr = row.thumbimg;
        if (tnStr)
            row.path = tnStr.replace(/.*<a[^>]*href="?([^"]*)"?.*/i, "$1");
            row.thumbpath = tnStr.replace(/.*<img[^>]*src="?([^"]*)"?.*/i, "$1");
        return row;
    In the following rows within the html-document
    <span class="thumbnail"><a href="../../gallery/galleries/paris/images/paris_02.jpg"><img src="../../gallery/galleries/paris/thumbnails/paris_02.jpg" alt="paris_02.jpg" /></a></span>
    I would insert text before the closing span-tag (or before the closing a-tag?) - like so
    <span class="thumbnail"><a href="../../gallery/galleries/paris/images/paris_02.jpg"><img src="../../gallery/galleries/paris/thumbnails/paris_02.jpg" alt="paris_02.jpg" /></a>Here is some HTML Text</span>
    This text must be extracted via RegEx - similar to the rows within the if-Statement of the upper mentioned function "PhotosFilter". But here my RegEx-knowledge is definitely to short!
    Thank you very much in advance for any help or suggestion.
    Angela Fengler

  • Insert current date and time into Oracle date type field

    I have a JDBC current date and time insert into Oracle 9i that almost works. It submits the current date and a fixed time into the Oracle date type field. I am using Tomcat 6.0.20.
    For example if I insert the data at 7:24:04 PM on Feb 16, 2010 it will insert as: 16-Feb-2010 12:00:00 AM
    The date part works but the time always shows 12:00:00 AM no matter what date or time the data is inserted.
    Here is what I have for my JDBC inserts and I also tried something with DateFormat:
    PreparedStatement ps; Date mydate = new Date(new java.util.Date().getTime()); //insert statement here.... stmt.setDate(1,mydate);
    I also tried:
    PreparedStatement ps; java.sql.Timestamp mydate = new java.sql.Timestamp(new java.util.Date().getTime()); SimpleDateFormat fmt = new SimpleDateFormat(.... //insert statement here.... ps.setTimestamp(1,fmt.format(mydate));
    Both keep submitting the date into Oracle as 16-Feb-2010 12:00:00 AM
    Anyway to get the current date and time? For example if I insert the data at 7:24.04 pm today it should show as 16-Feb-2010 07:24.04 PM in Oracle.

    sportsMarkr wrote:
    Date mydate = new Date(new java.util.Date().getTime());Please see the javadocs for java.sql.Date and note the part that says "...to zero"
    [http://java.sun.com/javase/6/docs/api/java/sql/Date.html]
    If you want a date and time then use java.sql.Timestamp.

  • Inserting blob data into database

    Hello everybody,
    I need insert blob data into database. that data i need to get from form
    can i use request.getParameter(""); for getting that file.
    Plz help how to get data from form to servlet and through callablestatement i need to insert into database.
    regards,
    Anil

    Hi,
    1) first create a form with file element
    first.jsp
    <form action="GetData" enctype="multipart/form-data" method="post">
    <input type="file" name="datafile" size="40">
    <input type="submit" value="Send">
    <input type="reset" name="Reset" value="Cancel">
    </form>
    GetData.java
    // servlet file
    public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
    res.setContentType("text/html");
    PrintWriter out = response.getWriter();
    try {
    System.setProperty( "jdbc.drivers", "com.microsoft.jdbc.sqlserver.SQLServerDriver" );
    Class.forName( "com.microsoft.jdbc.sqlserver.SQLServerDriver" );
    con = DriverManager.getConnection( "jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=JAVATEAM;SelectMethod=cursor;User=sa;Password=urpassword" );
    PreparedStatement pst = con.prepareStatement("insert into uploads(binaryfile) values(?)");
    FileInputStream fis=new FileInputStream(request.getParameter ( "datafile" ) );
    byte[] b= new byte[fis.available()+1];
    fis.read(b);
    pst.setBytes(1,b);
    pst.executeUpdate();
    pst.close();
    con.close();
    catch(SQLException e)
    out.println ( e);
    catch (ClassNotFoundException e)
    out.println( e );
    }Here in doPost(), i create preparedstatement,
    now you to create one procedure for insert
    and by using callable statement you just call that procedure and pass this byte b as arguments,
    now its in your hands
    my idea is over.

  • EJB3 problem in inserting the data to the database, editing

    the code below i have written to view the data but unable to insert the data and edit the data plz help me out how to write and wat is the logic
    package com.fms.fins.ref.ejb;
    import java.util.Collection;
    import java.util.List;
    import javax.ejb.Stateless;
    import javax.persistence.EntityManager;
    import javax.persistence.PersistenceContext;
    @Stateless
    public class SLawBean implements ILaw{
         @PersistenceContext(unitName="fins-entity") EntityManager em;
         public List searchLaw()
              List ss = em.createQuery("from Law eLaw").getResultList();
              return ss;
         public Collection addLaw(){
              Collection cc=em.createQuery("into Law cLaw")
              .setParameter(0, "cLaw.LAW_ID")
              .setParameter(0, "cLaw.LAW_DESCRIPTION")
              .getResultList();
              return cc;
    package com.fms.fins.par;
    import javax.persistence.Column;
    import javax.persistence.Entity;
    import javax.persistence.GeneratorType;
    import javax.persistence.Id;
    import javax.persistence.Table;
    @Entity
    @Table(name="LAW")
    public class Law {
         private String lawId;
         private String lawDescription;
         public Law(){}
         @Id(generate=GeneratorType.AUTO)
         @Column(name="law_id")
         public String getLawId(){
              return lawId;
         public void setLawId(String lawId){
              this.lawId = lawId;
         @Column(name="law_description")
         public String getLawDescription(){
              return lawDescription;
         public void setLawDescription(String lawDescription){
              this.lawDescription = lawDescription;
    package com.fms.fins.ref.web;
    //import java.util.Iterator;
    import java.util.Collection;
    import java.util.List;
    //import javax.faces.component.html.HtmlCommandButton;
    import com.fms.base.util.EjbLoader;
    import com.fms.fins.par.Law;
    import com.fms.fins.ref.ejb.ILaw;
    public class LawBean extends Law{
         //private HtmlCommandButton commandButton1;
         //private HtmlCommandButton commandButton2;
         //private HtmlCommandButton commandButton3;
         private List elawList;
         public List getElawList() {
              return elawList;
         public void setElawList(List elawList) {
              this.elawList = elawList;
         public String actionViewlaw() throws Exception {
              try{
                   EjbLoader ejbLoader = new EjbLoader();
                   ILaw ejbILaw = (ILaw)ejbLoader.getEjb(ILaw.class.getName());
                   1. getElawList(ejbILaw.searchLaw());
                   2. elawList = ejbILaw.searchLaw();
                   elawList = ejbILaw.searchLaw();
              }catch(Exception ex){
                   ex.printStackTrace();
                   //throw ex;
              return "viewlaw";
         private Collection clawList;
         public Collection getClawList() {
              return clawList;
         public void setClawList(Collection clawList) {
              this.clawList = clawList;
         public String actionAddLaw()throws Exception{
              try{
                   EjbLoader ejbLoader = new EjbLoader();
                   ILaw ejbILaw = (ILaw)ejbLoader.getEjb(ILaw.class.getName());
                   clawList=ejbILaw.addLaw();
              }catch(Exception e){
                   e.printStackTrace();
              return "addlaw";
          }

    Hi Vengal !
    What is your module configuration in comm channel ??
    what is your current result and the expected one.
    Regards,
    Matias.

  • Insert html

    I am creating a mobile application in indesign and then using DPS...wondering how i can insert the following html...they are learning activities that we created using a seperate application (Hot Potatoes)...i have succesfully integrated them into applications using Dreamweaver and Phonegap but indesign and DPS appears to be the direction that this is moving.  When i try and insert the code into the "insert html" function it doesn't all fit so I am wondering if there is any way to work around this...
    not sure if this is better for the indesign forum or the DPS forum...the code for the activities is below...thanks
    <?xml version="1.0"?>
           <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
           <html xmlns="http://www.w3.org/1999/xhtml"
                 xml:lang="en"><head>
    <meta name="author" content="Created with Hot Potatoes by Half-Baked Software, registered to Tim Fanning."></meta>
    <meta name="keywords" content="Hot Potatoes, Hot Potatoes, Half-Baked Software, Java, University of Victoria"></meta>
    <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>
    Acura NSX Commercial
    </title>
    <!-- Made with executable version Java Hot Potatoes 6.1.0.5 -->
    <!-- The following insertion allows you to add your own code directly to this head tag from the configuration screen -->
    <style type="text/css">
    /* This is the CSS stylesheet used in the exercise. */
    /* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */
    /* BeginCorePageCSS */
    /* Made with executable version Java Hot Potatoes 6.1.0.5 */
    /* Hack to hide a nested Quicktime player from IE, which can't handle it. */
    * html object.MediaPlayerNotForIE {
              display: none;
    body{
              font-family: gill sans, heletevica;
              background-color: #ffffff;
              color: #000000;
              margin-right: 5%;
              margin-left: 5%;
              font-size: 14;
    p{
              text-align: left;
              margin: 0px;
              font-size: 100%;
    table,div,span,td{
              font-size: 100%;
              color: #000000;
    div.Titles{
              padding: 0.5em;;
              text-align: center;
              color: #009900;
    button{
              font-family: gill sans, heletevica;
              font-size: 100%;
              display: inline;
    .ExerciseTitle{
              font-size: 140%;
              color: #009900;
    .ExerciseSubtitle{
              font-size: 120%;
              color: #009900;
    div.StdDiv{
              background-color: #ffffff;
              text-align: center;
              font-size: 100%;
              color: #000000;
              padding: 0.5em;
              border-style: solid;
              border-width: 1px 1px 1px 1px;
              border-color: #000000;
              margin-bottom: 1px;
    /* EndCorePageCSS */
    .RTLText{
              text-align: right;
              font-size: 150%;
              direction: rtl;
              font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", gill sans, heletevica;
    .CentredRTLText{
              text-align: center;
              font-size: 150%;
              direction: rtl;
              font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", gill sans, heletevica;
    button p.RTLText{
              text-align: center;
    .RTLGapBox{
              text-align: right;
              font-size: 150%;
              direction: rtl;
              font-family: "Times New Roman", gill sans, heletevica;
    .Guess{
              font-weight: bold;
    .CorrectAnswer{
              font-weight: bold;
    div#Timer{
              padding: 0.25em;
              margin-left: auto;
              margin-right: auto;
              text-align: center;
              color: #009900;
    span#TimerText{
              padding: 0.25em;
              border-width: 1px;
              border-style: solid;
              font-weight: bold;
              display: none;
              color: #009900;
    span.Instructions{
    div.ExerciseText{
    .FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer{
              color: #009900;
    .LeftItem{
              font-size: 100%;
              color: #000000;
              text-align: left;
    .RightItem{
              font-weight: bold;
              font-size: 100%;
              color: #000000;
    span.CorrectMark{
    input, textarea{
              font-family: gill sans, heletevica;
              font-size: 120%;
    select{
              font-size: 100%;
    div.Feedback {
              background-color: #ffffff;
              left: 33%;
              width: 34%;
              top: 33%;
              z-index: 1;
              border-style: solid;
              border-width: 1px;
              padding: 5px;
              text-align: center;
              color: #009900;
              position: absolute;
              display: none;
              font-size: 100%;
    div.ExerciseDiv{
              color: #000000;
    /* JMatch flashcard styles */
    table.FlashcardTable{
              background-color: transparent;
              color: #000000;
              border-color: #000000;
              margin-left: 5%;
              margin-right: 5%;
              margin-top: 2em;
              margin-bottom: 2em;
              width: 90%;
              position: relative;
              text-align: center;
              padding: 0px;
    table.FlashcardTable tr{
              border-style: none;
              margin: 0px;
              padding: 0px;
              background-color: #ffffff;
    table.FlashcardTable td.Showing{
              font-size: 140%;
              text-align: center;
              width: 50%;
              display: table-cell;
              padding: 2em;
              margin: 0px;
              border-style: solid;
              border-width: 1px;
              color: #000000;
              background-color: #ffffff;
    table.FlashcardTable td.Hidden{
              display: none;
    /* JMix styles */
    div#SegmentDiv{
              margin-top: 2em;
              margin-bottom: 2em;
              text-align: center;
    a.ExSegment{
              font-size: 120%;
              font-weight: bold;
              text-decoration: none;
              color: #000000;
    span.RemainingWordList{
              font-style: italic;
    div.DropLine {
              position: absolute;
              text-align: center;
              border-bottom-style: solid;
              border-bottom-width: 1px;
              border-bottom-color: #009900;
              width: 80%;
    /* JCloze styles */
    .ClozeWordList{
              text-align: center;
              font-weight: bold;
    div.ClozeBody{
              text-align: left;
              margin-top: 2em;
              margin-bottom: 2em;
              line-height: 2.0
    span.GapSpan{
              font-weight: bold;
    /* JCross styles */
    table.CrosswordGrid{
              margin: auto auto 1em auto;
              border-collapse: collapse;
              padding: 0px;
              background-color: #000000;
    table.CrosswordGrid tbody tr td{
              width: 1.5em;
              height: 1.5em;
              text-align: center;
              vertical-align: middle;
              font-size: 140%;
              padding: 1px;
              margin: 0px;
              border-style: solid;
              border-width: 1px;
              border-color: #000000;
              color: #000000;
    table.CrosswordGrid span{
              color: #000000;
    table.CrosswordGrid td.BlankCell{
              background-color: #000000;
              color: #000000;
    table.CrosswordGrid td.LetterOnlyCell{
              text-align: center;
              vertical-align: middle;
              background-color: #ffffff;
              color: #000000;
              font-weight: bold;
    table.CrosswordGrid td.NumLetterCell{
              text-align: left;
              vertical-align: top;
              background-color: #ffffff;
              color: #000000;
              padding: 1px;
              font-weight: bold;
    .NumLetterCellText{
              cursor: pointer;
              color: #000000;
    .GridNum{
              vertical-align: super;
              font-size: 66%;
              font-weight: bold;
              text-decoration: none;
              color: #000000;
    .GridNum:hover, .GridNum:visited{
              color: #000000;
    table#Clues{
              margin: auto;
              vertical-align: top;
    table#Clues td{
              vertical-align: top;
    table.ClueList{
      margin: auto;
    td.ClueNum{
              text-align: right;
              font-weight: bold;
              vertical-align: top;
    td.Clue{
              text-align: left;
    div#ClueEntry{
              text-align: left;
              margin-bottom: 1em;
    /* Keypad styles */
    div.Keypad{
              text-align: center;
              display: none; /* initially hidden, shown if needed */
              margin-bottom: 0.5em;
    div.Keypad button{
              font-family: gill sans, heletevica;
              font-size: 120%;
              background-color: #ffffff;
              color: #000000;
              width: 2em;
    /* JQuiz styles */
    div.QuestionNavigation{
              text-align: center;
    .QNum{
              margin: 0em 1em 0.5em 1em;
              font-weight: bold;
              vertical-align: middle;
    textarea{
              font-family: gill sans, heletevica;
    .QuestionText{
              text-align: left;
              margin: 0px;
              font-size: 100%;
    .Answer{
              font-size: 120%;
              letter-spacing: 0.1em;
    .PartialAnswer{
              font-size: 120%;
              letter-spacing: 0.1em;
              color: #009900;
    .Highlight{
              color: #000000;
              background-color: #ffff00;
              font-weight: bold;
              font-size: 120%;
    ol.QuizQuestions{
              text-align: left;
              list-style-type: none;
    li.QuizQuestion{
              padding: 1em;
              border-style: solid;
              border-width: 0px 0px 1px 0px;
    ol.MCAnswers{
              text-align: left;
              list-style-type: upper-alpha;
              padding: 1em;
    ol.MCAnswers li{
              margin-bottom: 1em;
    ol.MSelAnswers{
              text-align: left;
              list-style-type: lower-alpha;
              padding: 1em;
    div.ShortAnswer{
              padding: 1em;
    .FuncButton {
              text-align: center;
              border-style: solid;
              border-left-color: #ffffff;
              border-top-color: #ffffff;
              border-right-color: #7f7f7f;
              border-bottom-color: #7f7f7f;
              color: #000000;
              background-color: #ffffff;
              border-width: 2px;
              padding: 3px 6px 3px 6px;
              cursor: pointer;
    .FuncButtonUp {
              color: #ffffff;
              text-align: center;
              border-style: solid;
              border-left-color: #ffffff;
              border-top-color: #ffffff;
              border-right-color: #7f7f7f;
              border-bottom-color: #7f7f7f;
              background-color: #000000;
              color: #ffffff;
              border-width: 2px;
              padding: 3px 6px 3px 6px;
              cursor: pointer;
    .FuncButtonDown {
              color: #ffffff;
              text-align: center;
              border-style: solid;
              border-left-color: #7f7f7f;
              border-top-color: #7f7f7f;
              border-right-color: #ffffff;
              border-bottom-color: #ffffff;
              background-color: #000000;
              color: #ffffff;
              border-width: 2px;
              padding: 3px 6px 3px 6px;
              cursor: pointer;
    /*BeginNavBarStyle*/
    div.NavButtonBar{
              background-color: #ffffff;
              text-align: center;
              margin: 2px 0px 2px 0px;
              clear: both;
              font-size: 100%;
    .NavButton {
              border-style: solid;
              border-left-color: #ffffff;
              border-top-color: #ffffff;
              border-right-color: #7f7f7f;
              border-bottom-color: #7f7f7f;
              background-color: #ffffff;
              color: #000000;
              border-width: 2px;
              cursor: pointer;
    .NavButtonUp {
              border-style: solid;
              border-left-color: #ffffff;
              border-top-color: #ffffff;
              border-right-color: #7f7f7f;
              border-bottom-color: #7f7f7f;
              color: #ffffff;
              background-color: #000000;
              border-width: 2px;
              cursor: pointer;
    .NavButtonDown {
              border-style: solid;
              border-left-color: #7f7f7f;
              border-top-color: #7f7f7f;
              border-right-color: #ffffff;
              border-bottom-color: #ffffff;
              color: #ffffff;
              background-color: #000000;
              border-width: 2px;
              cursor: pointer;
    /*EndNavBarStyle*/
    a{
              color: #009900;
    a:visited{
              color: #009900;
    a:hover{
              color: #009900;
    div.CardStyle {
              position: absolute;
              font-family: gill sans, heletevica;
              font-size: 100%;
              padding: 5px;
              border-style: solid;
              border-width: 1px;
              color: #000000;
              background-color: #ffffff;
              left: -50px;
              top: -50px;
              overflow: visible;
    .rtl{
              text-align: right;
              font-size: 140%;
    </style>
    <script type="text/javascript">
    //<![CDATA[
    <!--
    function Client(){
    //if not a DOM browser, hopeless
              this.min = false; if (document.getElementById){this.min = true;};
              this.ua = navigator.userAgent;
              this.name = navigator.appName;
              this.ver = navigator.appVersion; 
    //Get data about the browser
              this.mac = (this.ver.indexOf('Mac') != -1);
              this.win = (this.ver.indexOf('Windows') != -1);
    //Look for Gecko
              this.gecko = (this.ua.indexOf('Gecko') > 1);
              if (this.gecko){
                        this.geckoVer = parseInt(this.ua.substring(this.ua.indexOf('Gecko')+6, this.ua.length));
                        if (this.geckoVer < 20020000){this.min = false;}
    //Look for Firebird
              this.firebird = (this.ua.indexOf('Firebird') > 1);
    //Look for Safari
              this.safari = (this.ua.indexOf('Safari') > 1);
              if (this.safari){
                        this.gecko = false;
    //Look for IE
              this.ie = (this.ua.indexOf('MSIE') > 0);
              if (this.ie){
                        this.ieVer = parseFloat(this.ua.substring(this.ua.indexOf('MSIE')+5, this.ua.length));
                        if (this.ieVer < 5.5){this.min = false;}
    //Look for Opera
              this.opera = (this.ua.indexOf('Opera') > 0);
              if (this.opera){
                        this.operaVer = parseFloat(this.ua.substring(this.ua.indexOf('Opera')+6, this.ua.length));
                        if (this.operaVer < 7.04){this.min = false;}
              if (this.min == false){
                        alert('Your browser may not be able to handle this page.');
    //Special case for the horrible ie5mac
              this.ie5mac = (this.ie&&this.mac&&(this.ieVer<6));
    var C = new Client();
    //for (prop in C){
    //          alert(prop + ': ' + C[prop]);
    //CODE FOR HANDLING NAV BUTTONS AND FUNCTION BUTTONS
    //[strNavBarJS]
    function NavBtnOver(Btn){
              if (Btn.className != 'NavButtonDown'){Btn.className = 'NavButtonUp';}
    function NavBtnOut(Btn){
              Btn.className = 'NavButton';
    function NavBtnDown(Btn){
              Btn.className = 'NavButtonDown';
    //[/strNavBarJS]
    function FuncBtnOver(Btn){
              if (Btn.className != 'FuncButtonDown'){Btn.className = 'FuncButtonUp';}
    function FuncBtnOut(Btn){
              Btn.className = 'FuncButton';
    function FuncBtnDown(Btn){
              Btn.className = 'FuncButtonDown';
    function FocusAButton(){
              if (document.getElementById('CheckButton1') != null){
                        document.getElementById('CheckButton1').focus();
              else{
                        if (document.getElementById('CheckButton2') != null){
                                  document.getElementById('CheckButton2').focus();
                        else{
                                  document.getElementsByTagName('button')[0].focus();
    //CODE FOR HANDLING DISPLAY OF POPUP FEEDBACK BOX
    var topZ = 1000;
    function ShowMessage(Feedback){
              var Output = Feedback + '<br /><br />';
              document.getElementById('FeedbackContent').innerHTML = Output;
              var FDiv = document.getElementById('FeedbackDiv');
              topZ++;
              FDiv.style.zIndex = topZ;
              FDiv.style.top = TopSettingWithScrollOffset(30) + 'px';
              FDiv.style.display = 'block';
              ShowElements(false, 'input');
              ShowElements(false, 'select');
              ShowElements(false, 'object');
              ShowElements(true, 'object', 'FeedbackContent');
    //Focus the OK button
              setTimeout("document.getElementById('FeedbackOKButton').focus()", 50);
    function ShowElements(Show, TagName, ContainerToReverse){
    // added third argument to allow objects in the feedback box to appear
    //IE bug -- hide all the form elements that will show through the popup
    //FF on Mac bug : doesn't redisplay objects whose visibility is set to visible
    //unless the object's display property is changed
              //get container object (by Id passed in, or use document otherwise)
              TopNode = document.getElementById(ContainerToReverse);
              var Els;
              if (TopNode != null) {
                        Els = TopNode.getElementsByTagName(TagName);
              } else {
                        Els = document.getElementsByTagName(TagName);
              for (var i=0; i<Els.length; i++){
                        if (TagName == "object") {
                                  //manipulate object elements in all browsers
                                  if (Show == true){
                                            Els[i].style.visibility = 'visible';
                                            //get Mac FireFox to manipulate display, to force screen redraw
                                            if (C.mac && C.gecko) {Els[i].style.display = '';}
                                  else{
                                            Els[i].style.visibility = 'hidden';
                                            if (C.mac && C.gecko) {Els[i].style.display = 'none';}
                        else {
                                  // tagName is either input or select (that is, Form Elements)
                                  // ie6 has a problem with Form elements, so manipulate those
                                  if (C.ie) {
                                            if (C.ieVer < 7) {
                                                      if (Show == true){
                                                                Els[i].style.visibility = 'visible';
                                                      else{
                                                                Els[i].style.visibility = 'hidden';
    function HideFeedback(){
              document.getElementById('FeedbackDiv').style.display = 'none';
              ShowElements(true, 'input');
              ShowElements(true, 'select');
              ShowElements(true, 'object');
              if (Finished == true){
                        Finish();
    //GENERAL UTILITY FUNCTIONS AND VARIABLES
    //PAGE DIMENSION FUNCTIONS
    function PageDim(){
    //Get the page width and height
              this.W = 600;
              this.H = 400;
              this.W = document.getElementsByTagName('body')[0].clientWidth;
              this.H = document.getElementsByTagName('body')[0].clientHeight;
    var pg = null;
    function GetPageXY(El) {
              var XY = {x: 0, y: 0};
              while(El){
                        XY.x += El.offsetLeft;
                        XY.y += El.offsetTop;
                        El = El.offsetParent;
              return XY;
    function GetScrollTop(){
              if (typeof(window.pageYOffset) == 'number'){
                        return window.pageYOffset;
              else{
                        if ((document.body)&&(document.body.scrollTop)){
                                  return document.body.scrollTop;
                        else{
                                  if ((document.documentElement)&&(document.documentElement.scrollTop)){
                                            return document.documentElement.scrollTop;
                                  else{
                                            return 0;
    function GetViewportHeight(){
              if (typeof window.innerHeight != 'undefined'){
                        return window.innerHeight;
              else{
                        if (((typeof document.documentElement != 'undefined')&&(typeof document.documentElement.clientHeight !=
         'undefined'))&&(document.documentElement.clientHeight != 0)){
                                  return document.documentElement.clientHeight;
                        else{
                                  return document.getElementsByTagName('body')[0].clientHeight;
    function TopSettingWithScrollOffset(TopPercent){
              var T = Math.floor(GetViewportHeight() * (TopPercent/100));
              return GetScrollTop() + T;
    //CODE FOR AVOIDING LOSS OF DATA WHEN BACKSPACE KEY INVOKES history.back()
    var InTextBox = false;
    function SuppressBackspace(e){
              if (InTextBox == true){return;}
              if (C.ie) {
                        thisKey = window.event.keyCode;
              else {
                        thisKey = e.keyCode;
              var Suppress = false;
              if (thisKey == 8) {
                        Suppress = true;
              if (Suppress == true){
                        if (C.ie){
                                  window.event.returnValue = false;
                                  window.event.cancelBubble = true;
                        else{
                                  e.preventDefault();
    if (C.ie){
              document.attachEvent('onkeydown',SuppressBackspace);
              window.attachEvent('onkeydown',SuppressBackspace);
    else{
              if (window.addEventListener){
                        window.addEventListener('keypress',SuppressBackspace,false);
    function ReduceItems(InArray, ReduceToSize){
              var ItemToDump=0;
              var j=0;
              while (InArray.length > ReduceToSize){
                        ItemToDump = Math.floor(InArray.length*Math.random());
                        InArray.splice(ItemToDump, 1);
    function Shuffle(InArray){
              var Num;
              var Temp = new Array();
              var Len = InArray.length;
              var j = Len;
              for (var i=0; i<Len; i++){
                        Temp[i] = InArray[i];
              for (i=0; i<Len; i++){
                        Num = Math.floor(j  *  Math.random());
                        InArray[i] = Temp[Num];
                        for (var k=Num; k < (j-1); k++) {
                                  Temp[k] = Temp[k+1];
                        j--;
              return InArray;
    function WriteToInstructions(Feedback) {
              document.getElementById('InstructionsDiv').innerHTML = Feedback;
    function EscapeDoubleQuotes(InString){
              return InString.replace(/"/g, '&quot;')
    function TrimString(InString){
            var x = 0;
            if (InString.length != 0) {
                    while ((InString.charAt(InString.length - 1) == '\u0020') || (InString.charAt(InString.length - 1) == '\u000A') || (InString.charAt(InString.length - 1) == '\u000D')){
                            InString = InString.substring(0, InString.length - 1)
                    while ((InString.charAt(0) == '\u0020') || (InString.charAt(0) == '\u000A') || (InString.charAt(0) == '\u000D')){
                            InString = InString.substring(1, InString.length)
                    while (InString.indexOf('  ') != -1) {
                            x = InString.indexOf('  ')
                            InString = InString.substring(0, x) + InString.substring(x+1, InString.length)
                    return InString;
            else {
                    return '';
    function FindLongest(InArray){
              if (InArray.length < 1){return -1;}
              var Longest = 0;
              for (var i=1; i<InArray.length; i++){
                        if (InArray[i].length > InArray[Longest].length){
                                  Longest = i;
              return Longest;
    //UNICODE CHARACTER FUNCTIONS
    function IsCombiningDiacritic(CharNum){
              var Result = (((CharNum >= 0x0300)&&(CharNum <= 0x370))||((CharNum >= 0x20d0)&&(CharNum <= 0x20ff)));
              Result = Result || (((CharNum >= 0x3099)&&(CharNum <= 0x309a))||((CharNum >= 0xfe20)&&(CharNum <= 0xfe23)));
              return Result;
    function IsCJK(CharNum){
              return ((CharNum >= 0x3000)&&(CharNum < 0xd800));
    //SETUP FUNCTIONS
    //BROWSER WILL REFILL TEXT BOXES FROM CACHE IF NOT PREVENTED
    function ClearTextBoxes(){
              var NList = document.getElementsByTagName('input');
              for (var i=0; i<NList.length; i++){
                        if ((NList[i].id.indexOf('Guess') > -1)||(NList[i].id.indexOf('Gap') > -1)){
                                  NList[i].value = '';
                        if (NList[i].id.indexOf('Chk') > -1){
                                  NList[i].checked = '';
    //EXTENSION TO ARRAY OBJECT
    function Array_IndexOf(Input){
              var Result = -1;
              for (var i=0; i<this.length; i++){
                        if (this[i] == Input){
                                  Result = i;
              return Result;
    Array.prototype.indexOf = Array_IndexOf;
    //IE HAS RENDERING BUG WITH BOTTOM NAVBAR
    function RemoveBottomNavBarForIE(){
              if ((C.ie)&&(document.getElementById('Reading') != null)){
                        if (document.getElementById('BottomNavBar') != null){
                                  document.getElementById('TheBody').removeChild(document.getElementById('Bo ttomNavBar'));
    //HOTPOTNET-RELATED CODE
    var HPNStartTime = (new Date()).getTime();
    var SubmissionTimeout = 30000;
    var Detail = ''; //Global that is used to submit tracking data
    function Finish(){
    //If there's a form, fill it out and submit it
              if (document.store != null){
                        Frm = document.store;
                        Frm.starttime.value = HPNStartTime;
                        Frm.endtime.value = (new Date()).getTime();
                        Frm.mark.value = Score;
                        Frm.detail.value = Detail;
                        Frm.submit();
    //JQUIZ CORE JAVASCRIPT CODE
    var CurrQNum = 0;
    var CorrectIndicator = ':-)';
    var IncorrectIndicator = 'X';
    var YourScoreIs = 'Your score is ';
    //New for 6.2.2.0
    var CompletedSoFar = 'Completed so far:';
    var ExerciseCompleted = 'You have completed the exercise.';
    var ShowCompletedSoFar = true;
    var ContinuousScoring = true;
    var CorrectFirstTime = 'Questions answered correctly first time: ';
    var ShowCorrectFirstTime = false;
    var ShuffleQs = false;
    var ShuffleAs = true;
    var DefaultRight = 'Correct!';
    var DefaultWrong = 'Not perfect yet. Please try again.';
    var QsToShow = 9;
    var Score = 0;
    var Finished = false;
    var Qs = null;
    var QArray = new Array();
    var ShowingAllQuestions = false;
    var ShowAllQuestionsCaption = 'Show all questions';
    var ShowOneByOneCaption = 'Show questions one by one';
    var State = new Array();
    var Feedback = '';
    var TimeOver = false;
    var strInstructions = '';
    var Locked = false;
    //The following variable can be used to add a message explaining that
    //the question is finished, so no further marking will take place.
    var strQuestionFinished = '';
    function CompleteEmptyFeedback(){
              var QNum, ANum;
              for (QNum=0; QNum<I.length; QNum++){
    //Only do this if not multi-select
                        if (I[QNum][2] != '3'){
                          for (ANum = 0; ANum<I[QNum][3].length; ANum++){
                                    if (I[QNum][3][ANum][1].length < 1){
                                              if (I[QNum][3][ANum][2] > 0){
                                                        I[QNum][3][ANum][1] = DefaultRight;
                                              else{
                                                        I[QNum][3][ANum][1] = DefaultWrong;
    function SetUpQuestions(){
              var AList = new Array();
              var QList = new Array();
              var i, j;
              Qs = document.getElementById('Questions');
              while (Qs.getElementsByTagName('li').length > 0){
                        QList.push(Qs.removeChild(Qs.getElementsByTagName('li')[0]));
              var DumpItem = 0;
              if (QsToShow > QList.length){
                        QsToShow = QList.length;
              while (QsToShow < QList.length){
                        DumpItem = Math.floor(QList.length*Math.random());
                        for (j=DumpItem; j<(QList.length-1); j++){
                                  QList[j] = QList[j+1];
                        QList.length = QList.length-1;
              if (ShuffleQs == true){
                        QList = Shuffle(QList);
              if (ShuffleAs == true){
                        var As;
                        for (var i=0; i<QList.length; i++){
                                  As = QList[i].getElementsByTagName('ol')[0];
                       

    .oO(dd.l)
    > I want to insert a HTML file( so-called A) in a small
    area in another HTML
    >file( so-called B) .
    > Now the B has been done, and A is from another server
    and its URL is known.
    >How to do that?
    > I'm new to Dreameaver, so anyone can explain or give me
    useful hints?
    Use an iframe. Do a search on Google or use the F1 help for
    details.
    Be aware of possible drawbacks and usability problems,
    dependent on
    what you're actually trying to accomplish.
    Micha

  • How to insert the data if the data in the two tables doesn't match.

    Hi,
    I have requirement like,I have to insert the data by comparing the two tables based on the date field.If they both are equal then the data shouldn't be inserted if not the data has to be inserted.
    Can some one help me on this ASAP.
    Regards,
    Sudha
    sudha

    Hi,
    Thanks for the reply,i would like to know the way that we can design the packages
    sudha
    You have multiple ways of implementing this
    1. Using Lookup Task
    http://www.sqlis.com/sqlis/post/Get-all-from-Table-A-that-isnt-in-Table-B.aspx
    2. using SCD wizard
    http://www.bimonkey.com/2009/07/the-slowly-changing-dimension-transformation-part-1/
    3. using hashing
    http://visakhm.blogspot.in/2014/06/ssis-tips-implementing-scd.html
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Inserted HTML does NOT push content when resized

    Hi,
    we are building a website for a hotel and are bound to include their channel manager module into the site. In order to do that, you have to follow these steps:
    1. Paste JavaScript code into the head section to load the module.
    2. Place a short line of code with "insert HTML" into the site where the module should appear and that's it.
    The module is generated by a server-side script from the channel manager's server and pasted into an iFrame that is also generated by this very script. The thing is: It resizes the height of the iFrame depending on the displayed content in the iFrame. So we start with 301 px height when we call the page and start the search for free rooms. The results are displayed on a 1400 px iFrame, which resizes properly when showing the results.
    THE PROBLEM: The footers stays put and the iFrame runs behind it and off the display port. There is also no scrollbar showing up allowing me to scroll to the bottom of the iFrame.
    We got three layers:
    3. Top Layer (Containing top navigation and footer, both defined in a master page that is applied to the content page)
    2. Content Layer (Containing the inserted HTML with the generated iFrame)
    1. Background Layer (Well, it contains background elements)
    WE NEED: The footer to be pushed by the ever resizing iFrame and get a scrollbar when neccessary due to iFrame height.
    What are we doing wrong?

    Thank you for your suggestions, although I don't think they will fix the problem.
    We cannot alter the server script in any way, since it is located on the channel manager's server and is just called with a customer id to show our client's hotel related data. They resize the iFrame using an inline height style tag. This causes the page to not recognize the size change and not even showing a scrollbar at all, when the iFrame exceeds the view port.
    We already put a div around the JS-call which expands with the iFrame as expected.
    <div id="u1218"><!-- custom html -->
    <div>
    <script language="javascript" type="text/javascript">
    function();
    </script>
    </div>
    </div>
    This results in an iFrame inserted after the script tag, the div around the script expands correctly. We already removed any master page objects, created a blank new master page to define header and footer areas and pasted our menu and footer directly into the page of question on the same layer as the inserted html box went. So for our understanding the expanding div around the script should push the footer on this page to whereever it ends. It just doesn't. Also we do not get any scrollbar, although the iFrame clearly gets larger than the viewport area and the page just doesn't recognize it.

  • Getting Error in inserting the data in ADF

    I am getting the below Error while inserting the data into Essbase in ADF:
    <Error> <Net> <BEA-000902> <Duplicate expression found in the system property http.nonProxyHosts: localhost|localhost.localdomain|127.0.0.1|::1|sgajulap-in|sgajulap-in.>
    Could you please give any solution to resolve this Error.
    Thanks.
    Swathi

    check below links:
    http://download.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
    http://www.rgagnon.com/javadetails/java-0085.html
    // Get a system property
    String dir = System.getProperty("user.dir");
    // Set a system property
    String previousValue = System.setProperty("application.property", "newValue");

  • Insert HTML area within Scroll Area

    Hi,
    how can i insert HTML arean within the Scroll area.? Scroll area contains HTML area only. while i am saving the page, it raise an error message like "No data for scroll: RecordName.Scroll Area. (15,19)". Any one tell me the solution for that.

    Did you bind the HTML Area to a Derived/Work record? A scroll doesn't make much sense without data, because the point of a scroll is to iterate over a series of rows. If the Derived/Work record doesn't help, then add a field from some other record. If you really don't want data, then just create a record, build it, but don't put any data in it. You can set the field to hidden so it doesn't visibly appear. It just needs to be in the grid.

  • Muse keeps crashing if I try to preview or insert html

    Please please help me, I can not work any more ...
    I can not preview my sites anymore,  Muse crashes when I click the preview button.
    Nor can I insert html, I click insert html - and Muse crashes when I try to paste in the dialog window.
    I unistalled Muse, installed it again, deleted preferences, used Activity monitor to cancel all other processes going on.
    Checked my fonts for conflicts, checked my hard drive:
    Process:         Adobe Muse [1390]
    Path:            /Applications/Adobe Muse.app/Contents/MacOS/Adobe Muse
    Identifier:      AdobeMuse
    Version:         7.3.5 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [221]
    Responsible:     Adobe Muse [1390]
    User ID:         502
    Date/Time:       2014-05-14 15:49:58.679 +0200
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  3A98F0A1-F0AD-4025-0D92-51135EE2579A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000074736924
    VM Regions Near 0x74736924:
        MALLOC_LARGE           000000001c867000-000000001cf87000 [ 7296K] rw-/rwx SM=PRV 
    -->
        __TEXT                 000000008fef9000-000000008ff2c000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.security             0x92b0f38a Security::RefPointer<Security::CssmClient::ObjectImpl>::RefPointer(Security::RefPointer<S ecurity::CssmClient::ObjectImpl> const&) + 26
    1   com.apple.security             0x929ef84f Security::KeychainCore::Trust::evaluate(bool) + 1851
    2   com.apple.security             0x929eef6c SecTrustEvaluate + 54
    3   com.adobe.AIR                 0x04359ac5 0x4000000 + 3513029
    4   com.adobe.AIR                 0x043599dd 0x4000000 + 3512797
    5   com.adobe.AIR                 0x04359c5b 0x4000000 + 3513435
    6   com.adobe.AIR                 0x0435942d 0x4000000 + 3511341
    7   com.apple.Foundation           0x96585700 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 878
    8   com.apple.Foundation           0x965fc382 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:modes:] + 91
    9   com.adobe.AIR                 0x04358e48 0x4000000 + 3509832
    10  libobjc.A.dylib               0x9b6ac304 -[NSObject performSelector:withObject:withObject:] + 77
    11  com.apple.Foundation           0x966e90b0 __74-[NSURLConnectionInternalConnection(Internal) sendCFChallenge:toSelector:]_block_invoke + 187
    12  com.apple.Foundation           0x96617463 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke + 56
    13  com.apple.Foundation           0x9661741b -[NSURLConnectionInternalConnection invokeForDelegate:] + 108
    14  com.apple.Foundation           0x9661738e -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 248
    15  com.apple.Foundation           0x96617278 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 76
    16  com.apple.Foundation           0x966e8fee -[NSURLConnectionInternalConnection(Internal) sendCFChallenge:toSelector:] + 110
    17  com.apple.Foundation           0x966e970a _NSURLConnectionDidReceiveAuthenticationChallenge + 50
    18  com.apple.CFNetwork           0x949bda45 ___ZN27URLConnectionClient_Classic51_delegate_willSendRequestForAuthenticationChallengeEP 19_CFURLAuthChallenge_block_invoke + 737
    19  com.apple.CFNetwork           0x94a66916 ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConn ectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2 + 104
    20  com.apple.CFNetwork           0x949951fa ___ZNK17CoreSchedulingSet13_performAsyncEPKcU13block_pointerFvvE_block_invoke + 25
    21  com.apple.CoreFoundation       0x94dc8d89 CFArrayApplyFunction + 57
    22  com.apple.CFNetwork           0x949950f3 RunloopBlockContext::perform() + 135
    23  com.apple.CFNetwork           0x94aaf176 non-virtual thunk to RunloopBlockContext::multiplexerClientPerform() + 20
    24  com.apple.CFNetwork           0x94994fad MultiplexerSource::perform() + 317
    25  com.apple.CFNetwork           0x94994dce MultiplexerSource::_perform(void*) + 76
    26  com.apple.CoreFoundation       0x94e00b6f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    27  com.apple.CoreFoundation       0x94df196b __CFRunLoopDoSources0 + 235
    28  com.apple.CoreFoundation       0x94df106e __CFRunLoopRun + 1022
    29  com.apple.CoreFoundation       0x94df09fa CFRunLoopRunSpecific + 394
    30  com.apple.CoreFoundation       0x94df085b CFRunLoopRunInMode + 123
    31  com.apple.HIToolbox           0x922f5b7d RunCurrentEventLoopInMode + 259
    32  com.apple.HIToolbox           0x922f5902 ReceiveNextEventCommon + 526
    33  com.apple.HIToolbox           0x922f56dd _BlockUntilNextEventMatchingListInModeWithFilter + 92
    34  com.apple.AppKit               0x99495389 _DPSNextEvent + 1602
    35  com.apple.AppKit               0x994948b0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    36  com.apple.AppKit               0x9948719c -[NSApplication run] + 727
    37  com.adobe.AIR                 0x04002e8c 0x4000000 + 11916
    38  com.adobe.AIR                 0x040031e3 0x4000000 + 12771
    39  com.adobe.AIR                 0x04003232 0x4000000 + 12850
    40  libobjc.A.dylib               0x9b6ac2af -[NSObject performSelector:withObject:] + 70
    41  AdobeMuse                     0x00002f8f start + 2567
    42  AdobeMuse                     0x000025bd start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x916d1992 kevent64 + 10
    1   libdispatch.dylib             0x910118ad _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x91011546 _dispatch_mgr_thread + 52
    Thread 2:: BackgroundThread
    0   libsystem_kernel.dylib         0x916d07ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x95c81d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x95c83bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x044de308 0x4000000 + 5104392
    4   com.adobe.AIR                 0x0431e04b 0x4000000 + 3268683
    5   com.adobe.AIR                 0x044de109 0x4000000 + 5103881
    6   com.adobe.AIR                 0x044de177 0x4000000 + 5103991
    7   com.adobe.AIR                 0x044ddf9e 0x4000000 + 5103518
    8   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 3:: BackgroundThread
    0   libsystem_kernel.dylib         0x916d07ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x95c81d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x95c83bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x044de308 0x4000000 + 5104392
    4   com.adobe.AIR                 0x0431e04b 0x4000000 + 3268683
    5   com.adobe.AIR                 0x044de109 0x4000000 + 5103881
    6   com.adobe.AIR                 0x044de177 0x4000000 + 5103991
    7   com.adobe.AIR                 0x044ddf9e 0x4000000 + 5103518
    8   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 4:: BackgroundThread
    0   libsystem_kernel.dylib         0x916d07ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x95c81d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x95c83bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x044de308 0x4000000 + 5104392
    4   com.adobe.AIR                 0x0431e04b 0x4000000 + 3268683
    5   com.adobe.AIR                 0x044de109 0x4000000 + 5103881
    6   com.adobe.AIR                 0x044de177 0x4000000 + 5103991
    7   com.adobe.AIR                 0x044ddf9e 0x4000000 + 5103518
    8   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 5:: BackgroundThread
    0   libsystem_kernel.dylib         0x916d07ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x95c81d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x95c83bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x044de308 0x4000000 + 5104392
    4   com.adobe.AIR                 0x0431e04b 0x4000000 + 3268683
    5   com.adobe.AIR                 0x044de109 0x4000000 + 5103881
    6   com.adobe.AIR                 0x044de177 0x4000000 + 5103991
    7   com.adobe.AIR                 0x044ddf9e 0x4000000 + 5103518
    8   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib         0x916d0b76 __semwait_signal + 10
    1   libsystem_c.dylib             0x93145fb7 nanosleep$UNIX2003 + 219
    2   com.adobe.AIR                 0x044ddfff 0x4000000 + 5103615
    3   com.adobe.AIR                 0x04370be3 0x4000000 + 3607523
    4   com.adobe.AIR                 0x04370bba 0x4000000 + 3607482
    5   com.adobe.AIR                 0x044de109 0x4000000 + 5103881
    6   com.adobe.AIR                 0x044de177 0x4000000 + 5103991
    7   com.adobe.AIR                 0x044ddf9e 0x4000000 + 5103518
    8   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 7:: ScriptTimeout
    0   libsystem_kernel.dylib         0x916d07ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x95c81d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x95c83c25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.adobe.AIR                 0x044de37a 0x4000000 + 5104506
    4   com.adobe.AIR                 0x0458797a 0x4000000 + 5798266
    5   com.adobe.AIR                 0x044de109 0x4000000 + 5103881
    6   com.adobe.AIR                 0x044de177 0x4000000 + 5103991
    7   com.adobe.AIR                 0x044ddf9e 0x4000000 + 5103518
    8   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib         0x916cbf7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x916cb16c mach_msg + 68
    2   com.apple.CoreFoundation       0x94df1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x94df11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x94df09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x94df085b CFRunLoopRunInMode + 123
    6   com.apple.AppKit               0x9963eb68 _NSEventThread + 283
    7   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 9:: CoreLoop
    0   libsystem_kernel.dylib         0x916d07ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x95c81d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x95c83c25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.adobe.AIR                 0x044de37a 0x4000000 + 5104506
    4   com.adobe.AIR                 0x046d2c1b 0x4000000 + 7154715
    5   com.adobe.AIR                 0x044de109 0x4000000 + 5103881
    6   com.adobe.AIR                 0x044de177 0x4000000 + 5103991
    7   com.adobe.AIR                 0x044ddf9e 0x4000000 + 5103518
    8   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 10:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x916d0802 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x95c82945 _pthread_mutex_lock + 404
    2   libsystem_pthread.dylib       0x95c827ac pthread_mutex_lock + 16
    3   com.apple.security             0x929c43e7 Security::Mutex::lock() + 17
    4   com.apple.security             0x929ef14e Security::KeychainCore::Trust::evaluate(bool) + 58
    5   com.apple.security             0x929eef6c SecTrustEvaluate + 54
    6   com.apple.CFNetwork           0x94a760cc CFNetworkTrust::strictEvaluate() + 46
    7   com.apple.CFNetwork           0x94a15fe9 SocketStream::doesTrustEvaluateStrictly() + 71
    8   com.apple.CFNetwork           0x949be3fa SocketStream::securityAcceptPeerTrust_NoLock(SSLPeerTrustAcceptancePolicy) + 122
    9   com.apple.CFNetwork           0x949719e8 SocketStream::setProperty(void const*, __CFString const*, void const*) + 2842
    10  com.apple.CFNetwork           0x94a471f7 non-virtual thunk to SocketStream::setProperty(void const*, __CFString const*, void const*) + 43
    11  com.apple.CFNetwork           0x94970ec5 ReadStreamCallbacks::_setProperty(__CoreReadStream*, __CFString const*, void const*, void*) + 47
    12  com.apple.CFNetwork           0x94aac082 non-virtual thunk to CoreReadStreamWithCallBacks::_streamImpl_SetProperty(__CFString const*, void const*) + 52
    13  com.apple.CFNetwork           0x94970e8a CoreStreamBase::_streamInterface_SetProperty(__CFString const*, void const*) + 38
    14  com.apple.CFNetwork           0x949a1c0d HTTPReadFilter::_streamImpl_SetProperty(__CFString const*, void const*) + 473
    15  com.apple.CFNetwork           0x94a4252e non-virtual thunk to HTTPReadFilter::_streamImpl_SetProperty(__CFString const*, void const*) + 34
    16  com.apple.CFNetwork           0x94970e8a CoreStreamBase::_streamInterface_SetProperty(__CFString const*, void const*) + 38
    17  com.apple.CFNetwork           0x949a32fa HTTPNetStreamInfo::_streamImpl_SetProperty(__CFString const*, void const*) + 450
    18  com.apple.CFNetwork           0x94a40d08 non-virtual thunk to HTTPNetStreamInfo::_streamImpl_SetProperty(__CFString const*, void const*) + 34
    19  com.apple.CFNetwork           0x94970e8a CoreStreamBase::_streamInterface_SetProperty(__CFString const*, void const*) + 38
    20  com.apple.CFNetwork           0x949be13a HTTPProtocol::_protocolInterface_useCredential(_CFURLCredential const*, _CFURLAuthChallenge*) + 272
    21  com.apple.CFNetwork           0x949be002 ___ZN19URLConnectionLoader30_loaderInterface_useCredentialEPK16_CFURLCredentialP19_CFURLA uthChallenge_block_invoke + 40
    22  com.apple.CFNetwork           0x94995236 ___ZNK19URLConnectionLoader25withExistingProtocolAsyncEU13block_pointerFvP11URLProtocolE_ block_invoke + 30
    23  com.apple.CFNetwork           0x949951fa ___ZNK17CoreSchedulingSet13_performAsyncEPKcU13block_pointerFvvE_block_invoke + 25
    24  com.apple.CoreFoundation       0x94dc8d89 CFArrayApplyFunction + 57
    25  com.apple.CFNetwork           0x949950f3 RunloopBlockContext::perform() + 135
    26  com.apple.CFNetwork           0x94aaf176 non-virtual thunk to RunloopBlockContext::multiplexerClientPerform() + 20
    27  com.apple.CFNetwork           0x94994fad MultiplexerSource::perform() + 317
    28  com.apple.CFNetwork           0x94994dce MultiplexerSource::_perform(void*) + 76
    29  com.apple.CoreFoundation       0x94e00b6f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    30  com.apple.CoreFoundation       0x94df196b __CFRunLoopDoSources0 + 235
    31  com.apple.CoreFoundation       0x94df106e __CFRunLoopRun + 1022
    32  com.apple.CoreFoundation       0x94df09fa CFRunLoopRunSpecific + 394
    33  com.apple.CoreFoundation       0x94df085b CFRunLoopRunInMode + 123
    34  com.apple.Foundation           0x965bf095 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    35  com.apple.Foundation           0x965bef0e -[NSThread main] + 45
    36  com.apple.Foundation           0x965bee66 __NSThread__main__ + 1426
    37  libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    38  libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    39  libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x916d0ace __select + 10
    1   com.apple.CoreFoundation       0x94e41af6 __CFSocketManager + 1158
    2   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    3   libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    4   libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib         0x916d1046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x95c80dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x95c84cce start_wqthread + 30
    Thread 13:
    0   libsystem_kernel.dylib         0x916d1046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x95c80dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x95c84cce start_wqthread + 30
    Thread 14:
    0   libsystem_kernel.dylib         0x916d1046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x95c80dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x95c84cce start_wqthread + 30
    Thread 15:
    0   libsystem_kernel.dylib         0x916d1046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x95c80dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x95c84cce start_wqthread + 30
    Thread 16:
    0   libsystem_kernel.dylib         0x916d1046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x95c80dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x95c84cce start_wqthread + 30
    Thread 17:
    0   libsystem_kernel.dylib         0x916d1046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x95c80dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x95c84cce start_wqthread + 30
    Thread 18:
    0   libsystem_kernel.dylib         0x916d1046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x95c80dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x95c84cce start_wqthread + 30
    Thread 19:
    0   libsystem_kernel.dylib         0x916cfd2e __accept + 10
    1   com.adobe.AIR                 0x044e0ab8 0x4000000 + 5114552
    2   com.adobe.AIR                 0x0463be68 0x4000000 + 6536808
    3   com.adobe.AIR                 0x0463bdfc 0x4000000 + 6536700
    4   com.adobe.AIR                 0x044de109 0x4000000 + 5103881
    5   com.adobe.AIR                 0x044de177 0x4000000 + 5103991
    6   com.adobe.AIR                 0x044ddf9e 0x4000000 + 5103518
    7   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib         0x916d07ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x95c81d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x95c82042 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                 0x042a4b6d 0x4000000 + 2771821
    4   com.adobe.AIR                 0x0431cb94 0x4000000 + 3263380
    5   com.adobe.AIR                 0x0431ca7c 0x4000000 + 3263100
    6   com.adobe.AIR                 0x044de109 0x4000000 + 5103881
    7   com.adobe.AIR                 0x044de177 0x4000000 + 5103991
    8   com.adobe.AIR                 0x044ddf9e 0x4000000 + 5103518
    9   libsystem_pthread.dylib       0x95c7f5fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x95c7f485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x95c84cf2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x74736924  ecx: 0x00000000  edx: 0x00002060
      edi: 0xbfffdc28  esi: 0x00405c04  ebp: 0xbfffdb98  esp: 0xbfffdb80
       ss: 0x00000023  efl: 0x00210286  eip: 0x92b0f38a   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x74736924
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
        0x1000 -     0x6ff7 +AdobeMuse (7.3.5 - ???) <AB1717D4-2631-CFC6-F2E7-7C21FCC4F051> /Applications/Adobe Muse.app/Contents/MacOS/Adobe Muse
       0xe4000 -    0xecff7  libCGCMS.A.dylib (599.21.1) <5444E100-B3C8-338B-A691-DBB5717E0E48> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
       0xf6000 -    0xfaffd  com.apple.audio.AppleHDAHALPlugIn (2.6.0 - 2.6.0f1) <D5FE0F6F-95E3-3F9D-A6AF-D721CBD801AC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x33ae000 -  0x33d6ff7  libRIP.A.dylib (599.21.1) <9F0E2AB0-09F5-3B2D-8008-091A86114A3D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x33e9000 -  0x33ecffa  libCGXType.A.dylib (599.21.1) <010A4DBA-F793-3D1A-A212-3FE8B80CA6DA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x4000000 -  0x589afeb +com.adobe.AIR (13.0.0.111) <B99EB810-999B-3E97-BD62-5C30B8A3A781> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x7476000 -  0x747bfcb +com.roxio.ToastItPlugin (ToastIt 1.1.2 [build 17] - 1.1.2) /Users/USER/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
    0x74a2000 -  0x74a3fc5 +com.microsoft.expressionmediacm (0.2.8065.0 - 0.2.8065.0) /Library/Contextual Menu Items/ExpressionMediaCM.plugin/Contents/MacOS/ExpressionMediaCM
    0x74a7000 -  0x74d1fff  com.apple.datadetectors (5.0 - 246.0) <E78157B5-C380-3C09-8439-54F5E89209C9> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x74ea000 -  0x74f0ffc  libCGXCoreImage.A.dylib (599.21.1) <DFE21701-5409-3F1C-BDFE-DB6B972E8EF8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A. dylib
    0x750b000 -  0x750bffd +cl_kernels (???) <F1C10A54-4493-44EC-BBD5-6D5D76112031> cl_kernels
    0x750d000 -  0x75f8ff7  unorm8_bgra.dylib (2.3.58) <2DC35A3D-E1D6-3378-953F-D5EADE3400D2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
    0x8be0000 -  0x8c05ff9  com.apple.framework.familycontrols (4.1 - 410) <1C51C102-191C-3EE5-BC56-24B7DE55B885> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x8c1a000 -  0x8c25ffa  com.apple.CommerceCore (1.0 - 42) <FB799100-F7E7-3515-AB46-C09E1A85C3E6> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x8c3f000 -  0x8c5aff5  com.apple.security.csparser (3.0 - 55471.14.1) <217E003D-04E9-38C9-A7E8-071009693CEC> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/cspa rser
    0xa880000 -  0xa886ff7 +com.adobe.IMSLibANE (1.0 - 1) <14C01F1E-711C-3BE1-8C0E-0002EE9649C8> /Applications/Adobe Muse.app/Contents/Resources/META-INF/AIR/extensions/com.adobe.ims.extensions/META-INF/ANE /MacOS-x86/IMSLibANE.framework/IMSLibANE
    0xa8ed000 -  0xa8f1ffd  libFontRegistryUI.dylib (127) <C207DFF5-0C48-3831-B9F1-2363D9A7A365> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0xbd1f000 -  0xbdf9feb +IMSLib.dylib (7.0.0.145 - 7.0.0.145) <69F85C69-7901-3475-A240-7811EA0FF3CD> /Applications/Adobe Muse.app/Contents/Resources/META-INF/AIR/extensions/com.adobe.ims.extensions/META-INF/ANE /MacOS-x86/IMSLibANE.framework/Versions/A/Libraries/IMSLib.dylib
    0xc633000 -  0xc6b0ffa  com.apple.xquery (1.3.1 - 30) <2DF47250-1F69-3BAA-9370-44FB151E92EB> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
    0xc6d6000 -  0xc6e4fff  libSimplifiedChineseConverter.dylib (61) <6E42E198-9C8D-3F0F-9660-6D9975C2461E> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xc6e8000 -  0xc6faffd  libTraditionalChineseConverter.dylib (61) <EFC81138-0455-321B-A93A-F4E9C4A3EB31> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xd2e3000 -  0xd325ff3 +com.adobe.headlights.LogSessionFramework (2.1.2.1687) <067505C1-2DF6-3310-9239-24E663C39EF0> /Applications/Adobe Muse.app/Contents/Resources/META-INF/AIR/extensions/com.adobe.cts.NativeExtension/META-IN F/ANE/MacOS-x86/LogSession.framework/Versions/A/LogSession
    0x106ba000 - 0x10c4effb +WebKit.dylib (1) <3289B0F4-D35B-3743-B962-17ABE3ACC2B8> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
    0x110d4000 - 0x11157fff +fontsFRE (1) <1D56F5FF-6AA7-3ED9-84D4-A9CF55ABC3AD> /Applications/Adobe Muse.app/Contents/Resources/META-INF/AIR/extensions/com.adobe.cts.NativeExtension/META-IN F/ANE/MacOS-x86/fontsFRE.framework/fontsFRE
    0x164ab000 - 0x164ecffb +libhunspell.dylib (1) <6A1763A1-21C4-3070-AC2D-F3039AF4C7B2> /Applications/Adobe Muse.app/Contents/Resources/Spellcheck/libhunspell.dylib
    0x166a7000 - 0x167b6fff +com.yourcompany.HunspellNativeExtension (1.0 - 1) <8EAA5FF8-3B0E-3EA4-8825-ED4C7D623FDC> /Applications/Adobe Muse.app/Contents/Resources/META-INF/AIR/extensions/com.adobe.linguistics.extensions.Huns pellNativeExtension/META-INF/ANE/MacOS-x86/HunspellNativeExtension.framework/HunspellNativ eExtension
    0x1c4b5000 - 0x1c6a4ffb  com.apple.WebKit2 (9537 - 9537.75.14) <5D20937B-1D15-3545-AF0D-E56D8C5F3166> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x8fef9000 - 0x8ff2b417  dyld (239.4) <2E655535-479B-3E48-ADD3-6278819CA38A> /usr/lib/dyld
    0x90008000 - 0x9002cfff  libJPEG.dylib (1042.2) <72940135-AAA7-3F55-A2E7-CECDDBD592BE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90036000 - 0x90039ff9  com.apple.TCC (1.0 - 1) <DE9FBF11-4ABB-317F-A3F8-4D26A98A5AEF> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x9003a000 - 0x90048ff7  libz.1.dylib (53) <3D1E738F-D26C-3721-8E16-52473B560A8F> /usr/lib/libz.1.dylib
    0x909a4000 - 0x909adfff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <E2A5F1E3-2B8A-3E85-8559-18B1A29AE271> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x909ae000 - 0x909c2ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x909c3000 - 0x909cbfee  libcldcpuengine.dylib (2.3.58) <A393291F-F561-3424-8BD2-AE4496B85F4A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x909cc000 - 0x909ccfff  com.apple.ApplicationServices (48 - 48) <6766DF5C-6A98-3AAF-A222-D99599BB5A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x909d8000 - 0x909d9fff  com.apple.marco (10.0 - 1000) <B2919576-E00C-330C-8FBE-5349C8DC5AAD> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x909da000 - 0x90ba0ffb  libicucore.A.dylib (511.31) <9C25D145-E785-357B-9833-1980A1A738C9> /usr/lib/libicucore.A.dylib
    0x90ba1000 - 0x90ba3ffb  libRadiance.dylib (1042.2) <3AE35DFA-AAF0-37C0-8544-1B19E9B5FCE1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90ba4000 - 0x90be1ff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x90be2000 - 0x90beeffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x90bef000 - 0x90cdaff4  com.apple.DiskImagesFramework (10.9 - 371.1) <FC13BD5A-0FB7-35D5-A8DF-0510CFA996FE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x90cdb000 - 0x90d9eff1  com.apple.CoreText (352.0 - 367.19) <14FD889D-4D6D-3D53-B28E-2E23975B3C9D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x90d9f000 - 0x90e12fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B07169DD-5577-3898-8146-0E63A5FD31DF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x90e15000 - 0x90e1cffe  com.apple.agl (3.2.3 - AGL-3.2.3) <665F1D85-FC12-3782-9A2F-9523EE4C9E8E> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90e1d000 - 0x90e20ffe  com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore. framework/Versions/A/LoginUICore
    0x90fb2000 - 0x90fc4fff  libsystem_asl.dylib (217.1.4) <F4B8D4CC-71BC-3C45-8669-91747B456739> /usr/lib/system/libsystem_asl.dylib
    0x90fc5000 - 0x90fcfff7  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x90fd0000 - 0x90fdbffb  libcommonCrypto.dylib (60049) <7C884189-8A58-3D10-9164-571DAABB7D58> /usr/lib/system/libcommonCrypto.dylib
    0x90fdc000 - 0x9100dffb  com.apple.GSS (4.0 - 2.0) <E935DA55-0DBE-3D5A-9DFB-FBBFDB457F33> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9100e000 - 0x91026ffd  libdispatch.dylib (339.90.1) <871AC354-D1B6-3475-889E-AF594448CF43> /usr/lib/system/libdispatch.dylib
    0x91027000 - 0x91328ffb  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x91329000 - 0x91439fed  com.apple.MediaControlSender (2.0 - 200.34.4) <48A88743-4EB7-364B-968F-43C17FFCEB97> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x9143a000 - 0x91465ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <87D1076A-1EC8-3C26-93DB-E4AD394A45AF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x91466000 - 0x91612fff  com.apple.QuartzCore (1.8 - 332.3) <00167BF7-E3C4-3AA7-8DA0-466BD4175350> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x916b4000 - 0x916b8fff  libheimdal-asn1.dylib (323.92.1) <DD8BAEED-28AC-389E-9DC4-E32DA60CB05A> /usr/lib/libheimdal-asn1.dylib
    0x916b9000 - 0x916d6ff4  libsystem_kernel.dylib (2422.92.1) <20AE426A-E386-3119-A740-14E13CBD0596> /usr/lib/system/libsystem_kernel.dylib
    0x916d7000 - 0x916d7fff  libodfde.dylib (20) <81CF558D-5757-33B9-A5E4-5A6D237A80CE> /usr/lib/libodfde.dylib
    0x916d8000 - 0x916d8fff  com.apple.quartzframework (1.5 - 1.5) <95E39CD5-E118-323F-9F0F-EE605EC029CF> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x916d9000 - 0x917c5ff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x917c6000 - 0x917c9ffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x917d1000 - 0x91837ffb  com.apple.CoreUtils (2.0 - 200.34.4) <F14AAB3C-1C8A-37D7-85BE-76646F9F6098> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x91838000 - 0x918c1fff  com.apple.CoreSymbolication (3.0 - 141) <3A521E7C-37B6-3ED1-863C-8CB5E2DEAC08> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x918c2000 - 0x918ceff7  com.apple.OpenDirectory (10.9 - 173.90.1) <B7440CD7-04F8-3558-B5AA-FD48381B14DE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x918cf000 - 0x918d9ff3  com.apple.DisplayServicesFW (2.8 - 360.8.14) <98E2AEAA-28B0-377F-AAF9-2A84B467CD3F> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x918da000 - 0x91c9fff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x91ca0000 - 0x91cdeff7  com.apple.NavigationServices (3.8 - 215) <196E21DC-C420-33B2-AC5C-CC35264C5E58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x91cdf000 - 0x91d41ff3  com.apple.imfoundation (10.0 - 1000) <13F1519A-2896-36D6-B6DD-75D3D6099E21> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x91d42000 - 0x91dc2ff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <21FF2945-32B7-3ABD-ACBB-5533241999D8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x91dc4000 - 0x91dedff5  com.apple.shortcut (2.6 - 2.6) <1474DC02-7BAE-3F68-B052-F207BE0D517F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91dee000 - 0x91f61ffb  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <AAF3AB26-3BAD-3E5F-8192-9805B7AA1CB1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91f62000 - 0x91fb7fff  libc++.1.dylib (120) <AE695E83-E3C6-3F13-BFC2-A2945AEAB0AC> /usr/lib/libc++.1.dylib
    0x91fb8000 - 0x91fc4ffe  libkxld.dylib (2422.92.1) <EDA98A27-A9F0-3487-A635-B7FE6AC1C8B6> /usr/lib/system/libkxld.dylib
    0x91fc5000 - 0x91fe1fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x91fe2000 - 0x92037ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <A20E9FFF-79AE-30CD-8377-AA939EEDCE3F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92203000 - 0x9220bfff  libsystem_dnssd.dylib (522.90.2) <A73663C9-CE65-3FF3-B41B-686728BBFB00> /usr/lib/system/libsystem_dnssd.dylib
    0x9220c000 - 0x92282ff3  com.apple.securityfoundation (6.0 - 55122.1) <18024F59-DE2B-3FC5-A29F-8F2B27349685> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x922b6000 - 0x922c6ff7  libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
    0x922c7000 - 0x922c9ffe  libCVMSPluginSupport.dylib (9.6) <DF20981B-DAD0-3125-8089-C96CB3226888> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x922ca000 - 0x9263fff9  com.apple.HIToolbox (2.1 - 697.4) <8CB677B7-43FC-3534-A685-5A5445C95F7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x92640000 - 0x92682fff  libGLU.dylib (9.6) <6A7E248D-3936-3B0D-9BF2-E4F0D2FE5306> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92683000 - 0x926d8ff3  com.apple.ImageCaptureCore (5.0 - 5.0) <1C9A2866-6FA8-3FBD-B471-DA0D27F960CE> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x926d9000 - 0x9270bffb  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <1D512F2A-695A-3D82-A6B3-1DDC88865BE5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x9270c000 - 0x92712ff7  com.apple.AOSNotification (1.7.0 - 760.3) <6F809FD3-4DE6-32C4-9E8A-5CBCAE3A73C9> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x92713000 - 0x92840ff9  com.apple.avfoundation (2.0 - 651.12) <5D46DA01-3CFB-375E-B134-8625EA3466A7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x92841000 - 0x9284afff  com.apple.audio.SoundManager (4.1 - 4.1) <7E80241B-435E-340E-8E03-BDFF7763B77F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9284b000 - 0x92853fff  libcopyfile.dylib (103) <3442BBA3-ABB7-3A7D-9F8A-DB55A3CA2151> /usr/lib/system/libcopyfile.dylib
    0x92854000 - 0x928a8fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <DAA1002F-BEC8-37F3-9DB9-6B84F9A3819D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x928a9000 - 0x928b7ff3  com.apple.opengl (9.6.0 - 9.6.0) <63941A8D-AACC-3C71-BE8C-4DAA913A1439> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x928b8000 - 0x928b9fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x928ba000 - 0x928e4fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x928e5000 - 0x928e6fff  libSystem.B.dylib (1197.1.1) <5A9C548E-A852-35B3-B9AB-DF658EF75242> /usr/lib/libSystem.B.dylib
    0x928e7000 - 0x92918ffa  libsystem_m.dylib (3047.16) <7BF40745-1A2D-3DB2-8D49-3F149851AE15> /usr/lib/system/libsystem_m.dylib
    0x92919000 - 0x92928fff  libGL.dylib (9.6) <58C42A46-27D0-3228-B3C1-EC3923D49BAD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92929000 - 0x92961fff  com.apple.LDAPFramework (2.4.28 - 194.5) <4399D209-B119-3ACC-97AF-F2E14DD207CB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92962000 - 0x92969ff1  com.apple.phonenumbers (1.1.1 - 105) <E3A7BD44-1821-327A-BC27-6FCAC2F7B72F> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x9296a000 - 0x92995ff7  libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
    0x929c3000 - 0x92c31ff6  com.apple.security (7.0 - 55471.14.1) <025B3E5C-1582-357F-BFE5-B1AA3ACD18F2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92c32000 - 0x92c85fff  com.apple.htmlrendering (77 - 1.1.4) <52138C9E-EA3A-3A89-9A6C-D2BE39690279> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x92ca9000 - 0x92ccdff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x92cce000 - 0x92f4afe7  com.apple.QuickTime (7.7.3 - 2826.17) <E8F7EFCE-41FD-3E30-AAA5-5C232317E9D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92f4b000 - 0x92f58ff7  com.apple.HelpData (2.1.4 - 90) <E61ECE08-7594-3E65-B629-0ED855ABCC00> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x92f59000 - 0x92feafff  com.apple.ColorSync (4.9.0 - 4.9.0) <10317959-1392-3689-B3F6-F8E2D84931BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x93086000 - 0x93098fff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x93099000 - 0x9309bfff  libsystem_configuration.dylib (596.13) <57095AFE-3FF1-3F42-A43E-ED679409B827> /usr/lib/system/libsystem_configuration.dylib
    0x9309c000 - 0x930c8ff7  com.apple.DictionaryServices (1.2 - 208) <59E9F98C-9C58-34C6-9D78-1FD4649DCBC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x930c9000 - 0x930c9fff  com.apple.Carbon (154 - 157) <C49AD4A1-8DE3-357D-AEF3-D6CD39EA91EF> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x930ca000 - 0x9315cff9  libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x9315d000 - 0x9315efff  libremovefile.dylib (33) <E6B6F0CD-1700-31DC-93DB-3D33EC85DA0C> /usr/lib/system/libremovefile.dylib
    0x9315f000 - 0x9317cffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x9317d000 - 0x9319cff9  com.apple.framework.Apple80211 (9.3.1 - 931.58) <120A58B6-9DC7-3001-9735-C08661A3ECC0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9319d000 - 0x931edfff  com.apple.opencl (2.3.59 - 2.3.59) <4BEFE83C-1C89-3BB6-A445-9BE680C84FB3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x931ee000 - 0x9323eff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x9323f000 - 0x9324aff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9324b000 - 0x934caff7  com.apple.imageKit (2.5 - 774) <53C3FA27-3830-3A15-9707-AF7369119866> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x934cb000 - 0x934f9ff3  com.apple.DebugSymbols (106 - 106) <37B107F9-4AA0-39FF-9602-A27811C8DC96> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x934fa000 - 0x93516ff9  com.apple.Ubiquity (1.3 - 289) <64DEF1B4-F874-3DF2-9D58-ABBF0A15C5BB> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x93517000 - 0x93548ff4  com.apple.securityinterface (9.0 - 55047) <1E7B2EF1-5B7E-3F22-9A2C-B676E1092B4C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x93f25000 - 0x93fbcff7  com.apple.ink.framework (10.9 - 207) <710EF47E-89F1-317F-AEAB-A42FE0E40B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x93fbd000 - 0x942e3ffd  com.apple.JavaScriptCore (9537 - 9537.75.12) <4E79A817-4AC3-39C8-B820-8817BFC5272B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94463000 - 0x94463ffe  com.apple.AOSMigrate (1.0 - 1) <01DD79CD-A0F3-3C9F-8AE7-1BCB06C6FF62> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x94464000 - 0x9446ffff  libcsfde.dylib (380) <9BF88593-920A-3BC3-AD21-71EA8AE48500> /usr/lib/libcsfde.dylib
    0x94470000 - 0x94471fff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x94472000 - 0x9447cfff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <907F726B-BA7D-360C-8E46-02DB99DD903A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x9447d000 - 0x9454bff7  com.apple.backup.framework (1.5.2 - 1.5.2) <BE2F37D3-F610-30EE-B106-44B5DAE35603> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9454c000 - 0x9461cfef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x9461d000 - 0x948b6ff3  com.apple.RawCamera.bundle (5.04 - 736) <B9CA1B5A-6FA9-3140-BE9F-27A6F3E620B9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x948b7000 - 0x948b8ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <CFF35D68-C835-3A74-BB0F-7344A4A7EFE6> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/Diagnostic LogCollection
    0x948be000 - 0x9490dff1  com.apple.HIServices (1.22 - 467.2) <F47161AA-E19F-3357-862F-5B4C8DA97975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x9490e000 - 0x9496cffd  com.apple.AE (665.5 - 665.5) <58CF4AC0-2F2E-3C4F-8075-636CD45A6130> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x9496d000 - 0x94acfffb  com.apple.CFNetwork (673.4 - 673.4) <3B6BDE2F-BFA3-3B7E-BC53-7B6B75EB12D3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x94ad0000 - 0x94b37ffc  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <A02FAF3F-A8F4-3293-9321-AED904B5F069> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x94b38000 - 0x94b96fff  com.apple.ViewBridge (1.0 - 46.2) <64AC1689-5F60-3E16-AE62-A2259E0D57EC> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x94b97000 - 0x94c5eff7  com.apple.DiscRecording (8.0 - 8000.4.6) <D2F8F399-CAA0-36B0-8FC7-47808D3EA8A5> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x94c5f000 - 0x94c9fff7  com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94ca0000 - 0x94d7aff6  com.apple.QuickLookUIFramework (5.0 - 622.7) <6F9C5661-0D7D-3B54-AC34-55E1A24EC05A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x94d7b000 - 0x94f7dfff  com.apple.CoreFoundation (6.9 - 855.16) <6283B27F-3C46-365F-932C-1A7102D8A3CF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94f7e000 - 0x94f7fffd  libunc.dylib (28) <74F7C952-F254-3E55-9C00-780DCEF3F410> /usr/lib/system/libunc.dylib
    0x94f80000 - 0x94f84ff7  libmacho.dylib (845) <AAB35F2B-B515-37CD-A637-A2E88DFE4080> /usr/lib/system/libmacho.dylib
    0x94f85000 - 0x94fbdff7  com.apple.MediaKit (15 - 709) <9B0484C2-953C-34EB-BFAB-1190F55BB632> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x950c7000 - 0x9510dff7  libcurl.4.dylib (78.92.2) <FB33F24B-9A7B-3D79-8AE8-DFA9CB86597B> /usr/lib/libcurl.4.dylib
    0x9510e000 - 0x9513eff7  com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x9513f000 - 0x9515dff5  com.apple.frameworks.preferencepanes (16.0 - 16.0) <B91EFB41-2157-38FE-BEE7-5CA9B021F8F7> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x9515e000 - 0x95252fff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x95253000 - 0x954bcfff  com.apple.AddressBook.framework (8.0 - 1369) <B47D95FD-FCD4-3BB3-B688-5597E67B5247> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95c7e000 - 0x95c85ffb  libsystem_pthread.dylib (53.1.4) <AD357A6E-6746-3FB2-B6F5-8101E9DE7671> /usr/lib/system/libsystem_pthread.dylib
    0x95c86000 - 0x95c9eff7  libsystem_malloc.dylib (23.10.1) <CB52555E-0F5B-31E3-A42A-FD4F930E2192> /usr/lib/system/libsystem_malloc.dylib
    0x95c9f000 - 0x95d82ff7  libcrypto.0.9.8.dylib (50) <F24D0250-CD74-3955-9E67-109765B882C1> /usr/lib/libcrypto.0.9.8.dylib
    0x95d83000 - 0x95d84fff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x95d85000 - 0x95d8aff7  com.apple.print.framework.Print (9.0 - 260) <6875EC0C-7DD0-3660-AFD6-25E407F49E0D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x95d8b000 - 0x95d91ff7  com.apple.AddressBook.ContactsFoundation (8.0 - 1369) <9A9AB323-5534-3FD5-879C-763E4265AED1> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundat ion
    0x95d92000 - 0x95d9bfff  com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95d9c000 - 0x95e11ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <FD423680-01A1-357A-89A7-33910A87DE65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x95e12000 - 0x95e14fff  com.apple.securityhi (9.0 - 55005) <EB788BD7-5483-37CF-BD9A-7ABDE589AE5A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x95e15000 - 0x95e68ff3  com.apple.CoreMediaIO (407.0 - 4561) <A756270D-CA9A-36CB-B698-3D9EEAB9C50E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x95ebf000 - 0x95fafffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x95fb0000 - 0x9629afd2  com.apple.vImage (7.0 - 7.0) <D94F266B-B1E3-3734-8C6C-CB4EF655F411> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x962cc000 - 0x962ecfff  com.apple.facetimeservices (10.0 - 1000) <D3A59518-0F74-3B3F-8BFE-447D75E9F3F1> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x962ed000 - 0x96551ff7  com.apple.CoreData (107 - 481.01) <85EE4DFF-3A61-3D3B-A818-524F0A427A4D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96552000 - 0x9687dffe  com.apple.Foundation (6.9 - 1056.13) <C33A8984-7E97-36BE-B842-EE4FE35F53EA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9687e000 - 0x968caff7  libcups.2.dylib (372.2) <ED7CEA7C-9FD7-34E0-B960-268BD6AFA056> /usr/lib/libcups.2.dylib
    0x968cb000 - 0x968e0ff3  com.apple.AppContainer (3.0 - 1) <017FED4F-AD6E-3A56-806B-A2D33E69EFF9> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x968e1000 - 0x968e3ff2  com.apple.EFILogin (2.0 - 2) <A884A315-7857-3BF8-97FA-1EB4A61C97F8> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x968e4000 - 0x96913ff1  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <E497D7C3-B41F-3C83-94A3-CDD6F312258A> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x96914000 - 0x96970ffa  com.apple.print.framework.PrintCore (9.0 - 428) <4294DFCE-7662-3960-BEDB-69AC2D7373D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x96971000 - 0x96d69fff  com.apple.CoreGraphics (1.600.0 - 599.21.1) <A872AE6C-F92C-3EE9-B79F-E98EE33B1B1B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x96d6a000 - 0x96d84ff7  com.apple.GenerationalStorage (2.0 - 160.2) <D6235DD6-3039-383F-9378-294A2EC11E50> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x96d85000 - 0x96e92fff  com.apple.ImageIO.framework (3.3.0 - 1042) <19F7AA81-5144-37F3-AAAC-4D200C7417D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x96e93000 - 0x96e96ff7  libdyld.dylib (239.4) <F4604F64-945B-3871-8F26-E9C55488BC27> /usr/lib/system/libdyld.dylib
    0x96e97000 - 0x96ebcff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <1B4BADEA-EEE1-33C4-8063-DAEBE3E6C9F3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x96ebd000 - 0x96ebdfff  com.apple.CoreServices (59 - 59) <BF15253B-242B-378A-8546-8F7619764AAC> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96ec4000 - 0x972f8ff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <557A6F7A-4A24-32B0-A1FD-4B0E27912648> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x972f9000 - 0x9736effb  com.apple.framework.IOKit (2.0.1 - 907.90.2) <AFF50D8E-7D1D-38B9-A77E-DF0C0C4C97E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9736f000 - 0x973d9ff7  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <4B96CA5D-2670-3B66-B648-3F2B5BAE5238> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x973da000 - 0x97405ff7  libsystem_network.dylib (241.3) <FA1F2F7B-93B9-37FD-8070-A60725749A1F> /usr/lib/system/libsystem_network.dylib
    0x97406000 - 0x9742aff7  libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
    0x9742b000 - 0x974caff7  libCoreStorage.dylib (380) <CACC6518-AAF8-3D3F-88D9-D41E44639F82> /usr/lib/libCoreStorage.dylib
    0x974cb000 - 0x97521ff6  com.apple.ScalableUserInterface (1.0 - 1) <30203384-7230-356E-BF47-76307CD21148> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x97522000 - 0x97529fff  libMatch.1.dylib (19) <3B3680FC-2AC9-37CC-B262-5ACE2CF8939A> /usr/lib/libMatch.1.dylib
    0x9752a000 - 0x97569ff5  com.apple.ids (10.0 - 1000) <D28CFCBA-F7C4-3456-92E4-0B1ABA86BB87> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x9756a000 - 0x97592fff  libsystem_info.dylib (449.1.3) <3FE52670-FFEE-3D04-ADE7-EA69BC00B066> /usr/lib/system/libsystem_info.dylib
    0x97593000 - 0x97618ffc  com.apple.CorePDF (4.0 - 4) <4E3E1736-36AD-3B1C-BEFF-45F5B92D2745> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x97619000 - 0x97750fff  com.apple.desktopservices (1.8.2 - 1.8.2) <CCE6EB2B-1799-349A-8F13-003077CDFF31> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x97751000 - 0x97753fff  com.apple.SecCodeWrapper (3.0 - 1) <066E1E30-2EEA-3166-8F86-D1054B50875B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x97754000 - 0x97755ffa  libsystem_sandbox.dylib (278.11) <E8BE1DF7-2F3D-3202-B807-A85C99220AB6> /usr/lib/system/libsystem_sandbox.dylib
    0x97756000 - 0x9775dff2  com.apple.NetFS (6.0 - 4.0) <D295AB6B-CB1D-39E3-9D2F-42273D928D70> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9775e000 - 0x97777fff  com.apple.Kerberos (3.0 - 1) <B5231442-5643-3605-8464-8F654A4C5019> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97778000 - 0x97791fff  libAVFAudio.dylib (32.2) <F1189373-0635-32D5-BB0C-1261959DB675> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x97792000 - 0x9779bfff  libsystem_notify.dylib (121) <C52DC28B-66DF-3F1C-8A2B-4D1F41DEB168> /usr/lib/system/libsystem_notify.dylib
    0x977eb000 - 0x97854ffa  com.apple.datadetectorscore (5.0 - 354.3) <566882DE-B726-331E-BA89-ACBB3D5BEEC4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x97861000 - 0x97947ff7  com.apple.coreui (2.1 - 231) <AE791086-2144-30F8-A943-BFF90C6B9D6A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x97953000 - 0x97957ffc  libpam.2.dylib (20) <763AC655-931B-3891-AB6A-F2CD4A21F906> /usr/lib/libpam.2.dylib
    0x9795b000 - 0x9795bfff  com.apple.Cocoa (6.8 - 20) <63DA3D59-5D81-3340-A985-A11CE4A3E83F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9795c000 - 0x979a4fff  com.apple.PerformanceAnalysis (1.47 - 47) <48BE84A9-3753-3CDA-A092-2F8CA36C731C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x979a5000 - 0x979cfff7  libsandbox.1.dylib (278.11) <EB4CD5DF-EEDA-3785-9DD5-90FD423591FD> /usr/lib/libsandbox.1.dylib
    0x979d0000 - 0x97acefff  libJP2.dylib (1042.2) <24326770-81EE-3FA8-AAE1-A1E0CA12184B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x97acf000 - 0x97adfff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8106E9A2-F2A7-392C-B404-E88A20843F0C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x97ae0000 - 0x97b49fff  com.apple.SystemConfiguration (1.13 - 1.13) <144317BE-7AE5-3B8D-90CD-62DCDE9399E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x97b53000 - 0x97b6eff5  com.apple.openscripting (1.4 - 157) <E0368F9F-2F6B-36EA-A988-8635DBB442FC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x97b6f000 - 0x97b79ff2  com.apple.AppSandbox (3.0 - 1) <FE0793BE-50CF-3E3B-82C9-71F7A294E10F> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x97b7a000 - 0x980e7fff  com.apple.QuartzComposer (5.1 - 319) <77419C8D-B822-3649-BBB4-2CF0F0993E9A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x980e8000 - 0x98103ff6  libPng.dylib (1042.2) <85BC9AE9-7924-34B8-842F-B11BBAD64D22> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x98104000 - 0x98108fff  com.apple.CommonPanels (1.2.6 - 96) <CDB85D69-FF93-31CF-B530-5DA366C9288C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x98109000 - 0x9816fff4  com.apple.ISSupport (1.9.9 - 57) <4A78B016-5F12-327B-83A5-9B5F8FBD06C9> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x98170000 - 0x981acff4  com.apple.RemoteViewServices (2.0 - 94) <C08AC054-A318-3BC8-9634-510B39493C52> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x981ad000 - 0x981e2ffd  libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
    0x981e3000 - 0x98244ff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x982f1000 - 0x982f6ff3  libsystem_platform.dylib (24.90.1) <0613F163-

    Its the same for my site on businesscatalyst ,  MUse quits but with another message  :  mine was 
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    but in another site 'not through businesscatalyst" , this one worked ..  perhaps the fault of businesscatalyst ?
    is your site on ?
    I hope that someone in adobe staff would hear our help

Maybe you are looking for