CoreTreeTable Range Index

Hi All,
in the CoreTreeTable where is the range index stored. in the ide there is a member variable _firstMap whose value has the range index. Can you please let me know how to access it and reset it?
Note:
There is an issue with page navigation using af:treeTable, where is the range index is not getting reset when i perform previous/Next operation. I am planning to reset it to 0 explicitly when i want to move up the hierarchy. Please help
Regards
Sam

If a query is going to return a significant fraction of the rows in a table, a full table scan is going to be faster than using an index. Unless your table has data going back a number of decades, I would expect that a query that returns all the rows for a particular year would be faster using a full table scan than scanning an index. Full table scans aren't inherently bad for performance.
You can do a quick experiment to see whether the index will actually improve performance in your case by making use of a hint. Compare the performance of your unhinted statement:
SELECT *
  FROM T_tbl
WHERE T_dt BETWEEN '01-jan-2001' AND '01-jan-2002'with the performance of your hinted statement
SELECT /*+ INDEX( T_tbl <<index name>> ) */ *
  FROM T_tbl
WHERE T_dt BETWEEN '01-jan-2001' AND '01-jan-2002'The easiest way to compare the performance of the two is to run each 3 or 4 times and compare the run times. If you want to get a bit more sophisticated, Tom Kyte has a test harness on his site http://asktom.oracle.com that will compare the work two different queries have to do (logical I/O, latches, etc) as well as timing them. It's quite handy to have around.
If you do find that the hinted query is faster than the unhinted query, and assuming that you're using the cost-based optimizer (CBO), that implies that the statistics Oracle is using to determine whether to use the index are incorrect. You can use the dbms_stats package to re-gather statistics on your table and your index, which should cause Oracle to use the proper plan.
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

Similar Messages

  • Where are the facilities to add custom date ranges, indexable by Spotlight

    The Finder is meant to be just that... A way to find files right?
    Well lets look at a simple business scenario. I get a bill from a supplier, I pay the bill, I receive an invoice, I process the invoice through my accounting package. Now with paperless offices these days bills and invoices come electronically or are scanned electronically.
    While iTunes mp3s are able to be categorised by custom date ranges such as when the album was released why cant I find files based on custom date ranges such as "Date Paid", "Date Due", "Date Received". I cant find any solution for this anywhere. There are many file tagging systems out there such as Yep and Tags which are meant to be using OpenMeta... But all they enable you to do is tag them by commonly used key words such as "Invoice" or "Bill". What if I want a custom field to put an Invoice number so that I can track it down using spotlight?
    This would enable me to completely manage my office files in one clean sweep. I cant be the only one out there would would find this solution useful... Is it the case that spotlight/finder is designed in such a way that it is not possible to add custom date meta data?

    {quote}
    What if I want a custom field to put an Invoice number so that I can track it down using spotlight?
    Why wouldn't you just type in the Invoice number and have spotlight find it for you? Spotlight indexes all of the text in most type of documents. In my case, I use some Excel spreadsheets, with unique invoice numbers. I type in the number and Spotlight shows the document.
    I can also type in the clients name and be shown a list of all the documents, emails, etc to or from or that mention that client. Included in the list of documents is every invoice that has that clients name in the text of the document.
    If I'm looking for a particular invoice and know the clients name I type it and also something about the particular invoice that I'm looking for (like "John Smith video card") and that invoice shows up in the search.
    If I'm looking for an invoice for a certain person during a certain year I just type: John Smith 2010 and those documents show up in the list at the top.

  • Fixing an array index's out of range error

    Hi,
    Am stuck in an eLearning project that I am working on and need some help fixing a 2007 error that seems to point to an index for an array being out of range.
    Here is the previous posting where there are more details: http://forums.adobe.com/message/4685789#4685789
    With much help (thank you once again kglad), the script looks like:
    var index:int = 0;
    var numToDisplay:int = 10;
    var groupA:Array = ["1","2","3"]
    var groupB:Array = ["4","5","6"]
    var groupC:Array = ["7","8","9"]
    var word_array:Array = [];
    var i:int;
    for(i=0;i<3;i++){
    word_array.push(groupA[groupA.length*Math.random()]);
    for(i=0;i<3;i++){
    word_array.push(groupB[groupB.length*Math.random()]);
    for(i=0;i<3;i++){
    word_array.push(groupC[groupC.length*Math.random()]);
    This is used in another part of the script:
    function randomWord() {
        if(index<numToDisplay){
            wordT.text=word_array[index++];
            t.reset();
            t.start();
        } else {
      wordT.text= "";
        // display score
    The error message (2007) points to:
    wordT.text=word_array[index++];
    When I trace (word_array)  I get
    Out of range index for this array?
    How can I fix this out of range index?
    Any help appreciated.

    Since there appear to be only 9 elements getting added to the array, and your numDisplay is set to be 10, your condition ( if(index<numToDisplay){ ) allows index++ to get to 10, which will be out of range for your array.  See if changing the value of numDisplay to 9 solves the problem.

  • Index partitioning.

    Hi All,
    Is it possible to partition the maxvalue index partion created using range index partitioning.

    >
    thats fine , it is possible for table. But is it possible for Index ?
    >
    Sure - the process is similar.
    See the 'split_index_partition' clause of ALTER INDEX in the SQL doc
    http://docs.oracle.com/cd/B12037_01/server.101/b10759/statements_1008.htm#i2136094
    >
    split_index_partition
    Use the split_index_partition clause to split a partition of a global range-partitioned index into two partitions, adding a new partition to the index. This clause is not valid for hash-partitioned global indexes. Instead, use the add_hash_index_partition clause.
    Splitting a partition marked UNUSABLE results in two partitions, both marked UNUSABLE. You must rebuild the partitions before you can use them.
    Splitting a usable partition results in two partitions populated with index data. Both new partitions are usable.
    >
    And the doc has an example of how to do it.
    >
    Splitting a Partition: Example
    The following statement splits partition p2 of index cost_ix (created in "Creating a Range-Partitioned Global Index: Example") into p2a and p2b:
    ALTER INDEX cost_ix
    SPLIT PARTITION p2 AT (1500)
    INTO ( PARTITION p2a TABLESPACE tbs_01 LOGGING,
    PARTITION p2b TABLESPACE tbs_02);

  • 2222:Index name is not unique

    Hi Chris
    We find some TT6003 errors in foreground, and tterrors.log shows waiting for "Index VEASMS.B2CPOLICY_CW_2_CANCEL". I feel there may be the reseason for the error and try to drop and create this index( if this index is unsuable),but when drop the index there an another error 2222:Index name is not unique.
    Could you please suggest how can we address this problem?
    Thank you!
    Regards
    Li
    18:03:59.95 Warn:    : 10254: 13516/0x2abdb864fdb0: ConnId=207 (java) waiting for latch "Index VEASMS.B2CPOLICY_CW_2_CANCEL"(2374632), Holder=227 (java) PID 13516, now 1 secs 18:03:59.95 Warn:    : 10254: 13516/0x2abdc03be8c0: ConnId=75 (java) waiting for latch "Index VEASMS.B2CPOLICY_CW_2_CANCEL"(2374632), Holder=227 (java) PID 13516, now 1 secs 18:03:59.96 Warn:    : 10254: 13516/0x2abdb0643170: ConnId=288 (java) waiting for latch "Index VEASMS.B2CPOLICY_CW_2_CANCEL"(2374632), Holder=227 (java) PID 13516, now 1 secs 18:03:59.99 Warn:    : 10254: 13516/0x1d8cac50: ConnId=85 (java) waiting for latch "Index VEASMS.B2CPOLICY_CW_2_CANCEL"(2374632), Holder=227 (java) PID 13516, now 1 secs 18:04:01.31 Warn:    : 10254: 13516/0x1ebf2c10: ConnId=227 (java) waiting for latch "Index VEASMS.B2CPOLICY_CW_2_CANCEL"(2374632), Holder=207 (java) PID 13516, now 1 secs 18:04:01.42 Warn:    : 10254: 13516/0x1d8cac50: ConnId=85 (java) waiting for latch "Index VEASMS.B2CPOLICY_CW_2_CANCEL"(2374632), Holder=207 (java) PID 13516, now 1 secs 18:04:01.42 Warn:    : 10254: 13516/0x2abdc03be8c0: ConnId=75 (java) waiting for latch "Index VEASMS.B2CPOLICY_CW_2_CANCEL"(2374632), Holder=207 (java) PID 13516, now 1 secs 18:04:03.32 Warn:    : 10254: 13516/0x2abdb0643170: ConnId=288 (java) waiting for shared latch "Index VEASMS.B2CPOLICY_CW_2_CANCEL"(2374632), now 1 secs 18:04:03.34 Warn:    : 10254: 13516/0x1ebf2c10: ConnId=227 (java) waiting for latch "Index VEASMS.B2CPOLICY_CW_2_CANCEL"(2374632), Holder=288 (java) PID 13516, now 1 secs 18:04:03.42 Warn:    : 10254: 13516/0x1d8cac50: ConnId=85 (java) waiting for latch "Index VEASMS.B2CPOLICY_CW_2_CANCEL"(2374632), Holder=288 (java) PID 13516, now 1 secs Command> SELECT ixname,ixowner,ixid,tblid,ixtype FROM sys.INDEXES WHERE IXNAME='B2CPOLICY_CW_2_CANCEL'  ; < B2CPOLICY_CW_2_CANCEL          , VEASMS                         , 2642328, 1798240, 1 > 1 row found. Command> SELECT  tblname,tblowner,TBLID  FROM SYS.TABLES  where TBLID='1798240'; < B2CPOLICY_CW_2_CANCEL          , VEASMS                         , 1798240 > 1 row found. Command> drop Index VEASMS.B2CPOLICY_CW_2_CANCEL; 2222: Index name is not unique The command failed. Command>

    Hi Li,
    Sorry, I replied too quickly :-) Error 2222 can occur in two circumstances:
    1.   If the index is the primary key index; as you have found you cannot drop a primary key index in TimesTen.
    2.   If you have indexes with identical names on different tables; in this case you need to use the FROM owner.table qualifier on the DROP INDEX statement.
    If you want to drop the primary key index then you will have to drop the entire table to do that. TimesTen does not have any concept of 'index status' and an index can never become unusable in TimesTen. The daemon log messages that you originally posted simply indicate that some process is waiting to acquire a latch on the index but is unable to because some other process is still holding it. Normally a latch should only be held for a very short time so if something waits much longer (in this case 1 second) we print these warning messages. So the real question here is why do you have such heavy latch contention on this index...
    What exact TimesTen release is this? If it is an 11.2.2 release, you should consider using B-Trees for the range indexes rather than T-Trees as they offer much better concurrency. If you decide to do that, be sure to upgrade to 11.2.2.8.2 or later first.
    Chris

  • My thoughts on testing DocumentDB

    Despite knowing DocumentDB won't be an option yet for my needs because of the lack of OrderBy and other known limitations in the Preview, I wanted to try it out and run some basic query tests against it to see what's already possible, how it performs, where
    it lacks features and if it would make sense to consider DocumentDB as a future replacement for my current combined database Azure (SQL Server + Table Storage) solution.
    I want to share my findings as a feedback on this preview.
    My scenario
    While the big picture is much more complex, for this post and my DocumentDB test, I reduced my app functionality to it's very basic requirement: Users can subscribe to news channels and have all articles of their subscriptions shown in a combined list. There
    are thousands of news channels available and users may subscribe to 1 to 100s or even 1000s of them, while 1-100 is the common range of subscriptions. The app has tagging for read/unread articles, starred articles and everything can also be organized in folders
    and users can filter their article lists by these tags - but I left all of these complexities out for now.
    DocumentDB architecture
    One collection for News Channels, one collection for Articles. I decided to split the channels from articles as there are some similarities in column names and this would have made issues in index design. I imported around 2.000 NewsChannel rows from my
    SQLDB and around 3 million articles, filling up the Articles collection to nearly 10 GB of data.
    A NewsChannel document looks like this:
    id - I took the int value from my SQL database for this
    Name
    Uri
    An Article document looks like this:
    id - I also took the int value from my SQL database for this
    NewsChannelId - in SQL DB, the foreign key from the NewsChannel table
    Title
    Content
    Published - DateTime converted to Epoch
    I put range indexes on id and Published as most of the time, I'd query for ranges of documents (greater than an id, newer than a specific published date, ...). I also excluded some columns from indexing, like Content in the articles document.
    Test 1 - Get newest 50 articles for a single news channel
    SELECT TOP 50 * FROM ArticlesWHERE NewsChannelId == [50]ORDER BY id DESC
    I knew this would fail due to the lack of OrderBy. I tried to find a solution by custom indexes, but there is no way to define an index to be organized in descending order so newest entries would always be returned first. This would be enough as I not really
    need ascending orders for articles, so this would have made up for the lack of OrderBy. But it does not seem to be possible.
    Result: Impossible
    Test 2 - Get newest 50 articles for all subscribed news channels of a user
    SELECT TOP 50 * FROM ArticlesWHERE NewsChannelId IN ([1, 6, 100, 125, 210, ...])ORDER BY id DESC
    This would be the most used query and it would have been very interesting to see how this could perform, but due it's similarity to Test 1, it's also not possible to do it. But a variant of it will be described in the next test (3).
    Result: Impossible
    Test 3 - Get any articles newer than a given article from all subscribed news channels of a user
    This was the first test where I hoped to get some results. Each article document has a range index on id and its Published date, so this should be fast and nice. I seemed to have failed to create the range index for id correctly as DocumentDB complained
    about id not being a range index - that sucked because to fix this I would have to recreate the whole database and re-import all data. But luckily, the index on Published was created correctly and it would do for testing this kind of query just as fine as
    the id.
    SELECT * FROM ArticlesWHERE NewsChannelId IN [1, 6, 100, 125, 210, ...]AND Published > [someDate]
    Unfortunately, I found out there is no "contains" query supported in DocumentDB that would work like a WHERE IN query in SQL. But if I want to query articles for all subscribed channels, I will have to pass a list of NewsChannel IDs to the
    query. That was really a surprise to me as something like this seems just as much as a base functionality like OrderBy.
    Result: Impossible
    Test 4 - Get any articles newer than a given article for a single news channel
    Just as test 4, but only for 1 news channel - so finally here, DocumentDB will support my needs.
    SELECT * FROM ArticlesWHERE NewsChannelId == [id]AND Published > [someDate]
    And yes, this works, and the performance seems OK. But to my surprise, even if this just returns 5 documents and the query is well supported by the range index on Published, this has extremely high RU costs - depending on the query, somewhere between 2.500
    and 6.000 in my tests - which would mean with 1 CU, I already will be throttled for such a simple query.
    Result: Possible, quite fast but insanely high RU costs
    Test 5 - Get a single article from a News Channel
    As expected, this works like a charm. Fast and with 1 RU cost per query.
    Result: Works great.
    Other stuff I noticed:
    For my scenario, I see no way to scale my DocumentDB. I already reached the limit of a single collection with only a fragment of all my data. I would need to do the partitioning myself, for example by having a single collection for each NewsChannel, like
    I did in TableStorage where the NewsChannelId is the partition key - but due to the collection number limitations and even more due to the limitied query capabilitis INSIDE a single collection, I see now way how I could do performant queries if I would need
    to query multiple, maybe even hundreds of different collections in one query.
    Even if the space limit of a single collection would be raised to terabytes of data, I see the issue that I will run into serious performance problems as, as I understand, a collection can always be only on a single node. To support more load, I will be
    required to split my data over multiple collections to have multiple nodes, but then again, this would not support my query needs. Please correct me if I'm seeing something wrong here.
    Wrap up
    Seeing that even my most basic query needs cannot be supported by DocumentDB right now, I'm a bit disappointed. OrderBy is coming, but it won't help without WHERE IN queries and even with them, I still don't know if this is something that will perform good
    in combination and what, in such cases, the RU costs will look like if simple range queries with a small amount of documents returned already cost that much.
    I'm looking forward what's happening next with DocumentDB, and I really hope I can replace my current solution with DocumentDB at some point, but currently, I don't see it. A good fit for me would be MongoDB, but it's not PAAS and it's hard and resource-intensive
    to host ... so DocumentDB looked very nice at first sight. I really hope those issues will be resolved, and they will be resolved soon.
    b.

    Hi Aravind,
    thank you very much for your detailed response.
    Test 1: That's a good idea for a workaround, although it would get complicated when I want the top 50 documents from all subscribed news channels, which can be 100 or more (Test 2). The index documents can also get pretty large which might bring me to the
    limit of a single document, needing to split it on multiple documents for a single news channel. However, for a proof of concept implementation with DocumentDB, this will do fine. I might try that :)
    Test 2: Yes, but the ORs are limited to a maximum of 5 (?) currently, so not really an option as I need more most of the time.
    Test 3: I will have a look at this and see how that performs!
    Test 4: I used a classic UNIX epoch timestamp (seconds since 1970) and I also used a precision of 7 for the index. See below the code I used to create the index. So I think this should be OK. However, I'm glad to share the details of my account and
    a sample query so you can have a look for yourself. I will contact you by Mail with details
    articleCollection.IndexingPolicy.IncludedPaths.Add(new IndexingPath
    IndexType = IndexType.Range,
    Path = "/\"InsertedEpoch\"/?",
    NumericPrecision = 7
    As for partitioning - thanks for the article. For me, a fan-out on read strategy would be required if I would do my partitioning by News Channel ID ... but that's what giving me headaches. Given that it is not uncommon a user of my app has 100 or more
    subscriptions, I would need to issue 100 parallel queries. I tried something like that for Azure Table Storage and found it to be a performance nightmare. That's why I currently use Table Storage as a pure document store but still do all computations of the
    requested articles in SQL Server. But yes, I might have to put more thought into that and see how I can squeeze out the performance I need. Because SQL Server is fine and I can do a lot with indexes and indexed views to support my query scenarios - but
    it has also it's scalability limits and the reason it still works good is that my App is in a testing/beta state and does not have the amount of data and users it will have when it is finally live. That's the reason I am searching for a NoSQL solution like
    DocumentDB that should support my needs, mainly for scale-out, better.
    Thanks again for your response and your suggestions, with that, I might be able to do a basic proof of concept implementation that supports my core features for some testing with DocumentDB and see how it's doing.
    I will contact you per mail for the RU test data
    Happy new year! :)
    Bernhard

  • Creating data in a many-to-many-relationship

    Hello,
    we really have problems in implementing a JClient dialog based on BC4J for creating data in a many to many relationship - especially with cascade delete on both sides.
    Simplified our tables look like:
    create table A_TABLE
    A_ID VARCHAR2(5) not null,
    A_NAME VARCHAR2(30) not null,
    constraint PK_A_TABLE primary key (A_ID),
    constraint UK_A_TABLE unique (A_NAME)
    create table B_TABLE
    B_ID VARCHAR2(5) not null,
    B_NAME VARCHAR2(30) not null,
    constraint PK_B_TABLE primary key (B_ID),
    constraint UK_B_TABLE unique (B_NAME)
    create table AB_TABLE
    A_ID VARCHAR2(5) not null,
    B_ID VARCHAR2(5) not null,
    constraint PK_AB_TABLE primary key (A_ID, B_ID),
    constraint FK_AB_A foreign key (A_ID) references A_TABLE (A_ID) on delete cascade,
    constraint FK_AB_B foreign key (B_ID) references B_TABLE (B_ID) on delete cascade
    Could JDev Team please provide a BC4J/JClient sample that performs the following task:
    The dialog should use A_TABLE as master and AB_TABLE as detail. The detail displays the names associated with the IDs. Next to AB_TABLE should be a view of B_TABLE which only displays rows that are currently not in AB_TABLE. Two buttons are used for adding and removing rows in AB_TABLE. After adding or removing rows in the intersection the B_TABLE view should be updated. The whole thing should work in the middle and client tier. This means no database round trips after each add/remove, no posts for AB_TABLE and no query reexecution for B_TABLE until commit/rollback.
    This is a very common szenario: For an item group (A_TABLE) one can select and deselect items (AB_TABLE) from a list of available items (B_TABLE). Most of JDeveloper4s wizards use this. They can handle multi/single selections, selections from complex structures like trees and so on. Ok, the wizards are not based on BC4J - or? How can we do it with BC4J?
    Our main problems are:
    1. Updating the view of B_TABLE after add/remove reflecting the current selection
    2. A good strategy for displaying the names instead of the IDs (subqueries or joining the three tables)
    3. A JBO-27101 DeadEntityAccessException when removing an existing row from AB_TABLE and adding it again
    Other problems:
    4. We get a JBO-25030 InvalidOwnerException when creating a row in AB_TABLE. This is caused by the composition. We workaround this using createAndInitRow(AttributeList) on the view object (instead of create()). This is our add-Action:
    ViewObject abVO = panelBinding.getApplicationModule().findViewObject("ABView");
    ViewObject bVO = panelBinding.getApplicationModule().findViewObject("BView");
    Row bRow = bVO.getCurrentRow();
    NameValuePairs attribList = new NameValuePairs(
    new String[]{"BId"}, new Object[]{bRow.getAttribute("BId")});
    Row newRow = abVO.createAndInitRow(attribList);
    abVO.insertRow(newRow);
    5. After inserting the new row the NavigationBar has enabled commit/rollback buttons and AB_TABLE displays the row. But performing a commit does nothing. With the following statement after insertRow(newRow) the new row is created in the database:
    newRow.setAttribute("BId", bRow.getAttribute("BId"));
    Please give us some help on this subject.
    Best regards
    Michael Thal

    <Another attempt to post a reply. >
    Could JDev Team please provide a BC4J/JClient sample
    that performs the following task:
    The dialog should use A_TABLE as master and AB_TABLE
    as detail. The detail displays the names associated
    with the IDs. Next to AB_TABLE should be a view of
    B_TABLE which only displays rows that are currently
    not in AB_TABLE. Two buttons are used for adding and
    removing rows in AB_TABLE. After adding or removing
    rows in the intersection the B_TABLE view should be
    updated. The whole thing should work in the middle
    and client tier. This means no database round trips
    after each add/remove, no posts for AB_TABLE and no
    query reexecution for B_TABLE until commit/rollback.
    This is a very common szenario: For an item group
    (A_TABLE) one can select and deselect items
    (AB_TABLE) from a list of available items (B_TABLE).
    Most of JDeveloper4s wizards use this. They can
    handle multi/single selections, selections from
    complex structures like trees and so on. Ok, the
    wizards are not based on BC4J - or? How can we do it
    with BC4J?
    Our main problems are:
    1. Updating the view of B_TABLE after add/remove
    reflecting the current selectionYou should be able to use insertRow() to insert the row into proper collection.
    However to remove a row only from the collection, you need to add a method on the VO subclasses (and perhaps export this method so that the client side should see it) to unlink a row from a collection (but not remove the associated entities from the cache).
    This new method should use ViewRowSetImpl.removeRowAt() method to remove the row entry at the given index from it's collection. Note that this is an absolute index and not a range index in the collection.
    2. A good strategy for displaying the names instead
    of the IDs (subqueries or joining the three tables)You should join the three tables by using reference (and perhaps readonly) entities.
    3. A JBO-27101 DeadEntityAccessException when
    removing an existing row from AB_TABLE and adding it
    againThis is happening due to remove() method on the Row which is marking the row as removed. Attempts to add this row into another collection will throw a DeadEntityAccessException.
    You may 'remove the row from it's collection, then call 'Row.refresh' on it to revert the entity back to undeleted state.
    >
    Other problems:
    4. We get a JBO-25030 InvalidOwnerException when
    creating a row in AB_TABLE. This is caused by the
    composition. We workaround this using
    createAndInitRow(AttributeList) on the view object
    (instead of create()). This is our add-Action:
    ViewObject abVO =
    O =
    panelBinding.getApplicationModule().findViewObject("AB
    iew");
    ViewObject bVO =
    O =
    panelBinding.getApplicationModule().findViewObject("BV
    ew");
    Row bRow = bVO.getCurrentRow();
    NameValuePairs attribList = new NameValuePairs(
    new String[]{"BId"}, new
    String[]{"BId"}, new
    Object[]{bRow.getAttribute("BId")});
    Row newRow = abVO.createAndInitRow(attribList);
    abVO.insertRow(newRow);This is a handy approach. Note that Bc4j framework does not support dual composition where the same detail can be owned by two or more masters. In those cases, you also need to implement post ordering to post the masters before the detail (and reverse ordering for deletes).
    >
    5. After inserting the new row the NavigationBar has
    enabled commit/rollback buttons and AB_TABLE displays
    the row. But performing a commit does nothing. With
    the following statement after insertRow(newRow) the
    new row is created in the database:
    newRow.setAttribute("BId",
    d", bRow.getAttribute("BId"));This bug in JDev 903 was fixed and a patch set (9.0.3.1) is (I believe) available now via MetaLink.
    >
    >
    Please give us some help on this subject.
    Best regards
    Michael Thal

  • TestStand Error -17300 while deleting a step

    Hi All,
    I have created a custom step which gives a LabVIEW pop up on dropping it in the sequence editor. The pop up has an OK and Cancel button. If I hit OK, the step is placed in the sequence and if I hit Cancel, the step is deleted from the sequence. I am doing this by passing the sequence context into the popup vi and then using the sequence method Delete Step. 
    Now when i do this practically, the step is getting deleted but after that I'm getting an error from TestStand with Error code -17300. Source: 'TSAPI' "Value invalid or out of range".
    Can anyone tell me how to resolve this error. I am using TestStand 2010 and LabVIEW 2010
    Thanks and regards,
    Nitz

    This is likely not an anticipated or supported use case. What is likely happening is that TestStand is trying to select the newly inserted step after your substep is done running, but since you deleted it, it does not exist so it gets an "out of range index" error.
    I can't think of a good way to fix this short of writing your own code to do the step insertion. The easiest solution probably is to not do the delete when cancel is pressed, but instead to put the step in a state such that it will always generate a runtime error if used without being specified appropriately.
    I have recorded this issue as a change request in our tracking database.
    -Doug

  • Simple java.lang.IndexOutOfBoundsException Question

    Hi, I'm trying to be able to put data into a vector or arraylist without filling the previous spots. Take this for example:
    ArrayList temp=new ArrayList(10);
    temp.ensureCapacity(10);
    temp.set(5, new Integer(5));
    I declaired the size to be 10 twice, why can't I input into the 5th element directly? Is there a way to? I would use normal arrays, but I need to be able to dynamically change the size. I'm having this exact same problem with vectors also. Any ideas? Thank you!

    according to the API specification, the set method of ArrayList:
    Throws:
    IndexOutOfBoundsException - if index out of range (index < 0 || index >= size()).
    size() is the number of elements already inserted.
    Size is not the same as capacity.
    With temp.ensureCapacity(10) you ensure that your ArrayList will be
    able to fit 10 elements without resizing the internal Array, but the
    actual size of the List remains as it was (in your case 0 because you
    haven't inserted anything yet).
    the set method is intended to allow you to change the element at the
    specified index, provided that it has already been inserted in the list.

  • IPhoto 09 Faces wheel spins forever and/or won't quit

    Hope someone has insight or it helps others...
    For the last several days any import into iPhoto will set it into spinning the Faces album waiting wheel forever. There is no way to Quit. Other times just simple quitting won't work.
    Activity shows 40-50% iPhoto CPU usage, lots of context switches (270,000 in 5 minutes of CPU time) but no hangs, no faults. I have previously let it run overnight, in case it was somehow reanalyzing 18000 images, but even then the problem remains.
    Console shows: 10/12/09 3:55:58 PM iPhoto[653] * -[NSPathStore2 getCharacters:range:]: index (8) beyond bounds (3)
    as most recent item from iPhoto in the log.
    Looking inside the iPhoto Library folder the face.db database, iPhotoMain.db etc. have no activity going on. ( I tested by changing the face info on one picture, the Finder last modified date immediately changed, showing the processes are running fine, but just some runaway process won't quit.)
    Another console item showed iPhoto finding wrong architectured PGP plugin in contextual menu items, so I have trashed that. And, it finds a Chronos Notes related issue (contextual menu item in library and same named alias in user/library) throw an exception. I also informed ChronosNet.com of this....in case the recent iPhoto acting up is related to the SOHO update that was recently installed.
    "I've had iPhoto start acting up (fails to quit) since SOHO NOTES latest update... checking the Console shows a possible problem....
    You have a contextual menu entry (alias) in user/library and same name (original item) in library. That makes apps like iPhoto throw exceptions...
    10/12/09 4:29:33 PM [0x0-0x40040].com.apple.iPhoto[653] objc[653]: Class SBContextualMenuHelper is implemented in both /Users/imran/Library/Contextual Menu Items/ChronosNotesCM.plugin/Contents/MacOS/ChronosNotesCM and /Library/Contextual Menu Items/ChronosNotesCM.plugin/Contents/MacOS/ChronosNotesCM. One of the two will be used. Which one is undefined."
    Let's see what they state.
    Now.... Force quitting now to see what it shows in the logs:
    It did not show any quick console messages. I'm surprised an OS X "report this crash to Apple" window did not open up.
    Now relaunched... will see if it happens again...
    Imran

    iPhone is not "hung" in the traditional sense in that you can do several things within it while it's non-stop Faces spinning wheel displays. I do NOT find it responsive and it does NOT Quit when Faces is spinning forever. tgardner, your experience appears to be different.
    Checking in Activity Monitor shows that interestingly there are no hangs or errors. But, looking into contents of iPhoto library shows NO files are modified even after 24 hours or running. In other words, maybe it's not dead, but it is comatose.
    Also, checking in Console I always see a variable out of bounds error when this happens.
    I have 19000 images and of those maybe 5000 have faces, of about 50 people. ALL of those images are already processed with Names info. Even if Faces needs to update some data, 24 hours of nothing but iPhoto running ought to be enough but it is not.
    Others may want to check Console and Activity Monitor and add their experiences here.
    regards
    IMRAN

  • Issue on Number of Rows in table bean

    Hi,
    I have a table with the columns column name,edit image...
    Like this ,i have 100 columns and i set the no of rows to display as 30
    Suppose when i am at the 55th row in the table by clicking on next...i clicked on edit image for that particular row, it opens new page. And now if i select cancel button on this new page.. i am going to the previous screen which has table.
    But what my problem is it is displaying rows from the starting of table...not the page (55th row) from where i went to the new page.Is there any way to go to previously visited set of rows in the table?
    Please resolve my issue.

    Hi,
    when you navigate out of the page you can capture the range index of the
    current row selected in the View Object attached to the table and store it
    in the session
    OAViewObject oaviewobject = (OAViewObject)oaapplicationmodule.findViewObject("YourVOName")
    int l = oaviewobject.getRangeStart();
    pageContext.putSessionValue("range",l);
    then when you come back to the page and in process request you can reset the range index as selected earlier.
    String range = (String)pageContext.getSessionValue("range");
    int k = (int)Integer.parseInt(range);
    oaviewobject.setRangeStart(k);
    Thanks,
    Gaurav

  • I'm having an issue with Preview shutting down on a  search command

    here is the code that I was given.  Please help?
    Process:         Preview [7228]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         7.0 (826)
    Build Info:      Preview-826000000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [185]
    Responsible:     Preview [7228]
    User ID:         501
    Date/Time:       2014-01-29 10:11:25.996 -0800
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  315917FD-B48A-7826-4DF4-D9A3C6F78E2D
    Sleep/Wake UUID: 1A8770E5-7FFC-44FF-952E-8F4C4F41C978
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSOutlineView', reason: 'NSOutlineView error removing child indexes <NSIndexSet: 0x608001037c20>[number of indexes: 1 (in 1 ranges), indexes: (5)] in parent 0x0 (which has 4 children).'
    terminating with uncaught exception of type NSException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff9390941c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff888c2e75 objc_exception_throw + 43
    2   AppKit                              0x00007fff8a4279b8 -[NSOutlineView _validateParentRowEntry:reason:indexes:] + 0
    3   AppKit                              0x00007fff8a427e31 -[NSOutlineView _removeItemsAtIndexes:inParentRowEntry:withAnimation:] + 97
    4   AppKit                              0x00007fff8a4299d2 -[NSOutlineView removeItemsAtIndexes:inParent:withAnimation:] + 249
    5   Preview                             0x0000000103a87dae Preview + 601518
    6   Preview                             0x0000000103a87b02 Preview + 600834
    7   libdispatch.dylib                   0x00007fff937a9b70 _dispatch_barrier_sync_f_slow_invoke + 40
    8   libdispatch.dylib                   0x00007fff937a12ad _dispatch_client_callout + 8
    9   libdispatch.dylib                   0x00007fff937a8f03 _dispatch_main_queue_callback_4CF + 333
    10  CoreFoundation                      0x00007fff93870839 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    11  CoreFoundation                      0x00007fff9382bb14 __CFRunLoopRun + 1636
    12  CoreFoundation                      0x00007fff9382b275 CFRunLoopRunSpecific + 309
    13  HIToolbox                           0x00007fff92364f0d RunCurrentEventLoopInMode + 226
    14  HIToolbox                           0x00007fff92364cb7 ReceiveNextEventCommon + 479
    15  HIToolbox                           0x00007fff92364abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    16  AppKit                              0x00007fff89e5e28e _DPSNextEvent + 1434
    17  AppKit                              0x00007fff89e5d8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    18  AppKit                              0x00007fff89e519cc -[NSApplication run] + 553
    19  AppKit                              0x00007fff89e3c803 NSApplicationMain + 940
    20  libdyld.dylib                       0x00007fff8cfa65fd start + 1
    21  ???                                 0x0000000000000001 0x0 + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff93fb7866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff8813f35c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff8cef5bba abort + 125
    3   libc++abi.dylib                         0x00007fff8b935141 abort_message + 257
    4   libc++abi.dylib                         0x00007fff8b95aabc default_terminate_handler() + 264
    5   libobjc.A.dylib                         0x00007fff888c330d _objc_terminate() + 103
    6   libc++abi.dylib                         0x00007fff8b9583e1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff8b958456 std::terminate() + 54
    8   libobjc.A.dylib                         0x00007fff888c30b0 objc_terminate + 9
    9   libdispatch.dylib                       0x00007fff937a12c1 _dispatch_client_callout + 28
    10  libdispatch.dylib                       0x00007fff937a8f03 _dispatch_main_queue_callback_4CF + 333
    11  com.apple.CoreFoundation                0x00007fff93870839 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    12  com.apple.CoreFoundation                0x00007fff9382bb14 __CFRunLoopRun + 1636
    13  com.apple.CoreFoundation                0x00007fff9382b275 CFRunLoopRunSpecific + 309
    14  com.apple.HIToolbox                     0x00007fff92364f0d RunCurrentEventLoopInMode + 226
    15  com.apple.HIToolbox                     0x00007fff92364cb7 ReceiveNextEventCommon + 479
    16  com.apple.HIToolbox                     0x00007fff92364abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    17  com.apple.AppKit                        0x00007fff89e5e28e _DPSNextEvent + 1434
    18  com.apple.AppKit                        0x00007fff89e5d8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    19  com.apple.AppKit                        0x00007fff89e519cc -[NSApplication run] + 553
    20  com.apple.AppKit                        0x00007fff89e3c803 NSApplicationMain + 940
    21  libdyld.dylib                           0x00007fff8cfa65fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff93fb8662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff937a343d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff937a3152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 4:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff93fb3a56 semaphore_wait_trap + 10
    1   libsystem_platform.dylib                0x00007fff89517451 _os_semaphore_wait + 16
    2   libdispatch.dylib                       0x00007fff937a799a _dispatch_barrier_sync_f_slow + 310
    3   com.apple.Preview                       0x0000000103a7d4cf 0x1039f5000 + 558287
    4   libdispatch.dylib                       0x00007fff937a41d7 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib                       0x00007fff937a12ad _dispatch_client_callout + 8
    6   libdispatch.dylib                       0x00007fff937a309e _dispatch_root_queue_drain + 326
    7   libdispatch.dylib                       0x00007fff937a4193 _dispatch_worker_thread2 + 40
    8   libsystem_pthread.dylib                 0x00007fff8813fef8 _pthread_wqthread + 314
    9   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 8:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff93fb7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff88140c77 _pthread_cond_wait + 787
    2   com.apple.CoreVideo                     0x00007fff8dfae464 CVDisplayLink::waitUntil(unsigned long long) + 244
    3   com.apple.CoreVideo                     0x00007fff8dfad998 CVDisplayLink::runIOThread() + 496
    4   com.apple.CoreVideo                     0x00007fff8dfad78f startIOThread(void*) + 147
    5   libsystem_pthread.dylib                 0x00007fff8813e899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8813e72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff88142fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff93fb3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff93fb2d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff9382c315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff9382b939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff9382b275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff89ffe1ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff8813e899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8813e72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff88142fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff93fb7a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8cf14e60 nanosleep + 200
    2   com.apple.Foundation                    0x00007fff8c3d460d +[NSThread sleepForTimeInterval:] + 156
    3   com.apple.PDFKit                        0x00007fff894ad08f -[PDFDisplayView periodicFlushRoutine:] + 94
    4   com.apple.Foundation                    0x00007fff8c3aa70b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff8813e899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8813e72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff88142fc9 thread_start + 13
    Thread 15:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff93fb7a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8cf14e60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff8cf14d52 usleep + 54
    3   com.apple.AppKit                        0x00007fff8a0c22ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x00007fff8c3aa70b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff8813e899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8813e72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff88142fc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff77d87310  rcx: 0x00007fff5c208ea8  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5c208ed0  rsp: 0x00007fff5c208ea8
       r8: 0x6e6f697470656378   r9: 0x00007fff8cf1d900  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff5c209030  r13: 0x00007fff5c209500  r14: 0x0000000000000006  r15: 0x00007fff5c208f10
      rip: 0x00007fff93fb7866  rfl: 0x0000000000000206  cr2: 0x000000010a651000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x1039f5000 -        0x103bd7fef  com.apple.Preview (7.0 - 826) <8B18FF0D-82EF-3898-B9B1-BEB43436F3B2> /Applications/Preview.app/Contents/MacOS/Preview
           0x103c88000 -        0x103cb3fff  com.apple.MediaUI (1.1 - 27) <2482C4A0-6D72-3870-AEF1-31F6015F2719> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI
           0x108a48000 -        0x108a4eff7  com.apple.BookKit (1.0.1 - 158) <34C7F87F-63B6-3E53-A7B1-8A6656405F41> /System/Library/PrivateFrameworks/BookKit.framework/BookKit
           0x109b2b000 -        0x109b2bfeb +cl_kernels (???) <DD404610-A67E-4F73-B0F7-6D5318F7F7FE> cl_kernels
           0x109b2d000 -        0x109c13fef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10ac96000 -        0x10ac97fe4 +cl_kernels (???) <5E9B9126-47F3-4920-A251-69831D674A3D> cl_kernels
           0x10aca5000 -        0x10aca6ff9 +cl_kernels (???) <E3B29449-7BCB-480A-9D5A-DA8709D22BB0> cl_kernels
           0x10ad48000 -        0x10ad49ffa +cl_kernels (???) <89E31727-D629-4444-93DB-D2E4CF42B17A> cl_kernels
           0x10b4ae000 -        0x10b661ffb  libCMaps.A.dylib (599.7) <740283A3-E352-3523-93EA-DB096F79C4C1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps .A.dylib
        0x123400000000 -     0x123400463fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.18.29 - 8.1.8) <A8901D15-7EFC-34F7-9802-444E83304EF6> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
        0x7fff67d50000 -     0x7fff67d83817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff87d1e000 -     0x7fff87d70fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff87dba000 -     0x7fff87dc4fff  com.apple.AppSandbox (3.0 - 1) <55717299-8164-3D79-918F-BD64706735CF> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff87dc5000 -     0x7fff87dc8fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff87dc9000 -     0x7fff87dc9ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff87dca000 -     0x7fff87dcafff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87dcb000 -     0x7fff880b5fff  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff880b6000 -     0x7fff880c0ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff880f3000 -     0x7fff880f4ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff880f5000 -     0x7fff8813cfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8813d000 -     0x7fff88144ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff88145000 -     0x7fff8818aff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
        0x7fff8818b000 -     0x7fff8826afff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff88292000 -     0x7fff887b6fff  com.apple.QuartzComposer (5.1 - 316) <B20E93C3-8517-3E5C-83B6-C312C839C5D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff887b7000 -     0x7fff887b7fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff887b8000 -     0x7fff88825fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8882c000 -     0x7fff8886eff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8886f000 -     0x7fff88872fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff88873000 -     0x7fff888b4fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff888b5000 -     0x7fff88a62f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff88a63000 -     0x7fff88b4dfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff88b4e000 -     0x7fff8946a05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8946b000 -     0x7fff89506ff7  com.apple.PDFKit (2.9 - 2.9) <AD968A31-6567-30A7-A699-154C88DB56D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff89514000 -     0x7fff8951aff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
        0x7fff8951b000 -     0x7fff8956cff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff89919000 -     0x7fff89ab5ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89adc000 -     0x7fff89be1fff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff89e3a000 -     0x7fff8a9aeff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8aa80000 -     0x7fff8aa8dff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8ad3c000 -     0x7fff8ad52fff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8af2b000 -     0x7fff8af46ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8af47000 -     0x7fff8afcfff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8afd0000 -     0x7fff8b29eff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8b373000 -     0x7fff8b8e3fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8b934000 -     0x7fff8b95dff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff8b9b0000 -     0x7fff8ba81ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8bac0000 -     0x7fff8bb05ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8bc0f000 -     0x7fff8bc17ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8bff4000 -     0x7fff8c067ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8c068000 -     0x7fff8c098fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8c0ca000 -     0x7fff8c104ff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8c108000 -     0x7fff8c155ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8c1eb000 -     0x7fff8c274fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8c291000 -     0x7fff8c2f5ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8c343000 -     0x7fff8c642fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8c643000 -     0x7fff8c649ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8c64a000 -     0x7fff8c7b8ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8c7c6000 -     0x7fff8c92cfff  libGLProgrammability.dylib (9.0.83) <9C97E814-F674-30F8-8C2D-C45FC1E7D934> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8c92d000 -     0x7fff8c932fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8c933000 -     0x7fff8c997ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8c9fb000 -     0x7fff8ce49fff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8ce4a000 -     0x7fff8ce98fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff8ce99000 -     0x7fff8cf22ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
        0x7fff8cf5e000 -     0x7fff8cf67ff7  libcldcpuengine.dylib (2.3.58) <A2E1ED7B-FC7E-31F6-830A-FF917689766B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff8cf68000 -     0x7fff8cf8fff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff8cf90000 -     0x7fff8cf9bfff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8cf9f000 -     0x7fff8cfa2ffa  libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff8cfa3000 -     0x7fff8cfa6ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
        0x7fff8cfa7000 -     0x7fff8d31dffa  com.apple.JavaScriptCore (9537 - 9537.73.10) <4A4AE781-6F76-3412-B0E5-67E0BAEE22A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8d31e000 -     0x7fff8d335fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8d336000 -     0x7fff8d33aff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
        0x7fff8d458000 -     0x7fff8d460ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8d4c4000 -     0x7fff8d798fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8d799000 -     0x7fff8d7a0fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8d7a1000 -     0x7fff8d7a5fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8d7a6000 -     0x7fff8d7b1ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8d7b2000 -     0x7fff8d7bbfff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8d7bc000 -     0x7fff8d826ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8d827000 -     0x7fff8d831ff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff8db4d000 -     0x7fff8db56fff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8db57000 -     0x7fff8db57ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8db58000 -     0x7fff8dba5fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8dba6000 -     0x7fff8dc8afff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8dc8b000 -     0x7fff8dcdefff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8dcdf000 -     0x7fff8dce2fff  com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8dce3000 -     0x7fff8dd22fff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8dd40000 -     0x7fff8dd48fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8dd49000 -     0x7fff8de38fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8de39000 -     0x7fff8de41ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8de92000 -     0x7fff8df01ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8dfac000 -     0x7fff8dfd1ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8dfd2000 -     0x7fff8e263ff7  com.apple.RawCamera.bundle (5.03 - 729) <DBA059CC-E78F-356F-B435-DA62A746F4D4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8e264000 -     0x7fff8e265fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8e266000 -     0x7fff8e27fff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8e280000 -     0x7fff8e287fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8e288000 -     0x7fff8e2bdffc  com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8e2cb000 -     0x7fff8e2ceffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8e2cf000 -     0x7fff8e2f9ff7  libsandbox.1.dylib (278.10) <B4183FA8-F7E2-3301-8BF9-0EEFB793A5D5> /usr/lib/libsandbox.1.dylib
        0x7fff8e2fa000 -     0x7fff8e41cff1  com.apple.avfoundation (2.0 - 651.12) <03E595B7-A559-3D4D-90E9-BCA603E3A39E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8e41d000 -     0x7fff8e41ffff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8e420000 -     0x7fff8e437ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8e438000 -     0x7fff8e568ff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8e569000 -     0x7fff8e574fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
        0x7fff8f3c6000 -     0x7fff8f3eafff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
        0x7fff8f3eb000 -     0x7fff8f44afff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8fb9b000 -     0x7fff8fba7ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8fba8000 -     0x7fff8fbc0ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8fbda000 -     0x7fff8fbdfff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8fbe0000 -     0x7fff8fc04fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8fc05000 -     0x7fff8fc11ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8fc59000 -     0x7fff8fc5bff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8fc5e000 -     0x7fff8fc60ff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8fc61000 -     0x7fff8fc67ff7  libCGXCoreImage.A.dylib (599.7) <AC38090E-BA96-33C0-92F3-8EF6231582C4> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
        0x7fff9052c000 -     0x7fff9055dfff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff9055e000 -     0x7fff90570fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff90571000 -     0x7fff90589ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff9058a000 -     0x7fff905b3fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff905b4000 -     0x7fff905b5ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff9063d000 -     0x7fff9072eff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff9072f000 -     0x7fff9073fffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff90796000 -     0x7fff909defff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff90c2d000 -     0x7fff90c34ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff90c35000 -     0x7fff90e8dff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff90e8e000 -     0x7fff90ea7ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff90ef0000 -     0x7fff90f1cfff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff90f73000 -     0x7fff90f81fff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff90f98000 -     0x7fff90fdfff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff91025000 -     0x7fff91030fff  libGPUSupportMercury.dylib (9.0.83) <A9DF1DD1-8C1E-3A86-AF96-BF3A7D4C8C1B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff91037000 -     0x7fff91298ff7  com.apple.imageKit (2.5 - 770) <33BCF627-EB1A-3CC1-98AB-2324B6DFB329> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff91299000 -     0x7fff9129aff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff9129b000 -     0x7fff912e7ffe  com.apple.CoreMediaIO (401.0 - 4544) <44EBC0FE-DAD5-3711-96CB-05250F350A16> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff912e8000 -     0x7fff912eaffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff912eb000 -     0x7fff912edfff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff912ee000 -     0x7fff9130bff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff9130c000 -     0x7fff91330ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff91331000 -     0x7fff9135bff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff9135c000 -     0x7fff9135efff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff91366000 -     0x7fff9136cfff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff913c5000 -     0x7fff913d2fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff91540000 -     0x7fff91542ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
        0x7fff91543000 -     0x7fff91543fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff915e2000 -     0x7fff91611fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff91612000 -     0x7fff91613ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff91636000 -     0x7fff916c5fff  com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff916c6000 -     0x7fff916effff  GLRendererFloat (9.0.83) <1F1160A8-5047-3CEE-AC1E-D29520D0B367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff916f0000 -     0x7fff916fdff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff9175b000 -     0x7fff91780ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff91781000 -     0x7fff917e7fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff91813000 -     0x7fff9193ffff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff91a2c000 -     0x7fff91a31ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff91a32000 -     0x7fff91ab2fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff91ab3000 -     0x7fff91ab4ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff91ab5000 -     0x7fff91ad1fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff92139000 -     0x7fff92279fff  com.apple.QTKit (7.7.3 - 2826.0.1) <44109489-09C2-34C4-AB66-E52A505D7887> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff9227a000 -     0x7fff9228cff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9228d000 -     0x7fff922f7ff3  libType1Scaler.dylib (112) <54CFD2AA-4B07-3804-9E9B-29BA7BD6BA74> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
        0x7fff922f8000 -     0x7fff922fcfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff922fd000 -     0x7fff92335ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff92336000 -     0x7fff925e0ffd  com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff925e1000 -     0x7fff92615fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff9269a000 -     0x7fff926f2ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff926f3000 -     0x7fff9272cff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff9272f000 -     0x7fff9276dff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff929f7000 -     0x7fff929f7fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff929f8000 -     0x7fff929f8fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff929f9000 -     0x7fff929fdff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff92a21000 -     0x7fff92a2bff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff92a2c000 -     0x7fff92a2cfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff92a2d000 -     0x7fff92a48ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff92a49000 -     0x7fff92a50ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
        0x7fff92a51000 -     0x7fff92b13ff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff92ddb000 -     0x7fff92ea4fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff92ea5000 -     0x7fff92ea5fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff92ea6000 -     0x7fff92eceffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff92f28000 -     0x7fff92f31ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff92f32000 -     0x7fff92f41ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff92f47000 -     0x7fff92f76ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff92f77000 -     0x7fff92f7ffff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff930b7000 -     0x7fff93102fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff9312a000 -     0x7fff93151ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff93152000 -     0x7fff93215ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <FC4E949B-B41A-3F21-8AF8-AEDB13146FEA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff93216000 -     0x7fff932a2ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff932a3000 -     0x7fff932beff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff932bf000 -     0x7fff932eeff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff932ef000 -     0x7fff932f8fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff93305000 -     0x7fff93309fff  com.apple.IOAccelerator (98.7.1 - 98.7.1) <C0D16D6F-8729-3110-BEBA-BE4F53444470> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff9330a000 -     0x7fff9330efff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff9338d000 -     0x7fff9338ffff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff93390000 -     0x7fff9339dff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff933b3000 -     0x7fff93484ff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff93485000 -     0x7fff9379fff7  com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff937a0000 -     0x7fff937bafff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
        0x7fff937bb000 -     0x7fff939a0ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff939a1000 -     0x7fff939eafff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff939eb000 -     0x7fff93d83fff  com.apple.SceneKit (4.0 - 197) <1FEE4A1D-5B13-3774-8FE1-B79FD81CD1E5> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff93d8e000 -     0x7fff93d8ffff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff93fa2000 -     0x7fff93fbeff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
        0x7fff93fbf000 -     0x7fff93fbfffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff93fc0000 -     0x7fff93fc2ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff94042000 -     0x7fff941b2ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff941b3000 -     0x7fff9426bff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff94294000 -     0x7fff942e5fff  com.apple.QuickLookFramework (5.0 - 622.3) <AB6CCD09-ECDF-3F01-9C42-34B37DDCF12D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff942e6000 -     0x7fff94349ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff943a0000 -     0x7fff943cffff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff943d0000 -     0x7fff943e1ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff943e2000 -     0x7fff944adfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff944b9000 -     0x7fff944bcfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff944bd000 -     0x7fff9456dff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff9456e000 -     0x7fff9465cfff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff9468b000 -     0x7fff94abeffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff94abf000 -     0x7fff94b0dfff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff94b98000 -     0x7fff94bf3ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff94bf4000 -     0x7fff94c07ff7  com.apple.AppContainer (3.0 - 1) <A90C058D-46E8-3BAB-AF17-AF9C7C273069> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff94c37000 -     0x7fff94d8aff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff94db8000 -     0x7fff94f45ff7  GLEngine (9.0.83) <26CCE609-D645-3945-A678-517ED5B65785> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff94f46000 -     0x7fff9502dff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff95030000 -     0x7fff95089fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff9508a000 -     0x7fff9508eff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff95094000 -     0x7fff9511ffff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff9512d000 -     0x7fff9513dfff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff95151000 -     0x7fff95152ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff95194000 -     0x7fff951f4ff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff95215000 -     0x7fff9521ffff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff95220000 -     0x7fff95231ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff95232000 -     0x7fff952a9fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Fr

    Back up all data. Quit Preview if it's running.
    Hold down the option key and select Go ▹ Library from the Finder menu bar. From the Library folder, delete the following items, if they exist:
    Containers/com.apple.Preview
    Preferences/com.apple.Preview.LSSharedFileList.plist
    Preferences/com.apple.Preview.SandboxedPersistentURLs.LSSharedFileList.plist
    Saved Application State/com.apple.Preview.savedState
    Log out and log back in. Launch the application and test.

  • List.clear() outside of List finalList = new ArrayList(); will delete element in finalList?

    Hello all!
    I am using 3 ArrayLists.
    the first is List<String>
    the second is List<String[]>
    and the third is a list of those lists List<List>
    I use the first list to get the string I need, but I use the second for String.split.
    I then need to keep a list of these to use, so I need the third List.
    After adding the second list to the list of lists I want to clear it so I can set up the next list to be added, but if I do list.clear(); it will delete everything in that list.
    If I do not clear it, it is fine.
    At first I wasn't sure if it was my fault, because I'm not sure if I ever had to do that before, so I made a test case that yields the result if I change the element outside.
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package javaapplication1;
    import java.sql.SQLException;
    import java.util.ArrayList;
    import java.util.List;
    * @author Konrad
    public class JavaApplication1 {
         * @param args the command line arguments
        String a;
        List<String> j = new ArrayList<>();
        public JavaApplication1()
            a();
        public void a()
            a = "ADASDSADSA";
            j.add(a);
            a = null;
            System.out.println(j);
        public static void main(String[] args) throws SQLException {
            JavaApplication1 a = new JavaApplication1();
    If I change a = null to a = ""; it still yields the original a = "ADASD......";
        protected List<String> list = new ArrayList<>();
        protected List<String[]> list2 = new ArrayList<>();
        protected List<List> finalList = new ArrayList<>();
      finalList.add(list2);
                     //list2.clear();
    With this I yield an empty array element, even though my array elements exist.  I tried using multiple lists and I just had multiple empty elements.
    So again I'm not sure if I did something wrong, or is this a bug?  Since my test case worked, I'm confused.
    Thanks!
    ~KZ

    After adding the second list to the list of lists I want to clear it so I can set up the next list to be added, but if I do list.clear(); it will delete everything in that list.
    Correct - you are just working with multiple references to the SAME set of objects.
    Use 'remove' to remove an element from a list and then 'add' to add it to the other list.
    See the Javadocs for the 'remove' method of the List interface
    http://docs.oracle.com/javase/6/docs/api/java/util/List.html#remove(int)
    remove
    E remove(int index)
    Removes the element at the specified position in this list (optional operation). Shifts any subsequent elements to the left (subtracts one from their indices). Returns the element that was removed from the list.   
    Parameters: 
    index - the index of the element to be removed 
    Returns: 
    the element previously at the specified position 
    Throws: 
    UnsupportedOperationException - if the remove operation is not supported by this list 
    IndexOutOfBoundsException - if the index is out of range (index < 0 || index >= size())

  • Preview.app going crash when trying find something over multiple files at a time

    Hello!
    I have MacBook Pro 15 inches from the end of 2013 with Retina.
    I use preview.app to read and search over multiple files (PDF).
    I am getting crash of preview.app.
    How to repeat crash:
    - select several pdf files
    - click with two fingers
    - choose open in program: Preview
    - files are opened in good manner
    - go to last file and find two word you need to search
    - go  to the first file
    - use search field and insert to it two word
    - choose done and repeat search
    After 3rd search request Preview.app will always crash.
    If I open 7 files it can crash on first search request.
    All file names are in english,
    Content in russian.
    Is it possible to fix problem?
    Below I put crash data.
    Thank you!
    Kind regards,
    Dmitry Safronov
    Process:               Preview [3711]
    Path:                  /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:            com.apple.Preview
    Version:               8.0 (859.7)
    Build Info:            Preview-859007000000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Preview [3711]
    User ID:               501
    Date/Time:             2015-03-21 10:40:53.680 +0300
    OS Version:            Mac OS X 10.10.2 (14C1510)
    Report Version:        11
    Anonymous UUID:        47047517-DBC8-9983-2808-3501E59C15D1
    Sleep/Wake UUID:       AF9F604D-D82B-4902-A09C-A568E54AE706
    Time Awake Since Boot: 34000 seconds
    Time Since Wake:       1000 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSOutlineView', reason: 'NSOutlineView error removing child indexes <NSIndexSet: 0x7fd7357956e0>[number of indexes: 1 (in 1 ranges), indexes: (4)] in parent 0x0 (which has 4 children).'
    terminating with uncaught exception of type NSException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff9ae7a66c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff990d176e objc_exception_throw + 43
    2   AppKit                              0x00007fff94c81e3a -[NSOutlineView _validateParentRowEntry:reason:indexes:] + 0
    3   AppKit                              0x00007fff94c822d8 -[NSOutlineView _removeItemsAtIndexes:inParentRowEntry:withAnimation:] + 105
    4   AppKit                              0x00007fff94c848aa -[NSOutlineView removeItemsAtIndexes:inParent:withAnimation:] + 289
    5   Preview                             0x000000010d7b5591 Preview + 550289
    6   Preview                             0x000000010d7b52b7 Preview + 549559
    7   libdispatch.dylib                   0x00007fff952dcc13 _dispatch_client_callout + 8
    8   libdispatch.dylib                   0x00007fff952ea04e _dispatch_barrier_sync_f_slow_invoke + 412
    9   libdispatch.dylib                   0x00007fff952dcc13 _dispatch_client_callout + 8
    10  libdispatch.dylib                   0x00007fff952e8cbf _dispatch_main_queue_callback_4CF + 861
    11  CoreFoundation                      0x00007fff9adcdc79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    12  CoreFoundation                      0x00007fff9ad8a30f __CFRunLoopRun + 2159
    13  CoreFoundation                      0x00007fff9ad89858 CFRunLoopRunSpecific + 296
    14  HIToolbox                           0x00007fff98a30aef RunCurrentEventLoopInMode + 235
    15  HIToolbox                           0x00007fff98a3086a ReceiveNextEventCommon + 431
    16  HIToolbox                           0x00007fff98a306ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
    17  AppKit                              0x00007fff94719f81 _DPSNextEvent + 964
    18  AppKit                              0x00007fff94719730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    19  AppKit                              0x00007fff9470d593 -[NSApplication run] + 594
    20  AppKit                              0x00007fff946f8a14 NSApplicationMain + 1832
    21  libdyld.dylib                       0x00007fff9a00b5c9 start + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff97e35286 __pthread_kill + 10
    1   libsystem_c.dylib             0x00007fff8e2e4b53 abort + 129
    2   libc++abi.dylib               0x00007fff917b7a21 abort_message + 257
    3   libc++abi.dylib               0x00007fff917df9d1 default_terminate_handler() + 267
    4   libobjc.A.dylib               0x00007fff990d57d6 _objc_terminate() + 103
    5   libc++abi.dylib               0x00007fff917dd0a1 std::__terminate(void (*)()) + 8
    6   libc++abi.dylib               0x00007fff917dd113 std::terminate() + 51
    7   libobjc.A.dylib               0x00007fff990d55ff objc_terminate + 9
    8   libdispatch.dylib             0x00007fff952dcc27 _dispatch_client_callout + 28
    9   libdispatch.dylib             0x00007fff952ea04e _dispatch_barrier_sync_f_slow_invoke + 412
    10  libdispatch.dylib             0x00007fff952dcc13 _dispatch_client_callout + 8
    11  libdispatch.dylib             0x00007fff952e8cbf _dispatch_main_queue_callback_4CF + 861
    12  com.apple.CoreFoundation       0x00007fff9adcdc79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    13  com.apple.CoreFoundation       0x00007fff9ad8a30f __CFRunLoopRun + 2159
    14  com.apple.CoreFoundation       0x00007fff9ad89858 CFRunLoopRunSpecific + 296
    15  com.apple.HIToolbox           0x00007fff98a30aef RunCurrentEventLoopInMode + 235
    16  com.apple.HIToolbox           0x00007fff98a3086a ReceiveNextEventCommon + 431
    17  com.apple.HIToolbox           0x00007fff98a306ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
    18  com.apple.AppKit               0x00007fff94719f81 _DPSNextEvent + 964
    19  com.apple.AppKit               0x00007fff94719730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    20  com.apple.AppKit               0x00007fff9470d593 -[NSApplication run] + 594
    21  com.apple.AppKit               0x00007fff946f8a14 NSApplicationMain + 1832
    22  libdyld.dylib                 0x00007fff9a00b5c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff97e36232 kevent64 + 10
    1   libdispatch.dylib             0x00007fff952dfa6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff97e304de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff97e2f64f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff9ad8ab34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff9ad89ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff9ad89858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff9487d33b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 3:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481984 JSC::BlockAllocator::blockFreeingThreadMain() + 228
    3   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 5:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 10:: Dispatch queue: com.apple.root.default-qos
    0   libsystem_kernel.dylib         0x00007fff97e3051a semaphore_wait_trap + 10
    1   libsystem_platform.dylib       0x00007fff940acc5b _os_semaphore_wait + 16
    2   libdispatch.dylib             0x00007fff952e6557 _dispatch_barrier_sync_f_slow + 597
    3   com.apple.Preview             0x000000010d7aba71 0x10d72f000 + 510577
    4   libdispatch.dylib             0x00007fff952e1323 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib             0x00007fff952dcc13 _dispatch_client_callout + 8
    6   libdispatch.dylib             0x00007fff952df88f _dispatch_root_queue_drain + 935
    7   libdispatch.dylib             0x00007fff952edfe4 _dispatch_worker_thread3 + 91
    8   libsystem_pthread.dylib       0x00007fff8de1c637 _pthread_wqthread + 729
    9   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 12:: CVDisplayLink
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   com.apple.CoreVideo           0x00007fff92fc9ff8 CVDisplayLink::waitUntil(unsigned long long) + 240
    2   com.apple.CoreVideo           0x00007fff92fc94b3 CVDisplayLink::runIOThread() + 511
    3   com.apple.CoreVideo           0x00007fff92fc929b startIOThread(void*) + 147
    4   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff97e3548a __semwait_signal + 10
    1   com.apple.Foundation           0x00007fff90dd4f9e +[NSThread sleepForTimeInterval:] + 154
    2   com.apple.PDFKit               0x00007fff98dd9010 -[PDFDisplayView periodicFlushRoutine:] + 91
    3   com.apple.Foundation           0x00007fff90dab90a __NSThread__main__ + 1345
    4   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 21:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib         0x00007fff97e3548a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8e305e50 usleep + 54
    2   com.apple.AppKit               0x00007fff9492a763 -[NSUIHeartBeat _heartBeatThread:] + 2376
    3   com.apple.Foundation           0x00007fff90dab90a __NSThread__main__ + 1345
    4   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff524ced58  rdx: 0x0000000000000000
      rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff524ced80  rsp: 0x00007fff524ced58
       r8: 0x6e6f697470656378   r9: 0x00007fff8e30ed70  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff524ceee0  r13: 0x00007fff524cf410  r14: 0x00007fff7ca0b300  r15: 0x00007fff524cedc0
      rip: 0x00007fff97e35286  rfl: 0x0000000000000206  cr2: 0x00007fff7cb60fd8
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10d72f000 -        0x10d8f1fef  com.apple.Preview (8.0 - 859.7) <487D571B-251B-39C4-8437-6313EB83D12C> /Applications/Preview.app/Contents/MacOS/Preview
           0x10d99d000 -        0x10da86fff  com.apple.AnnotationKit (1.0 - 51.11) <9A9791EE-69B9-37B6-A34A-018CE49B248B> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/Annotation Kit
           0x10db1c000 -        0x10df60ff7  com.apple.SceneKit (5.0 - 260.7.1) <61A4433D-A28A-37FF-BF20-1D69EDE78AF8> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
           0x10e203000 -        0x10e283ff3  com.apple.CoreHandwriting (96 - 1.2) <C016F95E-B454-39D0-A6D5-A99F46D908C0> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHand writing
           0x10e294000 -        0x10e296ff3  com.apple.SafariServices.framework (10600 - 10600.4.10.7) <5EEAF0C0-077D-3377-89F6-C0F33938F1E0> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
           0x10e2ec000 -        0x10e2edff7  libCyrillicConverter.dylib (64) <251C52BB-5EE6-3722-89DA-F3DC80222142> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x10f42d000 -        0x10f42dffe +cl_kernels (???) <A1AD7B3B-2B78-4B7C-9583-FFC4C59D8562> cl_kernels
           0x10f431000 -        0x10f431fef +cl_kernels (???) <D1A72266-2B85-42CC-8394-0E2769E0465C> cl_kernels
           0x113480000 -        0x113480fef +cl_kernels (???) <65E5CE3A-844A-47B3-8951-BD5616CAAB1B> cl_kernels
           0x11348e000 -        0x11348eff5 +cl_kernels (???) <03E40ADF-3EEC-4C59-8EE7-D3F41553C267> cl_kernels
           0x113490000 -        0x113576fef  unorm8_bgra.dylib (2.4.5) <9423FFD4-6EF3-31BF-9DE9-6D55BA76D59E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x1138b4000 -        0x1138b8ff3  libFontRegistryUI.dylib (134) <9C55337C-4D65-34C8-9BB9-90399B420A6F> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x114a90000 -        0x114a91fff  ATSHI.dylib (375) <E88C3D19-2934-37E4-8467-56BF2B83D08A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x1151a8000 -        0x1151aeff7  com.apple.BookKit (1.1 - 255) <501D110F-42F7-390F-A070-54F557F3C006> /System/Library/PrivateFrameworks/BookKit.framework/BookKit
           0x117b06000 -        0x117b18fff  libTraditionalChineseConverter.dylib (64) <B84CD8F5-FF84-3B31-A166-59A7EF32B27A> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x11c278000 -        0x11c287fff  libSimplifiedChineseConverter.dylib (64) <DB9D8A0C-362A-3F3D-9175-4BB372B4C58C> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x11e2e4000 -        0x11e2e4ffe +cl_kernels (???) <3AA9D48F-D7BB-41C8-8F37-CC058122E984> cl_kernels
           0x11f733000 -        0x11f8e6ff3  libCMaps.A.dylib (775.16) <DEE8961E-EB3F-365A-922A-BF80AF1F3818> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps .A.dylib
           0x1206e8000 -        0x120708ff7  libPDFRIP.A.dylib (775.16) <22FE118B-404B-3835-B3EC-75C3D97CE612> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRI P.A.dylib
        0x123400000000 -     0x1234004f7fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.2.46 - 10.0.2) <35154588-E0D4-3FB3-8C0E-C7D1FA6C646E> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
        0x7fff6fa24000 -     0x7fff6fa5a837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
        0x7fff8c705000 -     0x7fff8c70affb  libheimdal-asn1.dylib (398.10.1) <A7B6447A-6680-3625-83C3-993B58D5C43F> /usr/lib/libheimdal-asn1.dylib
        0x7fff8c70b000 -     0x7fff8c7a1ffb  com.apple.CoreMedia (1.0 - 1562.107) <FE18102D-8D7A-3500-A400-747AA8C0B3D0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8c7ad000 -     0x7fff8c7b6ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff8c7b7000 -     0x7fff8c7d1ff7  libextension.dylib (55.1) <6D0CF094-85E8-3F5B-A3F1-25ECF60F80D9> /usr/lib/libextension.dylib
        0x7fff8c7d2000 -     0x7fff8c80dfff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8c80e000 -     0x7fff8c84bff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8c84c000 -     0x7fff8caf4ff7  com.apple.RawCamera.bundle (6.03 - 777) <127AB12C-190F-31BC-A0D9-A127004F7017> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8caf5000 -     0x7fff8cb00fff  com.apple.AppSandbox (4.0 - 238.10.1) <4C171026-DC9A-3CEE-AB42-110859674F61> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8ce50000 -     0x7fff8cebeffb  com.apple.Heimdal (4.0 - 2.0) <3E5DA653-A343-3257-ADE1-BA879BAE280F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8cebf000 -     0x7fff8cec1fff  com.apple.marco (10.0 - 1000) <0ACF21F5-8F1F-3A76-B3D6-73BD9FE5D35C> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff8cef4000 -     0x7fff8cf06ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
        0x7fff8cf07000 -     0x7fff8cf0afff  com.apple.xpc.ServiceManagement (1.0 - 1) <5EFD45BF-B0CD-39F2-8232-6BA33E63E5D4> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8cf0b000 -     0x7fff8cf2fff7  com.apple.facetimeservices (10.0 - 1000) <3DCF679D-B06D-3CB4-AE6E-FBC122959529> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff8cf66000 -     0x7fff8d05afff  libFontParser.dylib (134.1) <EA8452DB-9221-3608-95BF-496F58106313> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8d0aa000 -     0x7fff8d4b7ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8d4b8000 -     0x7fff8d4c0fff  com.apple.xpcobjects (103 - 103) <A202ACEF-7A3D-303E-BB07-29FF49DE279D> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff8de18000 -     0x7fff8de18fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8de19000 -     0x7fff8de22fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8de23000 -     0x7fff8de2afff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
        0x7fff8de2b000 -     0x7fff8de2dfff  com.apple.loginsupport (1.0 - 1) <21DBC18C-F260-39FC-B52F-04A5AA84523A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff8de2e000 -     0x7fff8de7bff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8de7e000 -     0x7fff8e0e8fff  com.apple.imageKit (2.6.1 - 840) <8C974E7D-2258-3FBC-948C-D93226F42DCA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8e0e9000 -     0x7fff8e0e9fff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8e0ea000 -     0x7fff8e224ff7  com.apple.ImageIO.framework (3.3.0 - 1232) <A9682E9F-4917-3926-A035-7FEE7FF9D2AB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8e225000 -     0x7fff8e22afff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8e22b000 -     0x7fff8e286fef  libTIFF.dylib (1232) <56D444B7-A37A-30BC-80B5-5E702FFAAAAB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8e287000 -     0x7fff8e313ff7  libsystem_c.dylib (1044.10.1) <199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib
        0x7fff8e314000 -     0x7fff8e406ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff8e430000 -     0x7fff8e444ff7  com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <62DF9340-01A1-3E12-A604-C90F6361FD9E> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8e5b9000 -     0x7fff8e668fe7  libvMisc.dylib (516) <A82F9FE8-70ED-3BC9-9184-1A2B9EE3C010> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8e669000 -     0x7fff8e689fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8e68a000 -     0x7fff8e6f4ff7  com.apple.imfoundation (10.0 - 1000) <F3BDCF22-C8D8-3A0A-A941-272622FA7B2D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff8e7dd000 -     0x7fff8e7dffff  com.apple.SecCodeWrapper (4.0 - 238.10.1) <8DAF71DB-C99A-3B72-A639-2C8CBEA84B93> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8e7e0000 -     0x7fff8e83aff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff8e83b000 -     0x7fff8e897fff  com.apple.QuickLookFramework (5.0 - 675.13) <70196DC4-E71B-37E8-AA15-B7FD21EC1012> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8e898000 -     0x7fff8eb5efff  com.apple.WebKit (10600 - 10600.3.18) <F8E36318-4F4C-348B-B1DE-D4BE035036AD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8eb5f000 -     0x7fff8eb70fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff8eb78000 -     0x7fff8ebbeffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8ec7c000 -     0x7fff8ec7eff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff8ec84000 -     0x7fff8ed76fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff8eda6000 -     0x7fff8f5dffe3  com.apple.CoreGraphics (1.600.0 - 775.16) <A7BA30E6-A15F-3E48-9718-3837949A0E2E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8fd07000 -     0x7fff8fd37fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff8fd38000 -     0x7fff90053fcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff90054000 -     0x7fff9005cff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff9005d000 -     0x7fff9005efff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff9005f000 -     0x7fff90071ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff90072000 -     0x7fff90074fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
        0x7fff90075000 -     0x7fff90344ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff90345000 -     0x7fff90348fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff90349000 -     0x7fff9034aff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff9034b000 -     0x7fff9034dfff  com.apple.EFILogin (2.0 - 2) <39895ACB-E756-342C-ABE5-DB7100EF0A69> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff9034e000 -     0x7fff9035aff7  com.apple.commonutilities (8.0 - 900) <E5E018A7-FB3C-37A2-9769-49AFAC89FDE8> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ilities
        0x7fff908b3000 -     0x7fff90a11ffb  com.apple.avfoundation (2.0 - 889.102) <7D2E62AF-CDEA-394C-84B2-656629F00197> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff90a12000 -     0x7fff90a15fff  com.apple.IOSurface (97.0.1 - 97.0.1) <0C9ED49D-AADB-3CB9-9A11-F5D765253548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff90a71000 -     0x7fff90a7bff7  com.apple.CrashReporterSupport (10.10 - 629) <4BCAA6B5-EC7F-365F-9D3F-BC483B7E956C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff90a7c000 -     0x7fff90a7cfff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff90a7d000 -     0x7fff90aa5fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff90aa6000 -     0x7fff90af3fff  com.apple.ImageCaptureCore (6.0 - 6.0) <C2DED299-7E2B-3501-9FD6-74892A7484B3> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff90af4000 -     0x7fff90afffff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff90b00000 -     0x7fff90b2cfff  libsandbox.1.dylib (358.1.1) <BA84BDAF-2C59-3CED-8970-9FB029BD7442> /usr/lib/libsandbox.1.dylib
        0x7fff90b2d000 -     0x7fff90b60ff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff90b7b000 -     0x7fff90ba6ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff90bb7000 -     0x7fff90bb9ff7  libsystem_sandbox.dylib (358.1.1) <95312E09-DA28-324A-A084-F3E574D0210E> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff90bba000 -     0x7fff90c43fff  com.apple.CoreSymbolication (3.1 - 57020) <FDF8F348-164D-38F9-90EB-F42585DD2C77> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff90c44000 -     0x7fff90c4ffff  libGL.dylib (11.1.1) <1F0EB9FB-4B0F-349B-80DD-93FD3F45B9C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff90c50000 -     0x7fff90cbffff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff90cc0000 -     0x7fff90ccafff  com.apple.IntlPreferences (2.0 - 150.1) <C62C6F4F-38B9-340B-82A6-1F82AFE1D724> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
        0x7fff90ccb000 -     0x7fff90d3ffff  com.apple.ApplicationServices.ATS (360 - 375) <2824D38D-460D-353C-9D18-499B4BEEABB7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff90d40000 -     0x7fff90d42ffb  libCGXType.A.dylib (775.16) <B2DC78CA-179F-39A7-8D0B-873DC0ACFE96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff90d43000 -     0x7fff91071fff  com.apple.Foundation (6.9 - 1152.14) <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff91072000 -     0x7fff91076ff7  libGIF.dylib (1232) <3C70FBBC-FBA5-3013-A440-05D68B63885F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff91123000 -     0x7fff91137ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
        0x7fff91138000 -     0x7fff91138fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff91469000 -     0x7fff915f7fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff91605000 -     0x7fff916a3fff  com.apple.Metadata (10.7.0 - 917.1) <46BE997C-B1F4-3BED-9332-FAC87297C87A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff916b1000 -     0x7fff916c3fff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
        0x7fff916c4000 -     0x7fff916c6fff  libRadiance.dylib (1232) <9C2DBBDF-0F0B-36BF-84D0-13E0086F793A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff916c7000 -     0x7fff916c8fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff916e2000 -     0x7fff91766fff  com.apple.ViewBridge (103.1 - 103.1) <BABD572C-58AA-362C-B246-D45DCD990D16> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff917b7000 -     0x7fff917e2fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff917f2000 -     0x7fff9181cfff  GLRendererFloat (11.1.1) <53C3F7C6-CC53-3287-9853-DA46FA7587E7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff9181d000 -     0x7fff91a20ff3  com.apple.CFNetwork (720.2.4 - 720.2.4) <E550C671-930F-3B12-8798-23898473E179> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff91a21000 -     0x7fff91a86ff7  com.apple.ids (10.0 - 1000) <BAF9E069-888A-30EB-B247-DC6311B53B67> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff91adf000 -     0x7fff91afbff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff91afc000 -     0x7fff91b4afff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff91b7a000 -     0x7fff91b7dff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff91b7e000 -     0x7fff91b85fff  libCGCMS.A.dylib (775.16) <8A173E74-7123-35F1-B160-853528C144ED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff91bc3000 -     0x7fff91e6ffff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff91e70000 -     0x7fff91e76fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff91e77000 -     0x7fff91e77fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff91e78000 -     0x7fff91e94fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff91e95000 -     0x7fff91e97fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff91e98000 -     0x7fff91ea6ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff91ee0000 -     0x7fff91ee8ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
        0x7fff91eed000 -     0x7fff91f8cdf7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff91f8d000 -     0x7fff91f99ff7  libGPUSupportMercury.dylib (11.1.1) <D5AE513E-99FB-3D22-8FFC-9DAA26407DA3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff91fe7000 -     0x7fff92109ff7  com.apple.LaunchServices (644.12.4 - 644.12.4) <59E909E8-ED4A-33EA-B85D-D409BADDF854> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff9210a000 -     0x7fff9234bfff  com.apple.AddressBook.framework (9.0 - 1563) <63953D92-FB0D-31B1-A449-07BA64D08BA9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff92371000 -     0x7fff923e9ff7  com.apple.SystemConfiguration (1.14 - 1.14) <E0495F7D-5624-3EF7-B7E5-DA0EE708B6E4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff923ea000 -     0x7fff9241bfff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
        0x7fff9241c000 -     0x7fff9241dff7  com.apple.AddressBook.ContactsData (9.0 - 1563) <2A4BD452-4279-38AA-A4EE-761903795B05> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff9241e000 -     0x7fff92420ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <30EAFD80-B9E6-38EA-B85A-9D3550B15545> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff92427000 -     0x7fff92430ff3  com.apple.CommonAuth (4.0 - 2.0) <BA9F5A09-D200-3D18-9F4A-20C789291A30> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff92431000 -     0x7fff9246cfff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff9246d000 -     0x7fff924c1fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff924c2000 -     0x7fff924f2fff  com.apple.GSS (4.0 - 2.0) <FD154E62-F4CF-339D-B66C-AF4AED6A94A6> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff92ecc000 -     0x7fff92f05fff  com.apple.AirPlaySupport (2.0 - 215.15) <C36CC8AF-27CC-3B18-9C3C-3F845B35FDEC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
        0x7fff92f06000 -     0x7fff92f13ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff92f2e000 -     0x7fff92fbfff7  com.apple.cloudkit.CloudKit (259.2.5 - 259.2.5) <241EB647-C917-32F7-956A-6E505827048C> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
        0x7fff92fc0000 -     0x7fff92fc4fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff92fc5000 -     0x7fff92fc6ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff92fc7000 -     0x7fff92ff4fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff92ff5000 -     0x7fff93019ff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff93039000 -     0x7fff930f4ff7  com.apple.DiscRecording (9.0 - 9000.4.2) <9BB46993-311A-3F2E-BD77-3CBEFB71C1F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff930f5000 -     0x7fff93106ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff93109000 -     0x7fff9310bff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff93117000 -     0x7fff9337fff3  com.apple.security (7.0 - 57031.10.10) <79C37E73-271B-3BEF-A96E-CDB83FF12CF0> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff93380000 -     0x7fff9339aff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff933b0000 -     0x7fff933ceff7  com.apple.addressbook.vCard (9.0 - 1563) <370F3435-855E-3C60-9CC9-B3F24AC1AF97> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff933cf000 -     0x7fff933e4ff7  com.apple.AppContainer (4.0 - 238.10.1) <24A43E31-BCD3-32DB-8023-DE7EEA912E89> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff933e5000 -     0x7fff9343dff7  com.apple.accounts.AccountsDaemon (113 - 113) <30F83BF7-2BAE-3BAD-B111-224346AF4B52> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD aemon
        0x7fff9343e000 -     0x7fff93458fff  com.apple.AppleVPAFramework (1.2.10 - 1.2.10) <DC3D5A44-AB1E-32A9-9D22-FC922B52346A> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff93459000 -     0x7fff9346cff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff9346d000 -     0x7fff93980ff3  com.apple.JavaScriptCore (10600 - 10600.3.13) <C0C3246C-D26F-3440-AC75-81CFFA4F9C91> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff93981000 -     0x7fff93aa9ff7  com.apple.coreui (2.1 - 305.6.1) <B56EC212-73C1-326F-B78C-EB856386296E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff93aaa000 -     0x7fff93aafff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff93ab0000 -     0x7fff93d2bff7  com.apple.CoreData (111 - 526.1) <DC4F037B-B7F4-381A-B939-4414489D76BF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff93d5a000 -     0x7fff93debff7  libCoreStorage.dylib (471.10.6) <892DEEE7-C8C7-35EA-931D-FF9862BDEB2B> /usr/lib/libCoreStorage.dylib
        0x7fff93dec000 -     0x7fff93df8ff7  com.apple.OpenDirectory (10.10 - 187) <8B98ECCB-7EFA-3A58-BD2B-A0835D869B1A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff93ed3000 -     0x7fff93f1cff3  com.apple.HIServices (1.22 - 520.12) <8EAC82AB-6A7D-3606-AF6F-60A9410D1278> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff93f1d000 -     0x7fff93f9afff  com.apple.CoreServices.OSServices (640.3 - 640.3) <84A91B00-0ED4-350C-B30A-AEAE437AE02A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff9406e000 -     0x7fff94082feb  libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib
        0x7fff940a8000 -     0x7fff940a8fff  com.apple.Carbon (154 - 157) <0DF27AD6-ED64-34D7-825D-65297D276652> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff940a9000 -     0x7fff940b1fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff940b2000 -     0x7fff940c1fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff940c2000 -     0x7fff940c6fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff940c7000 -     0x7fff940ceff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff940cf000 -     0x7fff940e4fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
        0x7fff94214000 -     0x7fff943f9ff3  libicucore.A.dylib (531.31) <B08E00D5-13C6-3391-AB3A-8DE693D3B42E> /usr/lib/libicucore.A.dylib
        0x7fff943fa000 -     0x7fff94405ff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <7DF3C68C-B219-3E13-AE72-24B8606A1560> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff94406000 -     0x7fff94421ff7  com.apple.aps.framework (4.0 - 4.0) <F3C3C246-101E-3E81-9608-D2D6E9352532> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff94451000 -     0x7fff9446bff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff9446c000 -     0x7fff94478ff7  com.apple.HelpData (2.1.4 - 90) <471200E4-1D51-3D8C-A956-A52F8EB7B552> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff94479000 -     0x7fff944edff3  com.apple.securityfoundation (6.0 - 55126) <DEC91795-7754-334A-8CDA-B429F41B922D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff944ee000 -     0x7fff9450dfff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff9450e000 -     0x7fff945fefef  libJP2.dylib (1232) <13BFC6A7-E24E-3F29-AD3C-E2D382A1223A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff946f6000 -     0x7fff95240ff7  com.apple.AppKit (6.9 - 1344.72) <44EF7DEB-3072-3515-9F34-2857D557E828> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff95241000 -     0x7fff95245fff  com.apple.IOAccelerator (156.6.1 - 156.6.1) <E32D8658-9C8A-338F-93F0-A03DE48295B8> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff9525e000 -     0x7fff95265fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff95266000 -     0x7fff952dafff  com.apple.ShareKit (1.0 - 323) <92C947CC-FD6B-39D4-919D-9ABD7701384C> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
        0x7fff952db000 -     0x7fff95305ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff95362000 -     0x7fff953b5ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff953b6000 -     0x7fff953cffff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff953d0000 -     0x7fff95409ff7  com.apple.datadetectors (5.0 - 286.7) <196D4E74-1157-3672-9485-98B929855781> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff9540a000 -     0x7fff958f6ff7  com.apple.MediaToolbox (1.0 - 1562.107) <F0888EAC-FB6D-35C5-B2FB-AC9A72FE4650> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff958f7000 -     0x7fff95943ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff9599e000 -     0x7fff959a7fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff959a8000 -     0x7fff959a8ff7  liblaunch.dylib (559.10.3) <DFCDEBDF-8247-3DC7-9879-E7E497DDA4B4> /usr/lib/system/liblaunch.dylib
        0x7fff959a9000 -     0x7fff959adfff  com.apple.TCC (1.0 - 1) <61F36A72-B983-3A2D-9D37-A2F194D31E7D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff959ae000 -     0x7fff95a15ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff95a21000 -     0x7fff95a29fe7  libcldcpuengine.dylib (2.4.5) <F9EF8060-5E40-3E88-BC38-7452649672B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff95a2a000 -     0x7fff95a2aff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff95a6c000 -     0x7fff95a71ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff95a72000 -     0x7fff95a74fff  libsystem_configuration.dylib (699.1.5) <5E14864E-089A-3D84-85A4-980B776427A8> /usr/lib/system/libsystem_configuration.dylib
        0x7fff95a77000 -     0x7fff95a88ff3  libsystem_coretls.dylib (35.10.1) <3EAED90A-7AA0-323C-A52B-E16477981D59> /usr/lib/system/libsystem_coretls.dylib
        0x7fff9666c000 -     0x7fff96672fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
        0x7fff96673000 -     0x7fff96677fff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff96678000 -     0x7fff967aaff7  com.apple.MediaControlSender (2.0 - 215.15) <454420EB-E6FE-3074-8D58-67471E1D61E5> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff967ab000 -     0x7fff967b1ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff967f3000 -     0x7fff96821fff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <16F7A7F1-CF1D-35AD-A91F-690A814048DF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff96822000 -     0x7fff977d9ffb  com.apple.WebCore (10600 - 10600.3.15) <59A28076-26E4-3CE2-B6FC-AF59308C0B95> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff977da000 -     0x7fff978befff  libcrypto.0.9.8.dylib (52.10.1) <2A2924DE-63FB-37F6-B102-84D69240675B> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff978bf000 -     0x7fff9790cff3  com.apple.CoreMediaIO (601.0 - 4749) <ED45B200-08A1-3E72-8DE9-9901C94A7BCA> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff9798c000 -     0x7fff979b7fff  com.apple.Di

    This is a bug in Preview triggered by opening many PDF's at once. Try opening only one and searching it.

  • Without Changing the RecordsDisplyed property how to include in 1 page

    hi,
    Actually i have designed a table in which i add rows by clicking a button when the rows are increasing more than 10 it goes of to next page. The basic functionality is intact but the overall functionality i.e after all completions of rows i kept a button which calulates the total but since its going of to next page its not working but when its in a single page it's working.Previously i used fetchrowcount() method then i used getAllRowsInRange() method still no result.....
    any suggestions how to overcome this

    You need to tell us as to how you are iterating through the Rows in the VO. I believe you are using APIs, that fetch only the rows in the current Range. For you total requirement, you should be traversing through rows in all the range indexes of the VO.
    You can create & use a RowSetIterator to iterate over all the view object rows.
    Please see "Iterating View Object Rows" in JDEV_CLIENT_INSTALL\jdevdoc\devguide\bus\bus_vo.htm#itr
    HTH.

Maybe you are looking for

  • BPC 10.1 - dump in unified model when I try to open System Reports

    Hi, we use BPC 10.1 unified and every time when try to use "System Reports" it dumps. I can select e.g. BPF Activity Report and Templates -> Template Verions -> Instances and finally "Display Report" but there is no result besides the endless loading

  • Shorten Menu items to make room for more icons in menu bar

    Is there any way to shorten the menu items in the menu bar, so that there will be more space for the icons? For instance, in Safari, the first Menu item, File, could be abbreviated to F, Edit could be E, etc. That way, the shortcuts for apps through

  • JSF Deployment error - login.faces not available

    I am new to JSF and am having deploying my first example JSF pages in Eclipse on default Tomcat (6.x). I feel I have done everything stated in the tutorial http://www.exadel.com/tutorial/jsf/jsftutorial-kickstart.html (I did not repeat the step by st

  • IPhoto all screwed up...

    I opened iPhoto one day and almost all of my photos were gone. I HAVE all of them on backup but I am not sure how to RE-load them into iPhoto, and which database to use...originals? [ will that install all of the originals and get rid of the changes

  • Mac's Safari will not hide the top bar when in full screen please help

    So in my Safari when I enter full screen to watch a video the top bar won´t disappear no matter how long I wait and this is one of the little details that just **** me off. Here's a picture of it: http://i.imgur.com/0rGaE.jpg Please tell me how to fi