PB with the path to the actionscript 3.0 classes

Hello

I get an error that drives me crazy.
I recently had to reinstall Flash CS3.
I created an AS 3.0 using MovieClip class, it's included by importing as usual:
import flash.display.MovieClip;

I get error message 1014 says that intrinsic classes are no longer taken into charge (& quot; The intrinsic attribute is no longer supported & quot ;) by referring to a native class, MovieClip.as, that uses the intrinsic attribute to define the class.

Why do I all of a sudden this error I get never before?
It seems that if I use old native classes...

Thank you

Pascal

PS: I checked my class path: C:\Program Files\Adobe\Adobe Flash CS3\fr\First Run\Classes\FP9

It seems ok...

I restarted flash and it works now :)

Strange...

Tags: Adobe Animate

Similar Questions

  • [JS, CS4] TextFrame.extractLabel () does not work with the instances of this class

    I have the script, which works very well in CS3. In CS4 (app.version = 6.0.1.532) However, I get an error using extractLabel, after reading a few other a textframe properties:

    frameObject.extractLabel ('name')
    Error: TextFrame.extractLabel () does not work with the instances of this class

    Until the reading of one of the 'normal' properties, such as (frameObject.) content I can call frameObject.extractLabel ('name') without errors, but after "watching" (assign it to a variable in the code, or by getting the value in the javascript console), the content property (or as it seems any normal property) the extractLabel method generates the above error.

    It seems to work to move all frameObject.extractLabel at the beginning of the function calls, but I don't think that I would need to do this.

    It could very well be the case that the label read by extractLabel has no content and never received. Will there be a change in behaviour of CS3 in this sentence? If so, and if this is the reason for the error, is there then a way to determine if the label has been assigned?

    This error is familiar to someone else?

    Best regards

    Andreas

    It works if you use:

    var pgItm = app.activeDocument.textFrames.itemByID(parseInt(myId));
    

    Otherwise, this might work:

    var pgItm = app.activeDocument.pageItems.itemByID(parseInt(myId)).getElements()[0];
    

    Although, generally, itemByID gives you the question no matter what it is as long as there are, so I'm bit puzzled that neither of them will be necessary.

    Dave

  • With the help of several classes and create an object of a class and calling its method in a different class.

    Creating a new class, I need to move my main method class SaveDate DynamicTest class. Below I've listed the code of both classes. The goal is to be able to run my class DynamicTest program. I need help to understand the process of moving my main method of a different class and creating an object of a class and calling its method.

    public class {SaveData

    private public static final map < String, Object > myCachedTreeMap = new TreeMap < String, Object > ();

    public static final List < String > getLines (final String resourceParam, final Charset charset) throws IOException {}

    System.out.println ("please:" + resourceParam);

    If {(myCachedTreeMap.containsKey (resourceParam))

    Use the file cached, to avoid a further reading.

    System.out.println ("found in memory:" + resourceParam);

    }

    else {}

    Load the file from the disk

    System.out.println ("found in memory:" + resourceParam);

    }

    Returns a null value.

    }

    Public Shared Sub main (String [] args) throws IOException {}

    String target_dir = "C:\\myfiles\\config\\en";

    Line = "C:\\myfiles\\config\\en\\output.txt";

    File dir = new File (target_dir);

    File files [] = dir.listFiles ();

    If (file == null: files.length < 1) {}

    System.out.println ("file list is empty...");

    return;

    }

    Open the Printwriter

    PrintWriter OutputStream = new PrintWriter (output);

    try {}

    for (textFile file: files) {}

    If (textFile.isFile () & & textFile.getName () .endsWith (".txt")) {}

    readFromDisk (textFile);

    }

    }

    }

    {Finally

    outputStream.close ();

    }

    String fileNameFromCache = "en_synonyms.txt";

    Sheet1 = myCachedTreeMap.get (fileNameFromCache) object;

    System.out.println (fileNameFromCache + ": \n" + "Sheet1");

    }

    @SuppressWarnings ("resource")

    private static Sub readFromDisk(File textFile) throws FileNotFoundException, IOException {}

    BufferedReader InputStream;

    inputStream = null;

    String content = "";

    try {}

    inputStream = new BufferedReader (new FileReader (textFile));

    content = readFile (textFile);

    System.out.println ("bytes read =" + content.length ());

    Save the content

    FileContentsObject Sheet1 = new FileContentsObject (System.currentTimeMillis (),

    textFile.lastModified (), content,

    textFile.getName (),

    getLines (null, null));

    Add to the map

    myCachedTreeMap.put (textFile.getName (), Sheet1);

    }

    {Finally

    If (inputStream! = null) {}

    inputStream.close ();

    }

    }

    }

    private static String readFile(File f) throws FileNotFoundException, IOException, UnsupportedEncodingException {}

    Text of StringBuilder = new StringBuilder (1024);

    read int, N = 1024 * 1024;

    char [] buffer = new char [N];

    BufferedReader br = null;

    try {}

    BR = new BufferedReader)

    (new) InputStreamReader

    (new FileInputStream (f), 'UTF8'));

    While (true) {}

    read = br.read (buffer, 0, N);

    If (read > 0)

    Text.Append (new String (buffer, 0, read));

    if(Read < N) {}

    break;

    }

    }

    }

    {Finally

    If (br! = null)

    Br. Close();

    }

    Return text.toString ();

    }

    private static final class FileContentsObject {}

    private long cachedTime; currentTime

    private long lastModifiedTimestamp;

    private string content

    List < String > lines;

    private String fileName;

    public FileContentsObject (long cachedTime, long lastModifiedTimestamp,

    Content string, String fileName, List < String > lines) {}

    this.cachedTime = cachedTime;

    this.lastModifiedTimestamp = lastModifiedTimestamp;

    This.contents = content;

    this.fileName = filename;

    This.Lines = lines;

    SimpleDateFormat sdf = new SimpleDateFormat ("MM/dd/yy hh: mm :"); ")

    System.out.println ("time & Date:" + sdf.format (cachedTime));

    System.out.println ("' last modification timestamp:" ")

    + sdf.format (lastModifiedTimestamp));

    }

    /**

    *

    * @return the lines of the file

    */

    List < String > getLines() {}

    Return this.lines;

    }

    public String toString() {}

    "return"Sheet1 {}"+" fileName =' ' + filename + '------"+", content = "" "

    + content + "\"+ ", lastModifiedTimestamp ="

    + lastModifiedTimestamp + ', CurrentTime & Date ='

    {+ cachedTime + '}';

    }

    }

    }

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    public class DynamicTest {}

    Public Shared Sub main (String [] args) {}

    Game characters charset = Charset.forName("UTF-8");

    try {}

    List < String > = CacheData.getLines lines ("en_synonyms", character set);

    If (rows! = null) {}

    System.out.println ("number of rows:" + lines.size ());

    for {(String ligne: lines)}

    System.out.println ("DynamicTest:" + line);

    }

    }

    } catch (IOException e) {}

    e.printStackTrace ();

    }

    try {}

    List < String > = CacheData.getLines lines ("en_stopwords", character set);

    If (rows! = null) {}

    System.out.println ("number of rows:" + lines.size ());

    for {(String ligne: lines)}

    System.out.println ("DynamicTest:" + line);

    }

    }

    } catch (IOException e) {}

    e.printStackTrace ();

    }

    }

    }

    I have read and watched videos about the creation of an object of a class and calling its method in a different class. I'm still confused on how to do it properly. By using the code below if someone can explain how to properly call the method of objects from my hand.

    Huh? You have NOT posted any 'hand' or any 'method of objects '.

    If you need help with the code, you need to view the code.

    The Java tutorials has dozens of trails "Classes and objects": what they are, how to create and how to use them.

    https://docs.Oracle.com/javase/tutorial/Java/javaOO/classes.html

    1. create an instance of a class

    2. call to one or more of the public methods of this class

    If the class has public static methods, you don't need to create an instance first.

    I suggest that you work your way through these tutorials. They include the WORKING example code.

  • With the help of my classes with OptimisticNamedCache

    Hello

    I learn to use the framework of the Transaction, and I'm stuck on a problem. When I add entries consisting of Java to a NamedOptimisticCache types everything works as expected. If I try to use my own classes as the keys and the values for the entries, it seems that each of my key points to a value zero.

    I wrote a simple program with two classes of support and a stripped down in the cache configuration file to illustrate the problem. Their text appears under my signature.

    Here is the result of an execution. Note the line that reads: MyKey@fa39d7=null

    2011-07-22 19:20:19.949/1.325 Oracle coherence 3.7.0.0 < Info > (thread = main Member, = n/a): responsible operational configuration of "jar:file:/C:/Users/Dan/coherence/lib/coherence.jar!/tangosol-coherence.xml".
    2011-07-22 19:20:20.084/1.460 Oracle coherence 3.7.0.0 < Info > (thread = main Member, = n/a): responsible for operational substitutions of "jar:file:/C:/Users/Dan/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml".
    2011-07-22 19:20:20.085/1.461 Oracle coherence 3.7.0.0 < D5 > (thread = main Member, = n/a): configuration optional override ' / tangosol-coherence - override.xml ' is not specified
    2011-07-22 19:20:20.096/1.472 Oracle coherence 3.7.0.0 < D5 > (thread = main Member, = n/a): configuration optional override "/ custom - mbeans.xml ' is not specified

    Oracle Version 3.7.0.0 Build 23397 consistency
    Grid edition: development Mode
    Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

    2011-07-22 19:20:20.524/1.900 Oracle coherence GE 3.7.0.0 < Info > (thread = main Member, = n/a): configuration of the loaded cache of 'jar:file:/C:/Users/Dan/coherence/lib/coherence.jar!/internal-txn-cache-config.xml '.
    2011-07-22 19:20:20.541/1.917 Oracle coherence GE 3.7.0.0 < Info > (thread = main Member, = n/a): configuration of the loaded cache of 'file:/C:/Users/Dan/diceWorkspace/coherenceTxnFwork/config/cacheConfig.xml '.
    2011-07-22 19:20:22.411/3.787 Oracle coherence GE 3.7.0.0 < D4 > (thread = main Member, = n/a): TCMP linked to /192.168.15.2:8088 using SystemSocketProvider
    2011-07-22 19:20:26.763/8.139 Oracle coherence GE 3.7.0.0 < Info > (thread = Cluster, Member = n/a): created a new cluster "cluster: 0x96AB ' with members (Id = 1, Timestamp is 2011-07-22 19:20:22.449, address = 192.168.15.2:8088, MachineId = 26370, location = machine: in-laptop, process: 8704, role = DemoDemo, edition = Grid Edition, Mode = development, CpuCount = 2, SocketCount = 2) UID = 0xC0A80F02000001315313A83167021F98
    2011-07-22 19:20:26.775/8.151 Oracle coherence GE 3.7.0.0 < Info > (thread = main Member, = n/a): started cluster name = cluster: 0x96AB

    Group {address = 224.3.7.0, Port = 37000, TTL = 4}

    MasterMemberSet
    (
    ThisMember = member (Id = 1, Timestamp is 2011-07-22 19:20:22.449, address = 192.168.15.2:8088, MachineId = 26370, location = machine: in-laptop, process: 8704, role = DemoDemo)
    OldestMember = member (Id = 1, Timestamp is 2011-07-22 19:20:22.449, address = 192.168.15.2:8088, MachineId = 26370, location = machine: in-laptop, process: 8704, role = DemoDemo)
    ActualMemberSet = set of members (size = 1, BitSetCount = 2.
    Member (Id = 1, Timestamp is 2011-07-22 19:20:22.449, address = 192.168.15.2:8088, MachineId = 26370, location = machine: in-laptop, process: 8704, role = DemoDemo)
    )
    RecycleMillis = 1200000
    RecycleSet = member (size = 0, BitSetCount = 0 set
    )
    )

    TcpRing {connection = []}
    IpMonitor {AddressListSize = 0}

    2011-07-22 19:20:26.846/8.222 Oracle coherence GE 3.7.0.0 < D5 > (thread = Invocation: management, Member = 1): service management joined the cluster with the senior members of the service 1
    2011-07-22 19:20:26.947/8.323 Oracle coherence GE 3.7.0.0 < Info > (thread = main, Member = 1): configuration of the loaded cache of 'jar:file:/C:/Users/Dan/coherence/lib/coherence.jar!/internal-txn-cache-config.xml '.
    2011-07-22 19:20:27.544/8.920 Oracle coherence GE 3.7.0.0 < Info > (thread = main, Member = 1): configuration of the loaded cache of 'jar:file:/C:/Users/Dan/coherence/lib/coherence.jar!/internal-txn-cache-config.xml '.
    2011-07-22 19:20:27.581/8.957 Oracle coherence GE 3.7.0.0 < D5 > (thread = DistributedCache:TransactionalCache, Member = 1): Service TransactionalCache joined the cluster with the senior members of the service 1
    2011-07-22 19:20:27.790/9.167 Oracle coherence GE 3.7.0.0 < Info > (thread = TransactionFrameworkThread, Member = 1): version Manager started
    2011-07-22 19:20:28.178/9.554 Oracle coherence GE 3.7.0.0 < D5 > (thread = DistributedCache:TransactionalCache, Member = 1): transactional high cabinets: 10 M
    1 = dog
    2011-07-22 19:20:28.935/10.311 Oracle coherence GE 3.7.0.0 < D5 > (thread = DistributedCache:TransactionalCache, Member = 1): transactional high cabinets: 10 M
    MyKey@fa39d7=null
    2011-07-22 19:20:29.319/10.695 Oracle coherence GE 3.7.0.0 < D4 > (= ShutdownHook thread, Member = 1): ShutdownHook: cluster node to stop
    2011-07-22 19:20:29.323/10.699 Oracle coherence GE 3.7.0.0 < D5 > (thread = Cluster, Member = 1): Service de Cluster in the cluster on the left
    2011-07-22 19:20:29.339/10.715 Oracle coherence GE 3.7.0.0 < D5 > (thread = DistributedCache:TransactionalCache, Member = 1): Service TransactionalCache left in the cluster
    2011-07-22 19:20:29.340/10.716 Oracle coherence GE 3.7.0.0 < D5 > (thread = TransactionFrameworkThread member = 1): repeat AggregateAllRequest for 257 of 257 points due to the redistribution of PartitionSet {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215 216 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256}
    2011-07-22 19:20:29.345/10.721 Oracle coherence GE 3.7.0.0 < D5 > (thread = Invocation: management, Member = 1): service management left the cluster


    Thank you.

    -Dan

    Demo program illustrates the problem

    to import java.util.Set;
    java.util.Map.Entry import;
    import com.tangosol.coherence.transaction.Connection;
    import com.tangosol.coherence.transaction.DefaultConnectionFactory;
    import com.tangosol.coherence.transaction.OptimisticNamedCache;

    public class Demo {}

    /**
    @param args
    */
    Public Shared Sub main (String [] args) {}

    This block of code shows Java native types work ok.
    Connection con = DefaultConnectionFactory() new
    .createConnection ("TransactionalCache");
    OptimisticNamedCache txCache = con.getNamedCache("txCache");
    txCache.put (1, "dog");
    con. Close;
    The value < entry > tCacheEnts = txCache.entrySet ();
    for (entry e: tCacheEnts) {}
    System.out.println (e);

    }

    This block of code illustrates the problem I have with my own types.
    Con1 connection = new DefaultConnectionFactory()
    .createConnection ("TransactionalCache");
    OptimisticNamedCache txCache1 = con1.getNamedCache("txCache1");
    Key MyKey = new MyKey();
    Value of MyValue = new MyValue();
    key.setId (1);
    value.setStrValue ("ONC1");
    txCache1.put (key, value);
    Con1.close ();
    The value < entry > t1CacheEnts = txCache1.entrySet ();
    for (entry e: t1CacheEnts) {}
    System.out.println (e);

    }
    }
    }

    My custom key class
    import java.io.Serializable;


    MyKey/public class implements Serializable {}
    Whole ID;

    public Integer getId() {}
    return the id;
    }

    {} public void setId (Integer id)
    This.ID = id;
    }

    public MyKey() {}
    }
    }

    My custom value class

    import java.io.Serializable;


    MyValue/public class implements Serializable {}
    String strValue;

    public String getStrValue() {}
    return strValue;
    }

    public void setStrValue (String value) {}
    this.strValue = value;
    }

    public MyValue() {}
    }

    }



    My config of cache

    <? XML version = "1.0"? >

    <! SYSTEM cache-config DOCTYPE "cache - config.dtd" >

    <>cache-config

    < cache-system-mapping >

    <>cache-mapping
    < name of the cache - > * < / cache-name >
    < scheme name > example distributed < / system-name >
    < / cache-mapping >

    <>cache-mapping
    < name-cache > tx * < / cache-name >
    < scheme name > transactional example < / system-name >
    < / cache-mapping >

    < / cache-system-mapping >


    <>- cached patterns
    <!--
    Distributed caching scheme.
    ->
    < distributed plan >
    < scheme name > example distributed < / system-name >
    < service name > DistributedCache < / service-name >
    thread < lease-granularity > < / lease-granularity >
    thread < number > 100 < / thread count >

    < support-map-plan >
    < local plan >
    <>plan-unlimited-support-map Ref < / plan-ref >
    < / local plan >
    < / support-map-plan >

    < autostart > true < / autostart >
    < / distributed plan >

    < transactional system >
    < scheme name > transactional example < / system-name >
    < number > 10 threads < / thread count >
    < service name > TransactionalCache < / service-name >
    < request-timeout > 30000 < / timeout request >
    < support-map-plan >
    < local plan >
    <>plan-unlimited-support-map Ref < / plan-ref >
    < / local plan >
    < / support-map-plan >
    < autostart > true < / autostart >
    < / transactional system >
    <!--
    Card support schema definition used by all caches that are not
    require expulsion policies
    ->
    < local plan >
    < scheme name > unlimited-support-map < / system-name >
    < / local plan >

    < / cache-plans >
    < / cache-config >

    Published by: dan_at_scapps on July 22, 2011 11:14

    Hi Dan,.

    Your key should implement equals() and hashCode(). Something like...

    
           public int hashCode()
                {
                return id;
                }
    
            public boolean equals(Object o)
                {
                if (o instanceof MyKey)
                    {
                    MyKey that = (MyKey) o;
    
                    return id.equals(that.id);
                    }
    
                return false;
                }
    

    Thank you
    Tom

  • With the help of QNX classes in a Flex library project

    In order to deploy on multiple platforms, I'm building my application "headless"; changes of main application based on the OS class, I'm to deploy, but the underlying library remains the same. I have my classes of library in their own Flex library project and specific classes of Playbook in their own project. Currently I can not all classes of QNX to appear inside my library project, but they appear fine in my main application project. I have the main application and library using the Playbook SDK 0.9.1 projects.

    Is there something special I need to do for a project of library in QNX classes, or am I missing something obvious? Thank you!

    Hey,.

    the screenshots that I showed you were from my application for flash builder 4.5 burrito. If the menus are a little different. It's my flash builder 4.0.1 application menu:

    and with libraries extended:

    from the looks of things, your SDK have not installed or is not read correctly. you follow and do all according to the start-up for windows guide? Good luck!

  • Need help with the declaration of _root.

    Greetings!

    I was hired to debug a flash project in Flash CS3 with the ActionScript 3, or so I was told.  A line of critical code to what I need to fix is

    _root. Alert.gotoAndPlay ("AddToCardLeader")

    In the "root directory", there is a layer called "alert."  My understanding is that "AddToCardLeader" is a function associated with this layer (focus on my understanding).  But for the life of me I can't find such a code / function.  Where should I look?

    Thanks to anyone who can help to 2 tons!

    If the file uses "_root" is not using Actionscript 3.

    caution - will probably be a movieclip which is on the main timeline, possibly in the; layer you mentioned.  The name of the layer has no relationship to the code... fact the movieclip.

    "AddToCardLeader" is an image tag that is in the movieclip alert.  This line of code tells the movieclip alert to go to this image and play.

  • helps with the update of tabular form using dynamic Action

    Hello world

    I'm trying to simplify a tabular presentation based on a collection so that it uses more dynamic actions that will be ultimately more easy for us to debug.

    Our tabular presentation is based on the query:

    SELECT
    apex_item.text(1,seq_id,'','','id="f01_'||seq_id,'','') "DeleteRow",
    seq_id,
    seq_id display_seq_id,
    c003,
    c004,
    c005,
    c006,
    apex_item.text_from_LOV(c004,'SPECIES')||'-'||apex_item.text_from_LOV(c005,'GRADE')||'-'||apex_item.text_from_LOV(c006,'MARKETCODE')||'-'||apex_item.text_from_LOV_query(c007,'select unit_of_measure d, unit_of_measure r from species_qc') unit,
    apex_item.select_list_from_LOV(8,c008,'DISPOSITIONS','onchange="getAllDisposition('||seq_id||')"','YES','0','  -- Select Favorite --  ','f08_'||seq_id,'') Disposition,
    apex_item.select_list_from_LOV(9,c009,'GEARS','style="background-color:#FBEC5D; "onFocus="checkGearPreviousFocus('||seq_id||');"onchange="getAllGears('||seq_id||')"','YES','3333','-- Select Favorite --','f09_'||seq_id,'') Gear,
    apex_item.text(10,TO_NUMBER(c010),5,null, 'onchange="setTotal('||seq_id||')"','f10_'||seq_id,'') Quantity,
     
    apex_item.text(11,TO_NUMBER(c011),5,null,'onchange="getPriceBoundaries('||seq_id||')"','f11_'||seq_id,'') Price,
    
    apex_item.text(12, TO_NUMBER(c012),5,null, 'onchange="changePrice
    ('||seq_id||')" onKeyDown="selectDollarsFocus('||seq_id||',event);"','f12_'||seq_id,'') Dollars,
     decode(c013,'Y',apex_item.text(14, c014,30,null,'style="background-color:#FBEC5D;" onClick="onFocusAreaFished('||seq_id||');"','f14_'||seq_id,''),'N','N/A') Area_Fished,
    c014,
    c015,
    c016,
    c017 additional_measure_flag,
    decode(c017,'Y',apex_item.text(18, c018,4,null,'style="background-color:#FBEC5D; "onBlur="setUnitQuantity('||seq_id||')"','f18_'||seq_id,''),'N','N/A') UNIT_QUANTITY,
    decode(c017,'Y',apex_item.text(19,'CN',3,null,'readOnly=readOnly;','f19_'||seq_id,''),'N','N/A') UNIT_COUNT,
    c024 fins_attached,
    apex_item.textarea(28,c028,3,null,'class="hms_info"','f28_'||seq_id,'') Explanation,
    decode(c024,'N',apex_item.select_list_from_LOV(29,c029,'HMSNATURE','class="hms_info"''onchange="saveNature('||seq_id||')"','YES','A','-- Select Nature of Sale --','f29_'||seq_id,''),'U',apex_item.select_list_from_LOV(29,c029,'HMSNATURE','onchange="saveNature('||seq_id||')"','YES','A','-- Select Nature of Sale --','f29_'||seq_id,''),'Y','N/A') Nature_Of_Sale,
    c030,
    c031,
    c032,
    c033,
    c034,
    c035,
    c036,
    c037,
    c038,
    c039,
    apex_item.select_list_from_LOV(40,c040,'HMS_AREA_CODE','style="background-color:#FBEC5D;" class="hms_info"
    ',null,null,null,'f40_'||seq_id,'')  HMS_AREA_CODE,
    c020 hms_flag,
    apex_item.text(41,TO_NUMBER(c041),5,null, 'class="hms_info"','f41_'||seq_id,'') Sale_Price,
    c042,
    c043,
    c044,
    c050 shark_flag
    from apex_collections
     where collection_name = 'SPECIES_COLLECTION' order by seq_id 
    

    Note that many of the fields referenced are c0xx... and really serve as place holders so that the c0xx = fxx.  It's awkward, like every time that a movement or move a column, it upsets the fxx value.   So, I tried to use the CLASS if possible.

    I have a dynamic action that had worked perfectly, until I moved one of the columns... and now, it seems not to work when I'm trying to update anything with the HMS_INFO or SHARK_INFO class.  Grrr.

    dynamic action: CHANGE COLUMN

    event: CHANGE

    selection type: JQUERY SELECTOR

    jQuery selector: input [name = 'f10'], input [name = 'f11'], input [name = 'f12'], input [name = "f24"], textarea [name = "f28"], select [name = "f40"], input [name = "f41"]

    true action1: defined value, expression javascript, set P110_ID = this.triggeringElement.id

    true action2: defined value, expression javascript, set P110_VALUE = this.triggeringElement.value

    true action3: run pl/sql,.

    declare
      v_attr number;
      v_seq number;
    begin 
      v_attr := TO_NUMBER (SUBSTR (:p110_id, 2, 2));
      select ltrim(substr(:p110_ID,5,4),'0') into v_seq from dual;
     
      safis_collections.update_column(v_seq,
                                      v_attr,
                                      :p110_value);
    end;
    

    the safis_collections.update_column package is:

    procedure update_column(v_seq in varchar2,
                            v_attr in number,
                            v_value in varchar2)
    is
    begin
       apex_collection.update_member_attribute (p_collection_name=> 'SPECIES_COLLECTION',
                         p_seq => v_seq,
                         p_attr_number => v_attr,
                         p_attr_value  => v_value);
    apex_debug.message('updated column. seq='||v_seq||' attribute='||v_attr||' with '||v_value);
    
    end;
    

    I wonder if there is a way to make the CLASS in my JQUERY SELECTOR, so something like reference entry [class = "HMS_INFO"], input [CLASS = "shark_info"]... and if so, what happens if a single item in the class is an option button and the other is a selection list and the other an element?

    is it possible to not have to rely on the fxx.  Currently, my collection columns map to the investment in the form of tables... sense, c024 = f24... because I placed c024 to be the 24th editable column, but this seems crazy.  Is there a simpler way?  I'm just learning class, then maybe there is something extra, or rather that I could use...

    any help is appreciated.   Thank you!

    I think I have solved the problem.

    dynamic action: CHANGE COLUMN

    event: CHANGE

    selection type: JQUERY SELECTOR

    jQuery selector: input [name = 'f10'], input [name = 'f11'], input [name = 'f12'], .shark_info, .hms_info

    true action1: defined value, expression javascript, set P110_ID = this.triggeringElement.id P110_VALUE POINT KEYS

    true action2: run pl/sql code

    begin
    null;
    end;
    

    items to submit page: P110_ID

    true action3: defined value, expression javascript, set P110_VALUE = this.triggeringElement.value P110_VALUE POINT KEYS

    true Action4: value: PL/SQL expression, the value P110_SEQ = rtrim (substr(:P110_ID,5,4),'0 ') CONCERNED POINT: P110_SEQ

    true Action5: run pl/sql code

    declare
    
      v_attr number;
    
    begin
      v_attr := TO_NUMBER (SUBSTR (:P110_id, 2, 2));
    
      apex_collection.update_member_attribute
                       (p_collection_name      => 'SPECIES_COLLECTION',
                        p_seq                  => :P110_SEQ,
                        p_attr_number          => v_attr,
                        p_attr_value           => :P110_VALUE);
    
    end;
    

    items to submit page: P110_ID, P110_VALUE, P110_SEQ

    true action6: refreshment area

    I think it is the combination of the use of pl/sql expression to calculate P110_SEQ and also your tip on TRUE ACTION2 to submit the item that did the trick.

    Thanks Kofi, for your patience and help!  It was great.

    Ugh... on the next issue.

    Karen

  • With the help of external source paths

    Hello world

    I'm quite new to Flash Builder. I created an ActionScript project and added a folder on my hard drive as a source path. This file is external to the project. It creates a folder in the Explorer window package with the small arrow showing it's related... but also, it seems to copy all subfolders and classes in my output folder... that I named dist... Why does do this and y at - it a way to not do? It does not seem to make sense to me.

    Thank you

    Kyle

    Try this:

    (1) project > properties > Flex Compiler

    (2) uncheck "copy embedded files in the output folder.

    Jason San Jose

    Software engineer, Flash Builder

  • Photos 1.5 crashes every time open, recently tried to synchronize the photos from the iphone, a video seems to have caused the problem, with the help of el Capitan, earlier rebuilt old iphones library, no problems until today process: Photos [695] path:

    Process: Photos [695]

    Path: /Applications/Photos.app/Contents/MacOS/Photos

    ID: com.apple.Photos

    Version: 1.5 (370.42.0)

    Generation information: PhotoApp-370042000000000 ~ 1

    Code type: X 86-64 (Native)

    Parent process:? [1]

    Officials: Photos [695]

    User ID: 504

    Date/time: 2016-05-28 20:06:04.500-0700

    OS version: Mac OS X 10.11.5 (15F34)

    Report Version: 11

    Anonymous UUID: EBE5C459-BADA-975A-F499-8AE88DE0F021

    Time since started awake: 2400 seconds

    Integrity of system protection: enabled

    Crashed Thread: the queue on the expedition 11: video PAPreviewWriter queue

    Exception type: EXC_BREAKPOINT (SIGTRAP)

    Exception codes: 0 x 0000000000000002, 0 x 0000000000000000

    Note the exception: EXC_CORPSE_NOTIFY

    Request for clarification:

    CFEqual() called with the second argument NULL *.

    Global tracking buffer (second chronological reverse):

    0.515657 PAImaging 0x000000010d8f660d previewMaker - versionId (reduced) image load = 16338, type = 8, subtype = 4, specialType = 0

    0.516697 AppleJPEG 0x00007fff8840ea11 [0x7fa1031f2800] release session

    0.518502 AppleJPEG 0x00007fff8841111c [0x7fa1031f2800] decoding completed without errors

    0.524127 AppleJPEG 0x00007fff8840f0fc [0x7fa1031f2800] Options: 1182 x 665 [FFFFFFFF, FFFFFFFF] 00025060

    0.524127 AppleJPEG 0x00007fff8840efae [0x7fa1031f2800] decoding: C0 0x049E0299 0x004A304A 0 x 22111100 256455 0x00000000

    0.524682 AppleJPEG 0x00007fff8840e05e [0x7fa1031f2800] created session

    0.715213 AppleJPEG 0x00007fff8840ea11 [0x7fa103971000] release session

    0.715284 AppleJPEG 0x00007fff8841111c [0x7fa103971000] decoding completed without errors

    0.715456 AppleJPEG 0x00007fff8840f0fc [0x7fa103971000] Options: 128 x 96 [FFFFFFFF, FFFFFFFF] 00025060

    0.715456 AppleJPEG 0x00007fff8840efae [0x7fa103971000] decoding: C0 0 00800060 0x0008304A x 22111100 x 0 0 x 00000000 8159

    0.715857 AppleJPEG 0x00007fff8840e05e [0x7fa103971000] created session

    0.725932 AppleJPEG 0x00007fff8840ea11 [0x7fa103244000] release session

    0.726917 AppleJPEG 0x00007fff8841111c [0x7fa103244000] decoding completed without errors

    0.726917 AppleJPEG 0x00007fff8840f0fc [0x7fa103244000] Options: 128 x 96 [FFFFFFFF, FFFFFFFF] 00025060

    0.726917 AppleJPEG 0x00007fff8840efae [0x7fa103244000] decoding: C0 0 00800060 0x0008304A x 22111100 x 0 0 x 00000000 8159

    0.726917 AppleJPEG 0x00007fff8840e05e [0x7fa103244000] created session

    0.736929 AppleJPEG 0x00007fff8840ea11 [0x7fa103247e00] release session

    0.737008 AppleJPEG 0x00007fff8841111c [0x7fa103247e00] decoding completed without errors

    0.737182 AppleJPEG 0x00007fff8840f0fc [0x7fa103247e00] Options: 128 x 107 [FFFFFFFF, FFFFFFFF] 00025060

    0.737182 AppleJPEG 0x00007fff8840efae [0x7fa103247e00] decoding: C0 0x0080006B 0x0008304A 0 22111100 x 0 x 00000000 6937

    0.737651 AppleJPEG 0x00007fff8840e05e [0x7fa103247e00] created session

    0.756242 AppleJPEG 0x00007fff8840ea11 [0x7fa103244200] release session

    0.758635 AppleJPEG 0x00007fff8841111c [0x7fa103244200] decoding completed without errors

    0.758635 AppleJPEG 0x00007fff8840f0fc [0x7fa103244200] Options: x - 1 2 [FFFFFFFF, FFFFFFFF] 0001D 060

    0.758635 AppleJPEG 0x00007fff8840efae [0x7fa103244200] decoding: C0 0x0168010D 0x0017304A 0 22111100 x 0 x 00000000 43773

    0.758635 AppleJPEG 0x00007fff8840e05e [0x7fa103244200] created session

    0.765184 AppleJPEG 0x00007fff8840ea11 [0x7fa10324a600] release session

    0.766592 AppleJPEG 0x00007fff8841111c [0x7fa10324a600] decoding completed without errors

    0.766592 AppleJPEG 0x00007fff8840f0fc [0x7fa10324a600] Options: x - 1 2 [FFFFFFFF, FFFFFFFF] 0001D 060

    0.766592 AppleJPEG 0x00007fff8840efae [0x7fa10324a600] decoding: C0 0x00E30168 0x000F304A 0 22111100 x 0 x 00000000 33702

    0.766592 AppleJPEG 0x00007fff8840e05e [0x7fa10324a600] created session

    0.774327 AppleJPEG 0x00007fff8840ea11 [0x7fa1031d3800] release session

    0.774327 AppleJPEG 0x00007fff8841111c [0x7fa1031d3800] decoding completed without errors

    0.774327 AppleJPEG 0x00007fff8840f0fc [0x7fa1031d3800] Options: x - 1 2 [FFFFFFFF, FFFFFFFF] 0001D 060

    0.774327 AppleJPEG 0x00007fff8840efae [0x7fa1031d3800] decoding: C0 0x0168012A 0x0017304A 0 22111100 x 0 x 00000000 50428

    0.774327 AppleJPEG 0x00007fff8840e05e [0x7fa1031d3800] created session

    0.780782 AppleJPEG 0x00007fff8840ea11 [0x7fa10397a200] release session

    0.781832 AppleJPEG 0x00007fff8841111c [0x7fa10397a200] decoding completed without errors

    0.783074 AppleJPEG 0x00007fff8840f0fc [0x7fa10397a200] Options: x - 1 2 [FFFFFFFF, FFFFFFFF] 0001D 060

    0.783074 AppleJPEG 0x00007fff8840efae [0x7fa10397a200] decoding: C0 0 01130168 0x0012304A x 22111100 x 0 0 x 00000000 61605

    0.783326 AppleJPEG 0x00007fff8840e05e [0x7fa10397a200] created session

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

    0 libsystem_kernel.dylib 0x00007fff8a0a7fae semaphore_wait_trap + 10

    1 libsystem_platform.dylib 0x00007fff92ee4ce8 _os_semaphore_wait + 16

    2 libdispatch.dylib 0x00007fff89cdf994 _dispatch_barrier_sync_f_slow + 594

    3 com.apple.PhotoFoundation 0x000000010d533d68-[_PFFastDispatchQueue dispatchSync:] + 139

    4 com.apple.Photos 0x000000010bd4a632 0x10bd06000 + 280114

    5 com.apple.Photos 0x000000010c23deb3 0x10bd06000 + 5471923

    6 com.apple.Photos 0x000000010bd5357a 0x10bd06000 + 316794

    7 com.apple.Photos 0x000000010bd531ec 0x10bd06000 + 315884

    8 com.apple.Photos 0x000000010bd473fb 0x10bd06000 + 267259

    com.apple.Photos 9 0x000000010bd52fa7 0x10bd06000 + 315303

    10 com.apple.Photos 0x000000010bd412c6 0x10bd06000 + 242374

    11 com.apple.swe.UXKit 0x000000010d26c549-[UXViewController _prepareForAnimationInContext:completion:] + 50

    12 com.apple.swe.UXKit 0x000000010d2d7211-[UXNavigationController _prepareForAnimationInContext:completion:] + 139

    13 com.apple.swe.UXKit 0x000000010d2c60de-[UXSourceController _prepareViewController:forAnimationInContext:completion:] + 69

    14 com.apple.swe.UXKit 0x000000010d2c715a __60-[UXSourceController _beginTransitionWithContext:operation:] + 396 _block_invoke831

    15 com.apple.swe.UXKit 0x000000010d2c7310 __60-[UXSourceController _beginTransitionWithContext:operation:] + 32 _block_invoke853

    16 com.apple.swe.UXKit 0x000000010d2c60e7-[UXSourceController _prepareViewController:forAnimationInContext:completion:] + 78

    17 com.apple.swe.UXKit 0x000000010d2c68f7-[UXSourceController _beginTransitionWithContext:operation:] + 2035

    18 com.apple.swe.UXKit 0x000000010d2c0fa3-[UXSourceController _setSelectedViewController: animation: sender:] + 1184

    19 com.apple.swe.UXKit 0x000000010d2c129e-[UXSourceController _setSelectedIndex: animation: sender:] + 268

    20 com.apple.swe.UXKit 0x000000010d2c3372 __68-[UXSourceController setRootViewControllers:destination:completion:] + 66 _block_invoke_2621

    21 com.apple.swe.UXKit 0x000000010d2c3309 __68-[UXSourceController setRootViewControllers:destination:completion:] + 326 _block_invoke620

    22 libdispatch.dylib 0x00007fff89cdc93d _dispatch_call_block_and_release + 12

    23 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    24 libdispatch.dylib 0x00007fff89ce4c1c _dispatch_main_queue_callback_4CF + 1685

    25 com.apple.CoreFoundation 0x00007fff973799e9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9

    26 com.apple.CoreFoundation 0x00007fff973388dd __CFRunLoopRun + 1949

    27 com.apple.CoreFoundation 0x00007fff97337ed8 CFRunLoopRunSpecific + 296

    28 com.apple.HIToolbox 0x00007fff97f71935 RunCurrentEventLoopInMode + 235

    29 com.apple.HIToolbox 0x00007fff97f7176f ReceiveNextEventCommon + 432

    30 com.apple.HIToolbox 0x00007fff97f715af _BlockUntilNextEventMatchingListInModeWithFilter + 71

    31 com.apple.AppKit 0x00007fff8f154df6 _DPSNextEvent + 1067

    32 com.apple.AppKit 0x00007fff8f154226-[NSApplication _nextEventMatchingEventMask:untilDate:inMode: dequeue:] + 454

    33 com.apple.AppKit 0x00007fff8f148d80-[NSApplication run] + 682

    34 com.apple.AppKit 0x00007fff8f112368 NSApplicationMain + 1176

    35 libdyld.dylib 0x00007fff8c0235ad start + 1

    Thread 1:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 2: Dispatch queue: com.apple.libdispatch - Manager

    0 libsystem_kernel.dylib 0x00007fff8a0aeefa kevent_qos + 10

    1 libdispatch.dylib 0x00007fff89cd7165 _dispatch_mgr_invoke + 216

    2 libdispatch.dylib 0x00007fff89cd6dcd _dispatch_mgr_thread + 52

    3 wire:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 4:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Wire 5:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 6:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 7:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 8: Dispatch queue: IPXDatabaseObjectsControllerProcessingQueue

    __CFNumberHash com.apple.CoreFoundation 0 0x00007fff972bce90 + 0

    1 com.apple.CoreFoundation 0x00007fff972fb12d-[__NSDictionaryM objectForKey:] + 77

    2 com.apple.PhotoLibraryPrivate 0x000000010ccd22cd-[LiModel propertyForIndex:] + 366

    3 com.apple.PhotoLibraryPrivate 0x000000010ccd1a24-[LiModel propertyForKeyPath:] + 365

    4 com.apple.PhotoLibraryPrivate 0x000000010cd636c7-[RDMomentModel primaryPlaceData] + 82

    5 com.apple.PhotoLibraryPrivate 0x000000010cd65b57-[RDMoment Integer] + 30

    6 com.apple.Photos 0x000000010c0da97c 0x10bd06000 + 4016508

    7 com.apple.Photos 0x000000010bd66572 0x10bd06000 + 394610

    8 com.apple.Photos 0x000000010bd48ae7 0x10bd06000 + 273127

    com.apple.Photos 9 0x000000010bd6628a 0x10bd06000 + 393866

    10 com.apple.Photos 0x000000010bd65bc2 0x10bd06000 + 392130

    11 com.apple.Photos 0x000000010bd65a41 0x10bd06000 + 391745

    12 com.apple.PhotoFoundation 0x000000010d52e293-[PFDispatchQueue _invoke:] + 93

    13 com.apple.PhotoFoundation 0x000000010d52e449-[PFDispatchQueue runBlock:] + 61

    14 com.apple.Photos 0x000000010bd659a6 0x10bd06000 + 391590

    15 com.apple.Photos 0x000000010bd657df 0x10bd06000 + 391135

    16 com.apple.PhotoFoundation 0x000000010d52e293-[PFDispatchQueue _invoke:] + 93

    17 libdispatch.dylib 0x00007fff89cdc93d _dispatch_call_block_and_release + 12

    18 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    19 libdispatch.dylib 0x00007fff89cd603b _dispatch_queue_drain + 754

    20 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    21 libdispatch.dylib 0x00007fff89cd6200 _dispatch_queue_drain + 1207

    22 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    23 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    24 libdispatch.dylib 0x00007fff89cd529b _dispatch_root_queue_drain + 1890

    25 0x00007fff89cd4b00 _dispatch_worker_thread3 + 91 libdispatch.dylib

    26 libsystem_pthread.dylib 0x00007fff8d3264de _pthread_wqthread + 1129

    27 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Wire 9:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 10:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 11 crashed: Dispatch queue: queue PAPreviewWriter video

    0 com.apple.CoreFoundation 0x00007fff972cd141 CFEqual + 497

    1 com.apple.photo.PAImaging 0x000000010d9071a9-[PAPreviewMaker _writeImageDataForTinyToSegmentFile:orientationToWriteToDisk:] + 255

    2 com.apple.photo.PAImaging 0x000000010d8f6923-[PAPreviewMaker _writePreviewImageToSegmentFile:imageStyle:outputSize:] + 79

    3 com.apple.photo.PAImaging 0x000000010da35e51-[PAPreviewMaker makePreviewForImageStyle:inputImage:orientation:outputSize:doRender:largePrevie wIsEmbedded:addMetadata:canceler:completion:] + 556

    4 com.apple.photo.PAImaging 0x000000010d9fb0e8-[PAPreviewWriter _imageForImageStyle:version:imageProxyState:inputImage:inputImageSize:inputMake rNote:description:render:largePreviewIsEmbedded:canceler:previewMaker:] + 2337

    5 com.apple.photo.PAImaging 0x000000010d9fce4a-[PAPreviewWriter _inputImageForPreviews:imageProxyState:renderDescription:editStatus:force:outpu tImageStyle:canceler:previewMaker:] + 1507

    6 com.apple.photo.PAImaging 0x000000010da0037b-[PAPreviewWriter _renderPreviewForMovieVersion:imageProxyState:force:highPriority:canceler:] + 352

    7 com.apple.photo.PAImaging 0x000000010d90c6fb __74-[PAPreviewWriter renderThumbnailsForVersion:force:canceler:highPriority:] + 2692 _block_invoke

    8 com.apple.PhotoFoundation 0x000000010d52e293-[PFDispatchQueue _invoke:] + 93

    libdispatch.dylib 9 0x00007fff89ce9324 _dispatch_block_async_invoke_and_release + 610

    10 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    11 libdispatch.dylib 0x00007fff89cd603b _dispatch_queue_drain + 754

    12 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    13 libdispatch.dylib 0x00007fff89cd6200 _dispatch_queue_drain + 1207

    14 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    15 libdispatch.dylib 0x00007fff89cd4d53 _dispatch_root_queue_drain + 538

    16 0x00007fff89cd4b00 _dispatch_worker_thread3 + 91 libdispatch.dylib

    17 libsystem_pthread.dylib 0x00007fff8d3264de _pthread_wqthread + 1129

    18 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    12 wire:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 13:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 14:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 15:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    16 wire:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 17: Dispatch queue: NSOperationQueue 0x7fa106cf99d0: NSOperation 0x7fa106f75630 (QOS: initiated)

    0 libsystem_kernel.dylib 0x00007fff8a0a7fae semaphore_wait_trap + 10

    1 libdispatch.dylib 0x00007fff89cdccb2 _dispatch_semaphore_wait_slow + 224

    2 com.apple.swe.UXKit 0x000000010d2c2541 __68-[UXSourceController setRootViewControllers:destination:completion:] + 266 _block_invoke

    3 com.apple.Foundation 0x00007fff9c1998d7 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7

    4 com.apple.Foundation 0x00007fff9c199595-[major NSBlockOperation] + 100

    5 com.apple.Foundation 0x00007fff9c197c7a-[__NSOperationInternal _start:] + 654

    6 com.apple.Foundation 0x00007fff9c193c64 __NSOQSchedule_f + 194

    7 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    8 libdispatch.dylib 0x00007fff89cd603b _dispatch_queue_drain + 754

    libdispatch.dylib 9 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    10 libdispatch.dylib 0x00007fff89cd4d53 _dispatch_root_queue_drain + 538

    11 0x00007fff89cd4b00 _dispatch_worker_thread3 + 91 libdispatch.dylib

    12 libsystem_pthread.dylib 0x00007fff8d3264de _pthread_wqthread + 1129

    13 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    18 wire:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    19 phone: com.apple.NSEventThread

    0 libsystem_kernel.dylib 0x00007fff8a0a7f72 mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff8a0a73b3 mach_msg + 55

    2 com.apple.CoreFoundation 0x00007fff973391c4 __CFRunLoopServiceMachPort + 212

    3 com.apple.CoreFoundation 0x00007fff9733868c __CFRunLoopRun + 1356

    4 com.apple.CoreFoundation 0x00007fff97337ed8 CFRunLoopRunSpecific + 296

    5 com.apple.AppKit 0x00007fff8f2aad95 _NSEventThread + 149

    6 libsystem_pthread.dylib 0x00007fff8d32699d _pthread_body + 131

    7 libsystem_pthread.dylib 0x00007fff8d32691a _pthread_start + 168

    8 libsystem_pthread.dylib 0x00007fff8d324351 thread_start + 13

    Line 20:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 21:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 22: Dispatch queue: Background Image processing

    0 libsystem_kernel.dylib 0x00007fff8a0a7fae semaphore_wait_trap + 10

    1 libdispatch.dylib 0x00007fff89cdccb2 _dispatch_semaphore_wait_slow + 224

    2 com.apple.photo.PAImaging 0x000000010d90b8b9-[PAPreviewWriter renderThumbnailsForVersion:force:canceler:highPriority:] + 921

    3 com.apple.photo.PAImagingCore 0x000000010dd1200d-[PAPreviewWriterService renderThumbnailsForVersion:force:canceler:highPriority:] + 99

    4 com.apple.RedRock 0x000000010df5556f-[RKBackgroundImageProcessor performJob:context:] + 686

    5 com.apple.PhotoFoundation 0x000000010d53d721 __46-[PFWorkContext dispatchPerformJob:withReply:] + 72 _block_invoke442

    6 com.apple.PhotoFoundation 0x000000010d52e293-[PFDispatchQueue _invoke:] + 93

    7 libdispatch.dylib 0x00007fff89cdc93d _dispatch_call_block_and_release + 12

    8 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    libdispatch.dylib 9 0x00007fff89cd603b _dispatch_queue_drain + 754

    10 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    11 libdispatch.dylib 0x00007fff89cd6200 _dispatch_queue_drain + 1207

    12 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    13 libdispatch.dylib 0x00007fff89cd4d53 _dispatch_root_queue_drain + 538

    14 0x00007fff89cd4b00 _dispatch_worker_thread3 + 91 libdispatch.dylib

    15 libsystem_pthread.dylib 0x00007fff8d3264de _pthread_wqthread + 1129

    16 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 23:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 24:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 25: com.apple.appkit - heartbeat

    0 libsystem_kernel.dylib 0x00007fff8a0ae10a __semwait_signal + 10

    1 libsystem_c.dylib 0x00007fff8e09bd17 nanosleep + 199

    usleep libsystem_c.dylib 2 0x00007fff8e09bc0a + 54

    3 com.apple.AppKit 0x00007fff8f43d3e4-[NSUIHeartBeat _heartBeatThread:] + 2181

    4 com.apple.Foundation 0x00007fff9c187e64 __NSThread__start__ + 1351

    5 libsystem_pthread.dylib 0x00007fff8d32699d _pthread_body + 131

    6 libsystem_pthread.dylib 0x00007fff8d32691a _pthread_start + 168

    7 libsystem_pthread.dylib 0x00007fff8d324351 thread_start + 13

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

    Rax: 0x00007fff9766134c rbx: 0x00007fa101e244f0 rcx: 0x00007fa1031f3090 rdx: 0x00000000000e3e80

    RDI: IHR 0x00007fa101e244f0: 0 x 0000000000000000 PBR: RER 0x000070000052e5d0: 0x000070000052e5b0

    R8: 0 x 0000000000000006 r9: 0 x 0000000000000002 r10: 0x00007fa101f9dc90 r11: 0x00007fff7b277fa0

    R12: 0x00007fff97b280e0 r13: 0x00007fff97b214c0 r14: 0 x 0000000000000000 r15: 0x00007fa101e244f0

    RIP: 0x00007fff972cd141 rfl: 0 x 0000000000000246 cr2: 0x000000011a687000

    Logical CPU: 1

    Error code: 0x00000000

    Trap number: 3

    Binary images:

    0x10bd06000 - 0x10c390fff com.apple.Photos (1.5 - 370.42.0) /Applications/Photos.app/Contents/MacOS/Photos < 5C73BADB-E1B5-3993-93DE-835C474AA77C >

    0x10c618000 - 0x10c659ffb com.apple.PhotosPlayer (1.0 - 72.1.22) < 3A48BDE2-B851-336B-87FE-738C0818B257 > /System/Library/PrivateFrameworks/PhotosPlayer.framework/Versions/A/PhotosPlaye r

    0x10c6a3000 - 0x10c6a4ff7 com.apple.PhotoKit.Photos (1.5 - 370.42.0) /System/Library/Frameworks/Photos.framework/Versions/A/Photos < F31B0BA7-0721-3FD9-AD4B-3F3473530163 >

    0x10c6ae000 - 0x10c6b6fff com.apple.PhotosUI (1.5 - 370.42.0) /System/Library/Frameworks/PhotosUI.framework/Versions/A/PhotosUI < 26513FA1-51DA-3CFD-982F-6FB4B3C52C5C >

    0x10c6c5000 - 0x10c6c5fff com.apple.PhotoLibraryServices (1.5 - 370.42.0) eworks/PhotoLibraryServices.framework/Versions/A/PhotoLibraryServices /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 8B02EA20-AD6C-3CAF-86CE-0318E0E53079 >

    0x10c6c9000 - 0x10c708fff com.apple.PhotosImagingFoundation (1.5 - 370.42.0) eworks/PhotosImagingFoundation.framework/Versions/A/PhotosImagingFoundation /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < C91F734C-2E49-31E5-A6F4-35BF21283F73 >

    0x10c740000 - 0x10ca9efff com.apple.Slideshows (4.4.0 - 1556.17) /System/Library/PrivateFrameworks/Slideshows.framework/Versions/A/Slideshows < C4CBBF38-C0F4-3A27-B534-C679A431EEE7 >

    0x10cc7b000 - 0x10cf88ff7 com.apple.PhotoLibraryPrivate (1.5 - 370.42.0) oLibraryPrivate /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Phot < 1F73A4BA-41D9-3D25-B527-1DE4813F6FA8 >

    0x10d1b1000 - 0x10d20fff7 com.apple.ShareServicesCore (1.5 - 370.42.0) eworks/ShareServicesCore.framework/Versions/A/ShareServicesCore /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 6E3114A1-EA8E-3A1F-8187-DF41B4F45A8D >

    0x10d263000 - 0x10d309fff com.apple.swe.UXKit (1.5 - 370.42.0) eworks/UXKit.framework/Versions/A/UXKit /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < F4DED4E8-2489-3A34-B420-E37F7DE77D07 >

    0x10d399000 - 0x10d3b3ff7 com.apple.PMR (1.5 - 370.42.0) eworks/PMR.framework/Versions/A/PMR /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 6EF318AB-4D37-36B5-9F2A-00F135CA24F3 >

    0x10d3d7000 - 0x10d49aff7 com.apple.photos.mondrian (1.5 - 370.42.0) eworks/Mondrian.framework/Versions/A/Mondrian /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < E206F5FC-E866-36FF-9886-0716A2B5097C >

    0x10d524000 - 0x10d5d4ff7 com.apple.PhotoFoundation (1.5 - 370.42.0) eworks/PhotoFoundation.framework/Versions/A/PhotoFoundation /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < B18D9A5B-6692-3788-9C22-FA3C2E4A4FFE >

    0x10d686000 - 0x10d81aff7 com.apple.geode (1.5 - 370.42.0) eworks/Geode.framework/Versions/A/Geode /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 33C648AF-649B-36F2-A132-356562EABE54 >

    0x10d8e1000 - 0x10db0ffff com.apple.photo.PAImaging (1.5 - 370.42.0) eworks/PAImaging.framework/Versions/A/PAImaging /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 7580111B-3E7A-3DE2-9399-2040BB9E8A60 >

    0x10dcff000 - 0x10ddaafff com.apple.photo.PAImagingCore (1.5 - 370.42.0) eworks/PAImagingCore.framework/Versions/A/PAImagingCore /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 8D2010BF-3448-342E-B6F0-BD0BAFE0FE32 >

    0x10dec2000 - 0x10def0fff com.apple.iLifeKit (1.5 - 370.42.0) eworks/iLifeKit.framework/Versions/A/iLifeKit /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 56A9C3E1-191C-3C83-8534-C070FEDE77E7 >

    0x10df24000 - 0x10e01afff com.apple.RedRock (1.5 - 370.42.0) eworks/RedRock.framework/Versions/A/RedRock /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < C76E79B7-845E-308B-851F-82D7C9E101C6 >

    0x10e0fa000 - 0x10e4f7ff7 com.apple.PhotoPrintProduct (1.0 - 625.14) < 4CF51E4B-2404-3146-8EF1-0893D976DF02 > /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram eworks/PhotoPrintProduct.framework/Versions/A/PhotoPrintProduct

    0x10e7a0000 - 0x10e859ff7 com.apple.PhotoPrintProductStore (1.0 - 127) < 0A8764B8-A3FD-361C-B75E-7F357028A7C4 > /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram eworks/PhotoPrintProductStore.framework/Versions/A/PhotoPrintProductStore

    0x10e8f6000 - 0x10e93afff com.apple.CloudPhotoServices (1.5 - 370.42.0) < B8B98CFD-B587-3490-A8F0-29C6C727DD17 > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Cloud Photoservice

    0x10e981000 - 0x10e981fe7 + cl_kernels (?) < 693F7D4D-4D51-4D4D-ACCE-A944F3D10746 > cl_kernels

    0x10e986000 - 0x10e98cfff com.apple.photo.MediaConversionService (1.5 - 370.42.0) eworks/MediaConversionService.framework/Versions/A/MediaConversionService /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 5790B0B5-B153-3C67-9BC5-42899CC087EC >

    0x10e998000 - 0x10e9c5fff com.apple.iTunesLibrary (12.4 - 12.4.0) < 9BCAE8DA-F815-3C0B-864C-05653465AA9B > /Library/Frameworks/iTunesLibrary.framework/Versions/A/iTunesLibrary

    0x10e9e1000 - 0x10ea1bff7 com.apple.opusosx.OpusFoundation (1.0 - 1556.17) < CB7C13C3-465B-3DF1-8215-9695BFF5628A > /System/Library/PrivateFrameworks/Slideshows.framework/Versions/A/Frameworks/Op usFoundation.framework/Versions/A/OpusFoundation

    0x10ea87000 - 0x10eb65fff com.apple.opusosx.OpusKit (1.0 - 1556.17) < E0EAD6E1-684C-34E6-8E92-211FC055FC18 > /System/Library/PrivateFrameworks/Slideshows.framework/Versions/A/Frameworks/Op usKit.framework/Versions/A/OpusKit

    0x10ecd5000 - 0x10eceafff com.apple.MediaLibrary (1.2.1 - 721) < 0E4E17C0-2B03-3C6A-AB9A-EA5E11830245 > /System/Library/Frameworks/MediaLibrary.framework/Versions/A/MediaLibrary

    0x10ed0b000 - 0x10eebbff7 com.apple.SpriteKit (< B4945592-2BC5-3B1A-9E36-C2EFA14864C2 > /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit 1.0 - 1.).

    0x10ef79000 - 0x10ef95fff com.apple.Jet (< 7069AB0A-4000-3D05-A0F1-7781A017B66A > /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet 1.0 - 1.).

    0x10efb7000 - 0x10f00eff7 com.apple.PhysicsKit (< B6229B9F-2702-393F-B03A-E67A8532867C > /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit 1.0 - 1.).

    0x10f040000 - 0x10f066ff7 com.apple.audio.OpenAL /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL < 9C322240-9854-3114-98ED-6CAABD436EEB > (1.8 - 1.8)

    0x10f07c000 - 0x10f53dfff com.apple.SceneKit /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit < 8F9C0727-18FF-3D16-826F-7341E1D17750 > (5.0 - 293)

    0x10f821000 - 0x10f860ff7 com.apple.MomentsLibrary (1.5 - 370.42.0) eworks/MomentsLibrary.framework/Versions/A/MomentsLibrary /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 2638840E-B670-3276-AEC6-00E392192F21 >

    0x10f891000 - 0x10f8b8ff7 com.apple.Moments (1.5 - 370.42.0) eworks/Moments.framework/Versions/A/Moments /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 9723617A-C695-3E1E-B17A-EC62AF5A477A >

    0x10f8e2000 - 0x10f940ff7 (4, 5-4, 5) com.apple.vision.Faces < D3DD7E0F-39B2-35FF-B514-DB1701A507D2 > /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram eworks/Faces.framework/Versions/A/Faces

    0x10f991000 - 0x10f993fff com.apple.LibraryRepair (1.0-1) < 557B42CA-BB57-3E23-A96D-2A8856CE3B45 > /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air

    0x10f99d000 - 0x110cf8ffb com.apple.vision.FaceCoreEmbedded (3.9.10 - 3.9.10) < 66FD7C1F-CB45-30B2-8519-ACA9C9913AA3 > /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram eworks/Faces.framework/Versions/A/Frameworks/FaceCoreEmbedded.framework/Versions/A/FaceCoreEmbedded

    0x110f5c000 - 0x110f9dff7 com.apple.ist.ds.appleconnect.external (2.0.2 - 28) < 71602714-9E72-31CD-AA61-4ACF694A2DAF > /System/Library/PrivateFrameworks/ACDEClient.framework/Versions/A/ACDEClient

    0 x 114716000 - 0x114c6dff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.14.66 - 10.1.4) /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac < 3219B2C9-C3ED-3044-A27F-58B5C2C8991F > OS/AppleIntelHD5000GraphicsGLDriver

    0 x 119065000 - 0x1190cbff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.14.66 - 10.1.4) < 48A178A3-AA09-3B6C-AA4F-5BFA4145DE58 > /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/Ma cOS / AppleIntelHD5000GraphicsMTLDriver

    0 x 119285000 - 0x119285ff4 + cl_kernels (?) < 920DF5EB-E22A-4FFC-8C9F-2D5EFFAB5712 > cl_kernels

    0 x 119289000 - 0x119289ff4 + cl_kernels (?) < 920DF5EB-E22A-4FFC-8C9F-2D5EFFAB5712 > cl_kernels

    0x7fff62ecc000 - 0x7fff62f0325f dyld (360.22) < A468D85E-D8D6-3461-8C99-49D3B9ACFC63 >/usr/lib/dyld

    0x7fff883a5000 - 0x7fff883aaff7 libmacho.dylib (875.1) < 318264FA-58F1-39D8-8285-1F6254EE410E > /usr/lib/system/libmacho.dylib

    0x7fff883b5000 - 0x7fff88442dd7 com.apple.AppleJPEG (< 558ACADA-C41F-3EEF-82A0-C2D7B13C5428 > /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 1.0 - 1.).

    0x7fff88443000 - 0x7fff8858dff7 com.apple.coreui (2.1 - 366.1) < 8138636F-A0A7-31C7-896C-5F5747FA1B2A > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x7fff88593000 - 0x7fff885abff7 com.apple.CalendarStore (8.0 - 1479) < 4B38242B-8D2F-3130-97F7-3F4BAA69FAEC > /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore

    0x7fff885ac000 - 0x7fff88833ff3 com.apple.CFNetwork (760.5.1 - 760.5.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork < EE9426D1-F11C-3DD4-AE08-EA29AEB27177 >

    0x7fff889cd000 - 0x7fff889f1fff com.apple.MultitouchSupport.framework (304.12 - 304.12) < 65CB7653-EACD-3ADB-ABB6-2E0671708301 > /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport

    0x7fff889f2000 - 0x7fff889f5fff com.apple.IOSurface (108.2.1 - 108.2.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface < A0037B0A-277A-393E-9BF6-688595BD564D >

    0x7fff889f6000 - 0x7fff88a7efff com.apple.CoreSymbolication (3.1 - 58048.1) < 4730422E-4178-34F9-8550-BB92F2A4F44B > /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication

    0x7fff88b6f000 - 0x7fff88b78ff7 com.apple.DisplayServicesFW (3.0 - 378) < 45BE1B99-8E10-32F0-A180-A6B6CB5883AE > /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices

    0x7fff88b79000 - com.apple.ProtocolBuffer (1-243) 0x7fff88b89ff3 < BAE5E5C9-DD59-3BB8-9741-EEFC5E3046EE > /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer

    0x7fff88b8a000 - 0x7fff88b8cfff com.apple.OAuth /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth < B147CF79-A687-3466-BCAE-F05243DE71F7 > (25-25)

    0x7fff88b8d000 - 0x7fff88b9efff libcmph.dylib (6) < BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF > /usr/lib/libcmph.dylib

    0x7fff88b9f000 - 0x7fff88bd9fff com.apple.QD (3.12 - 302) < 0FE53180-2895-3D14-A1E7-F82DE1D106E1 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

    0x7fff88bda000 - 0x7fff88bdbff7 libodfde.dylib (23) < F84CB160-D638-3190-B6F5-A262E9AF09F6 > /usr/lib/libodfde.dylib

    0x7fff88bfb000 - 0x7fff88bfefff com.apple.Mangrove (< 2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844 > /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 1.0 - 1.).

    0x7fff88bff000 - 0x7fff88c00fff com.apple.TrustEvaluationAgent (2.0 - 25) < 0239494E-FEFE-39BC-9FC7-E251BA5128F1 > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

    0x7fff88c01000 - 0x7fff88c0cfff com.apple.CrashReporterSupport (10.11 - 718) < 05892B57-F2CD-3C84-B984-0417F6B361DB > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport

    0x7fff88c0d000 - 0x7fff88c14ff7 com.apple.phonenumbers (1.1.1 - 105) < A616AFB5-2336-385A-B058-16A423D2B21B > /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s

    0x7fff88c15000 - 0x7fff88c73fff com.apple.CoreServices.OSServices (728.12 - 728.12) < 776EBD4F-7052-377F-A70D-E2FDBD465A5E > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

    0x7fff88e89000 - 0x7fff88f1ffff com.apple.ColorSync (4.9.0 - 4.9.0) < 8FC37E20-6579-3CB2-9D49-BC39FC38DF87 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync

    0x7fff88f20000 - 0x7fff88f5dff3 (14, 0-193, 7) com.apple.bom < 9B8AE30B-24A3-37AB-B04E-4CE67AED4775 > /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    0x7fff88f5e000 - 0x7fff88f5efff com.apple.CoreServices /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices < A4FFF004-53B0-3EAC-A13F-5416BFFD8886 > (728.12 - 728.12)

    0x7fff88f5f000 - 0x7fff88f5fff7 com.apple.CloudPhotosConfigurationXPC (1.5 - 370.42.0) < E1825828-6544-3C11-BDF8-0AF1791D6FB8 > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotosConfigurationXPC.framework/Versions/A/CloudPhotosConfigurationX PC

    0x7fff88f60000 - 0x7fff890ecff7 libGLProgrammability.dylib (12.1) < BCFFBF6B-9717-3456-B6F9-6AE46644B076 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib

    0x7fff890ed000 - 0x7fff890fcffb com.apple.LangAnalysis (1.7.0 - 1.7.0) < 18D21123-A3E7-3851-974A-08E5D4540475 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis

    0x7fff89100000 - 0x7fff8910fff7 com.apple.ContactsAutocompleteUI (1.0-1) < E3C1F61B-1AD5-362D-A278-BBBC68D65CC2 > /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/Versions/A/C ontactsAutocompleteUI

    0x7fff89110000 - 0x7fff89119ff7 com.apple.CommonAuth /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth < 4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF > (4.0 - 2.0)

    0x7fff8911a000 - 0x7fff89134ff3 liblzma.5.dylib (10) < CC03591B-FA57-3CA5-AC81-0D76033AC0CE > /usr/lib/liblzma.5.dylib

    0x7fff89135000 - com.apple.CalendarFoundation (8.0 - 406, 1) < 3CC88B32-3EC8-3D7F-BDB0-663F5D691CC0 > 0x7fff89185ff7 /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation

    0x7fff89186000 - 0x7fff891aafff com.apple.quartzfilters (1.10.0 - 1.10.0) < F5C482E2-5AFB-3959-8C01-C149D48E7583 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters

    0x7fff891ab000 - 0x7fff89418fff (2: 6-932) com.apple.imageKit < FAE317B8-DF15-3096-AFAC-464913BF2F3B > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit

    0x7fff89419000 - 0x7fff898b4ffb com.apple.GeoServices (1.0 - 1151.49.1) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices < 2D887517-B73D-30FF-91DC-AF6AD91F96B9 >

    0x7fff898b5000 - 0x7fff89955fff com.apple.ViewBridge /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge < D8131B7E-DFC9-3FDD-9D56-49821C1D1521 > (159-159)

    0x7fff899d5000 - 0x7fff899ffff7 GLRendererFloat (12.1) < BE957AC5-82C2-3620-A625-56C9BE7B853F > /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat

    0x7fff89a00000 - 0x7fff89c4cff7 com.apple.AddressBook.framework /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook < 24F823D3-C3FC-3AF9-B8B3-C166539DBD11 > (9.0 - 1679.10)

    0x7fff89c4d000 - 0x7fff89cbbff7 com.apple.ApplicationServices.ATS (377-394, 4) < 9779E916-0788-3CAC-B1EC-F68BCB12A2B6 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

    0x7fff89cbc000 - 0x7fff89ccefff com.apple.CloudPhotoServicesConfiguration (1.5 - 370.42.0) < CDD720AF-F4C0-31CE-91DD-D2F4E0DEC109 > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotoServicesConfiguration.framework/Versions/A/CloudPhotoServicesCon figuration

    0x7fff89ccf000 - 0x7fff89cfcfff (501.40.12) libdispatch.dylib < C7499857-61A5-3D7D-A5EA-65DCC8C3DF92 > /usr/lib/system/libdispatch.dylib

    0x7fff89cfd000 - 0x7fff89d09fff libexslt.0.dylib (14.2) < 2E4F7D44-E668-322B-B25B-3900C09CE17E > /usr/lib/libexslt.0.dylib

    0x7fff89d0a000 - 0x7fff89d2dff7 com.apple.Network (< F3CC7116-3969-31E1-8A8E-0CD4A1FE3837 > /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network 1.0 - 1.).

    0x7fff89ff6000 - 0x7fff8a001fff (517.50.1) libcsfde.dylib < 52F0DB6A-13B8-355E-ADFD-72834D3CA183 > /usr/lib/libcsfde.dylib

    0x7fff8a002000 - 0x7fff8a053fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) < EA7D4F3B-062B-3C81-A98C-C89264D00D48 > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff8a054000 - 0x7fff8a069fff com.apple.AppContainer (4.0 - 261.40.2) < F220E702-1C00-3BD2-9943-C7E75C3B4418 > /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r

    0x7fff8a06a000 - 0x7fff8a06cfff com.apple.marco /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco < FA3176F5-4C71-3CB7-B384-9662513E9B4B > (10.0 - 1000)

    0x7fff8a06d000 - 0x7fff8a096ff7 libxslt.1.dylib (14.2) < 6E8D0F06-9086-32D3-9D87-3870A1CE9E99 > /usr/lib/libxslt.1.dylib

    0x7fff8a097000 - 0x7fff8a0b5ff7 (3248.50.21) libsystem_kernel.dylib < 78E54D59-D2B0-3F54-9A4A-0A68D671F253 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8a136000 - 0x7fff8a1adfeb (335.50.1) libcorecrypto.dylib < B5C05FD7-A540-345A-87BF-8E41848A3C17 > /usr/lib/system/libcorecrypto.dylib

    0x7fff8a1ae000 - 0x7fff8a1b4ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) < 9E5A980A-F455-32D5-BBEE-3BD6018CC45E > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition

    0x7fff8a1b8000 - 0x7fff8a1e1ffb libRIP.A.dylib (957) < 5F18F20D-5921-3314-A9F8-F1B1CB62C83D > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib

    0x7fff8a1e2000 - 0x7fff8a245ff7 com.apple.WhitePagesFramework (10.7.0 - 141.0) < 876DF49A-E015-3E20-8C61-214EF07F51A4 > /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages

    0x7fff8a24e000 - 0x7fff8a24ffff libDiagnosticMessagesClient.dylib (100) < 4243B6B4-21E9-355B-9C5A-95A216233B96 > /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fff8a250000 - 0x7fff8a25cfff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) < 6BA06290-D4A3-351C-87F9-B61EF61FF055 > /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore

    0x7fff8a265000 - 0x7fff8a271ff7 com.apple.OpenDirectory /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory < 31A67AD5-5CC2-350A-96D7-821DF4BC4196 > (10.11 - 194)

    0x7fff8a272000 - 0x7fff8a361fff libxml2.2.dylib (29.7) < 32BBF51E-B084-3FC2-AE9C-C008BE84102B > /usr/lib/libxml2.2.dylib

    0x7fff8a362000 - 0x7fff8a508ff7 com.apple.audio.toolbox.AudioToolbox /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox < 082319FC-59F2-3D36-AC9B-94759724E302 > (1.13 - 1.13)

    0x7fff8a509000 - 0x7fff8a517fff com.apple.ToneLibrary (< AF05AF34-9BC4-3BA6-81C1-7420F22C9D7D > /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 1.0 - 1.).

    0x7fff8a562000 - 0x7fff8a562fff com.apple.Accelerate.vecLib (vecLib - 3.10 3.10) < 054DFE32-737D-3211-9A14-0FC5E1A880E3 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

    0x7fff8a563000 - 0x7fff8a56eff7 (60075.50.1) libcommonCrypto.dylib < 93732261-34B4-3914-B7A2-90A81A182DBA > /usr/lib/system/libcommonCrypto.dylib

    0x7fff8a56f000 - 0x7fff8a616fff com.apple.LanguageModeling (1.0-1) < 58C18A47-BDE7-3CBE-81C0-797029D170A1 > /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling

    0x7fff8ae8c000 - com.apple.CalendarAgentLink (8.0 - 250) < EA60A52B-6005-312B-99E0-0DD4F479EF8A > /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink 0x7fff8aea5fff

    0x7fff8aea6000 - 0x7fff8aec1fff com.apple.PackageKit.PackageUIKit (3.0 - 546.1) < 65C4DEAF-58D6-3E01-84F0-D10A811BF9D8 > System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit. framework/Versions/A/PackageUIKit

    0x7fff8aec4000 - 0x7fff8aec9fff com.apple.MediaAccessibility (1.0 - 79) < C5E61B45-1967-3602-A48C-31E132B998B2 > /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi responsibility

    0x7fff8aeca000 - 0x7fff8af25fff com.apple.coredav (1.0.1 - 307) < D1BDC4FC-44F8-31F7-9C8D-4422A1641BF6 > /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV

    0x7fff8af26000 - 0x7fff8af39fff com.apple.MessagesKit (1.0 - 5100) < 225E7AB2-5178-39EF-AE9A-D33151CB7879 > /System/Library/PrivateFrameworks/MessagesKit.framework/Versions/A/MessagesKit

    0x7fff8af3a000 - 0x7fff8af72ff7 com.apple.Accounts /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts < 8A356D32-2E81-3470-AFA2-8C4FA7F1DA0C > (113-113)

    0x7fff8af73000 - 0x7fff8af74ffb libremovefile.dylib (41) < 552EF39E-14D7-363E-9059-4565AC2F894E > /usr/lib/system/libremovefile.dylib

    0x7fff8af99000 - 0x7fff8afb4ff7 com.apple.icloud.FMCore (< D7630506-FB79-33EC-95A0-9FB71ED38EB3 > /System/Library/PrivateFrameworks/FMCore.framework/Versions/A/FMCore 1.0 - 1.).

    0x7fff8afb6000 - 0x7fff8afd5ff7 com.apple.ContactsUI /System/Library/Frameworks/ContactsUI.framework/Versions/A/ContactsUI < 445945EB-D7FC-38BA-8A67-5ABB44EF9987 > (9.0 - 1679.10)

    0x7fff8afd6000 - 0x7fff8afdeffb (625.50.5) libsystem_dnssd.dylib < 4D10E12B-59B5-386F-82DA-326F18028F0A > /usr/lib/system/libsystem_dnssd.dylib

    0x7fff8b3a3000 - 0x7fff8b5c4ff7 com.apple.CoreImage (11.4.0 - 366.4.19) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage < F5B7B115-E43A-3C61-A6AD-EFCDE7FC43A1 >

    0x7fff8b5c5000 - 0x7fff8b5ffff7 (132-132) com.apple.DebugSymbols < 23A42C53-B941-3871-9EE2-4C87A46005B5 > /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s

    0x7fff8b60b000 - 0x7fff8b60dff7 com.apple.securityhi (9.0 - 55006) < 1E7BE52B-97EA-371A-AECA-1EE2AD246D8A > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI

    0x7fff8b60e000 - com.apple.StoreFoundation (1.0 - 463, 9) < E4A83F77-88D1-307A-B137-23CFCF0AB249 > 0x7fff8b675ff7 thing /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFou

    0x7fff8b676000 - 0x7fff8b9f1ffb com.apple.VideoToolbox (1.0 - 1731.15.204) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox < 2B21F9B2-66A2-3900-84A5-0AB66F8056E4 >

    0x7fff8b9f2000 - 0x7fff8bb4eff3 com.apple.WebKitLegacy (11601 - 11601.6.17) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy < 3F9A3DDF-AA37-388E-8C96-CFF86DB0D16E >. framework/Versions/A/WebKitLegacy

    0x7fff8bb4f000 - 0x7fff8bb59fff com.apple.CoreCDP - OSX (< 3F137206-17BD-396C-B50C-DDDA635D19DD > /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/CoreCDP 1.0 - 1.).

    0x7fff8bb5a000 - 0x7fff8bba0ff7 libauto.dylib (186) < 999E610F-41FC-32A3-ADCA-5EC049B65DFB > /usr/lib/libauto.dylib

    0x7fff8bba1000 - 0x7fff8bbd2ff7 libtidy. A.dylib (15,17) < 6859415D-7A43-384E-ABDD-AA6B2AA9FDCD >/usr/lib/libtidy. A.dylib

    0x7fff8bbd3000 - 0x7fff8bbeffff com.apple.GenerationalStorage (2.0 - 239, 1) < 8C821448-4294-3736-9CEF-467C93785CB9 > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

    0x7fff8bbf2000 - 0x7fff8bcddff7 com.apple.QuickLookUIFramework (5.0 - 696.7) < 5A4AAFEC-D38C-3DA0-9361-CBF1D4C6B376 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f EPI/Versions/A/QuickLookUI

    0x7fff8bcde000 - 0x7fff8bcdefff com.apple.Cocoa /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa < 807787AB-D231-3F51-A99B-A9314623C571 > (6.11 - 22)

    0x7fff8bce6000 - 0x7fff8bcfdfff libmarisa.dylib (4) < E4919B03-D9BD-3AF8-B436-C415C98E3F0A > /usr/lib/libmarisa.dylib

    0x7fff8bd00000 - 0x7fff8be33fff com.apple.ical.EventKit (3.0 - 487, 4) < B71B80DB-1D9D-38FB-9467-8ED5CE1E804C > /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit

    0x7fff8be91000 - com.apple.DictionaryServices (1.2 - 250, 3) < 30250542-CBAA-39C1-91AA-B57A5DE17594 > 0x7fff8bec0ff7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices

    0x7fff8bec1000 - 0x7fff8bf2eff7 com.apple.imfoundation (10.0 - 1000) < 5C61D95A-BE77-3D37-AA64-9944B791826E > /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n

    0x7fff8bf2f000 - 0x7fff8bf92fff libAVFAudio.dylib (161,2) < 1A98DBF3-490B-37FB-928A-AB1E36E6E5DD > /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib

    0x7fff8c011000 - 0x7fff8c01dfff com.apple.CommerceCore (1.0 - 463, 9) < 92A641CE-2740-3B7A-B69D-E5CE1426B7DE > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore

    0x7fff8c01e000 - 0x7fff8c01ffff libsystem_blocks.dylib (65) < 1244D9D5-F6AA-35BB-B307-86851C24B8E5 > /usr/lib/system/libsystem_blocks.dylib

    0x7fff8c020000 - 0x7fff8c023ffb libdyld.dylib (360.22) < CC088C2A-D407-33E7-A6B6-B06E0D4AD999 > /usr/lib/system/libdyld.dylib

    0x7fff8c024000 - 0x7fff8c02cfff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) s.framework/Versions/A/FSEvents /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent < 7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A >

    0x7fff8c02d000 - 0x7fff8c151fff libsqlite3.dylib (216,4) < 280D67B8-F93D-3587-A146-19F36C817548 > /usr/lib/libsqlite3.dylib

    0x7fff8c152000 - 0x7fff8c180ff7 com.apple.CoreServicesInternal (248, 2-248, 2) < 6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal

    0x7fff8c187000 - 0x7fff8c187fff com.apple.IOPlatformPluginFamily (1.0-1) < 61D1D438-9DE8-34A0-ADC0-9789517515E8 > /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/I OPlatformPluginFamily

    0x7fff8c188000 - 0x7fff8c1a4ff7 libextension.dylib (78) < FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E > /usr/lib/libextension.dylib

    0x7fff8c239000 - 0x7fff8c2feff7 com.apple.iChat.SocialUI (8.0 - 5100) < B1D820BC-3C20-3C74-9D15-D8941B89B272 > /System/Library/PrivateFrameworks/SocialUI.framework/Versions/A/SocialUI

    0x7fff8d208000 - 0x7fff8d20cfff libGIF.dylib (1450) < DDEA46A2-85B7-32D7-8CC2-8F4C10AA12D5 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff8d20d000 - 0x7fff8d252ff7 (24, 4-24, 5) com.apple.coreservices.SharedFileList < 1D2AD77B-778F-3253-A295-3D0A32A8121C > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedF ileList.framework/Versions/A/SharedFileList

    0x7fff8d297000 - 0x7fff8d2bcff7 libPng.dylib (1450) < F7944170-4854-3CA5-B66F-7A6CA2292DF2 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff8d2bd000 - 0x7fff8d309ffb com.apple.HIServices (1.22 - 550) < 6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

    0x7fff8d30a000 - 0x7fff8d31cfff com.apple.icloud.FMFUI (< C3631A6F-65FF-39A9-AA4A-68A82D54C546 > /System/Library/PrivateFrameworks/FMFUI.framework/Versions/A/FMFUI 1.0 - 1.).

    0x7fff8d323000 - 0x7fff8d32cff7 (138.10.4) libsystem_pthread.dylib < 3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559 > /usr/lib/system/libsystem_pthread.dylib

    0x7fff8d33a000 - 0x7fff8d5e0ff7 com.apple.CoreData (120-641, 3) < A29A5491-6169-372B-828F-84EE0CFD4BC4 > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x7fff8d5e1000 - 0x7fff8d5ecfff libGPUSupportMercury.dylib (12.1) < 9D35C668-4F21-31C8-890C-CC1F45905194 > /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib

    0x7fff8d600000 - 0x7fff8d631ffb com.apple.avfoundationcf (2.0 - 211, 11) < 81757846-2F78-3814-85DD-57337F77120B > /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF

    0x7fff8d632000 - 0x7fff8d65bfff libc ++ abi.dylib (125) < DCCC8177-3D09-35BC-9784-2A04FEC4C71B > /usr/lib/libc++abi.dylib

    0x7fff8d65c000 - 0x7fff8d687ff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) < BAE70E9D-BCC8-3650-B554-6D646388EDEF > /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation

    0x7fff8d688000 - 0x7fff8d6b0fff com.apple.GLKit /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit < 6D10E27F-7175-36D2-8770-F7789F2EACBD > (1.0 - 56)

    0x7fff8d6c5000 - 0x7fff8d6defff com.apple.openscripting (1.7.1 - 169.1) < 36EBF6A7-334A-3197-838F-E8C7B27FCDBB > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting

    0x7fff8d6df000 - 0x7fff8dadbfff libLAPACK.dylib (1162.2) < 987E42B0-5108-3065-87F0-9DF7616A8A06 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

    0x7fff8dade000 - 0x7fff8db0bff7 com.apple.PassKit (1.0 - 55.1) < D31E95EB-BC60-3A35-B9AB-4FE531A60400 > /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit

    0x7fff8db0c000 - 0x7fff8db1afff com.apple.IntlPreferences (2.0 - 192) < A170BA4F-D39C-378C-99B5-CCB7C4F154C1 > /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences

    0x7fff8db1b000 - 0x7fff8db20fff com.apple.ImageCapture /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture < ACECF0B7-7D92-3A22-BF47-E8FADF4C5378 > (9, 0-9, 0). framework/Versions/A/ImageCapture

    0x7fff8db66000 - 0x7fff8db71fff libGL.dylib (12.1) < 70D51643-04AC-3400-8F11-A6FC25985289 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff8db72000 - 0x7fff8db83ff7 (201.10.3) libsystem_trace.dylib < F00E92E4-DBDA-3749-B5B3-0C3FBBABA1CB > /usr/lib/system/libsystem_trace.dylib

    0x7fff8db8d000 - 0x7fff8dc89ff7 libFontParser.dylib (158.6) < 267A9AE4-4138-3112-8D73-BDFDC96568FF > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

    0x7fff8dc8a000 - 0x7fff8dc8dff7 libCoreFSCache.dylib (119.5) < 2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib

    0x7fff8dc9e000 - 0x7fff8dd0efff com.apple.ids /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS < 12F08B55-D23E-351A-BB2C-B9D691D4044F > (10.0 - 1000)

    0x7fff8dd0f000 - 0x7fff8dfa5fff libmecabra.dylib (696.5) < EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9 > /usr/lib/libmecabra.dylib

    0x7fff8dfa6000 - 0x7fff8e01bfff com.apple.framework.IOKit (2.0.2 - 1179.50.2) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < A509D3AE-9D48-31B7-89C7-326A7A2007B2 >

    0x7fff8e01c000 - 0x7fff8e0a9fff (1082.50.1) libsystem_c.dylib < B552D565-B798-3B9B-AE63-F623B42A5F01 > /usr/lib/system/libsystem_c.dylib

    0x7fff8e9df000 - 0x7fff8e9e7fff (385.40.36) libsystem_networkextension.dylib < 66095DC7-6539-38F2-95EE-458F15F6D014 > /usr/lib/system/libsystem_networkextension.dylib

    0x7fff8e9e8000 - 0x7fff8ea20ff7 com.apple.RemoteViewServices (2.0 - 101) < B2881449-8CFE-3D1C-B4BF-155640392533 > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices

    0x7fff8ea21000 - 0x7fff8ea62ff7 libGLU.dylib (12.1) < CD7A5916-3E3C-3EF3-A275-B281016B99CB > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fff8ea63000 - 0x7fff8eaf2fff com.apple.CorePDF /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF < 849BBFF6-0700-3ED1-98DF-A6E93B9B707F > (4.0 - 4)

    0x7fff8eaf3000 - 0x7fff8ec5afff libBLAS.dylib (1162.2) < A1398FE0-39D2-33EA-9A0F-B2644EEA29A0 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

    0x7fff8ecbd000 - 0x7fff8ecbfff7 libquarantine.dylib (80) < 0F4169F0-0C84-3A25-B3AE-E47B3586D908 > /usr/lib/system/libquarantine.dylib

    0x7fff8ecc0000 - 0x7fff8ecc8fff libMatch.1.dylib (27) < 3AC0BFB8-7E69-3DBE-A175-7F3946FC4554 > /usr/lib/libMatch.1.dylib

    0x7fff8ecdb000 - 0x7fff8ecddfff com.apple.EFILogin /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin < 38150198-DD7F-3C73-BCAA-C74BB376393A > (2.0 - 2)

    0x7fff8ecde000 - 0x7fff8ed4aff7 com.apple.contacts.Contacts /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts < 2726B3FB-7A00-34E0-8BBF-7E5395C35527 > (1.0 - 2137.1)

    0x7fff8ed4b000 - com.apple.DistributionKit (700-1000) < 4E57473B-3B6C-35E8-8D25-592EA1CACF2A > System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit 0x7fff8ed68fff. framework/Versions/A/DistributionKit

    0x7fff8ed69000 - 0x7fff8ee3fff7 com.apple.AOSUI /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI < D5F5C0D0-9C45-3A33-B670-3F75BFCF0932 > (1.2 - 421)

    0x7fff8ee68000 - 0x7fff8ee8cfff libJPEG.dylib (1450) < 1775E59E-D82C-3F7A-8E4F-B0C13F88F691 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff8ee8d000 - 0x7fff8ee8dfff (600.0.44.1) libmetal_timestamp.dylib < 6576F284-BACA-332A-A6E7-FA1C347636E3 > /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dyli b

    0x7fff8eec6000 - 0x7fff8eef2fff com.apple.framework.SystemAdministration (1.0 - 1.0) < 1318B6A5-FFC3-3615-914D-95CBFE5BA727 > /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration

    0x7fff8eef3000 - 0x7fff8eefeff7 libChineseTokenizer.dylib (16) < 79B8C67A-3061-3C78-92CD-4650719E68D4 > /usr/lib/libChineseTokenizer.dylib

    0x7fff8ef1b000 - 0x7fff8ef2efff com.apple.CoreBluetooth (< E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E > /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 1.0 - 1.).

    0x7fff8ef5d000 - 0x7fff8ef5ffff libCVMSPluginSupport.dylib (12.1) < D81B3D8D-B83F-3918-BD4B-6C794A30AF9F > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

    0x7fff8ef60000 - 0x7fff8ef72fff com.apple.AppleIDSSOAuthentication (1.0-1) < 7DA43C1A-8340-3A4E-BCAF-FD036B95D418 > /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A /AppleIDSSOAuthentication

    0x7fff8ef73000 - 0x7fff8ef79fff com.apple.IOAccelerator (205, 10-205, 10) < E46ED853-C2CC-3F29-A7DD-5E9351A2E754 > /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor

    0x7fff8ef7a000 - 0x7fff8f050ffb com.apple.DiskImagesFramework (10.11.4 - 417,4) < 6D26E255-D7BB-3A9D-8B6F-E07D2DBB68AE > /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x7fff8f051000 - com.apple.DiskManagement (8.1 - 952) < 6E0FBC67-47E0-3669-8065-ECA8C67098A8 > /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag-0x7fff8f0a1ff7

    0x7fff8f0a2000 - 0x7fff8f0adfff com.apple.AppSandbox (4.0 - 261.40.2) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox < 52766210-B6EB-3B73-AB1B-42E0A9AD2EE8 >

    0x7fff8f0ae000 - 0x7fff8f102fff com.apple.TelephonyUtilities (1.0 - 1.0) < 9131CBDA-A44A-3575-93D2-D650FCD1E91B > /System/Library/PrivateFrameworks/TelephonyUtilities.framework/Versions/A/Telep honyUtilities

    0x7fff8f103000 - 0x7fff8f10bfff libGFXShared.dylib (12.1) < 5A0C2493-200C-30BE-97D5-8E8C0B8E604D > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

    0x7fff8f10c000 - 0x7fff8fd35ff7 com.apple.AppKit /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit < F3411F6E-DD87-34D0-8C68-C69B2205E41D > (6, 9 - 1404.47)

    0x7fff8fd36000 - 0x7fff8fd63fff com.apple.facetimeservices /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices < 4CA7BA98-BECA-3062-BADC-3BEEAAF66D3B > (10.0 - 1000)

    0x7fff8fd64000 - 0x7fff8fd94ff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD < 4AAFB1C4-3708-30F9-ACFA-90564347204C >

    0x7fff90715000 - 0x7fff9073cfff com.apple.ChunkingLibrary (167-167) < AD7F285C-005E-36BB-98A3-5826413533BE > /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking library

    0x7fff90754000 - 0x7fff907a9fff com.apple.AE (701-701) < AD492742-F884-386B-A450-FAC281B9FFA4 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

    0x7fff907aa000 - 0x7fff907b5fff com.apple.DirectoryService.Framework /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi < 6F827D0E-0F02-3B09-B2A8-252865EECA7F > (10.11 - 194) this

    0x7fff907dd000 - 0x7fff907f4ff7 (83.40.5) libsystem_coretls.dylib < C90DAE38-4082-381C-A185-2A6A8B677628 > /usr/lib/system/libsystem_coretls.dylib

    0x7fff907f5000 - 0x7fff90870fff com.apple.accounts.AccountsDaemon (113-113) < 75054597-D576-3830-A731-82F04184172A > /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD Nicolas

    0x7fff908b6000 - 0x7fff90a62fff com.apple.avfoundation (2.0 - 1046.9.11) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation < 399D8273-E3CD-3358-9B80-64E6A5CBE278 >

    0x7fff90a63000 - 0x7fff90a6ffff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) < 71DA00B8-5EA2-326B-8814-59DB25512F65 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis

    0x7fff90a70000 - 0x7fff90a7efff libxar.1.dylib (302) < 03207F66-2C4A-3DBD-8D81-70F4C85903C4 > /usr/lib/libxar.1.dylib

    0x7fff90a7f000 - 0x7fff90acbff7 com.apple.corelocation /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation < 6336CFC5-9D7D-3B76-B263-56DD6EBD0B8D > (1486.17 - 1615.38)

    0x7fff90acc000 - 0x7fff90addfff (1162.2) libSparseBLAS.dylib < EBEB3848-3468-342A-91A6-5C47F2369CD9 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libSparseBLAS.dylib

    0x7fff90cf3000 - 0x7fff90d21ff7 (460.50.4) libsandbox.1.dylib < C6797DA3-DF51-3774-9D02-31670A820D18 > /usr/lib/libsandbox.1.dylib

    0x7fff90d22000 - 0x7fff90e14ff7 libiconv.2.dylib (44) < F05A0A5A-92A9-3668-8F20-F27CBDA26BE9 > /usr/lib/libiconv.2.dylib

    0x7fff90e15000 - 0x7fff910faffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) < 2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

    0x7fff9116a000 - 0x7fff9116efff com.apple.CommonPanels (1.2.6 - 96) < 4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9 > System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels

    0x7fff91217000 - 0x7fff91277fff com.apple.QuickLookFramework /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook < ECD33169-5EB1-3783-AF9E-1AB9240F8358 > (5.0 - 696.7)

    0x7fff91278000 - 0x7fff91286fff com.apple.opengl (12.1.0 - 12.1.0) < BBC4458E-12FC-3C9B-BF7E-6985D61C7A67 > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x7fff91298000 - 0x7fff912aeff7 (1162.2) libLinearAlgebra.dylib < FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib

    0x7fff913e5000 - 0x7fff914cbff7 (59.40.2) libcrypto.0.9.8.dylib < 2486D801-C756-3488-B519-1AA6807E8948 > /usr/lib/libcrypto.0.9.8.dylib

    0x7fff914d6000 - 0x7fff9156bfff (10, 9-214) com.apple.ink.framework < 1F76CF36-3F79-36B8-BC37-C540AF34B338 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

    0x7fff9156e000 - 0x7fff9159dfff com.apple.securityinterface (10.0 - 55065.40.1) < 1BB39B19-DD74-347E-A344-0E6781773577 > /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face

    0x7fff9159e000 - 0x7fff91612ff7 com.apple.Heimdal /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal < 5D365381-8B5E-3259-8867-FC4A7D307BDE > (4.0 - 2.0)

    0x7fff91613000 - 0x7fff91758fff com.apple.QTKit (7.7.3 - 2943.10) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit < 9D0EA81D-7BDE-3B47-B300-5C53C5EE4846 >

    0x7fff9175c000 - 0x7fff9179eff7 com.apple.Metal /System/Library/Frameworks/Metal.framework/Versions/A/Metal < 2B2C0F78-20B8-3878-B9B1-DE18BB92919D > (56, 6-56, 6)

    0x7fff9179f000 - 0x7fff917daff7 com.apple.AuthKitUI (< E4792D6A-590C-326E-8CC7-2EB5843C51C6 > /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 1.0 - 1.).

    0x7fff917db000 - 0x7fff917f6fff com.apple.aps.framework (4.0 - 4.0) < CAD47B6E-A581-3B35-885B-67B206F41D5E > /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService

    0x7fff917f7000 - 0x7fff917f7fff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < 8F6ED602-5943-3E29-A793-BC331E2C183D > (154 to 157)

    0x7fff91ed7000 - 0x7fff9226cfdb com.apple.vImage (8.0 - 8, 0) < 4BAC9B6F-7482-3580-8787-AB0A5B4D331B > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework, Versions, A, vImage

    0x7fff92277000 - 0x7fff92279fff com.apple.SecCodeWrapper (4.0 - 261.40.2) < 1F832591-59A8-3B3F-943F-D6D827463782 > /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper

    0x7fff9227a000 - 0x7fff92284fff com.apple.KerberosHelper (4.0 - 1.0) < 67D88B2C-A54B-34FF-ABF3-2D3736879730 > /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper

    0x7fff9228b000 - 0x7fff923b0fff com.apple.LaunchServices (728.12 - 728.12) < F5AB56CD-CF33-33F0-A48D-372551714E77 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

    0x7fff923b5000 - 0x7fff92495ff7 unorm8_rgba.dylib (2.7.3) < 9EB6C346-CFF6-32D7-B4A1-2409DFBCB216 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib

    0x7fff92496000 - 0x7fff92730ff3 com.apple.security (7.0 - 57337.50.23) /System/Library/Frameworks/Security.framework/Versions/A/Security < 8B6CF71D-A63E-34C9-9227-0AACAB643584 >

    0x7fff92731000 - 0x7fff92731fff com.apple.quartzframework /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz < 5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9 > (1, 5-21)

    0x7fff92732000 - 0x7fff92784fff com.apple.CalDAV /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV < 78741BC8-D22E-33D1-86FD-F88F05952D38 > (8.0 - 234)

    0x7fff92785000 - 0x7fff92789fff libpam.2.dylib (20) < CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A > /usr/lib/libpam.2.dylib

    0x7fff9278a000 - 0x7fff92793ff3 (150.40.1) libsystem_notify.dylib < D48BDE34-0F7E-34CA-A0FF-C578E39987CC > /usr/lib/system/libsystem_notify.dylib

    0x7fff92794000 - 0x7fff92794fff libenergytrace.dylib (10.40.1) < 0A491CA7-3451-3FD5-999A-58AB4362682B > /usr/lib/libenergytrace.dylib

    0x7fff92795000 - 0x7fff927b0ff7 libCRFSuite.dylib (34) < 078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3 > /usr/lib/libCRFSuite.dylib

    0x7fff927d0000 - 0x7fff927e3fff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) < 71232F20-11BD-370D-9F43-F262BFE46C93 > /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/Cont actsPersistence

    0x7fff927e4000 - 0x7fff927e4fff com.apple.AOSMigrate (< 17A49E04-567B-3B4F-9975-E8F83AE8357D > /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 1.0 - 1.).

    0x7fff927e5000 - 0x7fff927e7ff7 com.apple.xpc.ServiceManagement (1.0-1) < D96D7A6D-EDEB-35EE-B5D9-E33A3BF011B5 > /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage lie

    0x7fff927e8000 - 0x7fff92a78ff7 com.apple.RawCamera.bundle /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera < F14992BD-D9D8-36EE-8A51-989A220E1846 > (6.19 - 844)

    0x7fff92a79000 - 0x7fff92b19fff com.apple.Metadata (10.7.0 - 972.34) a.framework/Versions/A/Metadata /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat < A93B485D-094C-3024-8CBB-D9E035FB83C4 >

    0x7fff92b1a000 - com.apple.SoftwareUpdate.framework (6-797) 0x7fff92bb7ff7 < 695E4BEA-DE14-3AB7-B5D3-0E4C8F7CC5F0 > /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU updated

    0x7fff92bb8000 - 0x7fff92bbbfff (460.50.4) libsystem_sandbox.dylib < 150A9D3D-F69E-32F7-8C7B-8E72CAAFF7E4 > /usr/lib/system/libsystem_sandbox.dylib

    0x7fff92bbc000 - 0x7fff92bd0fe3 libCGInterfaces.dylib (317.9) < 5079DE4F-3717-32FF-B76A-77F53236D17D > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib

    0x7fff92bd1000 - 0x7fff92c81fff com.apple.backup.framework (1.7.4 - 1.7.4) < F304E9D1-991A-379E-9659-BF85C35B4808 > /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x7fff92cea000 - 0x7fff92ceefff com.apple.LoginUICore (3.2 - 3.2) < 5524E4BC-4700-39F4-AF06-E53322712EE0 > /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore

    0x7fff92cef000 - 0x7fff92ceffff com.apple.SafariDAVNotifier (1.1.1 - 1) < 4AE03738-AAC2-365E-80DA-6FB78903E508 > /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier

    0x7fff92cf0000 - 0x7fff92d67fff com.apple.ShareKit /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit < 9EB92898-4A5F-3F12-9CCA-A40BBD7F1DD4 > (1.0 - 454.21)

    0x7fff92d6f000 - 0x7fff92d74ff7 com.apple.AssetCacheServices (14.1 - 14.1) < 5F249F84-660A-3E94-B073-6729E7ED56D9 > /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/Asset CacheServices

    0x7fff92d75000 - 0x7fff92e20fff com.apple.PDFKit (3.1 - 3.1) < 27AF3C85-1C0B-389C-856C-2E527620C195 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit

    0x7fff92eab000 - 0x7fff92ebffff com.apple.CoreDuetDaemonProtocol (1.0-1) < 1D60D60C-914A-3BAB-8607-79F68F4C712E > /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol

    0x7fff92ec0000 - 0x7fff92ee2fff com.apple.IconServices (68, 1-68, 1) < CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949 > /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s

    0x7fff92ee3000 - 0x7fff92eebfef libsystem_platform.dylib (74.40.2) < 29A905EF-6777-3C33-82B0-6C3A88C4BA15 > /usr/lib/system/libsystem_platform.dylib

    0x7fff92eec000 - 0x7fff92efafff libIASAuthReboot.dylib (1010) < 5CDC581B-B0C6-3166-AD79-1D7EA890D748 > /usr/lib/libIASAuthReboot.dylib

    0x7fff92f2f000 - 0x7fff92f32fff libspindump.dylib (197,1) < 48F4C673-9F0C-38BE-B550-88241E812518 > /usr/lib/libspindump.dylib

    0x7fff92f33000 - 0x7fff93140fff libicucore. A.dylib (551.51.3) < 5BC80F94-C90D-3175-BD96-FF1DC222EC9C >/usr/lib/libicucore. A.dylib

    0x7fff9330b000 - 0x7fff93357fff com.apple.print.framework.PrintCore (11, 2 - 472.2) < 5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore

    0x7fff93358000 - 0x7fff9336efff com.apple.CoreMediaAuthoring (2.2 - 953) < DAC012D0-276D-3AF6-A6E9-EA32E692B923 > /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring

    0x7fff9336f000 - 0x7fff93380ff7 libz.1.dylib (61.20.1) < B3EBB42F-48E3-3287-9F0D-308E04D407AC > /usr/lib/libz.1.dylib

    0x7fff9357e000 - 0x7fff9374cff3 com.apple.QuartzCore /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore < 076BDE58-8AED-3D47-84FD-548CF8E8EDB9 > (1.11 - 410.14)

    0x7fff93a3c000 - 0x7fff93a6bffb libsystem_m.dylib (3105) < 08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4 > /usr/lib/system/libsystem_m.dylib

    0x7fff93a6c000 - 0x7fff93e9afff com.apple.vision.FaceCore (3.3.1 - 3.3.1) < E54028EA-4217-3078-A2B1-C52E4214D59E > /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

    0x7fff93e9b000 - 0x7fff93ea3fff com.apple.AppleSRP (< 840A5C20-6452-36BB-ACF7-29BA6CBF7C48 > /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 5.0 - 1).

    0x7fff93ea4000 - 0x7fff93eeefff com.apple.sociald.Social (?) < 48CEAEF0-38F3-3736-A504-64A59C101FE6 > /System/Library/Frameworks/Social.framework/Versions/A/Social

    0x7fff93eef000 - 0x7fff93eefff7 libunc.dylib (29) < DDB1E947-C775-33B8-B461-63E5EB698F0E > /usr/lib/system/libunc.dylib

    0x7fff93ef0000 - 0x7fff93f0eff7 com.apple.frameworks.preferencepanes /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes < 6D9A4009-DCE8-3FC5-91E4-01433C63E4A6 > (16, 0-16, 0)

    0x7fff93f0f000 - 0x7fff93f12ffb libScreenReader.dylib (426.42) < 16FC79D1-4573-3E90-945F-CBA22D5185FD > /usr/lib/libScreenReader.dylib

    0x7fff947a4000 - 0x7fff947a7ff7 com.apple.help (1.3.3 - 46) < 35DA4D48-0BC2-35A1-8D7C-40905CDF4F64 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/help

    0x7fff947a8000 - com.apple.CalendarPersistence (8.0 - 378, 5) < BDEE7522-C15E-3957-BE87-6B2EF79A38B6 > 0x7fff949fefff /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence

    0x7fff94a92000 - 0x7fff94c10fff com.apple.UIFoundation (1.0 - 436.1) < AABB5267-E7B7-3D75-B051-E665BDA8DEF4 > /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n

    0x7fff94c11000 - 0x7fff94cc9ff7 com.apple.CoreDuet (< FC1EAEE1-73A4-3B13-A634-1D2A94D0C0B7 > /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 1.0 - 1.).

    0x7fff94cca000 - 0x7fff94ccdff7 com.apple.iChat.InstantMessage (8.0 - 5017) < 989738B4-0269-3DD6-AAEC-2B712FB765D5 > /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage

    0x7fff94cce000 - 0x7fff94ccfffb libSystem.B.dylib (1226.10.1) < C5D09FE1-CC70-383E-AC27-18602F2EDEC4 > /usr/lib/libSystem.B.dylib

    0x7fff94cd0000 - 0x7fff94dc8fff com.apple.coretelephony /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony < 544916C7-6F30-340D-A2A8-D56BB8D669CD > (113 - 3675.1)

    0x7fff94dc9000 - 0x7fff94ddefff com.apple.ToneKit (< 6D5AD263-308F-3F70-8D86-7027569D2694 > /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 1.0 - 1.).

    0x7fff94ddf000 - 0x7fff94e0afff com.apple.idsfoundation (10.0 - 1000) < 4735029B-DAE5-31E4-AD40-C5C52E328B31 > /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion

    0x7fff94e38000 - 0x7fff94e8afff com.apple.AppleVAFramework (5.0.32 - 5.0.32) < 271ED7A9-73E5-3595-A8D6-28594C9F3C9D > /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x7fff94f07000 - 0x7fff94f29ff7 com.apple.Sharing (442.13.6 - 442.13.6) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing < DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8 >

    0x7fff94f2a000 - 0x7fff94f2cffb libutil.dylib (43) < 4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C > /usr/lib/libutil.dylib

    0x7fff94f2d000 - 0x7fff94f3dfff libbsm.0.dylib (34) < 7E14504C-A8B0-3574-B6EB-5D5FABC72926 > /usr/lib/libbsm.0.dylib

    0x7fff94f93000 - 0x7fff94f9bfff libcopyfile.dylib (127) < A48637BC-F3F2-34F2-BB68-4C65FD012832 > /usr/lib/system/libcopyfile.dylib

    0x7fff94fa7000 - 0x7fff9510dfff com.apple.MapKit (1.0 - 1651.44.2) /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit < 1D96793D-AB70-326E-85EA-65DE75973623 >

    0x7fff9510e000 - 0x7fff95141ff7 com.apple.MediaKit (16-809) < BF8032FE-6645-37F6-A622-BC7EEE3EAABF > /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

    0x7fff95182000 - 0x7fff9523bff7 com.apple.cloudkit.CloudKit /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit < E235B37E-1491-3857-BDE8-38450D4FE8D0 > (482.29 - 482.29)

    0x7fff9523c000 - 0x7fff95322fef unorm8_bgra.dylib (2.7.3) < B315AE9C-9E09-3D9F-9513-EC2195908516 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib

    0x7fff95323000 - 0x7fff95352ffb com.apple.datadetectors (5.0 - 308) < 1949868C-BDCD-3772-BDBD-D7E9F2CC1451 > t /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect

    0x7fff95353000 - 0x7fff953a5fff com.apple.CloudDocs /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs < 5FD9138D-09D9-3B97-BBAD-5692E1687F30 > (1.0 - 383.13)

    0x7fff954f8000 - 0x7fff954f8ff7 (765.50.8) liblaunch.dylib < 834ED605-5114-3641-AA4D-ECF31B801C50 > /usr/lib/system/liblaunch.dylib

    0x7fff9550b000 - 0x7fff9553cfff com.apple.GSS /System/Library/Frameworks/GSS.framework/Versions/A/GSS < B490333A-3B3E-397A-AD75-68846E9A9140 > (4.0 - 2.0)

    0x7fff95576000 - 0x7fff95578fff com.apple.loginsupport (1.0-1) < 9B2F5F9B-ED38-313F-B798-D2B667BCD6B5 > /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport

    0x7fff955bd000 - 0x7fff95b15ff7 com.apple.MediaToolbox (1.0 - 1731.15.204) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox < BD296DBD-BEC9-3B25-B859-E88A009BB879 >

    0x7fff95b16000 - 0x7fff95b33ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) < 41378C0B-B56A-3A73-9BD0-E06FA1F87B8C > /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA

    0x7fff95b34000 - 0x7fff95b4aff7 com.apple.geokit /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit < BC60A03D-8720-3C88-9642-4B84CE9A3ED2 > (2.2 - 2.2)

    0x7fff95b4b000 - 0x7fff95beffff com.apple.Bluetooth (4.4.5 - 4.4.5f3) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth < 141F2C36-70B6-32D3-A556-7A605832CDB3 >

    0x7fff95bf0000 - 0x7fff95c37ff7 com.apple.AOSAccounts (1.3.1 - 1.10.02) /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts < FFD13410-D077-3EAF-8EFB-5A4F99AE2113 >

    0x7fff95c38000 - 0x7fff95c3cfff com.apple.communicationsfilter (10.0 - 1000) < 7B1D1036-D97D-3EC5-9E7F-331B8667F5D5 > /System/Library/PrivateFrameworks/CommunicationsFilter.framework/Versions/A/Com municationsFilter

    0x7fff95c3d000 - 0x7fff95cc1ffb com.apple.AVKit /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit < D6B7FD05-C729-3E84-A2F3-84DDAA268B3E > (1.1 - 285.10)

    0x7fff95cc2000 - 0x7fff95cd4fff libsasl2.2.dylib (209) < 11C7D200-0CA5-30F4-A19A-178CA81D48FE > /usr/lib/libsasl2.2.dylib

    0x7fff95cd5000 - 0x7fff95cf4ff7 com.apple.contacts.vCard /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard < 41529BD9-1BCC-3A62-92BA-2A7110867355 > (1.0 - 2137.1)

    0x7fff95cf5000 - 0x7fff95d56ff7 libTelephonyUtilDynamic.dylib (1207) < 15B546CD-1883-33AC-8EC9-7718043A927B > /usr/lib/libTelephonyUtilDynamic.dylib

    0x7fff95ea1000 - 0x7fff95ea2ffb libsysmon.dylib (85) < B4DA61BB-07A0-3CFB-9EBD-33121FC4BEA4 > /usr/lib/libsysmon.dylib

    0x7fff95ea3000 - 0x7fff95eafff7 com.apple.commonutilities (8.0 - 900) < 18D60822-654D-3532-A47E-A2239EF4E301 > /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ite

    0x7fff95eb0000 - 0x7fff96076fe7 com.apple.ImageIO.framework (3.3.0 - 1450) < 18ABA1F4-43EC-3990-9777-C91FD3D6AF71 > /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fff96077000 - 0x7fff9607bfff libcache.dylib (75) < 9548AAE9-2AB7-3525-9ECE-A2A7C4688447 > /usr/lib/system/libcache.dylib

    0x7fff96161000 - 0x7fff96163ff7 com.apple.SafariServices.framework (11601 - 11601.6.17) vices /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer < 98035563-BCB5-3BCA-A519-FB27B4F02998 >

    0x7fff96164000 - 0x7fff96164ff7 libkeymgr.dylib (28) < 8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0 > /usr/lib/system/libkeymgr.dylib

    0x7fff9616b000 - 0x7fff9616dff7 (802.40.13) libsystem_configuration.dylib < 3DEB7DF9-6804-37E1-BC83-0166882FF0FF > /usr/lib/system/libsystem_configuration.dylib

    0x7fff9616e000 - 0x7fff96175ff7 libcompiler_rt.dylib (62) < A13ECF69-F59F-38AE-8609-7B731450FBCD > /usr/lib/system/libcompiler_rt.dylib

    0x7fff96176000 - 0x7fff96196ff7 com.apple.IASUtilities (1.0 - 229, 3) < 73F73F02-C7EE-3643-9349-7ECED6DD72CA > /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilitie s

    0x7fff96199000 - 0x7fff9619eff3 libunwind.dylib (35.3) < F6EB48E5-4D12-359A-AB54-C937FBBE9043 > /usr/lib/system/libunwind.dylib

    0x7fff961ae000 - 0x7fff965d8fff com.apple.ModelIO (< 8838E0E1-ACB3-3CE8-ABDC-C787D8B3F247 > /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO 1.0 - 1.).

    0x7fff965d9000 - 0x7fff9660bfff com.apple.CommerceKit (1.2.0 - 463,9) < A74B7ABC-5B01-3C09-AF3C-6951B11D230A > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit

    0x7fff9660c000 - 0x7fff96614fff com.apple.frameworks.CoreDaemon /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon < CC53DC12-9231-3C4F-921B-9A770D463323 > (1.3 - 1.3)

    0x7fff966bd000 - 0x7fff966bffff com.apple.CoreDuetDebugLogging (1.0-1) < 7C932160-AC9C-3173-900F-98138E829CB3 > /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging

    0x7fff966c0000 - 0x7fff966c5fff com.apple.DiskArbitration /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration < F55902AA-5316-3255-A701-FDED5B553065 > (2.7 - 2.7)

    0x7fff966c6000 - 0x7fff96780fff com.apple.DiscRecording (9.0.1 - 9010.4.3) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording < 540853B2-B123-3560-8023-C92EE229051A >

    0x7fff96791000 - 0x7fff96ec3ff7 com.apple.VectorKit (1.0 - 1156.38.0.1) /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit < 622EC7F5-118E-3F16-BD3D-137BA85BABD9 >

    0x7fff96ec4000 - 0x7fff9729cfef com.apple.CoreAUC (214.0.0 - 214.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC < F80C19CA-6CD0-3052-9C22-0288A257CCC8 >

    0x7fff9729d000 - 0x7fff972a1fff com.apple.ServerInformation (2.0-1) /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server < EE3E3BF1-46F4-33ED-9D03-875A8618421A > information

    0x7fff972af000 - 0x7fff97725fff com.apple.CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < 943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D > (6: 9 - 1258.1)

    0x7fff97726000 - 0x7fff9772afff com.apple.FindMyMac /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac < 73E9EE14-0390-33E6-ABD1-F99CD1C786AA > (3.1 - 53)

    0x7fff9772b000 - 0x7fff9774aff7 com.apple.framework.Apple80211 (11.0 - 1121.34.2) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 < 90477FAE-B835-3931-80FB-FDFF02B21D9D >

    0x7fff9774b000 - 0x7fff9774bfff com.apple.ApplicationServices (48-48) < ADD57D3A-142F-3EF5-BFD8-EACD82164884 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

    0x7fff9774c000 - 0x7fff97768ff3 libresolv.9.dylib (60) < A650B5C8-1950-36A0-86D1-0B2465318BFA > /usr/lib/libresolv.9.dylib

    0x7fff97769000 - 0x7fff97781fef libcompression.dylib (28) < E7601B62-1053-369D-8A9E-91CF86239220 > /usr/lib/libcompression.dylib

    0x7fff97782000 - 0x7fff977f9ff7 com.apple.MMCS (1.3 - 357, 1) < 549FBEFC-55F7-3101-BF51-A0B1F7CF2B46 > /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS

    0x7fff977fa000 - 0x7fff978bdfff com.apple.imcore /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore < C3F22E18-ECB0-32B7-A596-A5EFCF84B192 > (10.0 - 1000)

    0x7fff978be000 - 0x7fff979cdfe7 libvDSP.dylib (563.5) < 9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

    0x7fff979d4000 - 0x7fff97b05fff com.apple.syncservices /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices < 3FF7FE43-2822-3E59-A687-D74E4B0ACD0A > (8.1 - 724)

    0x7fff97b09000 - 0x7fff97b0bfff libsystem_coreservices.dylib (19.2) < 1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D > /usr/lib/system/libsystem_coreservices.dylib

    0x7fff97b0c000 - 0x7fff97b0cfff com.apple.Accelerate (1.10 - 1.10 accelerate) < 185EC96A-5AF0-3620-A4ED-4D3654D25B39 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fff97b0d000 - 0x7fff97b15fef libcldcpuengine.dylib (2.7.3) < 511DF05F-B3A1-3810-9901-1F5C1EA278C4 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib

    0x7fff97b20000 - 0x7fff97e82f3f libobjc. A.dylib (680) < 7489D2D6-1EFD-3414-B18D-2AECCCC90286 >/usr/lib/libobjc. A.dylib

    0x7fff97e83000 - 0x7fff97e9cfff com.apple.CFOpenDirectory (10.11 - 194) < 11F95672-55E0-3F9D-9171-5E8C56AEE948 > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

    0x7fff97e9d000 - 0x7fff97ed0fff com.apple.framework.accountsui (1.0 - 33.1) < 2679CC21-0C98-3340-9C42-780B11A70226 > /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUI

    0x7fff97ed1000 - 0x7fff97f40fff com.apple.SearchKit (1.4.0 - 1.4.0) < F159A888-34CA-36F1-AC8E-EB1B38C9DFB3 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

    0x7fff97f41000 - 0x7fff98236fff com.apple.HIToolbox (2.1.1 - 807.2) < 36413C45-36AF-34EF-9C0E-F18B31D1E565 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff98237000 - 0x7fff98239fff libCGXType.A.dylib (957) < B901C222-E779-32EB-96C2-5A707A09FC5B > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy EP. A.dylib

    0x7fff9823a000 - 0x7fff982a0ff7 (583.50.1) libsystem_network.dylib < B52DAB73-92DC-3DA7-B9F4-B899D66445C1 > /usr/lib/system/libsystem_network.dylib

    0x7fff982b9000 - 0x7fff982edff7 com.apple.CoreVideo (1, 8-191, 3) < 1AA24A1B-CB84-3F6B-B6DE-11494542649C > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fff982ee000 - 0x7fff982f9fff (3248.50.21) libkxld.dylib < 99195052-038E-3490-ACF8-76F9AC43897E > /usr/lib/system/libkxld.dylib

    0x7fff982fa000 - 0x7fff982fafff libOpenScriptingUtil.dylib (169,1) < AD0DAC8A-9849-3077-999F-9AEC6112BDAB > /usr/lib/libOpenScriptingUtil.dylib

    0x7fff984b9000 - 0x7fff98509ff7 com.apple.ExchangeWebServices (6.0 - 243) < 2F2827B5-9884-3593-9AD8-CB1B3C5FE83D > /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices

    0x7fff98548000 - 0x7fff985bcff3 com.apple.securityfoundation (6.0 - 55126) < 130656AE-2711-3914-8736-D8B021C93FE0 > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun Foundation

    0x7fff985bd000 - 0x7fff985c5fff com.apple.icloud.FMCoreLite (< 74E4FF49-B38D-31CC-845B-7AE2635401DD > /System/Library/PrivateFrameworks/FMCoreLite.framework/Versions/A/FMCoreLite 1.0 - 1.).

    0x7fff985c6000 - 0x7fff985cbfff com.apple.incomingcallfilter (10.0 - 1000) < D45EB9DE-069A-3831-B3C1-55A363CDC636 > /System/Library/PrivateFrameworks/IncomingCallFilter.framework/Versions/A/Incom ingCallFilter

    0x7fff985cc000 - 0x7fff98603fff com.apple.CharacterPicker (1.0-1) < 09CCA7A1-7F19-37D0-A418-10CF40CAC655 > /System/Library/PrivateFrameworks/CharacterPicker.framework/Versions/A/Characte rPicker

    0x7fff98604000 - 0x7fff98660fff libTIFF.dylib (1450) < 14EB7C03-7DDA-3276-BAC5-D597913AC9C4 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff9868f000 - 0x7fff9889afff libFosl_dynamic.dylib (16.24) < 5F9DB82D-FD4B-3952-8531-CE020F93ED49 > /usr/lib/libFosl_dynamic.dylib

    0x7fff9889b000 - 0x7fff988a0ff7 libheimdal - asn1.dylib (453.40.10) < 981DE40B-FA16-36F7-BE92-8C8A115D6CD9 > /usr/lib/libheimdal-asn1.dylib

    0x7fff98ae9000 - 0x7fff99d37fe7 com.apple.CoreGraphics (1.600.0 - 957) < B5D82A82-EDF9-34D5-A8C5-7F25B80985EE > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

    0x7fff99d38000 - 0x7fff99dc7ff7 (517.50.1) libCoreStorage.dylib < E6283FE9-B5AC-3110-8D4C-8E2BF185983E > /usr/lib/libCoreStorage.dylib

    0x7fff99e58000 - 0x7fff99e83ffb (33.20.2) libarchive.2.dylib < 6C370A21-63FD-3A68-B4B3-5333F24B770B > /usr/lib/libarchive.2.dylib

    0x7fff99e84000 - 0x7fff99e85fff libsystem_secinit.dylib (20) < 32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B > /usr/lib/system/libsystem_secinit.dylib

    0x7fff99e86000 - 0x7fff99f76fff libJP2.dylib (1450) < FAFF00CD-1CF6-34DE-A06F-31D4BB9C8BA9 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff9a01c000 - 0x7fff9a058ff7 com.apple.OSAKit /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit < 8AE3C204-09F1-321A-B007-14D217F9EC59 > (1, 5-104)

    0x7fff9a059000 - 0x7fff9a05efff com.apple.TCC (< F5EEB2D3-9517-3975-97BE-22CB8E11B8A3 > /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 1.0 - 1.).

    0x7fff9a05f000 - 0x7fff9a0aeff7 com.apple.opencl (2.7.0 - 2.7.0) < C3AFF6D2-90FE-3108-A2D5-A1EBCFC5D627 > /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    0x7fff9a0af000 - 0x7fff9a0bdff7 libbz2.1.0.dylib (38) < 28E54258-C0FE-38D4-AB76-1734CACCB344 > /usr/lib/libbz2.1.0.dylib

    0x7fff9a0be000 - 0x7fff9a0c0ff7 com.apple.diagnosticlogcollection (10.0 - 1000) < 80160173-9F22-300C-BD1A-1CDBB1C39FC6 > /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection

    0x7fff9a0c1000 - 0x7fff9a0c5ff7 com.apple.icloud.FMCoreUI (< BF81E749-CC8B-3189-81B8-7C8153779ACE > /System/Library/PrivateFrameworks/FMCoreUI.framework/Versions/A/FMCoreUI 1.0 - 1.).

    0x7fff9a0c6000 - 0x7fff9a0d5fe7 com.apple.AppleFSCompression (81.20.2 - 1.0) < 2FE122A9-5265-320A-9600-FFC5CE4DE197 > /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression

    0x7fff9a0d6000 - 0x7fff9a186fe7 libvMisc.dylib (563.5) < 6D73C20D-D1C4-3BA5-809B-4B597C15AA86 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

    0x7fff9a187000 - 0x7fff9a1b9ff7 com.apple.iCalendar /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar < 2D12DD0E-D062-3D75-A86D-543F73A5BD72 > (7.0 - 240)

    0x7fff9a354000 - 0x7fff9a36bff7 (323.50.1) libsystem_asl.dylib < 41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9 > /usr/lib/system/libsystem_asl.dylib

    0x7fff9a375000 - 0x7fff9a391fff com.apple.icloud.FMF (< 10057D50-E515-3604-97CA-395A7AC8948A > /System/Library/PrivateFrameworks/FMF.framework/Versions/A/FMF 1.0 - 1.).

    0x7fff9a392000 - 0x7fff9a3ddff7 com.apple.CoreMediaIO /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO < 2FAE3CC1-145C-37AB-A836-E5D93A02BA23 > (703, 0-4791)

    0x7fff9a3de000 - 0x7fff9a4b7fff com.apple.CoreMedia (1.0 - 1731.15.204) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia < 4BFDD68E-9411-3358-8679-BB3EDA94F9A2 >

    0x7fff9a4bc000 - 0x7fff9a4ddff7 com.apple.persistentconnection (1.0 - 1.0) < 00A24D59-1664-3F2C-8272-85B877EA7821 > /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/Per sistentConnection

    0x7fff9a4e7000 - 0x7fff9a4ecff7 com.apple.NetFSServer (< A233387F-2626-334C-8CA6-E947B56E1654 > /System/Library/PrivateFrameworks/NetFSServer.framework/Versions/A/NetFSServer 2.0 - 1).

    0x7fff9a4ed000 - 0x7fff9a50aff7 com.apple.pluginkit.framework (< 0BA96479-0451-3DA9-A2AC-FE1D86D383AB > /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 1.0 - 1.).

    0x7fff9a50b000 - 0x7fff9a536ff7 com.apple.SocialAppsCore sCore /System/Library/PrivateFrameworks/SocialAppsCore.framework/Versions/A/SocialApp < 0CCBDAB5-CF21-388A-83CC-B921779E690F > (8.0 - 5100)

    0x7fff9a695000 - 0x7fff9a6beff7 (765.50.8) libxpc.dylib < 54D1328E-054E-3DAA-89E2-375722F9D18F > /usr/lib/system/libxpc.dylib

    0x7fff9a705000 - 0x7fff9a763fff com.apple.SystemConfiguration (1, 14 - 1.14) < D801FAD7-5A2D-3E5E-9F44-B6C9B8BEA747 > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi setting

    0x7fff9a764000 - 0x7fff9a76afff com.apple.FamilyCircle (1.0?) - e /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl < A52D160E-4DA5-3778-82D5-79A41483E5F1 >

    0x7fff9a76b000 - 0x7fff9a794fff com.apple.ProtectedCloudStorage (1.0-1) < 7436B2B3-943A-3500-B099-80F133B3E002 > /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage

    0x7fff9a795000 - 0x7fff9a798ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) < 6932B5EC-0EA9-333D-BF7E-665047392FEC > /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo

    0x7fff9a7ca000 - 0x7fff9acecfff com.apple.QuartzComposer (5.1 - 334) < 80235264-CA1B-3E3F-96F7-5F6F52FDC5B6 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer

    0x7fff9aced000 - 0x7fff9af88fff com.apple.AOSKit /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit < 301C9141-CD8E-3AEC-95AE-36E70F7CB880 > (1.07 - 233)

    0x7fff9af99000 - 0x7fff9b004ff7 com.apple.framework.CoreWLAN /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN < 3B35C543-7FCE-333F-80C1-432FA41DDCDE > (11, 0 - 1101.20)

    0x7fff9b005000 - 0x7fff9b074fff com.apple.datadetectorscore (7.0 - 460) < FA46DEE8-B25B-3E84-B067-6A31193A0885 > /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

    0x7fff9b075000 - 0x7fff9b077ff7 libRadiance.dylib (1450) < BE9E0EBE-C589-3684-B4AE-04F95C8D410A > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib

    0x7fff9b078000 - 0x7fff9b07efff com.apple.BezelServicesFW (255.10 - 255.10) < B11C9FC3-7007-3DE3-A5FC-352B821B629B > /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi CES

    0x7fff9b084000 - 0x7fff9b09cfff com.apple.login /System/Library/PrivateFrameworks/login.framework/Versions/A/login < E02F6100-10F5-3574-9F9F-11709CC4D1C8 > (3.0 - 3.0)

    0x7fff9b09d000 - 0x7fff9b0a4fff com.apple.AskPermission (1.0-1) < 39C91592-D49B-344E-9E0F-A952E82D4045 > /System/Library/PrivateFrameworks/AskPermission.framework/Versions/A/AskPermiss ion

    0x7fff9b15b000 - 0x7fff9b1a0ff3 libFontRegistry.dylib (155,2) < A70DD497-35F3-34DA-9C19-F4B90080E961 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

    0x7fff9b1a1000 - 0x7fff9b1bdff7 (67.40.1) libsystem_malloc.dylib < 5748E8B2-F81C-34C6-8B13-456213127678 > /usr/lib/system/libsystem_malloc.dylib

    0x7fff9b1be000 - 0x7fff9b227fff com.apple.framework.internetaccounts (2.1 - 210) < 063FF467-215F-3E81-B02B-02E8B9750F24 > /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts

    0x7fff9b228000 - 0x7fff9b22bfff libCoreVMClient.dylib (119.5) < 560D70FB-709F-3030-96C9-F249FCB7DA6D > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

    0x7fff9b22c000 - 0x7fff9b234fff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < 842A5346-24C3-3F22-9ECF-E586A10EA1F2 > (6.0 - 4.0)

    0x7fff9b235000 - 0x7fff9b235fff com.apple.audio.units.AudioUnit /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit < 93C1D642-37D4-3692-AD35-DCAD04F9610B > (1.13 - 1.13)

    0x7fff9b23f000 - 0x7fff9b34dff3 com.apple.desktopservices (1.10.3 - 1.10.3) < 3A6906D4-C0B8-30D1-B589-0466E5E42B69 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv

    0x7fff9b374000 - 0x7fff9b4a1ff3 com.apple.CoreText /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText < 08E8640E-6602-3A00-BC28-94235FD311B4 > (352.0 - 494.11)

    0x7fff9b4a2000 - 0x7fff9b711fff com.apple.AuthKit (< E32E0955-FE8D-3215-9349-C34BEE4AA550 > /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 1.0 - 1.).

    0x7fff9b712000 - 0x7fff9b760fff libcurl.4.dylib (90) < 12E01E4B-24C9-394C-9D2C-85CF85D5F459 > /usr/lib/libcurl.4.dylib

    0x7fff9b900000 - 0x7fff9b90afff com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < D692B1EF-534F-3892-8E2F-2BBA7C8AFD74 > (6.0 - 6.0)

    0x7fff9b90b000 - 0x7fff9bfaaff7 com.apple.JavaScriptCore (11601 - 11601.6.13) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore < 93B52DD9-7810-3562-8605-B97965F6DB94 >

    0x7fff9bfbc000 - 0x7fff9c023fff com.apple.framework.CoreWiFi /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi < 993592F1-B3F1-3FAD-87BD-EA83C361BCCF > (11, 0 - 1101.20)

    0x7fff9c024000 - 0x7fff9c0e1fd7 com.apple.PackageKit (3.0 - 546.1) < 619A0B33-B0A5-39F4-98E1-BB61700AA2E3 > /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit

    0x7fff9c117000 - 0x7fff9c148fff com.apple.contacts.ContactsAutocomplete (1.0 - 57: 3) < B39C9840-8EE6-3B42-AD6A-B4506AB98641 > /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/Con tactsAutocomplete

    0x7fff9c149000 - 0x7fff9c151fff com.apple.xpcobjects /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects < 820D71C8-B9DB-3214-97CD-204A2FE6CD6E > (103-103)

    0x7fff9c152000 - 0x7fff9c4a6fff com.apple.Foundation (6: 9-1259) < 71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2 > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff9c4c6000 - 0x7fff9c671ffb GLEngine (12.1) < 299D9296-2984-3967-9049-A842B99E5D43 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine

    0x7fff9c6dc000 - 0x7fff9ca1cfff com.apple.WebKit (11601 - 11601.6.17) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit < F54752A4-B5AA-3993-BA9A-83F4B3AA176E >

    0x7fff9ca4c000 - 0x7fff9cad5ff7 com.apple.PerformanceAnalysis (1.0-1) < 2064F7E8-5C3D-3E18-8029-2D832D13E2A2 > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis

    0x7fff9ce4a000 - 0x7fff9ce50fff com.apple.XPCService (< 5E2122D6-FFA2-3552-BF16-9FD3F36B40DB > /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 2.0 - 1).

    0x7fff9ce5c000 - 0x7fff9ce5dff3 com.apple.print.framework.Print (10.0 - 266) < 3E85F70C-D7D4-34E1-B88A-C1F503F99CDA > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print

    0x7fff9ce5e000 - 0x7fff9ce87fff (477.50.4) libsystem_info.dylib < FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D > /usr/lib/system/libsystem_info.dylib

    0x7fff9ce90000 - 0x7fff9ce98ff7 (583.50.1) libnetwork.dylib < EFED972E-5555-30C0-AFC7-7790F20B494D > /usr/lib/libnetwork.dylib

    0x7fff9ce9c000 - 0x7fff9ceabfff com.apple.PhotosFormats (1.5 - 370.42.0) < 9B1A1205-29E3-3A33-A41A-747FF6336E24 > /System/Library/PrivateFrameworks/PhotoLibrary.framework/Versions/A/Frameworks/ PhotosFormats.framework/Versions/A/PhotosFormats

    0x7fff9ceac000 - 0x7fff9cefcff7 com.apple.Symbolication (1.4 - 58044) < F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2 > /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion

    0x7fff9cefd000 - 0x7fff9cf4ffff com.apple.ImageCaptureCore /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo < 9F3123D8-29D2-332F-AD6B-AB9BF1A58022 > (7.0 to 7.0) re

    0x7fff9cf50000 - 0x7fff9e03dffb com.apple.WebCore (11601 - 11601.6.17) < A715DA96-B504-36A3-88DD-13485DE8BA2D > /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore

    0x7fff9e03e000 - 0x7fff9e060ff7 com.apple.framework.familycontrols (4.1 - 410) < 36DCC2B7-4FDF-397D-BB14-36CACED9E946 > /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon three

    0x7fff9e061000 - 0x7fff9e062fff liblangid.dylib (122) < 9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822 > /usr/lib/liblangid.dylib

    0x7fff9e063000 - 0x7fff9e0a1ff7 libGLImage.dylib (12.1) < BB1F1A93-5101-3906-AB17-8D83FCB200F9 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

    0x7fff9e0a2000 - 0x7fff9e0f5ff7 libc ++.1.dylib (120,1) < 8FC3D139-8055-3498-9AC5-6467CB7F4D14 > /usr/lib/libc++.1.dylib

    0x7fff9e0f6000 - 0x7fff9e12dff7 com.apple.LDAPFramework (2.4.28 - 194,5) < 9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69 > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x7fff9e12e000 - 0x7fff9e137fff com.apple.icloud.FindMyDevice (1.0-1) < B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E > e /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic

    0x7fff9ea01000 - 0x7fff9ea0bfff com.apple.corerecents (< 38A216F0-6C91-3CA3-94D5-B6242B1F90D0 > /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents 1.0 - 1.).

    0x7fff9ea10000 - 0x7fff9ea18ff7 com.apple.CloudServices (1.0 - 154.50.9) these /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi < CA10E6A3-36AA-3513-90AE-B71B6B1C0094 >

    0x7fff9eafc000 - 0x7fff9eb16fff com.apple.Kerberos (< 1B4744BF-E5AE-38E2-AA56-E22D3270F2E8 > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 3.0 - 1).

    0x7fff9eb25000 - 0x7fff9eb76ff7 libcups.2.dylib (435.2) < 91584A40-214D-33E8-A613-CE22289037C8 > /usr/lib/libcups.2.dylib

    Summary of the external change:

    Calls made by other processes for this process:

    task_for_pid: 1

    thread_create: 0

    thread_set_state: 0

    Calls made by this process:

    task_for_pid: 0

    thread_create: 0

    thread_set_state: 0

    Calls made by all processes on this machine:

    task_for_pid: 1812

    thread_create: 0

    thread_set_state: 0

    Summary region VM:

    ReadOnly part of libraries: Total = 409.4 M resident = 0 K (0%) swapped_out_or_unallocated=409.4M(100%)

    Regions in writing: Total = 163.1 M written = 0 K (0%) resident = 0 K (0%) swapped_out = 0 K (0%) unallocated=163.1M(100%)

    VIRTUAL REGION

    The NUMBER of DIMENSIONS of TYPE REGION (not melted)

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

    384K 3 Accelerate.Framework

    2048K 2 follow-up activity

    CG backup stores 284K 4

    CG image 200 K 44

    CG 304 K 15 raster data

    CG shared images 272K 9

    CoreAnimation 800K 70

    CoreUI 944 K 11 image data

    CoreUI image file 352K 6

    Ship 8192 K 2 continuations

    Foundation 4K 2

    IO image 104K 27

    Kernel Alloc once 8 K 3

    MALLOC 96.9 M 51

    MALLOC 32K 7 cover page

    Tag memory 242 12K 2

    Memory 247 400 K 2 tag

    Tag memory 248 10.3 M 2

    Memory Tag 249 3580 K 9

    OpenCL 24K 4

    Corpse process Info 2048 K 2

    BATTERY GUARD 56.1 M 27

    Stack the 20.3 M 27

    VM_ALLOCATE 148K 22

    __DATA 48.2 M 416

    2588 K 2 __GLSLBUILTINS

    __IMAGE 528K 2

    __LINKEDIT 108.4 M 61

    __TEXT 301,2 416 M

    __UNICODE 552K 2

    mapped file 53.5 M 23

    16.3 shared memory M 10

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

    TOTAL 734,4 1253 M

    Model: Macmini7, 1, MM71.0220.B07 BootROM, 2 processors, Intel Core i5, clocked at 2.6 GHz, 8 GB, MSC 2.24f32

    Graphics card: Intel Iris, Iris Intel integrated

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

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

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0x13B), Broadcom BCM43xx 1.0 (7.21.95.175.1a6)

    Bluetooth: Version 4.4.5f3 17904, 3 services, 27 aircraft, 1 incoming serial ports

    Network service: Wi - Fi, AirPort, en1

    Serial ATA Device: APPLE HDD, 1 TB HTS541010A9E662

    USB device: USB 3.0 Bus

    USB device: C-Media USB Headphone Set

    USB device: USB 2.0 Hub

    USB device: MFC-J475DW

    USB Device: IR receiver

    USB device: Hub BRCM20702

    USB Device: USB Bluetooth host controller

    USB device: My book 111 d

    USB device: Keyboard Hub

    USB Device: Apple keyboard

    Bus crush: Mac mini, Apple Inc., 26.1

    If possible, please restore the library of Photos of a backup prior to the problem. Ask if you need advice.

  • Problems of libraries Java build path. With the help of an external CONTAINER as a library in a BlackBerry app.

    Hello

    I have two codes, the application code and the code of the library.

    The application should use the jar as a library file.

    Application-> App

    Library-> AppLib

    I work with Eclipse and JRE 5.0. I have a problem. I'm trying the AppLib.ja the Java Build Path of the application code, as in a normal Java application. Copy "AppLib.jar" in my project and select Java Build Path libraries does not work. Browser files doen't show me the new file. Therefore, I can select the library project folder as external JAR, but when I test the app on BlackBerry I get an error do not find the module:

    > App starting error: Module 'AppLib' not found

    To export my application for BlackBerry I only select the file "App.alx" with the Desktop Manager. I should also add, somehow, the Jar file?

    What I am doing wrong?

    I think if I could include 'AppLib.jar' because no JAR external to compile the project would be expected for that library properly in the "App.alx" but as I have said, for example, if I put the "AppLib.jar" in the folder "App\ lib\" file path browser version does not show me the file and I can't select it. I can only do so if I select in the AppLib\deliverables\Standard\5.0.0\, but not found problem occurs then.

    Can someone help me?

    I won't put my library code in the application code. It is not very comfortable. And it would be a bit dodgy.

    Thank you very much.

    Greetings.

    ibarrera, that is not the problem.

    First, when copying a file to your project via the OS Explorer, you must refresh the project in Eclipse in order to get visible. otherwise, if the Eclipse do not see, the .jar file is not going to join your project. But I know that's not the problem.

    In the second place, to get this .jar file be included in your project as non-external, you must add as first external, close this wizard properties re-open; Then select the .jar file, you just added and click on "Migrate JAR file" button. Find the .jar file in the project and click Finish.

    This is done, your project will be ready to be built and executed.

    I hope this helps. Good luck to all.

  • Is the path of voice broken with the 10.9.9.339 version of the OS?

    Hello!

    Can anyone confirm if the voice path and the 'voice' PCM device are broken in the current SDK / OS releases?

    I can not all sounds in the earpiece and microphone when running the new operating system.

    I tested it in my own application and the AudioLoopBackSample.

    https://github.com/BlackBerry/core-native-community-samples/tree/master/AudioLoopBackSample

    Please check this fix for the last correct way to work with the audio device:

    http://trac.pjsip.org/repos/changeset?RepoName=&old=4316%40pjproject%2Ftrunk&new=4316%40pjproject%2f...

    You will need to call:

    If ((pb_result = snd_pcm_plugin_set_disable (pcm_handle, PLUGIN_DISABLE_MMAP))<>

    After the device audio openning.

  • Build request failed with the message: helloWorld/Dokumente / is not a valid path

    Hello

    Unfortunately ripple does not work under Windows 7, so I tried on Mac. On Mac, I have the following parameters in the ripple:
    SDK path: / Developer/SDKs/Research in Motion/BlackBerry WebWorks SDK 2.3.1.5
    The project root: / Dokumente/helloWorld
    Archive name: helloWorld
    Output folder: / Dokumente/BlackBerryOutput

    There is the file config.xml and index.html file in the helloWorld file

    I have for this site:

    https://bdsc.webapps.BlackBerry.com/HTML5/documentation/ww_getting_started/creating_an_app_1885567_1...

    When I try to pack in ripple, I get:
    Build request failed with the message: helloWorld/Dokumente / is not a valid path

    There is a message ' no simulators found "on the bottom of the settings, too." '

    I tried different paths, one of my localhost in Apache, but nothing works. What's wrong??

    Well, the path was not "consistent". I hate the f... Mac: / Users/Valentina/Documents/helloWorld to the project root and/Users/Valentina/Documents/BlackBerryOutput was necessary.

    Just in case somebody stumbles on the same problem.

  • error packaed and launch: Oh, Snap! Build request failed with the message: [ERROR] an archive or directory does not exist in the specified path:

    Hello

    I get this error when you try to run the sample of cards on the corrugation Simulator:

    Oh, Snap! Build request failed with the message: [ERROR] an archive or directory does not exist in the specified path: "/ Users/Calgacos/Library/Application Support/Google/Chrome/Default/Extensions/cnijnnaimeaacneklcndcafbnkeicckh/0.9.16_0/services/node/node_modules/rbd/Packaged/Maps.zip".

    The .../rbd/Packaged folder is writable and the Maps.zip will be created in the folder ~/RippleSites/Maps/Packaged.  With the help of Mac, the latest versions of everything.  The application runs in undulation ok, but I can't throw on the SIM BB10.

    Someone else have this error and know why?

    PS the Maps.zip does not get created (or copied) in specified folder, of course, but why?

    PS try another application and it worked but is too has not put its zip file into the folder... rbd/Packaged.  I guess it should not but leaves me clueless as to whats wrong with cards.

    Thank you

    The two directories (in the extensions directory and maps project directory) have permissions to 777.

    But you gave me an idea...

    It turns out that simply by putting

    "Packages".

    in setting output wasn't enough, I need the full path

    for example: "/ Users/username/RippleSites/Maps/packed."

    and presto, now it works!

    Thank you!

  • No idea how I can follow all currently open files (or windows) to a file text or other sort of newspaper? Something similar to the Applications tab in the Manager of tasks, but with a path

    I am interested in creating a batch file or executable that will keep track of all of the currently open windows (files and applications)

    so that when Windows restarts I can more easily return to what I was doing before.
    This can be done either by connecting each operation on the file - open and remove items in the list when an item (file or window) is closed (logging only at this time here)
    , or by checking every 5-10 seconds that windows and files are currently open.
    I tried using TaskList, and OpenFiles to it but cannot do things, plus those also do not provide a path to open files - I want to keep the paths so that the items can be recovered (reopening) with a single click.   Any ideas how to do this?   I use Windows 7 Professional.
    My idea is to have the possibility to go back to all that I was working on, without having to memorize the list...  It is very useful for people who keep a lot of files and windows open most of the time, especially if for some reason any Windows crashes or stops the case (e.g. restart after an update...).    MS Office products can do it (by saving temporary files and allows you to recover if the program was not closed properly), a Web browser can do (keeping a story and using the session management)-why Windows can't do
    ?
    In addition, if there is such list of open windows and files then it might be possible to keep also some history and ' files/windows' recently closed, similar to how Google Chrome can show recently closed tab.
    The application that I'm developing (for my own personal use, although I would offer it to someone else) will be:
    -keep a history and a current list of open files/windows, including a path for each file opened.
    -Files/windows closed are removed from the list "now open" and moved to the list of "recently closed", which has a maximum length.
    -file/window close operations should be associated with the user control. Otherwise, opens the files that are closed
    by Windows when the judgment is no longer will be identified as open.
    -an option would be to ensure, somehow, that this request is always closed during a regular shutdown process first.
    -Another option is to simply assume that there is no problem, if Windows broke down, and that the user is reminded to close the application before you stop.
    -Another option is to have the traceable list, a user can go back a few steps up a point until Windows began to close.
    -Another option is to have the "last sitting" identified as, for example 2 minutes before closing, while keeping a list of items opened after that date.
    -list "recently closed" items that are too old (have been pushed to the bottom of the list and beyond of the length limit are moved to history.
    -l' history can be defined for a limited time or can be cleaned manually or automatically (periodically), or we can set a limit on the length for the history list.
    * the application/batch/executable is located in the Windows startup folder and it:
    -is launched at Windows startup
    -after start (automatically or manually) will display a dialog box containing a list of the items that were open before windows stop - see Creating session above.
    -user can deselect items in the list if he or she does not want to open them. "Uncheck the items of list moves to the ' recently closed" list or history.
    -by identifying which items are not kept, or simply to keep everything, the user clicks on a single button and the application opens to all items that are always enabled.  To avoid slowing down the system, an option is available to open files, in which case a flow can be set.  Defining a priority list, it is also an idea.
    If you think you have a good idea for this or want to work on it with me, please contact me at * address email is removed from the privacy *.
    If you are able to do it yourself, let me know.

    It all sounds very complicated for me, I wish you well in your efforts.

    Here is what that will be helpful?

    Handle v3.46
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896655.aspx

    Sysinternals process utilities
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb795533

    Sysinternals and disc utilities file
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb545046

  • When I use the Client for NFS provided by Windows 7, I'm unable to connect. The "mount \\ip address\share Z:" command fails with the error code "the path not found network".

    Identification of customer's Windows 7 NFS UID GID information

    I am trying to connect to the Windows 7 Client NFS on a server running on a computer (VxWorks) NFS.  I am able to properly connect Client NFS software by a 3rd party on the NFS server.  However, when I use the Client for NFS provided by Windows 7, I am unable to connect.  The \\ip address\share Z: mount"command fails with the error code"the path not found network ".  I can't do a ping of the computer running the NFS server.

    The NFS Client operating system: Windows 7 Ultimate, 64-bit

    Data captured by Wireshark

    MOUNT V1 EXPORT call 3rd party client
    Identification information Flavor: AUTH_UNIX (1)
    Length: 32
    Stamp: 0xc7065970

    Machine name: PC
    UID: 1000
    GID: 1000

    MOUNT V1 EXPORT appeal of the NFS client
    Identification information Flavor: AUTH_NULL (0)
    Length: 0

    It seems that the credentials of NFS Client are not correct.  How can I change the flavor of AUTH_UNIX and the UID and GID to 1000?

    Hello VDAEMP,

    As Eddie and Sudarshan has said, the Microsoft Answers community focuses on issues and problems related to the consumer environment. Please join the public IT pro TechNet forums below:
    TechNet - Windows Server
     
    Thank you

Maybe you are looking for

  • VeraCrypt

    Hello I use VeraCrypt to encrypt some of my files. It was working OK, but now (maybe because El Capitan 10.11.5?) it gives this hdiutil: attach failed. I even installed the "old TrueCrypt 7.1 has to make a new 'container', but I got the same. Please

  • Printing in 2 programs problem started 2 days ago, only firefox works fine with Internet Explorer?

    Services Bank web site has a "Print - Friendly View" text, on the top right of the page that displays the account information in a different format if you click on the text. Printing all other functions work ok. The problem isn't when you use them In

  • Satellite C850-1 kN touchpad not working not

    Recently bought a Satellite C850-1 kN after a few days, the touchpad no longer works. The strange thing is that at the start, the mouse is visible and woking, but once I have signed up for Windows8, pointer disappears. I have a wireless mouse that wo

  • AVI check and incompatibility of FPS

    Hello My vi takes pictures of the camera, now when I try to save an avi file for future reference that does not match the frames per second avi and the FPS from my main software causing black frames in the avi. I was wondering what is the best approa

  • HP h9-1182 Microsoft Signature Series

    The Microsoft store has a h9-1182 HP for $1399. I see not this model at all sold at the HP store. MS has just taken a current model and has held their own model number? is this a HP model?