StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE unexpectedly fired within composeToPosition()

Hello,
I have a text flow in which I have an image. I listen to the corresponding StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE to find out when the image gets loaded and as recommended by the TLF documentation I try to compose the text again so the image gets visible.
The problem is that I get the event (StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE) in the middle of a call to composeToPosition(). In my scenario I listen to UPDATE_COMPLETE for my wrapping container and then I do some size adjustments to the Sprites that contain the text flow and within this piece of code I invoke composeToPosition() so I have the whole text composed. Within this call my StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE event handler gets invoked and this is a surprise for me. I thought that my StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE handler would be invoked when the image gets loaded but somehow the event is fired when I call composeToPosition(). This led to problems because I try to get the dimensions of some of the text lines and since the composer is still composing the results are wrong. I easily protected myself from entering this state by examining flowComposer.composing flag and this solved this particular problem however this made me think how to protected all event handlers where similar situations could occur i.e. being invoked while the composer is composing so I have two questions in order to be able to desing my code:
1. Why StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE could get fired while executing composeToPosition()?
The image loading should be asynchronous to the composition but in my case it always gets fired within composeToPosition().
2. What would be recommended approach to prevent all my event handlers getting in the same state i.e. invoked while composition is running?
In fact in which situations a client event handler might get called while composing?
I have a lot of event handlers which listen for mouse/keyboard/resize/etc. effects and so far I have never experienced similar problems. My probably naive interpretation is that whenever a developer writes code which uses TLF they should not need flowComposer.composing flag at all. The composer is composing whenever you call any of the TLF methods that lead to composition and after it is over the composition is over. There are also scenarios in which composition is triggered indirectly let's say by resizing a component but hopefully any events could be fired before or after the actual composition.
So before going to implement a way to protect my handlers from being in such state I would like to get more info when this could happen.
Thanks!

Hi Richard,
Thank you for the time spent on discussing this topic!
Re:
"TLF dispatches many events that can be called recursively from a script - all of the TextFlow events in fact."
Can I safely assume that the only handlers in my code which could be called while the composer is composing are handlers for TLF events?
I have a lot of mouse/keyboard/resize handlers and if the above assumption is correct then I don't need to worry being called there while TLF is composing. This would really simplify the way I deal with such cases.
Re:
"TLF does not load graphics from URLs until they are composed - its during composition that TLF decides a particular graphic will be displayed and then loads it - that way arbitrary ILG elements that are sitting in a TextScrap or otherwise aren't displayed don't hold onto image content.  That's when the event is being sent."
This is still a bit confusing to me. In case you start the image loading only at the first compose call (provided the image will be displayed) then TLF should receive asynchronously results related to the image loading which in turn means TLF would receive any image loading results only after composeToPosition() is done therefore my StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE event handler will not be called in the middle of composeToPosition() execution. But in fact it is called exactly there.
The only way I could explain such a behavior is that there was an initial composition which triggered the image loading however the image was not displayed (could be because the wrapping sprite was small enough) therefore my INLINE_GRAPHIC_STATUS_CHANGE event handler was not called at the point when TLF received the original image loading event and only when I called composeToPosition() and my wrapping sprite was big enough to visualize the image then my handler got called.
I am still digging into this because I search for logical explanation otherwise I might be leaving timebombs in my code and have surprises in the future.
Thank you!

Similar Messages

  • ActionListener not firing within panelGrid (which is within a dataTable)

    I have a page with several forms on it:
    <h:form>
    ... commandLinks here are working
    </h:form>
    <h:form>
    <h:panelGrid>
    ...the actionListener here is firing
    </h:panelGrid>
    </h:form>
    <h:form>
    ... commandLinks here are working
    </h:form>
    <h:dataTable value="#{collection}" var="item">
    <h:column>
    <h:form>
    <h:panelGrid>
    ...actionListeners here ARE NOT FIRING!
    </h:panelGrid>
    </h:form>
    </h:column>
    </h:dataTable>
    I've tried many things to get this to work. I've checked spelling at least 10 times. I've put the whole page in a single form. Nothing seems to work. The bean associated with the actionListener is not even being instantiated unless I include a value binding expression in the form somewhere, but even then the listener is still not fired.
    So, please tell me if this is a known bug, or if it should work. I'm using JSF 1.1_1.
    All the data and form fields get displayed correctly, just the actionListeners are not firing. I've tried both methods of triggering an actionListener. Neither work.
    Why doesn't anyone from Sun post here anymore?????

    Could you please copy/paste the whole jsp page?I had to abandon the previous page structure due to time constraints. But, now I am having the same problem on another page, pasted below. In this case, the contactInfoForm.populate actionListeners are not firing:
    <?xml version="1.0" ?>
    <jsp:root version="2.0"
      xmlns:jsp="http://java.sun.com/JSP/Page"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:c="http://java.sun.com/jstl/core"
      xmlns:x="http://java.sun.com/jstl/xml"
      xmlns:fmt="http://java.sun.com/jstl/fmt"
      xmlns:t="http://jakarta.apache.org/struts/tags-tiles"
      xmlns:htm="http://jsftutorials.net/htmLib">
      <f:subview id="content">
        <htm:div styleClass="heading">
          <htm:h2>
             <h:outputFormat value="#{msgs[heading]}">
                <f:param value="#{param.firstName}" />
                <f:param value="#{param.lastName}" />
             </h:outputFormat>
          </htm:h2>
        </htm:div>
        <htm:div styleClass="contentContainer">
        <h:messages/>
        <h:form>
          <h:commandLink id="backToPersons" styleClass="commandLink1" action="section.persons">
             <h:outputText value="#{msgs['persons.common.command.backToPersons']}"/>
          </h:commandLink>
        </h:form>
        <h:form style="padding-top: 10px">
          <h:commandLink id="newContactInfo" styleClass="commandLink1" action="/persons/contactInfo/newContactInfo">
             <h:outputText value="#{msgs['persons.person.contactInfo.list.command.new']}"/>
             <f:param name="personId" value="#{param.personId}"/>
             <f:param name="firstName" value="#{param.firstName}"/>
             <f:param name="lastName" value="#{param.lastName}"/>
          </h:commandLink>
        </h:form>
        <h:form>
           <h:dataTable value="#{contactInfoForm.contactInfoList}" var="contactInfo" cellpadding="5" cellspacing="0" styleClass="dataTable" headerClass="dataTableHeader" rendered="#{contactInfoForm.hasContactInfo}">
              <h:column>
                <f:facet name="header">
                   <h:outputText value="#{msgs['persons.person.contactInfo.list.header.contactInfoId']}"/>
                </f:facet>
                <htm:center><h:outputText value="#{contactInfo.contactInfoId}" styleClass="dataTableContent"/></htm:center>
              </h:column>
              <h:column>
                <f:facet name="header">
                   <h:outputText value="#{msgs['persons.person.contactInfo.list.header.description']}"/>
                </f:facet>
                <h:outputText value="#{contactInfo.description}" styleClass="dataTableContent"/>
              </h:column>
              <h:column>
                <f:facet name="header"></f:facet>
                <htm:center>
                   <h:commandLink styleClass="commandLink1" action="/persons/contactInfo/viewContactInfo" actionListener="#{contactInfoForm.populate}">
                      <f:param name="firstName" value="#{param.firstName}"/>
                      <f:param name="lastName" value="#{param.lastName}"/>
                      <f:param name="contactInfoId" value="#{contactInfo.contactInfoId}"/>
                      <h:outputText value="#{msgs['command.view']}"/>
                   </h:commandLink>
                </htm:center>
              </h:column>
              <h:column>
                <f:facet name="header"></f:facet>
                <htm:center>
                   <h:commandLink styleClass="commandLink1" action="/persons/contactInfo/editContactInfo" actionListener="#{contactInfoForm.populate}">
                      <f:param name="firstName" value="#{param.firstName}"/>
                      <f:param name="lastName" value="#{param.lastName}"/>
                      <f:param name="contactInfoId" value="#{contactInfo.contactInfoId}"/>
                      <h:outputText value="#{msgs['command.edit']}"/>
                   </h:commandLink>
                </htm:center>
              </h:column>
           </h:dataTable>
           <h:outputText value="#{msgs['persons.person.contactInfo.list.noRecords']}" styleClass="copy2" rendered="#{not contactInfoForm.hasContactInfo}"/>
        </h:form>
        </htm:div>
      </f:subview>
    </jsp:root>

  • Help! iCal keeps unexpectedly quitting. Have tried everything!

    Hi guys,
    I've been using iCal for years with NO problems. Then a few days ago I bought an iPhone and joined mobileme and since then my iCal has been unexpectedly quitting within seconds of opening it.
    When I got my iPhone, I synched it with my Mac through iTunes, which put all my iCal calendar events on my phone so they matched. Then, I set up mobile me, which syncs perfectly with my phone. I started using my phone and entered new appointments into its calendar. Then, when I went back to iCal on my Mac to see if the new appointments had synched across to it through mobileme, I saw that they hadn't (ie the old appointments were all still there)... and then a few seconds later iCal "unexpectedly quit"! It's been quitting ever since within a few seconds of opening it!
    I've spent hours on the phone with Apple and then in instant messenger chat with the support techies at mobileme. But they haven't been able to find the answer. THen again they're not experts in iCal the way you guys are...
    The things we've tried so far:
    -removing the ical.Plist
    -Reinstalling iCal from my OSX startup disk
    -Resetting sync data in .mac (mobileme)
    -Trying the above in a new User - same result, iCal kept quitting.
    -A bunch of other things, but my mind has gone blank...
    Any other ideas??? At this point I am considering abandoning iCal completely and moving to something else, maybe Google Calendar. But I'll be heartbroken, coz I've been using iCal for years, and I'm really used to all my Calendar colours etc, and it's always run so beautifully before...
    Thanks,
    Tahnee

    This is the crash report:
    I will check now also the console log...
    Date/Time: 2009-10-14 17:50:07.004 +0200
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: iCal
    Path: /Applications/iCal.app/Contents/MacOS/iCal
    Parent: WindowServer [60]
    Version: 2.0.5 (1069)
    Build Version: 3
    Project Name: iCal
    Source Version: 10690000
    PID: 300
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xbf7ffff0
    Thread 0 Crashed:
    0 com.apple.calcore 0x99c3a320 -[CALEntity repository] + 20
    1 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    2 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    3 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    4 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    5 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    6 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    7 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    8 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    9 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    10 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    11 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    12 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    13 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    14 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    15 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    16 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    17 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    18 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    19 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    20 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    21 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    22 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    23 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    24 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    25 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    26 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    27 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    28 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    29 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    30 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    31 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    32 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    33 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    34 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    35 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    36 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    37 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    38 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    39 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    40 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    41 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    42 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    43 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    44 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    45 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    46 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    47 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    48 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    49 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    50 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    51 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    52 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    53 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    54 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    55 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    56 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    57 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    58 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    59 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    60 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    61 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    62 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    63 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    64 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    65 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    66 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    67 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    68 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    69 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    70 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    71 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    72 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    73 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    74 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    75 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    76 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    77 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    78 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    79 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    80 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    81 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    82 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    83 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    84 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    85 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    86 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    87 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    88 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    89 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    90 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    91 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    92 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    93 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    94 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    95 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    96 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    97 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    98 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    99 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    100 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    101 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    102 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    103 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    104 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    105 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    106 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    107 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    108 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    109 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    110 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    111 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    112 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    113 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    114 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    115 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    116 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    117 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    118 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    119 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    120 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    121 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    122 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    123 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    124 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    125 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    126 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    127 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    128 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    129 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    130 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    131 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    132 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    133 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    134 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    135 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    136 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    137 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    138 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    139 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    140 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    141 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    142 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    143 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    144 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    145 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    146 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    147 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    148 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    149 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    150 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    151 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    152 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    153 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    154 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    155 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    156 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    157 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    158 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    159 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    160 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    161 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    162 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    163 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    164 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    165 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    166 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    167 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    168 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    169 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    170 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    171 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    172 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    173 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    174 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    175 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    176 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    177 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    178 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    179 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    180 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    181 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    182 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    183 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    184 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    185 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    186 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    187 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    188 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    189 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    190 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    191 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    192 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    193 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    194 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    195 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    196 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    197 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    198 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    199 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    200 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    201 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    202 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    203 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    204 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    205 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    206 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    207 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    208 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    209 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    210 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    211 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    212 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    213 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    214 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    215 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    216 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    217 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    218 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    219 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    220 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    221 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    222 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    223 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    224 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    225 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    226 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    227 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    228 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    229 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    230 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    231 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    232 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    233 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    234 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    235 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    236 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    237 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    238 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    239 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    240 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    241 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    242 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    243 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    244 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    245 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    246 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    247 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    248 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    249 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    250 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    251 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    252 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    253 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    254 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    255 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    256 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    257 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    258 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    259 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    260 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    261 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    262 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    263 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    264 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    265 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    266 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    267 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    268 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    269 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    270 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    271 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    272 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    273 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    274 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    275 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    276 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    277 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    278 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    279 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    280 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    281 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    282 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    283 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    284 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    285 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    286 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    287 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    288 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    289 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    290 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    291 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    292 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    293 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    294 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    295 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    296 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    297 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    298 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    299 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    300 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    301 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    302 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    303 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    304 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    305 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    306 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    307 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    308 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    309 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    310 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    311 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    312 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    313 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    314 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    315 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    316 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    317 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    318 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    319 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    320 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    321 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    322 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    323 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    324 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    325 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    326 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    327 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    328 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    329 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    330 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    331 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    332 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    333 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    334 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    335 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    336 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    337 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    338 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    339 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    340 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    341 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    342 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    343 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    344 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    345 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    346 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    347 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    348 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    349 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    350 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    351 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    352 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    353 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    354 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    355 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    356 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    357 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    358 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    359 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    360 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    361 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    362 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    363 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    364 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    365 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    366 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    367 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    368 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    369 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    370 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    371 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    372 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    373 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    374 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    375 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    376 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    377 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    378 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    379 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    380 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    381 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    382 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    383 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    384 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    385 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    386 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    387 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    388 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    389 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    390 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    391 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    392 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    393 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    394 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    395 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    396 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    397 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    398 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    399 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    400 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    401 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    402 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    403 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    404 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    405 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    406 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    407 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    408 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    409 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    410 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    411 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    412 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    413 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    414 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    415 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    416 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    417 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    418 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    419 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    420 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    421 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    422 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    423 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    424 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    425 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    426 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    427 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    428 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    429 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    430 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    431 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    432 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    433 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    434 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    435 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    436 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    437 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    438 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    439 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    440 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    441 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    442 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    443 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    444 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    445 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    446 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    447 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    448 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    449 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    450 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    451 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    452 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    453 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    454 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    455 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    456 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    457 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    458 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    459 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    460 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    461 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    462 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    463 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    464 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    465 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    466 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    467 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    468 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    469 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    470 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    471 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    472 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    473 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    474 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    475 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    476 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    477 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    478 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    479 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    480 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    481 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    482 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    483 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    484 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    485 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    486 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    487 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    488 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    489 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    490 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    491 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    492 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    493 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    494 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    495 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    496 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    497 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    498 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    499 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    500 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    501 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    502 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    503 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    504 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    505 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    506 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    507 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    508 com.apple.calcore 0x99c3a36c -[CALEntity repository] + 96
    Thread 1:
    0 libSystem.B.dylib 0x9001f48c select + 12
    1 com.apple.CoreFoundation 0x907f1240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.calcore 0x99c37544 -[CALRunLoopSemaphore down] + 140
    5 com.apple.calcore 0x99cd5344 -[CALThreadedOperationHandler run] + 252
    6 com.apple.Foundation 0x92be94d8 forkThreadForFunction + 108
    7 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bf0644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.calcore 0x99d025e8 -[CALThreadedMDController consumerLoop:] + 112
    4 com.apple.Foundation 0x92be94d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bf0644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.calcore 0x99d025e8 -[CALThreadedMDController consumerLoop:] + 112
    4 com.apple.Foundation 0x92be94d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bf0644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.calcore 0x99d025e8 -[CALThreadedMDController consumerLoop:] + 112
    4 com.apple.Foundation 0x92be94d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bf0644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.calcore 0x99d025e8 -[CALThreadedMDController consumerLoop:] + 112
    4 com.apple.Foundation 0x92be94d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90053f88 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90053de4 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x92c688a4 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x92c687c0 -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.DAVKit 0x967a4830 +[AYOperation _lockWaitingForOperation] + 132
    5 com.apple.DAVKit 0x967a4dcc +[AYOperation _workerThread] + 164
    6 com.apple.Foundation 0x92be94d8 forkThreadForFunction + 108
    7 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9004a2e8 syscallthreadswitch + 8
    1 com.apple.Foundation 0x92c01940 +[NSThread sleepUntilDate:] + 152
    2 com.apple.AppKit 0x93832660 -[NSUIHeartBeat _heartBeatThread:] + 1100
    3 com.apple.Foundation 0x92be94d8 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x90053f88 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900707e8 pthreadcond_timedwait_relativenp + 556
    2 ...apple.AddressBook.framework 0x94e1bae4 -[ABMetaDataController workLoop] + 200
    3 com.apple.Foundation 0x92be94d8 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bf0644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.calcore 0x99d025e8 -[CALThreadedMDController consumerLoop:] + 112
    4 com.apple.Foundation 0x92be94d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bf0644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.calcore 0x99d025e8 -[CALThreadedMDController consumerLoop:] + 112
    4 com.apple.Foundation 0x92be94d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000099c3a320 srr1: 0x000000000200d030 vrsave: 0x0000000000000000
    cr: 0x24028428 xer: 0x0000000000000007 lr: 0x0000000099c3a36c ctr: 0x0000000099c3a30c
    r0: 0x0000000099c3a36c r1: 0x00000000bf800050 r2: 0x000000000192bcd0 r3: 0x0000000006f10890
    r4: 0x0000000099d53938 r5: 0x0000000001800000 r6: 0x00000000ffffffff r7: 0x00000000000000ff
    r8: 0x0000000000000001 r9: 0x0000000006f10890 r10: 0x0000000000000004 r11: 0x00000000000003fc
    r12: 0x0000000099c3a30c r13: 0x0000000005c54270 r14: 0x0000000007384c50 r15: 0x000000000714a130
    r16: 0x000000000756fff0 r17: 0x0000000007122420 r18: 0x00000000a9c415f8 r19: 0x00000000a9c415f8
    r20: 0x0000000007571430 r21: 0x00000000a9c41f40 r22: 0x0000000007d42960 r23: 0x0000000000000000
    r24: 0x00000000a9c415f8 r25: 0x00000000a9c41aa0 r26: 0x0000000007744a90 r27: 0x00000000a9c3ffdc
    r28: 0x0000000006f142d0 r29: 0x0000000006f142d0 r30: 0x0000000007773a00 r31: 0x0000000099c3a30c
    Binary Images Description:
    0x1000 - 0x206fff com.apple.iCal 2.0.5 (1069) /Applications/iCal.app/Contents/MacOS/iCal
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.19 (681.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd2fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe7000 - 0x90ffffff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100f000 - 0x91090fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d6000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ec000 - 0x913f4fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f8000 - 0x91420fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91433000 - 0x9143efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91443000 - 0x914befff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fd000 - 0x91535fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91550000 - 0x91622fff com.apple.ColorSync 4.4.13 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174d000 - 0x91804fff com.apple.QD 3.10.28 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ce000 - 0x918f2fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91906000 - 0x9192bfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193e000 - 0x91980fff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199c000 - 0x919b0fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919be000 - 0x91a04fff com.apple.ImageIO.framework 1.5.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1b000 - 0x91ae2fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b30000 - 0x91b45fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b4a000 - 0x91b68fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6e000 - 0x91c25fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c74000 - 0x91c78fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c7a000 - 0x91ce4fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce9000 - 0x91d04fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d09000 - 0x91d0cfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d0e000 - 0x91decfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e0c000 - 0x91e4afff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e51000 - 0x91e51fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e53000 - 0x91f38fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f40000 - 0x91f5ffff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fcb000 - 0x92039fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92044000 - 0x920d9fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920f3000 - 0x9267bfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926ae000 - 0x929d9fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a09000 - 0x92af7fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92afa000 - 0x92b82fff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bc3000 - 0x92df6fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f29000 - 0x92f47fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f52000 - 0x92facfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fca000 - 0x92fcafff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fcc000 - 0x92fe0fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ff8000 - 0x93008fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93014000 - 0x93029fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9303b000 - 0x930c2fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930d6000 - 0x930e1fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930eb000 - 0x93119fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93133000 - 0x93143fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9314f000 - 0x931b5fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931e6000 - 0x93235fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93263000 - 0x93280fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93292000 - 0x9329ffff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932a8000 - 0x935b6fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93706000 - 0x93712fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93717000 - 0x93737fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9378b000 - 0x9378bfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9378d000 - 0x93dc0fff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9414d000 - 0x941bffff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941f8000 - 0x942bdfff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94310000 - 0x94310fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94312000 - 0x944d2fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9451c000 - 0x94559fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94561000 - 0x945b1fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945ba000 - 0x945d3fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94781000 - 0x94790fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94798000 - 0x947a5fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947eb000 - 0x94804fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9480b000 - 0x94b3efff com.apple.QuickTime 7.6.4 (1327.73) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c26000 - 0x94c97fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94e0d000 - 0x94f3dfff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fd0000 - 0x94fdffff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fe7000 - 0x95014fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9501b000 - 0x9502bfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9502f000 - 0x9505efff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9506e000 - 0x9508bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x957ad000 - 0x95829fff com.apple.syncservices 2.5 (194) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9677d000 - 0x967b3fff com.apple.DAVKit 2.0.1 (560) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x97b40000 - 0x97b4efff com.apple.DMNotification 1.0.4 (37) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x983fc000 - 0x9843ffff com.apple.ISSupport 1.0.3 (16) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x98465000 - 0x9848cfff com.apple.DotMacSyncManager 1.0.5 (157) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x985b6000 - 0x985f9fff com.apple.PAPICommon 2.5 (131) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x99c21000 - 0x99d8bfff com.apple.calcore 2.0.3 (685) /System/Library/PrivateFrameworks/CALCore.framework/Versions/A/CALCore
    Model: PowerBook5,8, BootROM 4.9.6f0, 1 processors, PowerPC G4 (1.5), 1.67 GHz, 1 GB
    Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 128 MB
    Memory Module: SODIMM0/J20STANDARD, 512 MB, DDR2 SDRAM, PC2-4200S-444
    Memory Module: SODIMM1/J23REVERSED, 512 MB, DDR2 SDRAM, PC2-4200S-444
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet (integriert), Ethernet, en0
    PCI Card: pci106b,4318, sppci_othernetwork, SLOT-A
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    PCI Card: usb, usb, USB20
    PCI Card: usb, usb, USB20
    PCI Card: usb, ehci, USB20
    Parallel ATA Device: Hitachi HTS721010G9AT00, 93.16 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 500 mA

  • Safari shut down unexpectedly

    My Safari shutdown unexpectedly (sometimes within a few minutes),
    Also it happens to software update and Firefox too (but less fequent)
    Process: WebProcess [318]
    Path: /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Identifier: com.apple.WebProcess
    Version:         7536 (7536.26.17)
    Build Info:      WebKit2-7536026017000000~2
    Code Type: X86-64 (Native)
    Parent Process:  ??? [1]
    Date/Time: 2013-03-13 22:42:49.906 +0800
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          266438 sec
    Crashes Since Last Report:           12
    Per-App Interval Since Last Report:  265335 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID: D4E89DA9-5A36-4DA6-9A82-603A3CB02731
    Crashed Thread: 5  JavaScriptCore::Marking
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000502bb900f8
    VM Regions Near 0x502bb900f8:
        CG shared images 00000001c0a28000-00000001c0b28000 [ 1024K] r--/r-- SM=SHM 
    -->
        JS JIT generated code  00004dd5da400000-00004dd5da401000 [    4K] ---/rwx SM=NUL 
    Application Specific Information:
    objc[318]: garbage collection is OFF
    Bundle controller class:
    BrowserBundleController
    Thread 0:: Dispatch queue: com.apple.main-thread
    0 com.apple.JavaScriptCore           0x000000010ed8fb3f JSC::JSFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 239
    1 com.apple.JavaScriptCore           0x000000010edc2f38 JSC::SlotVisitor::drain() + 312
    2 com.apple.JavaScriptCore           0x000000010edc2806 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
    3 com.apple.JavaScriptCore           0x000000010ed6c48e JSC::Heap::markRoots(bool) + 1630
    4 com.apple.JavaScriptCore           0x000000010ed6bab8 JSC::Heap::collect(JSC::Heap::SweepToggle) + 152
    5   com.apple.JavaScriptCore           0x000000010ed6a8eb JSC::DefaultGCActivityCallbackPlatformData::timerDidFire(__CFRunLoopTimer*, void*) + 315
    6 com.apple.CoreFoundation         0x00007fff8d28f934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    7   com.apple.CoreFoundation         0x00007fff8d28f486 __CFRunLoopDoTimer + 534
    8 com.apple.CoreFoundation         0x00007fff8d26fe11 __CFRunLoopRun + 1617
    9 com.apple.CoreFoundation         0x00007fff8d26f486 CFRunLoopRunSpecific + 230
    10 com.apple.HIToolbox                  0x00007fff9738f2bf RunCurrentEventLoopInMode + 277
    11 com.apple.HIToolbox                  0x00007fff9739656d ReceiveNextEventCommon + 355
    12 com.apple.HIToolbox                  0x00007fff973963fa BlockUntilNextEventMatchingListInMode + 62
    13 com.apple.AppKit                       0x00007fff8b6d7779 _DPSNextEvent + 659
    14 com.apple.AppKit                       0x00007fff8b6d707d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    15 com.apple.AppKit                       0x00007fff8b6d39b9 -[NSApplication run] + 470
    16 com.apple.WebCore                   0x000000010fa05fef WebCore::RunLoop::run() + 63
    17 com.apple.WebKit2                    0x000000010e9fa054 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    18 com.apple.WebKit2                    0x000000010e9c4ac5 WebKitMain + 285
    19 com.apple.WebProcess              0x000000010e748e5e 0x10e748000 + 3678
    20 com.apple.WebProcess              0x000000010e748d80 0x10e748000 + 3456
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib                 0x00007fff8ee367e6 kevent + 10
    1 libdispatch.dylib              0x00007fff93e47786 _dispatch_mgr_invoke + 923
    2 libdispatch.dylib              0x00007fff93e46316 _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                 0x00007fff8ee3467a mach_msg_trap + 10
    1 libsystem_kernel.dylib                 0x00007fff8ee33d71 mach_msg + 73
    2 com.apple.CoreFoundation         0x00007fff8d26750c __CFRunLoopServiceMachPort + 188
    3 com.apple.CoreFoundation         0x00007fff8d26fc74 __CFRunLoopRun + 1204
    4 com.apple.CoreFoundation         0x00007fff8d26f486 CFRunLoopRunSpecific + 230
    5 com.apple.Foundation                 0x00007fff9581cfd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                 0x00007fff9581172a -[NSThread main] + 68
    7 com.apple.Foundation                 0x00007fff958116a2 __NSThread__main__ + 1575
    8 libsystem_c.dylib              0x00007fff8adf98bf _pthread_start + 335
    9 libsystem_c.dylib              0x00007fff8adfcb75 thread_start + 13
    Thread 3:: JavaScriptCore::BlockFree
    0 libsystem_kernel.dylib                 0x00007fff8ee35bca __psynch_cvwait + 10
    1 libsystem_c.dylib              0x00007fff8adfd274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore           0x000000010ec3dfb6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3 com.apple.JavaScriptCore           0x000000010ee5fd9a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4 com.apple.JavaScriptCore           0x000000010ee7538f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5 libsystem_c.dylib              0x00007fff8adf98bf _pthread_start + 335
    6 libsystem_c.dylib              0x00007fff8adfcb75 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0 com.apple.JavaScriptCore           0x000000010ed9b56c JSC::JSStaticScopeObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 28
    1 com.apple.JavaScriptCore           0x000000010edc2f38 JSC::SlotVisitor::drain() + 312
    2 com.apple.JavaScriptCore           0x000000010edc2806 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
    3 com.apple.JavaScriptCore           0x000000010edc2696 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4 com.apple.JavaScriptCore           0x000000010ee7538f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5 libsystem_c.dylib              0x00007fff8adf98bf _pthread_start + 335
    6 libsystem_c.dylib              0x00007fff8adfcb75 thread_start + 13
    Thread 5 Crashed:: JavaScriptCore::Marking
    0 com.apple.JavaScriptCore           0x000000010edc33e0 JSC::SlotVisitor::copyAndAppend(void**, unsigned long, JSC::JSValue*, unsigned int) + 208
    1 com.apple.JavaScriptCore           0x000000010ed97240 JSC::JSObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 416
    2 com.apple.JavaScriptCore           0x000000010edc2f17 JSC::SlotVisitor::drain() + 279
    3 com.apple.JavaScriptCore           0x000000010edc2806 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
    4 com.apple.JavaScriptCore           0x000000010edc2696 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    5 com.apple.JavaScriptCore           0x000000010ee7538f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6 libsystem_c.dylib              0x00007fff8adf98bf _pthread_start + 335
    7 libsystem_c.dylib              0x00007fff8adfcb75 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x00007fff8ee3467a mach_msg_trap + 10
    1 libsystem_kernel.dylib                 0x00007fff8ee33d71 mach_msg + 73
    2 libsystem_kernel.dylib                 0x00007fff8ee32e38 vm_map + 211
    3   com.apple.JavaScriptCore           0x000000010ec4084d ***::PageAllocationAligned::allocate(unsigned long, unsigned long, ***::OSAllocator::Usage, bool, bool) + 125
    4 com.apple.JavaScriptCore           0x000000010ece88e5 JSC::CopiedSpace::getFreshBlock(JSC::AllocationEffort, JSC::CopiedBlock**) + 261
    5 com.apple.JavaScriptCore           0x000000010edc329b JSC::SlotVisitor::allocateNewSpace(void*, unsigned long) + 171
    6 com.apple.JavaScriptCore           0x000000010edc3344 JSC::SlotVisitor::copyAndAppend(void**, unsigned long, JSC::JSValue*, unsigned int) + 52
    7 com.apple.JavaScriptCore           0x000000010ed97240 JSC::JSObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 416
    8 com.apple.JavaScriptCore           0x000000010edc2f38 JSC::SlotVisitor::drain() + 312
    9   com.apple.JavaScriptCore           0x000000010edc2806 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
    10 com.apple.JavaScriptCore          0x000000010edc2696 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    11 com.apple.JavaScriptCore          0x000000010ee7538f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    12 libsystem_c.dylib                         0x00007fff8adf98bf _pthread_start + 335
    13 libsystem_c.dylib                         0x00007fff8adfcb75 thread_start + 13
    Thread 7:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib                 0x00007fff8ee35df2 __select + 10
    1 com.apple.CoreFoundation         0x00007fff8d2b8c8b __CFSocketManager + 1355
    2 libsystem_c.dylib              0x00007fff8adf98bf _pthread_start + 335
    3 libsystem_c.dylib              0x00007fff8adfcb75 thread_start + 13
    Thread 8:: WebCore: LocalStorage
    0 libsystem_kernel.dylib                 0x00007fff8ee35bca __psynch_cvwait + 10
    1 libsystem_c.dylib              0x00007fff8adfd274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore           0x000000010ec3df7d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3 com.apple.WebCore                     0x000000010fa3d0a1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4 com.apple.WebCore                     0x000000010ef9bafa WebCore::StorageThread::threadEntryPoint() + 154
    5 com.apple.JavaScriptCore           0x000000010ee7538f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6 libsystem_c.dylib              0x00007fff8adf98bf _pthread_start + 335
    7 libsystem_c.dylib              0x00007fff8adfcb75 thread_start + 13
    Thread 9:: WebCore: LocalStorage
    0 libsystem_kernel.dylib                 0x00007fff8ee35bca __psynch_cvwait + 10
    1 libsystem_c.dylib              0x00007fff8adfd274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore           0x000000010ec3df7d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3 com.apple.WebCore                     0x000000010fa3d0a1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                     0x000000010ef9bafa WebCore::StorageThread::threadEntryPoint() + 154
    5 com.apple.JavaScriptCore           0x000000010ee7538f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6 libsystem_c.dylib              0x00007fff8adf98bf _pthread_start + 335
    7 libsystem_c.dylib              0x00007fff8adfcb75 thread_start + 13
    Thread 10:: CVDisplayLink
    0 libsystem_kernel.dylib                 0x00007fff8ee35bca __psynch_cvwait + 10
    1 libsystem_c.dylib              0x00007fff8adfd2a6 _pthread_cond_wait + 890
    2 com.apple.CoreVideo                   0x00007fff9115e1cb CVDisplayLink::waitUntil(unsigned long long) + 279
    3 com.apple.CoreVideo                   0x00007fff9115d631 CVDisplayLink::runIOThread() + 559
    4 com.apple.CoreVideo                   0x00007fff9115d3e9 _ZL13startIOThreadPv + 148
    5 libsystem_c.dylib              0x00007fff8adf98bf _pthread_start + 335
    6 libsystem_c.dylib              0x00007fff8adfcb75 thread_start + 13
    Thread 11:
    0 libsystem_kernel.dylib                 0x00007fff8ee36192 __workq_kernreturn + 10
    1 libsystem_c.dylib              0x00007fff8adfb594 _pthread_wqthread + 758
    2 libsystem_c.dylib              0x00007fff8adfcb85 start_wqthread + 13
    Thread 5 crashed with X86 Thread State (64-bit):
      rax: 0xffff000000000002  rbx: 0x000000012e3a0878  rcx: 0x0000000000000611  rdx: 0x000000502bb90000
      rdi: 0x0000000000020000  rsi: 0x0000000000000030  rbp: 0x0000000113becda0  rsp: 0x0000000113becd40
       r8: 0x0000000000000007   r9: 0x0000000113becdd8  r10: 0xffffffffffffffff  r11: 0x0000000000000202
      r12: 0x0000000113bece78  r13: 0x0000000113bece78  r14: 0x000000502bb9c220  r15: 0x0000000000000001
      rip: 0x000000010edc33e0  rfl: 0x0000000000010207  cr2: 0x000000502bb900f8
    Logical CPU: 6
    Binary Images:
           0x10e748000 -        0x10e748fff  com.apple.WebProcess (7536 - 7536.26.17) <2188CE7D-394B-344E-8C8D-10B6E7147DCC> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
           0x10e74d000 -        0x10e74dfff  WebProcessShim.dylib (536.26.17 - compatibility 1.0.0) <E951FB41-1358-32EF-9002-80DE9160AC12> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcessShim.dylib
           0x10e900000 -        0x10eadaff7  com.apple.WebKit2 (7536 - 7536.26.17) <581B0D94-3749-3DFC-B15B-68E026AF5942> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x10ec37000 -        0x10eed1ff7  com.apple.JavaScriptCore (7536 - 7536.26.15) <DE475475-D66E-3BF3-9AA6-422601989CF6> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x10ef7d000 -        0x10ff23ff7  com.apple.WebCore (7536 - 7536.26.15) <BB07086A-227A-3817-BFED-4DF34E04CD56> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x112e2b000 -        0x1132cdfff  com.apple.Safari.framework (7536 - 7536.26.17) <8C9589AE-EA24-3360-812B-DBAE560FBE7F> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x1135ec000 -        0x113770fff  com.apple.WebKit (7536 - 7536.26.17) <8FC2CDD6-82DB-3ECE-A5C1-5CDA0E0575F1> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x113a38000 -        0x113a4efff  com.apple.WebInspector (7536 - 7536.26.7) <0A8DB0C8-6526-33AF-91BB-910D2B4E3AE8> /System/Library/StagedFrameworks/Safari/WebInspector.framework/Versions/A/WebIn spector
           0x126b14000 -        0x126b15fff  ATSHI.dylib (??? - ???) <4761FD60-26EE-30C6-89FB-A3149852477F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
        0x7fff6e348000 -     0x7fff6e37cbaf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff8ac43000 -     0x7fff8acc8ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8acc9000 -     0x7fff8ad21ff7  libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8ad22000 -     0x7fff8ad22fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8ad23000 -     0x7fff8ad31ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
        0x7fff8ad32000 -     0x7fff8ad8eff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8ad8f000 -     0x7fff8ada5ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8ada6000 -     0x7fff8ada9fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8adaa000 -     0x7fff8adaafff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8adab000 -     0x7fff8ae88fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff8ae89000 -     0x7fff8aed5ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8aed6000 -     0x7fff8b0d8fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
        0x7fff8b349000 -     0x7fff8b5bdfff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8b5be000 -     0x7fff8b5d0ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff8b5d1000 -     0x7fff8b5dcfff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8b5e9000 -     0x7fff8b5f0fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
        0x7fff8b5f1000 -     0x7fff8b5f7fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b5f8000 -     0x7fff8b5fdfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8b5fe000 -     0x7fff8b6b1ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8b6b2000 -     0x7fff8b6b6fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8b6c8000 -     0x7fff8b6cefff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff8b6cf000 -     0x7fff8c2d5fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8c2d6000 -     0x7fff8c3e3fff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8c3e4000 -     0x7fff8c4ebfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff8c4ec000 -     0x7fff8c4edfff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
        0x7fff8c4f0000 -     0x7fff8c4fdfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8c50b000 -     0x7fff8c50bfff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8c50c000 -     0x7fff8c535ff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8c590000 -     0x7fff8c93afe7  com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff8c93b000 -     0x7fff8c99bfff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8c99c000 -     0x7fff8c9abff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff8cd09000 -     0x7fff8cd32fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8cd33000 -     0x7fff8cda9fff  com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8cdaa000 -     0x7fff8ce0cff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8ced5000 -     0x7fff8cf26ff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8cf27000 -     0x7fff8cf6bff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8cf6c000 -     0x7fff8d1e4fff  com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8d233000 -     0x7fff8d236fff  libMatch.1.dylib (??? - ???) <42305BB6-25F9-355A-9076-FED38B21A7F9> /usr/lib/libMatch.1.dylib
        0x7fff8d237000 -     0x7fff8d40bff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8d40c000 -     0x7fff8d4f0e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff8d4f1000 -     0x7fff8d5ddff7  com.apple.backup.framework (1.3.5 - 1.3.5) <B25104A3-1CE5-36CA-8F26-0A2DE3F95F70> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8d5de000 -     0x7fff8d609ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff8d60a000 -     0x7fff8d60afff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8d637000 -     0x7fff8d63efff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8d63f000 -     0x7fff8d646fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8d6d5000 -     0x7fff8d6e2fff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8d6e3000 -     0x7fff8d71efff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8d71f000 -     0x7fff8d72dfff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8d72e000 -     0x7fff8d745fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8d746000 -     0x7fff8d79afff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8d79b000 -     0x7fff8d89dfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff8d913000 -     0x7fff8d913fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8d914000 -     0x7fff8dc30fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8dc7a000 -     0x7fff8dca5fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff8dca6000 -     0x7fff8dd40ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8dd41000 -     0x7fff8dd65fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8dd74000 -     0x7fff8ddaffff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
        0x7fff8ddb2000 -     0x7fff8ddbcff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
        0x7fff8ddbd000 -     0x7fff8dec9fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8deca000 -     0x7fff8e2f7fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8e333000 -     0x7fff8e33aff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8e347000 -     0x7fff8e34dff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff8e4db000 -     0x7fff8e4f7ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8e4f8000 -     0x7fff8e53fff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8e546000 -     0x7fff8e5b6fff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8e5b7000 -     0x7fff8e5d6fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff8e5d7000 -     0x7fff8e604fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
        0x7fff8e605000 -     0x7fff8e629fff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8e62a000 -     0x7fff8e62bff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8e62c000 -     0x7fff8e6cefff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8e6cf000 -     0x7fff8e6d7fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8e717000 -     0x7fff8e729ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff8e75b000 -     0x7fff8e8e6ff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8e8e7000 -     0x7fff8e988fff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8e9d6000 -     0x7fff8e9d9fff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8e9da000 -     0x7fff8ea23ff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8ea24000 -     0x7fff8ea59fff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8ea5a000 -     0x7fff8ea9bfff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8edf8000 -     0x7fff8ee1efff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8ee1f000 -     0x7fff8ee3ffff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8ee40000 -     0x7fff8ee40fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff8eec5000 -     0x7fff8eec6ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8eec7000 -     0x7fff8f38efff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8f38f000 -     0x7fff8f40aff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8f40b000 -     0x7fff8f4d2ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8f4d3000 -     0x7fff8f4d6ff7  com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8f4d7000 -     0x7fff8f4d9ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8f502000 -     0x7fff8f518fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8f54a000 -     0x7fff8f54eff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8f54f000 -     0x7fff8f57bff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8f57c000 -     0x7fff8f5befff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8f5bf000 -     0x7fff8f5ffff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
        0x7fff8f6b2000 -     0x7fff8f6f2fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff8f6f3000 -     0x7fff8f6f6fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8f6f7000 -     0x7fff8f71efff  com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8f7bb000 -     0x7fff8f7c8ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
        0x7fff8f7d3000 -     0x7fff8f7d4fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8f7d5000 -     0x7fff8f86bff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8f86c000 -     0x7fff8fa0cff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8fa0d000 -     0x7fff8fa2efff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8fa2f000 -     0x7fff8fb30fff  com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8fb31000 -     0x7fff8fb36ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff8fb37000 -     0x7fff8fb5ffff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8fb60000 -     0x7fff8fc3ffff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8fc52000 -     0x7fff8fc6cfff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8fc6d000 -     0x7fff8fd6aff7  com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8fec9000 -     0x7fff90030fff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff90073000 -     0x7fff900d0ff7  com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff900d1000 -     0x7fff90342fff  com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff90343000 -     0x7fff90357ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff90358000 -     0x7fff90392fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff90393000 -     0x7fff90409fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff9040a000 -     0x7fff9083dff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff90b06000 -     0x7fff90b19ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
        0x7fff90b22000 -     0x7fff91106fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff9115b000 -     0x7fff91184fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff9118e000 -     0x7fff91191fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff91192000 -     0x7fff91197fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff913ed000 -     0x7fff91d8ba27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff91d98000 -     0x7fff91db4fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff91db5000 -     0x7fff91de2fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff91de3000 -     0x7fff920d8ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff920d9000 -     0x7fff920e8fff  libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
        0x7fff920e9000 -     0x7fff9217bff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff9217c000 -     0x7fff921ceff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff921cf000 -     0x7fff92977fff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff92e09000 -     0x7fff92e5dff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff92e5e000 -     0x7fff92e5fff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff92e6c000 -     0x7fff92e83fff  com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff92edb000 -     0x7fff92fbfff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff92fc0000 -     0x7fff93043fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff930d7000 -     0x7fff930f4fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff930f5000 -     0x7fff930fafff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff93109000 -     0x7fff9310bfff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff93e44000 -     0x7fff93e52fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
        0x7fff93e53000 -     0x7fff93e5eff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff93e5f000 -     0x7fff93ec7ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff93ec8000 -     0x7fff93ed3ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff93ed4000 -     0x7fff93f2fff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff93f30000 -     0x7fff93f32fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
        0x7fff93f33000 -     0x7fff93fc6fff  com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff94108000 -     0x7fff9410afff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff9410b000 -     0x7fff94268fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff9431f000 -     0x7fff94361ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff94362000 -     0x7fff943a2fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff943a3000 -     0x7fff943a9fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff943b2000 -     0x7fff943b2fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff94cc9000 -     0x7fff94d31ff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff94d4e000 -     0x7fff94e43fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff94fb1000 -     0x7fff94fb7ff7  com.apple.phonenumbers (1.0 - 47) <BC6C2FE2-99C0-3AD6-AA9C-C88780FFFCCF> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff94fba000 -     0x7fff94ff3fe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
        0x7fff94ff4000 -     0x7fff94ff4fff  com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff957b5000 -     0x7fff957b5fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff957b6000 -     0x7fff957b6fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff957b7000 -     0x7fff95ad0fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff95b32000 -     0x7fff95c4bfff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff95c4c000 -     0x7fff95c4dfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff95c4e000 -     0x7fff9606cff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff9606d000 -     0x7fff960acfff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff960ca000 -     0x7fff960cefff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
        0x7fff96163000 -     0x7fff9618bfff  libsandbox.1.dylib (??? - ???) <7C97EBDB-1351-3939-B2A1-68E0F24D79FB> /usr/lib/libsandbox.1.dylib
        0x7fff9618c000 -     0x7fff9618dfff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff96365000 -     0x7fff9640afff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff965f8000 -     0x7fff96604fff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff96605000 -     0x7fff96609fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff9660a000 -     0x7fff9668eff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff9668f000 -     0x7fff96947fff  com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff96948000 -     0x7fff96996fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff96997000 -     0x7fff969a6fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff96cca000 -     0x7fff96ce7ff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff96ce8000 -     0x7fff96d53ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff96d74000 -     0x7fff96d79fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff96df7000 -     0x7fff97021fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff97067000 -     0x7fff9738cff7  com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff9738d000 -     0x7fff976b9fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff976d9000 -     0x7fff9770efff  libTrueTypeScaler.dylib (??? - ???) <A8156684-3BBE-306C-B492-179CDFFD6027> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff97710000 -     0x7fff97815fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff97816000 -     0x7fff97889fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff9788a000 -     0x7fff978bdff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff978be000 -     0x7fff979f4fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff979f5000 -     0x7fff97a0afff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff97aaa000 -     0x7fff97aaafff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff97aab000 -     0x7fff97ab4ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff97ab5000 -     0x7fff97abafff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
        0x7fff97ae7000 -     0x7fff97af9ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff97afa000 -     0x7fff97b05ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff97b06000 -     0x7fff97b36ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff97b37000 -     0x7fff97b8afff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff97b8b000 -     0x7fff97c01ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
        0x7fff97c02000 -     0x7fff97c5dfff  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 75
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 2455
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=222.5M resident=160.1M(72%) swapped_out_or_unallocated=62.4M(28%)
    Writable regions: Total=1.5G written=382.1M(24%) resident=469.1M(30%) swapped_out=0K(0%) unallocated=1.1G(70%)
    REGION TYPE                        VIRTUAL
    =========== =======
    ATS (font support)                   31.9M
    CG image                              272K
    CG shared images                     4400K
    CoreAnimation                          64K
    CoreGraphics                           16K
    CoreServices 1828K
    IOKit                                 404K
    JS JIT generated code               256.0M
    JS JIT generated code (reserved)    768.0M        reserved VM address space (unallocated)
    JS VM register file                  4096K
    JS garbage collector                 66.6M
    JS garbage collector (reserved)        64K        reserved VM address space (unallocated)
    MALLOC                              408.3M
    MALLOC guard page                      64K
    Memory tag=242                         12K
    Memory tag=251                         24K
    SQLite page cache                    3168K
    STACK GUARD                          56.0M
    Stack                                13.1M
    VM_ALLOCATE                          16.6M
    WebCore purgeable data               9428K
    __CI_BITMAP                            80K
    __DATA                               19.5M
    __IMAGE                               528K
    __LINKEDIT                           61.1M
    __TEXT                              161.4M
    __UNICODE                             544K
    mapped file                         301.4M
    shared memory                        6744K
    ===========                        =======
    TOTAL                                 2.1G
    TOTAL, minus reserved VM space        1.4G
    Model: iMac12,1, BootROM IM121.0047.B1F, 4 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 1.71f22
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533642465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.67.5-P2P
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5690H
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 3
    USB Device: hub_device, 0x058f  (Alcor Micro, Corp.), 0x6254, 0xfa120000 / 5
    USB Device: Mass Storage Device, 0x058f  (Alcor Micro, Corp.), 0x6366, 0xfa121000 / 6
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 8
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: USB Optical Mouse, 0x046d  (Logitech Inc.), 0xc05f, 0xfd130000 / 5
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
    FireWire Device: My Book 111D, WD, 800mbit_speed

    I just found out that not only Safari has this problem...
    It happens several times when I'm playing games.
    Does upgrading to Mountain Lion help solve the problem?

  • How to calculate the real height of the text in RichEditableText control?

    Hello,
    I created a new component by extending the RichEditableText control.
    When I try to get the value of contentHeight propery of this class even after compositionComplete event has fired, I get incorrect content height (so called "estimated" height). I was able to obtain the correct value only ater I set verticalScrollPosition to a value beyond this estimated content height thus causing the class to calculate real text height. Here is a code snippet.
    public class ViewerController extends RichEditableText
    public function loadText(){
       var tf:TextFlow = TextConverter.importToFlow(LONG_XML_FILE_WITHOUT_PICTURES_GOES_HERE as XML, TextConverter.TEXT_LAYOUT_FORMAT);
       //Events  
       tf.addEventListener(CompositionCompleteEvent.COMPOSITION_COMPLETE, compositionComplete);
       tf.addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE, pictureLoaded);
       this.textFlow = tf;  
       this.verticalScrollPosition = 0;  
       this.textFlow.flowComposer.composeToPosition(); // I assume this makes the control calculate the real size of the text
    private function pictureLoaded(event:StatusChangeEvent):void {
    private function compositionComplete(event:CompositionCompleteEvent):void {     
    But what if I want to know the real height BEFORE I scroll to the very bottom of the text (or before even displaying this component)?

    SDN is not your code factory, please research yourself before posting, maybe ask whoever handed you this requirement?
    Thread locked.
    Thomas

  • SetFocus() in InteractionManager is not working?

    Hi,
    I'm trying to implement TLF in out chat application and looks like setFocus() command in InteractionManager has a bug. Here is a code demonstrating it:
    var tf:TextFlow = new TextFlow(); // define TextFlow and manager objects
    var em:EditManager = new EditManager();
    cc = new DisplayObjectContainerController(this, 290, 38);
    tf.interactionManager = em;
    // compose TextFlow to display
    tf.flowComposer.addController(cc);
    // add event handler to listen for SelectionEvent
    tf.addEventListener(SelectionEvent.SELECTION_CHANGE, selectionHandler);
    tf.addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGED, graphicStatusChangeHandler);
    tf.flowComposer.updateAllContainers(); // update visual representation
    // format configuration
    var charFormat:CharacterFormat = new CharacterFormat();
    charFormat.color = me.colorsArray[me.currColor];
    charFormat.fontFamily = "Tahoma, _sans";
    charFormat.fontSize = 12;
    charFormat.lineHeight = "80%";
    tf.hostCharacterFormat = charFormat;
    tf.interactionManager.setSelection(0,0);
    var pf:ParagraphFormat = new ParagraphFormat();
    pf.direction = Direction.RTL;
    pf.marginLeft = 2;
    pf.marginRight = 3;
    pf.marginTop = 5;
    IEditManager(tf.interactionManager).applyParagraphFormat(pf);
    tf.interactionManager.setFocus();
    Actually I see a cursor appears on screen but when I enter the text I am unable to see it. When I'll click with my mouse on the text edit area I can able to enter the text. Tell me what I'm doing wrong. May be the problem is only for text area which is set to RTL user input?
    Looks like in the  online rich text editor demo you have exactly the same problem, when you switch text direction from LTR to RTL you can't enter the text until you click with your mouse on the text edit area.
    Igor Vasiliev
    www.blogtv.com

    The problem with the new one is a file size - when I'm trying to include new TLF library to my project I can't compile it in Flash CS4. Actually I had exactly the same problem with the old one too, but after a short investigation I found that the problem is a large amount of code I have in the existing project and I put several things to the external SWF file and now I'm able to compile and work with it. The new TLF library is twice big then the old one and I'm unable to compile it at all within my project. ;(
    Now, regarding the problem I posted here I think you have a runtime problem. Actually I found a solution, I just set focus with 500 milliseconds delay and now it works. Looks like when I make first call you updating something on the screen and can't set it for the first time.
    Personally I think the file size of the TLF library is the biggest problem now with Flash CS4. Looks like IDE unable to compile projects with a lot of code inside. I never saw this happens with old Flash CS3. ;(

  • Added albums to iTunes, but they do not show up in the Music Library view.

    I imported some albums and the albums do not show up in the Music Library view, however I created a playlist containing all songs added today and they show right up. Is there a fix for this?

    They don't show up at all or they don't show up where you expect them to?
    The iTunes Library is divided into a number of sources, Music, Podcasts, Books etc. Each file added ends up in just one of these sources depending on its *Media Kind* plus any playlists for which it has matching criteria.
    Settings such as *Part of a Compilation, Sort Artist* or *Sort Album Artist* can make albums appear in an unexpected location within Music.
    See http://samsoft.org.uk/iTunes/grouping.asp for more on organising things in iTunes.
    tt2

  • Idsyncwin does not invalidate old passwords

    I am using Identity Synchronization for Windows (part of DSEE 11g) to replicate MSAD accounts into an organization maintained in DSEE, one-way. This works acceptably, except for one nit, which may be a problem to complete the POC demonstration: a change of user password in MSAD does not propagate into DSEE reliably.
    To be more specific, when the password is changed in Active Directory, ISW does detect the change and sets dspswvalidate:true as is expected. If the DSEE user logs in with the new MSAD password, this password is validated against MSAD, succeeds, and is saved into DSEE. Likewise, login with a random password fails as expected.
    However, if the user logs in with his old DSEE password, the validation against MSAD is logged as successful (which is apparently wrong), but the old DSEE password remains in place. The dspswvalidate flag is cleared and the user no longer has a chance to log in with a Windows password - the old DSEE password remains in place.
    I see that when provisioning new users, ISW can place an invalid string into userpassword attribute... can it do the same when it detects changes in the upstream MSAD data, so the user has no possibility to log in with an obsolete password?
    Since the ISW is a bit of esoteric and old product with little change from DS5.x times (though works fine with current DSEE and MSAD), possibly a solution would be to make some plugin for DSEE that would detect changes to the dspswvalidate flag and invalidate a password?.. Any ideas how to do this, if all else fails?
    Thanks in advance,
    //Jim Klimov

    So... status update: the problem has been traced to MSAD - the domain controllers trust both the user's new password and the previous password for 5 minutes, which leads to DSEE testing the old passwords if the clients request it to (i.e. regular mail checks), trusting them and saving them for posterity (and removing the flag to verify passwords via MSAD).
    The Windows team was not able to remove this behaviour from domain controllers. It is also probably infeasible to change their password-changing procedure to change it twice (so as to forget the previous password completely), or to instantly (programmatically?) log in to DSEE via convergence or ldapsearch or whatever with the new password, or to manually change the email password as well - especially when end-users can change their domain passwords too.
    So the problem remains: old passwords are verifiable via MSAD and thus trusted by DSEE, so for example regular messaging tasks running on behalf of users might practically prevent propagation of updated passwords from MSAD domain into DSEE/CommSuite.
    One solution that I see is to have DSEE (maybe via its ISW plugin) not remove the dspswvalidate flag for a configurable timeout after it first detected the password-change event on another directory source. This way for some 10 minutes (for example) after the MSAD-initiated password invalidation, DSEE would re-validate against the domain, ultimately making sure that the saved-to-trust password is the new one.
    Another idea is to test the user-provided cleartext password against (a copy of) the old DSEE userPassword hashed value, and not save the password if it is positive against both the MSAD domain and old DSEE password.
    Both of those ideas rely on changes to the ISW plugin which we can not do to the closed-source program.
    A bolt-on solution might be to make a script that runs every minute from crontab, detects new DSEE invalidations and saves a timestamp. Then for those example 10 minutes it would restore the requirement to validate against MSAD, if it detects the invalidation flag cleared during this time. I can foresee how this would NOT work and increase helpdesk calls, with lags upon logins after the password change, on-and-off trust of DSEE to one or another password, and mostly with automated email tasks firing within that minute between script runs so that the password change event, setting of the flag, validation of old password and clearing of the flag all happen before the bolt-on script would detect that anything happened.
    MAYBE though, it can parse cn=changelog for a verifiable history of events to detect appearances of the validation flag - even if it has been cleared by the time the script runs...
    Still, the bolt-on sounds like an unreliable solution, though doable.
    Are there any other ideas or practical advices, remaining withing the constraints of MSAD + DSEE + IdSyncWin? (Implementation of IAMS in particular, to unify this and other identity management is considered, but as a separate project and purchase - so some solution is needed for what they have today)
    Thanks,
    //Jim Klimov

  • Need to import iTunes library, but can't "consolidate" first

    I recently downloaded iTunes 7. Shortly thereafter, the program would unexpectedly quit within a minute of starting up iTunes. After so many times, my hard drive lost its ability to start up. With the help of Tech Support, I used Disc Utility from the Tiger Install DVD to determine that the drive was problematic and that I should copy files off of it before losing them forever. I now have a new hard drive installed and am able to read off of the old one through an external hard drive enclosure via USB. I have looked at how to move an iTunes library, but everything I read says that I need to start up from the old drive, open iTunes and "Consolidate Library..." (under Advanced). I CAN'T DO THIS!!!! The best I have been able to come up with is to open the new iTunes on the new hard drive and import from the old one. This gets me all the songs, but no playlists. THEN I import the .xml file and this gets me my playlists and fills up what it can. I can't figure out how to import all my ratings and without those ratings, some of my Smart Lists have no songs in them. So my first problem is: How do I get the ratings back? I also have a second problem: I had to "authorize" the music I purchased from the iTunes Music Store. Will I have to "authorize" for each iPod I update on this machine??? I'm hoping someone can tell me the correct way for me to move my music to my new hard drive that includes all my ratings and stuff and gives me no loss of "authorizations". HELP!!!!
    P.S. - Startup Disk does not give me the option to boot in OSX from the old hard drive. Strangely though, I do get the option of booting in OS9! Perhaps this means I just need to repair OSX on the drive somehow??? If it's easier, help me get my old hard drive to boot again in OSX, that would then allow me to "consolidate" my library and do it correctly.
    G4 Mirrored doors   Mac OS X (10.4.6)  

    Quit iTunes. Go to your user account/Library/Preferences folder and locate a file named "com.apple.iTunes.plist". Drag it to the trash.
    Restart iTunes and the iTunes Setup Assistant will run again and you can select your choice for internet playback on the second screen.
    You will have to goto iTunes > Preferences and reselect your preferences in each tab. The default general preference is to not show iTunes U, Books, Apps and Ringtones libraries, so if you want to see them, be sure to check them off.

  • Errors in implementing Text Layout Framework text flow- selection event not found

    please help me i have implemented the same project givan at adobe open source code site.
    This is my code
    <?xml version="1.0" encoding="utf-8"?>
    <!--
    ADOBE SYSTEMS INCORPORATED
    Copyright 2008 Adobe Systems Incorporated
    All Rights Reserved.
    NOTICE:  Adobe permits you to use, modify, and distribute this file
    in accordance with the terms of the Adobe license agreement
    accompanying it.  If you have received this file from a source
    other than Adobe, then your use, modification, or distribution
    of it requires the prior written permission of Adobe.
    -->
    <!-- Demonstrate some example controls.  This example does not attempt to create a control for every property in the TextLayoutFramework -->
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" label="Text Editor Example" initialize="init()" backgroundColor="#FFFFFF" horizontalScrollPolicy="off" verticalScrollPolicy="off">
    <mx:Script>
    <![CDATA[
    import flashx.textLayout.container.ContainerController;
    import flashx.textLayout.conversion.TextConverter;
    import flashx.textLayout.edit.EditManager;
    import flashx.textLayout.edit.IEditManager;
    import flashx.textLayout.edit.ElementRange;
    import flashx.textLayout.edit.SelectionState;
    import flashx.textLayout.elements.Configuration;
    import flashx.textLayout.elements.TextFlow;
    import flashx.textLayout.events.StatusChangeEvent;
    import flashx.textLayout.events.SelectionEvent;
    import flashx.textLayout.formats.ITextLayoutFormat;
    import flashx.textLayout.formats.TextLayoutFormat;
    import flashx.textLayout.formats.TextAlign;
    import flashx.textLayout.formats.VerticalAlign;
    import flashx.textLayout.formats.BlockProgression;
    import flashx.textLayout.formats.Direction;
    import flashx.textLayout.tlf_internal;
    import flashx.undo.UndoManager;
    import flash.display.Sprite;
    import flash.system.Capabilities;
    // the textFlow being worked on
    private var _textFlow:TextFlow = null;
    // container to hold the text
    private var _container:Sprite = null;
    // data providers for enumerated list boxes
    static private const textAlignData:Array = [
    { label:"Justify", data:TextAlign.JUSTIFY},
    { label:"Left", data:TextAlign.LEFT},
    { label:"Right", data:TextAlign.RIGHT},
    { label:"Center", data:TextAlign.CENTER},
    { label:"End", data:TextAlign.END},
    { label:"Start", data:TextAlign.START}
    static private const verticalAlignData:Array = [
    { label:"Bottom", data:VerticalAlign.BOTTOM },
    { label:"Justify", data:VerticalAlign.JUSTIFY },
    { label:"Middle", data:VerticalAlign.MIDDLE },
    { label:"Top", data:VerticalAlign.TOP }
    static private const blockProgressionData:Array = [
    { label:"TopToBottom", data:BlockProgression.TB },
    { label:"RightToleft", data:BlockProgression.RL }
    static private const directionData:Array = [
    { label:"LeftToRight", data:Direction.LTR },
    { label:"RightToleft", data:Direction.RTL }
    * initialization
    private function init():void
    // create a sprite to hold the TextLines
    _container = new Sprite();
    textArea.rawChildren.addChild(_container);
    fontFamily.dataProvider = populateFontFamily();
    versionInfo.text = "Vellum: " + flashx.textLayout.BuildInfo.kBuildNumber + (Configuration.tlf_internal::debugCodeEnabled ? " Debug" : " Release")
    + ", Flex: " + mx_internal::VERSION
    + ", Player: " + Capabilities.version;
    * Create an array of available font families
    static private function populateFontFamily():Array
    // really this returns an array of fonts - would be nice to strip it down to just the families
    var fonts:Array = Font.enumerateFonts(true);
    var fontfamily:Array = new Array();
    fonts.sortOn("fontName", Array.CASEINSENSITIVE);
    for(var i:int = 0; i< fonts.length; i++)
    // trace(fonts[i].fontName);
    fontfamily.push({label: fonts[i].fontName, data: fonts[i].fontName});
    return fontfamily;
    /** called to set the size of this panel */
    public function setSize(w:int,h:int):void
    this.width = w;
    this.height = h;
    textArea.width = width;
    textArea.height = height > bottomTabs.height ? this.height-bottomTabs.height : 0;
    if (_textFlow)
    _textFlow.flowComposer.getControllerAt(0).setCompositionSize(textArea.width,textArea.heigh t);
    _textFlow.flowComposer.updateAllControllers();
    /** called when the bottom tabs finally gets sized. */
    private function bottomTabsResize():void
    setSize(width,height);
    /** The TextFlow to edit. */
    public function get textFlow():TextFlow
    { return _textFlow; }
    public function set textFlow(newFlow:TextFlow):void
    // clear any old flow if present
    if (_textFlow)
    _textFlow.flowComposer = null;
    _textFlow = null;
    _textFlow = newFlow;
    if (_textFlow)
    _textFlow.flowComposer.addController(new ContainerController(_container,textArea.width,textArea.height));
    // setup event listeners for selection changed and ILG loaded
    _textFlow.addEventListener(SelectionEvent.SELECTION_CHANGE,selectionChangeListener,false,0 ,true);
    _textFlow.addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE,graphicStatusCha ngeEvent,false,0,true);
    // make _textFlow editable with undo
    _textFlow.interactionManager = new EditManager(new UndoManager());
    // initialize with a selection before the first character
    _textFlow.interactionManager.selectRange(0,0);
    // compose the new textFlow and give it focus
    _textFlow.flowComposer.updateAllControllers();
    _textFlow.interactionManager.setFocus();
    /** Receives an event any time an ILG with a computed size finishes loading. */
    private function graphicStatusChangeEvent(evt:StatusChangeEvent):void
    // recompose if the evt is from an element in this textFlow
    if (_textFlow && evt.element.getTextFlow() == _textFlow)
    _textFlow.flowComposer.updateAllControllers();
    /** Receives an event any time the selection is changed.  Update the UI */
    private function selectionChangeListener(e:SelectionEvent):void
    var selectionState:SelectionState = e.selectionState;
    var selectedElementRange:ElementRange = ElementRange.createElementRange(selectionState.textFlow, selectionState.absoluteStart, selectionState.absoluteEnd);
    // set display according to the values at the beginning of the selection range.  For point selection/characterFormat use getCommonCharacterFormat as that tracks pending attributes waiting for the next character
    var characterFormat:ITextLayoutFormat = _textFlow.interactionManager.activePosition == _textFlow.interactionManager.anchorPosition ? _textFlow.interactionManager.getCommonCharacterFormat() : selectedElementRange.characterFormat;
    var paragraphFormat:ITextLayoutFormat = selectedElementRange.paragraphFormat;
    var containerFormat:ITextLayoutFormat = selectedElementRange.containerFormat;
    updateComboBox(fontFamily,characterFormat.fontFamily);
    fontSize.text = characterFormat.fontSize.toString();
    lineHeight.text = characterFormat.lineHeight.toString();
    updateComboBox(textAlign,paragraphFormat.textAlign);
    textIndent.text = paragraphFormat.textIndent.toString();
    columnCount.text = containerFormat.columnCount.toString();
    columnGap.text = containerFormat.columnGap.toString();
    updateComboBox(verticalAlign,containerFormat.verticalAlign);
    updateComboBox(blockProgression,_textFlow.computedFormat.blockProgression);
    updateComboBox(directionBox,_textFlow.computedFormat.direction);
    /** Helper function to update a comboBox in the UI */
    private function updateComboBox(box:ComboBox,val:String):void
    for (var i:int = 0; i < box.dataProvider.length; i++)
    if (box.dataProvider[i].data == val)
    box.selectedIndex = i;
    return;
    box.text = val;
    * These functions are helpers for the various widgets to actually perform the operations on the TextFlow
    private function changeFontFamily(newFontFamily:String):void
    if (_textFlow && _textFlow.interactionManager is IEditManager)
    var cf:TextLayoutFormat = new TextLayoutFormat();
    cf.fontFamily = newFontFamily;
    IEditManager(_textFlow.interactionManager).applyLeafFormat(cf);
    _textFlow.interactionManager.setFocus();
    private function changeFontSize(newFontSize:String):void
    if (_textFlow && _textFlow.interactionManager is IEditManager)
    var cf:TextLayoutFormat = new TextLayoutFormat();
    cf.fontSize = newFontSize;
    IEditManager(_textFlow.interactionManager).applyLeafFormat(cf);
    _textFlow.interactionManager.setFocus();
    private function changeLeading(newLeading:String):void
    if (_textFlow && _textFlow.interactionManager is IEditManager)
    var cf:TextLayoutFormat = new TextLayoutFormat();
    cf.lineHeight = newLeading;
    IEditManager(_textFlow.interactionManager).applyLeafFormat(cf);
    _textFlow.interactionManager.setFocus();
    private function changeTextAlign(newAlign:String):void
    if (_textFlow && _textFlow.interactionManager is IEditManager)
    var pf:TextLayoutFormat = new TextLayoutFormat();
    pf.textAlign = newAlign;
    IEditManager(_textFlow.interactionManager).applyParagraphFormat(pf);
    _textFlow.interactionManager.setFocus();
    private function changeTextIndent(newIndent:String):void
    if (_textFlow && _textFlow.interactionManager is IEditManager)
    var pf:TextLayoutFormat = new TextLayoutFormat();
    pf.textIndent = newIndent;
    IEditManager(_textFlow.interactionManager).applyParagraphFormat(pf);
    _textFlow.interactionManager.setFocus();
    private function changeColumnCount(newCount:String):void
    if (_textFlow && _textFlow.interactionManager is IEditManager)
    var cf:TextLayoutFormat = new TextLayoutFormat();
    cf.columnCount = newCount;
    IEditManager(_textFlow.interactionManager).applyContainerFormat(cf);
    _textFlow.interactionManager.setFocus();
    private function changeColumnGap(newGap:String):void
    if (_textFlow && _textFlow.interactionManager is IEditManager)
    var cf:TextLayoutFormat = new TextLayoutFormat();
    cf.columnGap = newGap;
    IEditManager(_textFlow.interactionManager).applyContainerFormat(cf);
    _textFlow.interactionManager.setFocus();
    private function changeVerticalAlign(newAlign:String):void
    if (_textFlow && _textFlow.interactionManager is IEditManager)
    var cf:TextLayoutFormat = new TextLayoutFormat();
    cf.verticalAlign = newAlign;
    IEditManager(_textFlow.interactionManager).applyContainerFormat(cf);
    _textFlow.interactionManager.setFocus();
    private function changeBlockProgression(newProgression:String):void
    if (_textFlow && _textFlow.interactionManager is IEditManager)
    var cf:TextLayoutFormat = new TextLayoutFormat();
    cf.blockProgression = newProgression;
    IEditManager(_textFlow.interactionManager).applyFormatToElement(_textFlow,cf);
    _textFlow.interactionManager.setFocus();
    /** Set direction on the rootElement.  This effects both columnDirection and default reading order. */
    private function changeDirection(newDirection:String):void
    if (_textFlow && _textFlow.interactionManager is IEditManager)
    var pf:TextLayoutFormat = new TextLayoutFormat();
    pf.direction = newDirection;
    IEditManager(_textFlow.interactionManager).applyFormatToElement(_textFlow,pf);
    _textFlow.interactionManager.setFocus();
    ]]>
    </mx:Script>
    <!-- <mx:VBox horizontalScrollPolicy="off" verticalScrollPolicy="off" width="100%" height="100%"> -->
    <mx:Canvas id="textArea" width="520" height="400"/>
    <mx:TabNavigator id="bottomTabs" width="100%" creationPolicy="all" paddingLeft="4" paddingBottom="8" backgroundColor="#D9D9D9" color="#202020" horizontalScrollPolicy="off" verticalScrollPolicy="off" resize="bottomTabsResize()">
    <mx:HBox label="Text" backgroundColor="#D9D9D9" width="496" horizontalScrollPolicy="off" verticalScrollPolicy="off" >
    <mx:Label text="Font:"/>
    <mx:ComboBox id="fontFamily" editable="true" enter="changeFontFamily(fontFamily.text)"  close="changeFontFamily(fontFamily.text)" width="200"/>
    <mx:Label text="Size:"/>
    <mx:TextInput id="fontSize" enter="changeFontSize(fontSize.text)" width="40"/>
    <mx:Label text="LineHeight:"/>
    <mx:TextInput id="lineHeight" enter="changeLeading(lineHeight.text)" width="40"/>
    </mx:HBox>
    <mx:HBox label="Para" backgroundColor="#D9D9D9" width="496">
    <mx:Label text="Alignment:"/>
    <mx:ComboBox id="textAlign" close="changeTextAlign(textAlign.selectedItem.data)" dataProvider="{textAlignData}"/>
    <mx:Label text="FirstLineIdent:"/>
    <mx:TextInput id="textIndent" enter="changeTextIndent(textIndent.text)" width="40"/>
    </mx:HBox>
    <mx:HBox label="Container" backgroundColor="#D9D9D9" width="496">
    <mx:Label text="Columns:"/>
    <mx:TextInput id="columnCount" toolTip="auto or a number" enter="changeColumnCount(columnCount.text)" width="40"/>
    <mx:Label text="Gap:"/>
    <mx:TextInput id="columnGap" toolTip="a number" enter="changeColumnGap(columnGap.text)" width="40"/>
    <mx:Label text="VerticalAlignment:"/>
    <mx:ComboBox id="verticalAlign" close="changeVerticalAlign(verticalAlign.selectedItem.data)" dataProvider="{verticalAlignData}"/>
    </mx:HBox>
    <mx:HBox label="Flow" backgroundColor="#D9D9D9" width="496">
    <mx:Label text="Progression:"/>
    <mx:ComboBox id="blockProgression" close="changeBlockProgression(blockProgression.selectedItem.data)" dataProvider="{blockProgressionData}"/>
    <mx:Label text="Direction:"/>
    <mx:ComboBox id="directionBox" close="changeDirection(directionBox.selectedItem.data)" dataProvider="{directionData}"/>
    </mx:HBox>
    <mx:HBox label="Version" backgroundColor="#D9D9D9" width="496">
    <mx:TextInput id="versionInfo" editable="false" width="100%"/>
    </mx:HBox>
    </mx:TabNavigator>
    <!-- </mx:VBox> -->
    </mx:VBox>

    Probably something is going wrong when the application is being built, and textLayout.SWC is not found. Are you using Flex or Flash Pro to build it? What version? Does this error come up when you build the project, or when you run it?
    Thanks,
    - robin

  • Random Crashes

    I've got a 2GHz dual-processor G5 that has been running great since new. I recently added additional memory (purchased from OWC) and since then I get crashes from various apps at random times. The most frequent culprit is Activity Monitor; invariably it will unexpectedly quit within a few minutes after it's launched. Firefox 1.5 is another one, except it won't get past the splash screen before it crashes.
    Is there a logical way to figure out if it is the memory that is at fault, or is it just as logical to assume that it is the memory? Or is it maybe a software problem that a reinstall will cure?
    15" PowerBook, mini, G4   Mac OS X (10.3.9)  
    15" PowerBook, mini, G4   Mac OS X (10.3.9)  

    Oops; sorry. I didn't realize I was still in the PowerBook questions area.
    I don't suppose there is a way to move this, is there? Hosts?

  • Plants are needed to validate against company in Component Tab - IW31

    Hi Experts ,
    Module PM , T Code IW31 ,
    Plants are needed to validate against company in Component Tab and need to populate error message in status bar . Thereafter user possible to correct whatever the error and save it .
    Can you please help me to solve this issue.
    Component Data is populated in Data grid (Data Table). These user exits are not fired within a loop( Not repeating with line of components).
    Is there way to read whole table ?
    Already i tried BADI -IW O1_ORDER_BADI and
    exit -
    PRM0003 User field: Maintenance plan
    WO10001 Create a PM sub-order
    WO10002 PM maintenance order: Customer check for order release
    WO10004 Maintenance order: Customer check for order completion
    WO10005 Maintenance order: Cust.-specif. determination of profit ctr
    WO10006 Maint. order: Fcode exclusion through cust. enhancement
    WO10007 Maint.order: Customer enhancement - permits in the order
    WO10008 Cust. enhancement: Determination of tax jurisdiction code
    WO10009 PM Order: Customer Check for 'Save' Event
    WO10010 Maint. order: Cust. enhancement for determining WBS element
    WO10012 Maintenance order: Priority handling on central header
    WO10015 Maintenance order: F4 Help for user fields on operation
    WO10016 PM Order: Cust. enhancement to check operation user fields
    WO10017 Determine external order number by customer logic
    WO10018 Maintenance order: User fields on order header
    WO10020 Maintenance order: Automatically include task list
    WO10021 Automatic task list transfer when creating order from notif.
    WO10022 Determine calendar from user exit
    WO10025 PM/SM order: Finding responsible cost center
    WO10026 User check on setting status 'Do not perform'
    WO10031 Hide personnel number in PM/SM order
    WO20001 PM order: User exit to pass routing to order
    EXIT_SAPLCOMK_004 (Enhancement - CNEX0013)
    COZF0002
    COZF0001
    Thanks,
    Rehan

    Hi,
       I am not completely clear with ur question, i think system will give message if component is selected from other company code, but if ur looking for something specfic ..check the below
    CNEX0037 : Check a newly assigned component.
    CNEX0038: Check a changed component.
    regards
    pushpa

  • Using Javascript to prevent a tab or tree item from navigating?

    Hello there,
    I have been trying to implement the functionality across my forms that if a user has entered data but attempts to navigate away by clicking on another tab or item in a tree list they are notified that they have not clicked submit and they will ose there changes.
    Using the help from: Re: detecting changes to items prior to submitting page I managed to get this working, so that if they (the user) have edited any items, an alert displays "Data has been changed. Continue anyway?", with the options OK and Cancel. However even if the user clicks cancel, the page will still navigate away losing the changes.
    In the provided link from the other thread, 'grahamr' appears to have provided the solution for this but later removed this code as he couldnt get it to display properly in the forums.
    Is there anyone else who might know how I can get the javascript to "block" navigation if the user selects cancel?
    Thankyou for any insight anyone can provide,
    Jordan

    Hmm,
    I had a look at your example application on the supplied link, however I cannot find any instructions or steps on how to go about implementing this method.
    Using my current method (from the thread linked in the first post of this thread) I have no problem getting the javascript to recognise changes and prompt the user on trying to leave - it's just that the href continues regardless of the user clicking cancel (wish grahamr managed to resolve somehow). Do you know why this might be?
    My javascript (2 posts above) is fired within the Anchor tag of my tabs and tree items like so; (Im only using [ ] brackets here so that it will display in the forum)
    [a onclick="javascript:checkForChangedData();" href="#TAB_LINK#" ][font color="#FFFFFF"]#TAB_LABEL#[font][a]
    Or if possible is there any assistance you could provide for implementing the method in your sample application? (I dowloaded the app but that page was not in it)
    Any help you can provide is greatly appreciated,
    Jordan

  • XI freezes

    Dear experts,
    we have a customer where our 'dress rehearshal' for go-live failed 3 times.
    <b>Scenario</b>
    1. IDocs are sent (for outbound deliveries) from backend to a BPM.
    2. The BPM works as follows: synch call to an HTTP receiver. Depending on the reply:
       a. If OK, process is completed
       b. In case of application error an alert is thrown and a wait step starts. The BPM allows for a max 3 such 'retries', if 3 is reached then the process is terminated with error.
       c. In case of unknown return code a termination occurs (no retries).
    <b>Symptom</b>
    No problems occured during our tests. However during the dress rehearshal (about 2000 Idocs fired within 30 minutes from the backend) after some minutes of normal operation the following happened:
    1.     Messages from SAP backend get stuck in status 'to be delivered' and remain there for days
    2.     The business process (SAP workflow) timeouts last hours rather than the prescribed 1 minute (we had this for testing, normally should be half a day)
    3.     It was impossible to launch the integration builder html pages. Java seemed totally 'down'.
    4.     Occasionally, we could not even log on to the ABAP stack.
    5.      The logs show an unreasobaly high number of 'rollbacks' being executed.
    5.     Despite all this:
    •     that the CPU works at very small percentage !!!
    •     No storage problem is detected...
    <b>Actions taken</b>
    WE could not remedy the situationm even after several restarts of XI. We managed to get it again running properly after restarting the <i>server</i>.
    We then tried some parameter tuning (including dialog processes and queues) but again after some hours of being happy the same happened.
    Our machine is a 4 CPU with 16 GB, should be OK for this.
    IDEAS ARE WELCOME...

    Hi,
    I am sharing my thoughts.
    1 ) Might be due  to couple of  interfaces  using BPM  in Synchronous,  More the BPM  the system  performance  will be  slow  and  more over you are using the  calls in  Synchronous, Hence it  will occupy more memory  and wait  for the response.  assume  at  particular time  couple  of  interface  are  waiting  for response  from the other  side... Obviously  it  will make the  system  Freeze.
    2) Status:  TO_BE_DELIVERED
    Which means that the message was successfully delivered from Integration Server point of view and it states that the messages is initially handed over to the Messaging System.
    TO_BE_DELIVERED occurs while the message is put into the Messaging System receive queue.
    Solution:
    This is done via the Messaging System receive servlet:
    http://<Host>:<PORT>/MessagingSystem/receive/<CONNECTION>
    /<PROTOCOL>
    Only if this was executed successfully the Messaging System returns HTTP 200 to the Integration Server and the Status TO_BE_DELIVERED moves to DELIVERING
    1.     Try logging into Sap GUI with two users:  XIAPPLUSER & XIAFUSER
    to see if they are blocked
    2.      We can check the messages:
    AdapterFramework
    com.sap.aii.adapterframework.serviceuser.language
    com.sap.aii.adapterframework.serviceuser.name = XIAFUSER
    com.sap.aii.adapterframework.serviceuser.pwd
    ApplicationSystem
    com.sap.aii.applicationsystem.serviceuser.language
    com.sap.aii.applicationsystem.serviceuser.name = XIAPPLUSER
    com.sap.aii.applicationsystem.serviceuser.pwd
    in the exchange profile to make sure the right passwords
    Regards
    Agasthuri Doss

  • Captivate 7 - The Exit Bug and a Solution

    Hey Everyone,
    I wanted to take a second and share some good information I found in regards to SCORM and the Exit functionality in Captivate 7. Below is the blog post that shows how to make the Adobe Exit functionality "SCORM Compliant" and solved my issues when uploading my project and getting them to exit. Hope this helps
    Captivate 7, Exit Bug and a Solution
    Several of our Inquisiq R3 users have alerted us to the fact that courses developed with Captivate 7 published to HTML5 and SWF do not close properly when using the “Exit” button, forcing the user instead to manually close the browser window by clicking the “X” in the upper-right corner of the browser window.
    Through our investigation into this issue, it appears that the process that Adobe has implemented when clicking the “Exit” button is to simply attempt to close the content window and rely on the LMS to capture and commit the session data. Nowhere did we see that the content was actually calling the “LMSFinish()” [SCORM 1.2] or “Terminate()” [SCORM 2004] methods in the LMS’s SCORM API to commit the lesson data to the LMS as required by the SCORM specification.
    Adobe uses their own defined function, “DoCPExit,” to close a lesson window.  This method contains a “window.close()” call and additional logic to “bubble up” the command through the frame parents (if they exist and also contain the “DoCPExit” method - presumably because they would also be Adobe-published content files within your package).
    There are several flaws to this approach.
    By not calling “LMSFinish()” or “Terminate(),” the content is, by definition, not SCORM conformant.  Part of the minimum requirements for conformance are that the content calls the initialization method “LMSInitialize()” in SCORM 1.2 or “Initialize()” in SCORM 2004 and the  termination method “LMSFinish()” in SCORM 1.2 or “Terminate()” in SCORM 2004. The LMS is not required to clean up the data left behind when the content fails to make this call. So if your LMS doesn’t take this additional step (of setting ‘LMSFinish’ or ‘Terminate’ if the lesson does not), your data will be completely lost…i.e. no record of you taking the lesson will be recorded.
    The call to close the browser window will fail if the LMS is running the content within a frame or iframe. Since the SCORM specification allows content to be launched in frames or iframes (in addition to new browser windows), lessons need to be able to accommodate this scenario. Even with the “bubble up” logic, once the call reaches the top most content window, and the next parent window in line is the LMS container page, the call will no longer be passed and a “window.close()” call will be fired within the framed page.  When this call is made, nothing will happen as a framed page cannot close the browser window using this command. Through our investigation, we’ve learned that at least 4 other well-known LMSs have experienced this particular issue.
    Ironically, the solution that we’ve discovered is not only SCORM conformant, but also very simple and follows what we would consider to be SCORM “best practices”.  The foundation and logic for the solution is already contained within the published Captivate files (and it is the same solution whether you publish to SCORM 1.2 or SCORM 2004).
    We simply modify the “DoCPExit” method that is contained within the “Utilities.js” file to call the “Finish()” method.  Just replace all the code appearing between the “{“and the “}” as you see here:
    function DoCPExit(){     Finish();
    The “Finish()” method that we have inserted is, as mentioned, already contained within the published Captivate files and contains the logic to properly set the exit parameters and correctly identify whether the content is SCORM 1.2 or SCORM 2004; it will therefore make a call to the correct close method (“LMSFinish()” or “Terminate()”) accordingly.  Once the LMS has received this command, it should take care of removing the content properly, leaving no need for any “bubble-up” logic or window close calls within the content code.
    Overall, if the lessons you develop with Captivate 7 work as expected and required in your LMS, there is no need to implement this change. However, if your lesson’s Exit button is not working as it should, and/or you are losing progress and status data when closing the lesson, the fix described here should resolve all those issues.
    The biggest issue here is that since we’re changing published code, the next time you update and publish that same Captivate project, you have to remember to change that published function code AGAIN, as Captivate will simply publish the default code.
    We have been in touch with the Captivate team to discuss this problem and they are investigating. We would hope a patch to address this flaw would be released in the near future
    All credit of this fix goes to http://blog.icslearninggroup.com/2013/10/captivate-7-exit-bug-and-solution.html

    Try clearing out your project cache (Preferences > General > Clear Cache) then republish using the option to Force Republish All Slides.
    If that doesn't resolve the issue, you may be seeing the early stages of project file corruption.  Check the suggestions in this post about troubleshooting issues where you may need to copy all slides to a new blank project shell to try and strip out corruption:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/basic-troubleshooting-tech niques

Maybe you are looking for

  • How to transfer IMovie project from one user to another on MacBok Pro?

    My daughter made a movie with IMovie and I would like to add music from my files. We work as separate users and now I cannot open the project with myself as user. How can I access the movie made as another user? Even if I copy the project on my deskt

  • Spry Accordion issue in IE6/IE7

    I'm having a problem with the Spry Accordion widget that I placed on this page: WireCare Customer Support It works flawlessly in Firefox, but the tab expansion is erratic in IE 6 and IE7. If anyone has a solution, I'd love to hear it. Thanks in advan

  • Using EXPDM genrating text file

    Dear All, Is it possible using EXPDP (Data Pump) in Oracle 10g or 11g we can export tables data in ASCII/Text file? Or using ImpDP can we impot any text file into tables etc. If any one yes then how? Thanks

  • Issue with quote site command,FTP

    Hello SDNit's, We have come accross a wierd problem where in we are trying to set the record length using the QUOTE site command . The command works alright when we run it on the FTP server but when we execute the same using the FTP_COMMAND function

  • "No Error" exception when printing report after Export

    Hello, When calling a PrintToPrinter function after an Export of the same instance, the exception with the message "No Error" comes up. This happens only for certain reports.    at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetLas