Application crashes after

Adobe capture app crashes when rendering forms. I don't know what to do I just started to break up, and I'm really used to use the app for my work.

Matej salvation,

The only way to solve it is to go back to the previous version of iOS. version 9.3 to capture CC is still developing.

Sue.

Tags: Adobe Capture

Similar Questions

  • Application crashes after links compilations on the command line and running on Simulator

    Hi all

    I have a project where I need to link my static libraries built separately (but using the toolchain/compiler inside the BBNDK) for a sample application QML BB10.  I am relatively new to BB10 and its environment.

    Although the application compiles and links successfully, the performance of the application is segmenting online

    AbstractPane *root = qml->createRootObject();
    

    My other static libraries have many references to the C++ Standard Library, such as strings, streams etc. and these are inside libstdc++.a/.so. Also some references to struggling and Expat. And so I assured these library on my road to compile as follows

    qcc -Vgcc_ntox86 -lang-c++ -Wl,-rpath-link,/opt/bbndk/target_10_0_9_386/qnx6/x86/lib -Wl,-rpath-link,/opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib -o o-g/MyApp o-g/.obj/main.o o-g/.obj/MyApp.o o-g/.obj/moc_MyApp.o    -L/opt/bbndk/target_10_0_9_386/qnx6/x86/lib -L/opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib -L/opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/qt4/lib -L/opt/bbndk/lib ./myStaticLib.a /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/gcc/4.6.3/libstdc++.a /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libexpat.so.2 /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libsocket.so -lm -lbps -lbb -lbbcascades -lQtDeclarative -lQtScript -lQtSvg -lQtSql -lQtXmlPatterns -lQtXml -lQtGui -lQtNetwork -lQtCore
    

    With this application compiles / links with success but as said previously, it crashes inside createRootObject.

    If I don't specify my static library (myStaticLib.a), out of all references to myStaticLib.a in the code and remove the stdc library ++ application goes ahead and the screen correctly.

    NOTE: myStaticLib.a is not related to the QT code in any way. I call the method inside myStaticLib after that I booted properly QT and after showing the first screen in the code.

    I was able get out the base of the Simulator file and also use it with this gdb on my build machine. Here is the result of the BDG.

    root@server:/opt/bbndk#host_10_0_9_52/linux/x86/usr/bin/ntox86-gdb /home/puneet_narsapur/webrtc/ip/psl_p2pwebrtc_r2835_x86_bb10/trunk/third_party/libjingle/source/talk/examples/BBTalk/x86/o-g/PeerConnection /home/puneet_narsapur/webrtc/ip/psl_p2pwebrtc_r2835_x86_bb10/trunk/PeerConnection.core
    GNU gdb (GDB) 7.4 qnx (rev. 691)
    Copyright (C) 2012 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "--host=i686-pc-linux-gnu --target=i486-pc-nto-qnx6.5.0".
    For bug reporting instructions, please see:
    <http://www.gnu.org/software/gdb/bugs/>...
    Reading symbols from /home/puneet_narsapur/webrtc/ip/psl_p2pwebrtc_r2835_x86_bb10/trunk/third_party/libjingle/source/talk/examples/BBTalk/x86/o-g/PeerConnection...done.
    [New pid 8880242 tid 1]
    [New pid 8880242 tid 2]
    [New pid 8880242 tid 3]
    [New pid 8880242 tid 4]
    [New pid 8880242 tid 5]
    [New pid 8880242 tid 6]
    [New pid 8880242 tid 7]
    [New pid 8880242 tid 8]
    [New pid 8880242 tid 9]
    [New pid 8880242 tid 10]
    [New pid 8880242 tid 11]
    [New pid 8880242 tid 12]
    [New pid 8880242 tid 13]
    
    warning: Corrupted shared library list: 0x0 != 0x86f8000
    
    warning: Could not load shared library symbols for 15 libraries, e.g. libQtDeclarative.so.4.
    Use the "info sharedlibrary" command to see the complete listing.
    Do you need "set solib-search-path" or "set sysroot"?
    Program terminated with signal 11, Segmentation fault.
    #0  0xb086709e in __free () from /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libc.so.3
    Traceback (most recent call last):
      File "/opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libstdc++.so.6.0.16-gdb.py", line 59, in 
        from libstdcxx.v6.printers import register_libstdcxx_printers
    ImportError: No module named libstdcxx.v6.printers
    (gdb) bt
    #0  0xb086709e in __free () from /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libc.so.3
    #1  0xb0866c6b in free () from /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libc.so.3
    #2  0x08325e80 in operator delete(void*) ()
    #3  0x08325ecc in operator delete[](void*) ()
    #4  0x0832a69e in std::ios_base::~ios_base() ()
    #5  0xb962fa8f in ?? () from /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
    #6  0xb963074c in ?? () from /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
    #7  0xb952d3c8 in bb::cascades::AbstractTextControl::setText(QString const&) () from /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
    #8  0xb94df30c in bb::cascades::AbstractTextControl::qt_metacall(QMetaObject::Call, int, void**) () from /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
    #9  0xb94e7762 in bb::cascades::Label::qt_metacall(QMetaObject::Call, int, void**) () from /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
    #10 0xb9e9686d in ?? ()
    #11 0x089b6598 in ?? ()
    #12 0x00000002 in ?? ()
    #13 0x0000002f in ?? ()
    #14 0x07b9a14c in ?? ()
    Cannot access memory at address 0x89e24cc
    (gdb) info sharedlibrary
    warning: Corrupted shared library list: 0x0 != 0x86f8000
    From        To          Syms Read   Shared Object Library
    0xb8638000  0xb86500ac  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libexpat.so.2
    0xb82dd000  0xb8314824  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libsocket.so.3
    0xb8203000  0xb823b8d4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libm.so.2
    0xb825f000  0xb82bf56c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbps.so.3
    0xb8450000  0xb848c780  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbb.so.1
    0xb9400000  0xb9c5a200  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
                            No          libQtDeclarative.so.4
                            No          libQtScript.so.4
                            No          libQtSvg.so.4
                            No          libQtSql.so.4
                            No          libQtXmlPatterns.so.4
                            No          libQtXml.so.4
                            No          libQtGui.so.4
                            No          libQtNetwork.so.4
                            No          libQtCore.so.4
    0xb8665000  0xb86d7a88  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libcpp.so.4
    0xb0837000  0xb08d7cc0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libc.so.3
    0xb8247000  0xb825c118  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libscreen.so.1
    0xb823c000  0xb824210c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libpps.so.1
    0xb82c9000  0xb82cd0c4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libslog2.so.1
    0xb8b44000  0xb8be11e4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbsystem.so.1
    0xb82c2000  0xb82c7160  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbsystemlocale.so.1
    0xb82cf000  0xb82dabac  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libEGL.so.1
    0xb831d000  0xb832707c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libGLESv2.so.1
    0xb8419000  0xb8425248  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libgestures.so.1
    0xb8436000  0xb844a1a0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libimg.so.1
    0xb8aef000  0xb8b2447c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libstrpattern.so.1
    0xbacf9000  0xbae94cd0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libwebview.so.2
    0xb8427000  0xb842f48c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/liblgmon.so.1
    0xb8493000  0xb84aa124  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libz.so.2
    0xb8ab4000  0xb8adf400  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libpng14.so.0
    0xb904c000  0xb912a0c0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libiconv.so.1
    0xb8316000  0xb831b504  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libclipboard.so.1
    0xb84ab000  0xb84b2190  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcontext.so.1
    0xb93a9000  0xb93d9774  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libnfc.so.1
    0xb8243000  0xb82460d0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libnfc_bps.so.1
    0xbab17000  0xbacdcb74  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libicui18n.so.49
    0xbb800000  0xbd5c1258  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libwebkit.so.0
    0xbb01f000  0xbb498150  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libwebkitplatform.so.0
    0xbaeb5000  0xbb015644  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libicuuc.so.49
    0xbb56f000  0xbb6e57c0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libgrskia.so.1
    0xb8629000  0xb8634280  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libimfclient.so.1
    0xb935c000  0xb939c26c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libgoogleurl.so.0
    0xb8657000  0xb8663254  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libintl.so.1
    0xb9c6a000  0xb9cd99c8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libcpp-ne.so.4
    0xb8430000  0xb8435128  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libcounters.so.1
    0xbe800000  0xbf952988  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libicudata.so.49
    0xbaa99000  0xbaaf5bec  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcurl.so.2
    0xbb526000  0xbb557960  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libfontconfig.so.1
    0xbb4e6000  0xbb51c2b4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libjpeg.so.4
    0xbb6fc000  0xbb78e4fc  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libsqlite3.so.1
    0xbda11000  0xbdb342dc  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libxml2.so.1
    0xbb4a1000  0xbb4db768  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libxslt.so.2
    0xbd6ae000  0xbd7273c8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libfreetype.so.1
    0xbb79b000  0xbb7d14f8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libharfbuzz.so.0
    0xb8a99000  0xb8aa8168  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libskia-qnx.so.0
    0xb8aab000  0xb8ab1120  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libppscache.so.1
    0xb8ae7000  0xb8aed150  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libmmrndclient.so.1
    0xb8ae0000  0xb8ae61bc  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libmd.so.1
    0xb848d000  0xb8492120  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libaoi.so.1
    0xbb7d5000  0xbb7fb7f4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libinput_client.so.1
    0xbd628000  0xbd668138  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libhuapi.so.5
    0xb8b25000  0xb8b43838  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcamapi.so.1
    0xbd5cf000  0xbd617450  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libiType.so.1
    0xbd8b1000  0xbd9179dc  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libWTLE.so.1
    0xbd81e000  0xbd883b50  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libinput_utilities.so.1
    0xb8be8000  0xb8bfa260  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcares.so.1
    0xbd783000  0xbd7df6f8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libssl.so.2
    0xbd670000  0xbd6aa5d8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libgssapi.so.1
    0xb8328000  0xb832c084  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libstrm.so.1
    0xbd954000  0xbda060a4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libsbgse56.so.0
    0xb93de000  0xb93eb1f4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libmmedia.so.1
    0xb93ec000  0xb93fcaec  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libmmfilter.so.1
    0xb9c5b000  0xb9c68d00  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbz2.so.1
    0xb939e000  0xb93a626c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libhiddi.so.1
    0xbdd07000  0xbdeb7764  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcrypto.so.2
    0xb9ce8000  0xb9cf13ec  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libnbutil.so.1
    0xbdc23000  0xbdc98498  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libkrb5.so.1
    0xb9cde000  0xb9ce6310  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libheimntlm.so.1
    0xbdb37000  0xbdbca0e8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libasn1.so.1
    0xb8200000  0xb8202110  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcom_err.so.1
    0xbd736000  0xbd77c91c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libhx509.so.1
    0xbaa7f000  0xbaa8f5f0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libroken.so.1
    0xbd7ec000  0xbd8140fc  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libwind.so.1
    0xb8414000  0xb84185c0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libheimbase.so.1
                            No          libHwEGL.so
                            No          libegl_gallium.so
                            No          libHwglapi.so
                            No          libpipe_vmwgfx_drv.so
    0xbdf18000  0xbe00a9b8  Yes         /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libstdc++.so.6
                            No          libllvmpipe_drv.so
                            No          libHwGLESv2.so
    (*): Shared library is missing debugging information.
    (gdb) q
    root@server:/opt/bbndk#
    

    It seems to be crashing within libc.so while trying to release something. There is not any change in the QML code at all.

    Even if everything seems to be compilations and links correctly, I'm not able to find the reason for this accident.

    I don't change all code QML, but if I include my library and stdc ++ it crashes. If I don't get my library and stdc ++ he does not crash and all is well.

    Can someone help me please how to debug this problem? Stuck in this during more than two days

    Found the problem. For the other library that I was building with the BB10 NDK build tools, I was not using "qcc-Vgcc_ntox86-lang-c ++. I used instead of the ntox86-g ++ under the host directory. And it lacked the required compiler flags that were used internally by qcc.

    After changing the compiler, application has compiled, I did not provide libstdc ++ .a for him also, as well as the application has been properly executed well.

  • Lightroom 6 freezes everything in the re-opening on Mac El Capitan [was: application crashes after installation]

    Whenever I have install lightroom and create a catalog of the app opens fine. When I quit and reopen its accident. This has happened several times. Someone knows how to fix this?

    Thank you very much

    Mark

    Hi, Im running Mac version 6.3 on El Capitan

    I just updated the software, and it looks like he might have solved the problem. Unless you know something more?

    Thank you
    Mark

  • WebLogic crash after error 'illegal memory access.

    Hi all. WebLogic application crashed after receiving an illegal memory access error. any thoughts...

    Error message: illegal memory access. [54]
    Signal information: si_signo = 11, si_code = 2 si_addr = 0xb5778850
    Version: BEA JRockit (R) R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-l
    Linux-ia32


    The Weblogic administration Console does not start since the accident of Jrockit. I have attached the startup log failed.

    < 8 January 2009 11:13:22 AM MDT > < critical > < WebLogicServer > < BEA-000386 > < server subsystem failed. Reason: java.la
    NG. ClassFormatError: com/bea/xbean/store/Xobj$ DocumentXobj: invalid LineNumberTable 27684 pc
    java.lang.ClassFormatError: com/bea/xbean/store/Xobj$ DocumentXobj: invalid LineNumberTable 27684 pc



    Journal of weblogic admin stdout:

    Java home = / ps_opt/wl92/jrockit_150_12
    Ligne de commande java = java - jrockit-Xms256m-Xmx256m-Dweblogic.Chunksize=65536-Djava.util.logging.config.file=/ps_opt/wl92/webserv/myserver/applications/peoplesoft/logging.properties-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger-Dweblogic.Name=WebLogicAdmin-Dps_vault = / ps_opt/wl92/webserv/monserveur/psvault-Djavax.net.ssl.trustStore=/ps_opt/wl92/webserv/myserver/keystore/pskey-Dweblogic.ProductionModeEnabled=true-Djava.security.policy=/ps_opt/wl92/weblogic92/server/lib/weblogic.policy-Dssl.debug=false-Dps_home = / ps_opt/wl92 weblogic. Server
    Options Java jrockit =-Xms256m-Xmx256m - Dweblogic.Chunksize = 65536
    < 8 January 2009 11:13:20 AM MDT > < opinion > < WebLogicServer > < BEA-000395 > < according to the contents of the extensions added at the end of the classpath directory:
    /ps_opt/wl92/weblogic92/platform/lib/p13n/p13n-schemas.jar:/ps_opt/wl92/weblogic92/platform/lib/p13n/p13n_common.jar:/ps_opt/wl92/weblogic92/platform/lib/p13n/p13n_system.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/netuix_common.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/netuix_schemas.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/netuix_system.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/wsrp-common.jar:/ps_opt/wl92/webserv/myserver/lib/endorsed/xalan.jar:/ps_opt/wl92/webserv/myserver/lib/pluto-1.0.1.jar:/ps_opt/wl92/webserv/ MyServer/lib/portlet-API-1.0.jar:/ps_opt/wl92/webserv/MyServer/lib/ps_patch.jar >
    < 8 January 2009 11:13:21 AM MDT > < Info > < WebLogicServer > < BEA-000377 > < start WebLogic Server with BEA JRockit (R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-linux-ia32 of BEA Systems, Inc. >
    < 8 January 2009 11:13:22 AM MDT > < critical > < WebLogicServer > < BEA-000386 > < server subsystem failed. Reason: java.lang.ClassFormatError:
    com/bea/xbean/store/Xobj$ DocumentXobj: invalid LineNumberTable 27684 pc
    java.lang.ClassFormatError: com/bea/xbean/store/Xobj$ DocumentXobj: invalid LineNumberTable 27684 pc
    at java.lang.ClassLoader.defineClass1 (Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    in java.net.URLClassLoader.access$ 100 (URLClassLoader.java:56)
    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:195)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.defineClass1 (Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    in java.net.URLClassLoader.access$ 100 (URLClassLoader.java:56)
    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:195)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    to com.bea.xbean.store.Cur$ Locations. < clinit > (Cur.java:482)
    to com.bea.xbean.store.Locale. < init > (local .java: 168)
    at com.bea.xbean.store.Locale.getLocale(Locale.java:235)
    >
    < 8 January 2009 11:13:22 AM MDT > < opinion > < WebLogicServer > < BEA-000365 > < changed failed State Server >
    < 8 January 2009 11:13:22 AM MDT > < error > < WebLogicServer > < BEA-000383 > < is not an essential service. The server will shut down >
    < 8 January 2009 11:13:22 AM MDT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to FORCE_SHUTTING_DOWN >

    Hi Nicolas.

    Is this patch for Weblogic 9.2? 92MP3 no patches
    Is what version of Peopletools? 849.09
    What OS? Linux 2.6.9 - 67.0.20.ELsmp
    He broke down at the start? Yes, it will fail when trying to start the administration server

    Let me know thanks

  • Application manager crashes after I try to connect on mac osx 10.8.3

    Application manager crashes after I try to connect on mac osx 10.8.3

    David looks you encounter multiple difficulties with your current installation.  My best advice would be to run the uninstall programs in the Applications/Utilities/Adobe Installers folder.  Once this is done, you will want to follow with the help of the CS cleaner tool to ensure the complete elimination.  You can find details on the use of the tool cleaner CS CS installation problems cleaning tool | CCM, CS6, CS5.5, CS5, CS4, CS3 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.

  • All 32-bit applications crash with error 0xc000005 after windows Server 2008 R2 backup

    Hello world...

    I am in a big mess... and really need help!

    I did last night a Backup windows... but one of my users were connected to the server works with applications...

    and this morning No 32 no bits applications... same installer...
    the 64-bit application works very well...

    Others or generating an error 0xc000005 and stop...
    failing Ole32.dll module...

    And I'm sure that the backup is reliable, even if the backup of windows said it was successful...

    I tried to restore only the apps files... but it seems more complicated than that...

    If anyone has an idea...

    Hi, Emeric,.

    Thanks for posting the question on Microsoft Community.

    According to the description, it seems that 32-bit applications crash with an 0xc000005 error code in Windows Server 2008.

    As the question more appropriate forums Technet, write the topic in this forum for better support.

    http://social.technet.Microsoft.com/forums/en-us/WindowsBackup/threads

    Using the windows-related issues feel free to post on Microsoft Community.

  • Pages keeps crashing after Sierra

    I just did a fresh of Sierra and re-downloaded installation applications thereafter. Since then, Pages crashes - every 5 minutes or more.

    I am editor-in-Chief. In this regard, the Pages has been lackluster for some time. Apple has removed countless features that have been incredibly useful. Also, I work with track changes, much, but after about 400 modified Pages on my MacBook becomes increasingly more mired - unusable. While other applications continue to work fine, I have ofter wait for a keystroke appears in the display. This situation is corrected by approving the previous changes, but it is not acceptable that I won't accept the changes made to the documents of my clients. On the other hand, MS Word on my MacBook will accept thousands of tracked changes before the sinking. For this reason, I have stopped using Pages for editing and migrated to Word. However, I like the clean interface of Pages and have continued to use it for my own writing - until today.

    Now, since the installation of Sierra and reinstall the Pages, the application crashes every five minutes. He abruptly sent me to the top of the document, opens the Inspector format and erase my history of "Cancel".

    What version of Pages do you use?

    Peter

  • Anyone else having programs crash after installation of Sierra?

    I just installed Sierra on an iMac mid-2012. A lot of programs crash after installing Sierra, of Apple's native applications. Anyone else having similar problems? All possible solutions?

    Thank you

    Hi guitarno,

    Thanks for the upgrade of your iMac to macOS Sierra! I understand that your Mac works more slowly as it did before the upgrade. You can try to start up your Mac in Mode without failure.

    What is safe mode?

    Safe mode (sometimes called secure boot) is a way to start up your Mac so that it performs certain checks and prevents certain software from loading automatically or opening. From your Mac in safe mode does the following:
    Check your startup disk and attempts to fix problems if necessary directory
    Loads needed kernel extensions only
    Prevents elements start and the login items open automatically
    Disables the user installed fonts
    Delete font caches, hiding the kernel and other files of the system cache
    Together, these changes can help resolve or isolate issues related to your startup disk.

    Try safe mode if your Mac does not end commissioning

    After successfully started upward in safe mode, check to see if you have any login or startup items. Here are the apps that run as soon as you turn on your Mac and continue to run in the background that can slow down the performance of your Mac.

    macOS Sierra: If you think you have incompatible connection points

    You can also check that your Mac has enough disk space for the smooth Sierra BONES. Under macOS Sierra, it's easier than ever to free disk space! Take a look at this link. Information System for Mac: optimization of the storage on your Mac

    Once these tasks are completed, restart your Mac normally and then test the performance. I'm sure you'll see a difference. Please use the Apple Support communities to post your question.

    Good day.

  • Photos 2.0 crashes after ordering a photo book

    By ordering a photobook (100 pages), Photos crashes after a few minutes and the current percentages (40-60%).

    Repair of that photo library does not help. The library has 250 GB of data...

    Here is the log file:

    Process: Photos [1060]

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

    ID: com.apple.Photos

    Version: 2.0 (445.1.15)

    Generation information: PhotoApp-445001015000000 ~ 2

    Code type: X 86-64 (Native)

    Parent process:? [1]

    Officials: Photos [1060]

    User ID: 502

    Date/time: 17:13:45.331 2016-09-21 + 0200

    OS version: Mac OS X 10.12 (A 16, 323)

    Report Version: 12

    Anonymous UUID: B9C7C982-F9BC-EC33-5464-7FA19F1D288A

    Time since started awake: 3900 seconds

    Integrity of system protection: enabled

    Crashed thread: 11

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Exception codes: KERN_INVALID_ADDRESS at 0x000058e77c08bec0

    Note the exception: EXC_CORPSE_NOTIFY

    Termination signal: Segfault: 11

    Reason for termination: Namespace SIGNAL, Code 0xb

    Termination process: Manager exc [0]

    VM regions near 0x58e77c08bec0:

    JS JIT generated code 000031dbeb801000-000031dbeb802000 [4K]-/ rwx SM = NULL

    ->

    MALLOC_NANO-0000600000000000-0000600007600000 [118.0 M] rw-/ rwx SM = PRV

    Request for clarification:

    objc_msgSend() selector name: length

    Saving photos of the Foundation:

    2016-09-21 16:38:46.246: library of start Permission repair (__144-[IPXLibraryRepairProgressController repairLibraryPermission:userForced:window:uiDelegate:allowCancel:progress:messa geTracer:completionHandler:] _block_invoke.119:208)

    2016-09-21 16:38:49.555: progress see the library Permission repair (-[IPXLibraryRepairProgressController startShowProgress:]: 257)

    2016-09-21 16:39:10.648: end library Permission repair (__54-[IPXLibraryRepairProgressController stopShowProgress] _block_invoke:281)

    2016-09-21 16:53:58.415: Volume: RDVolume(0x600000269800) modelId = 7 uuid = % EkjoTrIS3 + aYkq5EmZT7g verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: My MusicBook 1 2 TB diskUuid: 6C45F8D6-EC67-3F81-BDE5-4A1F57A24AC3 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.417: Volume: RDVolume (0x60000027a480) modelId = 3 uuid = NJIsOBGzRAOpEjTgMXZuRQ verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: Macintosh HD diskUuid: DEBAB45B-8A04-36BF-8205-D1BED66E5992 isOnline: Yes is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.417: Volume: RDVolume (0x600000263f40) modelId = 6 uuid = MvZLFDBZQ1SxhCP5IeiKaw verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: Movie HD 2 diskUuid: 1F75E61F-5043-3B76-AFDD-B7B3180DB731 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.417: Volume: RDVolume (0x600000263e80) modelId = 2 uuid = o4Nc9xfXR5OBZ3TJkUCz9A verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: LaCie drive 1 diskUuid: 83757571-417A-35A0-A6CC-EBB55AB547E6 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.433: Volume: RDVolume(0x600000274540) modelId = 1 uuid = Fio7XoOKSz2% VOEsnEPH4w verrouillageoptimiste = 0 tableName = status RKVolume = passwords persisted: name: Macintosh HD diskUuid: 0E5B8B16-F80B-373C-B0B8-8E06CD4042F8 isOnline: Yes is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.433: Volume: RDVolume(0x600000269800) modelId = 7 uuid = % EkjoTrIS3 + aYkq5EmZT7g verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: My MusicBook 1 2 TB diskUuid: 6C45F8D6-EC67-3F81-BDE5-4A1F57A24AC3 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.433: Volume: RDVolume (0x60000027a480) modelId = 3 uuid = NJIsOBGzRAOpEjTgMXZuRQ verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: Macintosh HD diskUuid: DEBAB45B-8A04-36BF-8205-D1BED66E5992 isOnline: Yes is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.433: Volume: RDVolume (0x600000263f40) modelId = 6 uuid = MvZLFDBZQ1SxhCP5IeiKaw verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: Movie HD 2 diskUuid: 1F75E61F-5043-3B76-AFDD-B7B3180DB731 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.434: Volume: RDVolume (0x600000263e80) modelId = 2 uuid = o4Nc9xfXR5OBZ3TJkUCz9A verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: LaCie drive 1 diskUuid: 83757571-417A-35A0-A6CC-EBB55AB547E6 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.434: Volume: RDVolume(0x600000274540) modelId = 1 uuid = Fio7XoOKSz2% VOEsnEPH4w verrouillageoptimiste = 0 tableName = status RKVolume = passwords persisted: name: Macintosh HD diskUuid: 0E5B8B16-F80B-373C-B0B8-8E06CD4042F8 isOnline: Yes is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.434: Volume: RDVolume(0x600000269800) modelId = 7 uuid = % EkjoTrIS3 + aYkq5EmZT7g verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: My MusicBook 1 2 TB diskUuid: 6C45F8D6-EC67-3F81-BDE5-4A1F57A24AC3 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.434: Volume: RDVolume (0x60000027a480) modelId = 3 uuid = NJIsOBGzRAOpEjTgMXZuRQ verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: Macintosh HD diskUuid: DEBAB45B-8A04-36BF-8205-D1BED66E5992 isOnline: Yes is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.434: Volume: RDVolume (0x600000263f40) modelId = 6 uuid = MvZLFDBZQ1SxhCP5IeiKaw verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: Movie HD 2 diskUuid: 1F75E61F-5043-3B76-AFDD-B7B3180DB731 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.434: Volume: RDVolume (0x600000263e80) modelId = 2 uuid = o4Nc9xfXR5OBZ3TJkUCz9A verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: LaCie drive 1 diskUuid: 83757571-417A-35A0-A6CC-EBB55AB547E6 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.434: Volume: RDVolume(0x600000274540) modelId = 1 uuid = Fio7XoOKSz2% VOEsnEPH4w verrouillageoptimiste = 0 tableName = status RKVolume = passwords persisted: name: Macintosh HD diskUuid: 0E5B8B16-F80B-373C-B0B8-8E06CD4042F8 isOnline: Yes is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.434: Volume: RDVolume(0x600000269800) modelId = 7 uuid = % EkjoTrIS3 + aYkq5EmZT7g verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: My MusicBook 1 2 TB diskUuid: 6C45F8D6-EC67-3F81-BDE5-4A1F57A24AC3 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.435: Volume: RDVolume (0x60000027a480) modelId = 3 uuid = NJIsOBGzRAOpEjTgMXZuRQ verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: Macintosh HD diskUuid: DEBAB45B-8A04-36BF-8205-D1BED66E5992 isOnline: Yes is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.435: Volume: RDVolume (0x600000263f40) modelId = 6 uuid = MvZLFDBZQ1SxhCP5IeiKaw verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: Movie HD 2 diskUuid: 1F75E61F-5043-3B76-AFDD-B7B3180DB731 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.435: Volume: RDVolume (0x600000263e80) modelId = 2 uuid = o4Nc9xfXR5OBZ3TJkUCz9A verrouillageoptimiste = 0 tableName = RKVolume State = passwords persisted: name: LaCie drive 1 diskUuid: 83757571-417A-35A0-A6CC-EBB55AB547E6 isOnline: No. is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:58.435: Volume: RDVolume(0x600000274540) modelId = 1 uuid = Fio7XoOKSz2% VOEsnEPH4w verrouillageoptimiste = 0 tableName = status RKVolume = passwords persisted: name: Macintosh HD diskUuid: 0E5B8B16-F80B-373C-B0B8-8E06CD4042F8 isOnline: Yes is not a bookmark (__58-[RDVolumeCache internalFindVolumeByBookmarkForVolumeURL:] _block_invoke:445)

    2016-09-21 16:53:59.267: Album (RDAlbum (0x6100000bfaa0) modelId = 3160 uuid = favoriteMemoriesAlbum verrouillageoptimiste = 0 tableName = status RKAlbum = persisted passwords) is a smart album (subclass), but has no userQuery filters (__52 + [RDAlbum (Repairable) repairMisplacedBuiltInAlbums:] _block_invoke:231)

    2016-09-21 16:53:59.324: Album (RDAlbum (0x6100002a0e40) modelId = 1616 uuid = lastImportAlbum verrouillageoptimiste = 0 tableName = status RKAlbum = passwords persisted) is a smart album (subclass), but has no userQuery filters (__52 + [RDAlbum (Repairable) repairMisplacedBuiltInAlbums:] _block_invoke:231)

    2016-09-21 16:55:46.651: rebuild by processor: generator: PLMomentGeneration: 0x600000878e80 >

    Analyzer: (null) (-[MTGenerationAndAnalysisMomentProcessor rebuildAllMoments]: 137)

    2016-09-21 16:55:50.362: time rebuild from (-[PLMomentGeneration _rebuildAllMomentsInManager:shouldAnalyze:error:]: 706)

    2016-09-21 16:56:02.127: 1471 update of the moments that need additional information retrieved (rebuild) (-[PLMomentGeneration _rebuildAllMomentsInManager:shouldAnalyze:error:]: 767)

    2016-09-21 16:56:02.128: reconstruction of the Moment finished in 11.766154 (-[PLMomentGeneration _rebuildAllMomentsInManager:shouldAnalyze:error:]: 802)

    2016-09-21 16:58:04.739: * __75 Assertion failed-[LiImmutableModelCore initWithModelId:table:properties:defaultProperties:] _block_invoke_2, /Library/Caches/com.apple.xbs/Sources/PhotoApp_SubFrameworks/PhotoApp-445.1.15/ lib/lithium/Common/Table/LiImmutableModelCore.mm:128

    Message: fileName (390), already added

    Backtrace:

    0 PhotoFoundation 0x00007fffe41605f8-[PFAssertionHandler newAssertionInfoInMethod:object:function:file:lineNumber:description:arguments:] + 370

    1 PhotoFoundation 0x00007fffe4160787-[PFAssertionHandler continueAfterAssertInFunction:file:lineNumber:description:arguments:] + 111

    2 PhotoFoundation 0x00007fffe4160440 _PFAssertContinueHandler + 308

    3 PhotoLibraryPrivate 0x00007fffe44d7d4f __75-[LiImmutableModelCore initWithModelId:table:properties:defaultProperties:] + 193 _block_invoke_2

    4 CoreFoundation 0x00007fffd4105072 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 114 _block_invoke

    5 CoreFoundation 0x00007fffd4104f2f-[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 239

    6 PhotoLibraryPrivate 0x00007fffe44d7a25 __75-[LiImmutableModelCore initWithModelId:table:properties:defaultProperties:] + 222 _block_invoke

    7 PhotoLibraryPrivate 0x00007fffe44f8cdd-[LiTable modelPropertyIndexMapForSignature:createMap:] + 132

    8 PhotoLibraryPrivate 0x00007fffe44d7744-[LiImmutableModelCore initWithModelId:table:properties:defaultProperties:] + 798

    9 PhotoLibraryPrivate 0x00007fffe44cbe95 __100-[LiClientTable bufferReaderWithPropertyPaths:readOnly:defaultLocalModelProperties:coreLoadedBl ock:] _block_invoke + 189

    PhotoLibraryPrivate 10 0x00007fffe4502427-[LiRequest handleLoadReply:] + 138

    11 PhotoLibraryPrivate 0x00007fffe42203ad __36-[LiRequest handleReply:forLibrary:] + 77 _block_invoke

    12 PhotoFoundation 0x00007fffe4134da5-[PFDispatchQueue _invoke:] + 73

    13 PhotoFoundation 0x00007fffe413c14e __48-[_PFFastLimitedConcurrencyQueue dispatchAsync:] + 35 _block_invoke_2

    14 libdispatch.dylib 0x00007fffe91a2f5f _dispatch_call_block_and_release + 12

    15 libdispatch.dylib 0x00007fffe919a128 _dispatch_client_callout + 8

    16 libdispatch.dylib 0x00007fffe91afc10 _dispatch_continuation_pop + 533

    17 libdispatch.dylib 0x00007fffe91a6ea3 _dispatch_async_redirect_invoke + 734

    18 libdispatch.dylib 0x00007fffe919bee0 _dispatch_root_queue_drain + 476

    19 libdispatch.dylib 0x00007fffe919bcb7 _dispatch_worker_thread3 + 99 (__75-[LiImmutableModelCore initWithModelId:table:properties:defaultProperties:] _block_invoke_2:128)

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

    0 libsystem_kernel.dylib 0x00007fffe92f741a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fffe92f6867 mach_msg + 55

    2 com.apple.CoreFoundation 0x00007fffd40ffba4 __CFRunLoopServiceMachPort + 212

    3 com.apple.CoreFoundation 0x00007fffd40ff021 __CFRunLoopRun + 1361

    4 com.apple.CoreFoundation 0x00007fffd40fe874 CFRunLoopRunSpecific + 420

    5 com.apple.HIToolbox 0x00007fffd369ef6c RunCurrentEventLoopInMode + 240

    6 com.apple.HIToolbox 0x00007fffd369eda1 ReceiveNextEventCommon + 432

    7 com.apple.HIToolbox 0x00007fffd369ebd6 _BlockUntilNextEventMatchingListInModeWithFilter + 71

    8 com.apple.AppKit 0x00007fffd1d955f5 _DPSNextEvent + 1093

    9 com.apple.AppKit 0x00007fffd24a58eb-[NSApplication (NSEvent) _nextEventMatchingEventMask:untilDate:inMode: dequeue:] + 1637

    10 com.apple.AppKit 0x00007fffd1d89fbd-[NSApplication run] + 926

    11 com.apple.AppKit 0x00007fffd1d54a8a NSApplicationMain + 1237

    12 libdyld.dylib 0x00007fffe91d0255 start + 1

    Thread 1: com.apple.NSEventThread

    0 libsystem_kernel.dylib 0x00007fffe92f741a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fffe92f6867 mach_msg + 55

    2 com.apple.CoreFoundation 0x00007fffd40ffba4 __CFRunLoopServiceMachPort + 212

    3 com.apple.CoreFoundation 0x00007fffd40ff021 __CFRunLoopRun + 1361

    4 com.apple.CoreFoundation 0x00007fffd40fe874 CFRunLoopRunSpecific + 420

    5 com.apple.AppKit 0x00007fffd1ee1e9e _NSEventThread + 205

    6 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    7 libsystem_pthread.dylib 0x00007fffe93e6a07 _pthread_start + 286

    8 libsystem_pthread.dylib 0x00007fffe93e6231 thread_start + 13

    Thread 2:

    0 libsystem_kernel.dylib 0x00007fffe92fec8a __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fffe93e797a _pthread_cond_wait + 712

    2 libc ++.1.dylib 0x00007fffe7d7758d std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fffd6f786dc Sub < std::__1:unique_lock < bmalloc::Mutex > > std::__1:condition_variable_any:wait (std::__1:unique_lock < bmalloc::Mutex > &) + 108

    4 com.apple.JavaScriptCore 0x00007fffd6f7865b bmalloc::AsyncTask < bmalloc::Heap, Sub (bmalloc::Heap::*)() >: threadRunLoop() + 155)

    5 com.apple.JavaScriptCore 0x00007fffd6f78529 bmalloc::AsyncTask < bmalloc::Heap, Sub (bmalloc::Heap::*)() >: threadEntryPoint (bmalloc::AsyncTask < bmalloc::Heap, Sub (bmalloc::Heap::*)() > *) + 9))

    6 com.apple.JavaScriptCore 0x00007fffd6f787dd void * std::__1:__thread_proxy < std::__1:tuple < void (*) (bmalloc::AsyncTask < bmalloc::Heap, Sub (bmalloc::Heap::*)() > *), bmalloc::AsyncTask < bmalloc::Heap, Sub (bmalloc::Heap::*)() > * > >(void*) + 93))

    7 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    8 libsystem_pthread.dylib 0x00007fffe93e6a07 _pthread_start + 286

    libsystem_pthread.dylib 9 0x00007fffe93e6231 thread_start + 13

    : 3 JIT Worklist Worker Thread from the

    0 libsystem_kernel.dylib 0x00007fffe92fec8a __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fffe93e797a _pthread_cond_wait + 712

    2 libc ++.1.dylib 0x00007fffe7d7758d std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fffd6f627de *: ParkingLot: + 2494

    4 com.apple.JavaScriptCore 0x00007fffd6d188ea JSC::JITWorklist::runThread() + 234

    5 com.apple.JavaScriptCore 0x00007fffd6d18d7d std::__1:__function:__func < JSC::JITWorklist:JITWorklist (): $_0, std::__1:allocator < JSC::JITWorklist:JITWorklist (): $_0 >, Sub () >: Operator() () + 13

    6 com.apple.JavaScriptCore 0x00007fffd6560072 *: threadEntryPoint(void*) + 178

    7 com.apple.JavaScriptCore 0x00007fffd655ff9f *: wtfThreadEntryPoint(void*) + 15

    8 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    libsystem_pthread.dylib 9 0x00007fffe93e6a07 _pthread_start + 286

    10 libsystem_pthread.dylib 0x00007fffe93e6231 thread_start + 13

    Thread 4: * Thread support in parallel

    0 libsystem_kernel.dylib 0x00007fffe92fec8a __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fffe93e797a _pthread_cond_wait + 712

    2 libc ++.1.dylib 0x00007fffe7d7758d std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fffd6f627de *: ParkingLot: + 2494

    4 com.apple.JavaScriptCore 0x00007fffd6f61bd2 *: + 370 ParallelHelperPool:waitForClientWithTask(***::Locker<***::LockBase>_const&)

    5 com.apple.JavaScriptCore 0x00007fffd6f61943 *: ParallelHelperPool::helperThreadBody() + 83

    6 com.apple.JavaScriptCore 0x00007fffd6560072 *: threadEntryPoint(void*) + 178

    7 com.apple.JavaScriptCore 0x00007fffd655ff9f *: wtfThreadEntryPoint(void*) + 15

    8 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    libsystem_pthread.dylib 9 0x00007fffe93e6a07 _pthread_start + 286

    10 libsystem_pthread.dylib 0x00007fffe93e6231 thread_start + 13

    Wire 5: * Thread support in parallel

    0 libsystem_kernel.dylib 0x00007fffe92fec8a __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fffe93e797a _pthread_cond_wait + 712

    2 libc ++.1.dylib 0x00007fffe7d7758d std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fffd6f627de *: ParkingLot: + 2494

    4 com.apple.JavaScriptCore 0x00007fffd6f61bd2 *: + 370 ParallelHelperPool:waitForClientWithTask(***::Locker<***::LockBase>_const&)

    5 com.apple.JavaScriptCore 0x00007fffd6f61943 *: ParallelHelperPool::helperThreadBody() + 83

    6 com.apple.JavaScriptCore 0x00007fffd6560072 *: threadEntryPoint(void*) + 178

    7 com.apple.JavaScriptCore 0x00007fffd655ff9f *: wtfThreadEntryPoint(void*) + 15

    8 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    libsystem_pthread.dylib 9 0x00007fffe93e6a07 _pthread_start + 286

    10 libsystem_pthread.dylib 0x00007fffe93e6231 thread_start + 13

    Wire 6: * Thread support in parallel

    0 libsystem_kernel.dylib 0x00007fffe92fec8a __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fffe93e797a _pthread_cond_wait + 712

    2 libc ++.1.dylib 0x00007fffe7d7758d std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fffd6f627de *: ParkingLot: + 2494

    4 com.apple.JavaScriptCore 0x00007fffd6f61bd2 *: + 370 ParallelHelperPool:waitForClientWithTask(***::Locker<***::LockBase>_const&)

    5 com.apple.JavaScriptCore 0x00007fffd6f61943 *: ParallelHelperPool::helperThreadBody() + 83

    6 com.apple.JavaScriptCore 0x00007fffd6560072 *: threadEntryPoint(void*) + 178

    7 com.apple.JavaScriptCore 0x00007fffd655ff9f *: wtfThreadEntryPoint(void*) + 15

    8 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    libsystem_pthread.dylib 9 0x00007fffe93e6a07 _pthread_start + 286

    10 libsystem_pthread.dylib 0x00007fffe93e6231 thread_start + 13

    Wire 7: * Thread support in parallel

    0 libsystem_kernel.dylib 0x00007fffe92fec8a __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fffe93e797a _pthread_cond_wait + 712

    2 libc ++.1.dylib 0x00007fffe7d7758d std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fffd6f627de *: ParkingLot: + 2494

    4 com.apple.JavaScriptCore 0x00007fffd6f61bd2 *: + 370 ParallelHelperPool:waitForClientWithTask(***::Locker<***::LockBase>_const&)

    5 com.apple.JavaScriptCore 0x00007fffd6f61943 *: ParallelHelperPool::helperThreadBody() + 83

    6 com.apple.JavaScriptCore 0x00007fffd6560072 *: threadEntryPoint(void*) + 178

    7 com.apple.JavaScriptCore 0x00007fffd655ff9f *: wtfThreadEntryPoint(void*) + 15

    8 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    libsystem_pthread.dylib 9 0x00007fffe93e6a07 _pthread_start + 286

    10 libsystem_pthread.dylib 0x00007fffe93e6231 thread_start + 13

    Thread 8: * Thread support in parallel

    0 libsystem_kernel.dylib 0x00007fffe92fec8a __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fffe93e797a _pthread_cond_wait + 712

    2 libc ++.1.dylib 0x00007fffe7d7758d std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fffd6f627de *: ParkingLot: + 2494

    4 com.apple.JavaScriptCore 0x00007fffd6f61bd2 *: + 370 ParallelHelperPool:waitForClientWithTask(***::Locker<***::LockBase>_const&)

    5 com.apple.JavaScriptCore 0x00007fffd6f61943 *: ParallelHelperPool::helperThreadBody() + 83

    6 com.apple.JavaScriptCore 0x00007fffd6560072 *: threadEntryPoint(void*) + 178

    7 com.apple.JavaScriptCore 0x00007fffd655ff9f *: wtfThreadEntryPoint(void*) + 15

    8 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    libsystem_pthread.dylib 9 0x00007fffe93e6a07 _pthread_start + 286

    10 libsystem_pthread.dylib 0x00007fffe93e6231 thread_start + 13

    Wire 9: * Thread support in parallel

    0 libsystem_kernel.dylib 0x00007fffe92fec8a __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fffe93e797a _pthread_cond_wait + 712

    2 libc ++.1.dylib 0x00007fffe7d7758d std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fffd6f627de *: ParkingLot: + 2494

    4 com.apple.JavaScriptCore 0x00007fffd6f61bd2 *: + 370 ParallelHelperPool:waitForClientWithTask(***::Locker<***::LockBase>_const&)

    5 com.apple.JavaScriptCore 0x00007fffd6f61943 *: ParallelHelperPool::helperThreadBody() + 83

    6 com.apple.JavaScriptCore 0x00007fffd6560072 *: threadEntryPoint(void*) + 178

    7 com.apple.JavaScriptCore 0x00007fffd655ff9f *: wtfThreadEntryPoint(void*) + 15

    8 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    libsystem_pthread.dylib 9 0x00007fffe93e6a07 _pthread_start + 286

    10 libsystem_pthread.dylib 0x00007fffe93e6231 thread_start + 13

    Thread 10:

    0 libsystem_kernel.dylib 0x00007fffe92f741a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fffe92f6867 mach_msg + 55

    2 com.apple.CoreFoundation 0x00007fffd40ffba4 __CFRunLoopServiceMachPort + 212

    3 com.apple.CoreFoundation 0x00007fffd40ff021 __CFRunLoopRun + 1361

    4 com.apple.CoreFoundation 0x00007fffd40fe874 CFRunLoopRunSpecific + 420

    5 com.apple.Foundation 0x00007fffd5b1acb2-[NSRunLoop (NSRunLoop) runMode:beforeDate:] + 277

    6 com.apple.Foundation 0x00007fffd5b1ab8a-[NSRunLoop (NSRunLoop) run] + 76

    7 com.apple.PhotoPrintProductStore 0x000000010d79cb3c-[XPCONetworkManager _reachabilityUpdateThreadEntryPoint:] + 85

    8 com.apple.Foundation 0x00007fffd5b2b30d __NSThread__start__ + 1243

    libsystem_pthread.dylib 9 0x00007fffe93e6abb _pthread_body + 180

    10 libsystem_pthread.dylib 0x00007fffe93e6a07 _pthread_start + 286

    11 libsystem_pthread.dylib 0x00007fffe93e6231 thread_start + 13

    Thread 11 crashed:

    libobjc 0. A.dylib 0x00007fffe88e6b5d objc_msgSend + 29

    1 com.apple.CoreFoundation 0x00007fffd409d24f _CFPropertyListCreateWithData + 63

    2 com.apple.CoreFoundation 0x00007fffd409d15d CFPropertyListCreateWithData + 93

    com.apple.Foundation 3 0x00007fffd5b0ed6c + [NSPropertyListSerialization propertyListWithData:options:format:error:] + 94

    4 com.apple.PhotoPrintProductStore 0x000000010d7789c4-[XPCOOrderUploader _tickleSession:] + 551

    5 com.apple.Foundation 0x00007fffd5b9b5df __NSFireTimer + 83

    6 com.apple.CoreFoundation 0x00007fffd4107f44 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20

    7 com.apple.CoreFoundation 0x00007fffd4107bd3 __CFRunLoopDoTimer + 1075

    8 com.apple.CoreFoundation 0x00007fffd410772a __CFRunLoopDoTimers + 298

    com.apple.CoreFoundation 9 0x00007fffd40ff2f1 __CFRunLoopRun + 2081

    10 com.apple.CoreFoundation 0x00007fffd40fe874 CFRunLoopRunSpecific + 420

    11 com.apple.Foundation 0x00007fffd5b1acb2-[NSRunLoop (NSRunLoop) runMode:beforeDate:] + 277

    12 com.apple.Foundation 0x00007fffd5b1ab8a-[NSRunLoop (NSRunLoop) run] + 76

    13 com.apple.PhotoPrintProductStore 0x000000010d79d421 + [XPCODataFetcher networkRequestThreadEntryPoint:] + 62

    14 com.apple.Foundation 0x00007fffd5b2b30d __NSThread__start__ + 1243

    15 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    16 libsystem_pthread.dylib 0x00007fffe93e6a07 _pthread_start + 286

    17 libsystem_pthread.dylib 0x00007fffe93e6231 thread_start + 13

    Slide 12: com.apple.NSURLConnectionLoader

    0 libsystem_kernel.dylib 0x00007fffe92f741a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fffe92f6867 mach_msg + 55

    2 com.apple.CoreFoundation 0x00007fffd40ffba4 __CFRunLoopServiceMachPort + 212

    3 com.apple.CoreFoundation 0x00007fffd40ff021 __CFRunLoopRun + 1361

    4 com.apple.CoreFoundation 0x00007fffd40fe874 CFRunLoopRunSpecific + 420

    5 com.apple.CFNetwork 0x00007fffd32d3144 + [NSURLConnection (Loader) _resourceLoadLoop:] + 313

    6 com.apple.Foundation 0x00007fffd5b2b30d __NSThread__start__ + 1243

    7 libsystem_pthread.dylib 0x00007fffe93e6abb _pthread_body + 180

    8 libsystem_pthread.dylib 0x00007fffe93e6a07 _pthread_start + 286

    libsystem_pthread.dylib 9 0x00007fffe93e6231 thread_start + 13

    Line 13:

    0 libsystem_kernel.dylib 0x00007fffe92ff4e6 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fffe93e67c5 _pthread_wqthread + 1426

    2 libsystem_pthread.dylib 0x00007fffe93e6221 start_wqthread + 13

    Thread 14:

    0 libsystem_kernel.dylib 0x00007fffe92ff4e6 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fffe93e6632 _pthread_wqthread + 1023

    2 libsystem_pthread.dylib 0x00007fffe93e6221 start_wqthread + 13

    Line 15:

    0 libsystem_kernel.dylib 0x00007fffe92ff4e6 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fffe93e67c5 _pthread_wqthread + 1426

    2 libsystem_pthread.dylib 0x00007fffe93e6221 start_wqthread + 13

    16 wire:

    0 libsystem_kernel.dylib 0x00007fffe92ff4e6 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fffe93e67c5 _pthread_wqthread + 1426

    2 libsystem_pthread.dylib 0x00007fffe93e6221 start_wqthread + 13

    Thread 17:

    0 libsystem_kernel.dylib 0x00007fffe92ff4e6 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fffe93e67c5 _pthread_wqthread + 1426

    2 libsystem_pthread.dylib 0x00007fffe93e6221 start_wqthread + 13

    18 wire:

    0 libsystem_kernel.dylib 0x00007fffe92ff4e6 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fffe93e6632 _pthread_wqthread + 1023

    2 libsystem_pthread.dylib 0x00007fffe93e6221 start_wqthread + 13

    Line 19:

    0 libsystem_kernel.dylib 0x00007fffe92ff4e6 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fffe93e67c5 _pthread_wqthread + 1426

    2 libsystem_pthread.dylib 0x00007fffe93e6221 start_wqthread + 13

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

    Rax: 0x000058e77c08bea8 rbx: 0x0000700009db7cb0 rcx: 0x00007fffee9db198 rdx: 0x00007fffe8909810

    RDI: 0x000061000187f100 rsi: 0x00007fffd28cd1e3 PBR: RER 0x0000700009db7c20: 0x0000700009db7b98

    R8: 0 x 0000000000000001 r9: 0x0000700009db7cb8 r10: 0x000058e77c08bea8 r11: 0x00007fffd28cd1e3

    R12: 0x0000700009db7cb8 r13: 0x000061000187f100 r14: 0 x 0000000000000000 r15: 0x00007fffee9ddbd0

    RIP: 0x00007fffe88e6b5d rfl: 0 x 0000000000010202 cr2: 0x000058e77c08bec0

    Logical CPU: 2

    Error code: 0 x 00000004

    Trap number: 14

    Binary images:

    0x10aa8b000 - 0x10b1e1fff com.apple.Photos (2.0 - 445.1.15) /Applications/Photos.app/Contents/MacOS/Photos < F3711093-057A-373F-B087-E6608BED1F95 >

    0x10bcc5000 - 0x10bcf4ff3 com.apple.PlacesKit (1.0 - 222.1.6) /System/Library/PrivateFrameworks/PlacesKit.framework/Versions/A/PlacesKit < 68864950-385E-328C-B3E5-8F2189D68150 >

    0x10bd48000 - 0x10be5cff7 com.apple.PhotosUICore (1.0 - 222.1.6) e /System/Library/PrivateFrameworks/PhotosUICore.framework/Versions/A/PhotosUICor < EEEA0199-B242-38A7-A888-5CF17EFAD45E >

    0x10c02c000 - 0x10c036ffb com.apple.PhotosUI (2.0 - 445.1.15) /System/Library/Frameworks/PhotosUI.framework/Versions/A/PhotosUI < F5BCC78B-35C1-349F-A303-D65EF3DEE080 >

    0x10c054000 - 0x10c054fff com.apple.PhotoLibraryServices (2.0 - 445.1.15) eworks/PhotoLibraryServices.framework/Versions/A/PhotoLibraryServices /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 2771D2A2-059F-374A-9F79-361693BFE619 >

    0x10c059000 - 0x10c3dcff7 com.apple.Slideshows (4.5.0 - 1556.24) /System/Library/PrivateFrameworks/Slideshows.framework/Versions/A/Slideshows < C6A7FEC0-BA4E-3543-82F7-6E57078C952F >

    0x10c5be000 - 0x10c620ff3 com.apple.ShareServicesCore (2.0 - 445.1.15) eworks/ShareServicesCore.framework/Versions/A/ShareServicesCore /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 1F4E2DA4-E2C6-36B4-A63D-AC39AFAEFC3E >

    0x10c6b8000 - 0x10c764ffb com.apple.swe.UXKit (2.0 - 445.1.15) eworks/UXKit.framework/Versions/A/UXKit /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 779A3489-B40C-3341-A26B-F72AF594B00C >

    0x10c861000 - 0x10c92aff7 com.apple.photos.mondrian (2.0 - 445.1.15) eworks/Mondrian.framework/Versions/A/Mondrian /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 4E1FF2F9-6366-3ABF-8ECF-DB1D1A0F5880 >

    0x10ca1e000 - 0x10cbb2fff com.apple.geode (2.0 - 445.1.15) eworks/Geode.framework/Versions/A/Geode /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 88D8887E-BA69-3A7B-BEDE-0E8890B4E02A >

    0x10ccf6000 - 0x10cf1ffff com.apple.photo.PAImaging (2.0 - 445.1.15) eworks/PAImaging.framework/Versions/A/PAImaging /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < AEAAB234-980F-3E1D-BB69-742D20C9A004 >

    0x10d27c000 - 0x10d32aff7 com.apple.photo.PAImagingCore (2.0 - 445.1.15) eworks/PAImagingCore.framework/Versions/A/PAImagingCore /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 42985B0B-4762-3FC2-B344-F4518BAC7DDC >

    0x10d4ba000 - 0x10d4e8ff3 com.apple.iLifeKit (2.0 - 445.1.15) eworks/iLifeKit.framework/Versions/A/iLifeKit /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 7C8F29A4-0505-367A-A1B0-EE2ACFC9E838 >

    0x10d53b000 - 0x10d609ffb com.apple.RedRock (2.0 - 445.1.15) eworks/RedRock.framework/Versions/A/RedRock /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 51B026A3-1D11-36B3-9EC9-090FB8418CF6 >

    0x10d73b000 - 0x10d7f9ff7 com.apple.PhotoPrintProductStore (1.0 - 130) < BC15F1A1-DFC7-33F2-94DD-33254A963932 > /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram eworks/PhotoPrintProductStore.framework/Versions/A/PhotoPrintProductStore

    0x10d898000 - 0x10d8bffff com.apple.iTunesLibrary (12.5.1 - 12.5.1) < B2E3EC1C-E949-3E9E-852B-F7A5676E03BB > /Library/Frameworks/iTunesLibrary.framework/Versions/A/iTunesLibrary

    0x10d8db000 - 0x10d915ff3 com.apple.opusosx.OpusFoundation (1.0 - 1556.24) < 6FCEF603-94AC-33CA-A092-C5277326D214 > /System/Library/PrivateFrameworks/Slideshows.framework/Versions/A/Frameworks/Op usFoundation.framework/Versions/A/OpusFoundation

    0x10d97a000 - 0x10da5bffb com.apple.opusosx.OpusKit (1.0 - 1556.24) < D1BA3293-A9A8-3D5E-A5F1-61AEEFCA4348 > /System/Library/PrivateFrameworks/Slideshows.framework/Versions/A/Frameworks/Op usKit.framework/Versions/A/OpusKit

    0x10dbc8000 - 0x10dbf2ff7 com.apple.Moments (2.0 - 445.1.15) eworks/Moments.framework/Versions/A/Moments /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < CEE2B58B-12C0-3254-A39B-1138D2CF9E68 >

    0x10dc30000 - 0x10dc32ffb com.apple.LibraryRepair (1.0-1) < 42FCC6A5-7460-36DE-8958-E0601AFCB45E > /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air

    0x10dc39000 - 0x10dc7bffb com.apple.ist.ds.appleconnect.external (2.0.2 - 28) < 5C5A18C5-3826-3680-84F0-1B3416D427CD > /System/Library/PrivateFrameworks/ACDEClient.framework/Versions/A/ACDEClient

    0x10dd1b000 - 0x10dd581c7 dyld (421,1) < A525EAEA-AF86-30C2-B360-3D093B4F0828 >/usr/lib/dyld

    0x10dda6000 - 0x10e20affb com.apple.PhotoPrintProduct (1.0 - 653) < B39D4845-8050-3124-AD82-BC963624691C > /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram eworks/PhotoPrintProduct.framework/Versions/A/PhotoPrintProduct

    0x112cb9000 - 0x112cd9ff7 com.apple.CoreNLP /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP < 3D2A949C-DE66-34F4-9A97-9817C8054CC9 > (1.0 - 78)

    0 x 116322000 - 0x116326fff com.apple.audio.AppleHDAHALPlugIn (276.26 - 276.26) < E792FB29-7228-39E4-AA4E-9739F3E54800 > /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn

    0x11632c000 - 0x116331fff + com.surteesstudios.BartenderAudioPlugIn (1.0.0 - 1.1) < 4BEFD040-641C-3502-877D-4E336ABDA86F > /Library/Audio/Plug-Ins/HAL/BartenderAudioPlugIn.plugin/Contents/MacOS/Bartende rAudioPlugIn

    0x1179ff000 - 0x117a06fff com.apple.symptoms.SymptomReporter (.framework /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter < 79904DD6-B9E6-369F-8428-2921F4CDB26D > 1.0 - 1) / SymptomReporter

    0x11c5ee000 - 0x11c964ff7 com.apple.audio.codecs.Components /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs < E27B14B1-9F8F-36DA-96E1-BDC1CC5AD4DF > (7.0 to 7.0)

    0x11ce3a000 - 0x11ce3bfff com.apple.ICALogging (< 89185BC7-B151-3C98-85C7-A4A83F080F18 > /System/Library/PrivateFrameworks/ICALogging.framework/ICALogging 1.0 - 1.).

    0x11d5a1000 - 0x11d5a2fff com.apple.AddressBook.LocalSourceBundle (10.0 - 1756) < 593838CE-AC77-324B-93D6-5526378DC032 > system/library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource

    0x11dc06000 - 0x11dc07fed + cl_kernels (?) < 84C7F971-CDBE-46E7-8885-9CFFE9EBAC1B > cl_kernels

    0x11e437000 - 0x11e43bfff com.apple.DirectoryServicesSource (10.0 - 1756) < 5757FAC6-86C2-3129-93B9-12AFD98206B4 > system/library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices

    0 x 123240000 - 0x12324bffb com.apple.SyncedDefaults /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults < 342B8E83-B4E5-3EB1-80DD-DB9345E7542F > (2.0 - 258)

    0x132e85000 - 0x132ee8ff3 com.apple.AddressBook.CardDAVPlugin (10: 9-520) < 34FD77BA-DE55-3F7A-9471-D4B0D3C47467 > system/library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin

    0x7fffcedc9000 - 0x7fffcf101fff com.apple.RawCamera.bundle /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera < 99AF1865-BCDD-3313-85BF-E246745201F0 > (7.00 - 874)

    0x7fffcf222000 - 0x7fffcf6f0fff com.apple.GeForceAIRPlugin (10.12.65 - 10.1.2) gin /System/Library/Extensions/GeForceAIRPlugin.bundle/Contents/MacOS/GeForceAIRPlu < 8C93218F-522A-3231-AA08-A4ED524C4704 >

    0x7fffcf6f1000 - 0x7fffcff3dfff com.apple.GeForceGLDriver (10.12.65 - 10.1.2) < 6AF074C0-3325-3889-A3B0-7253D4383C29 > /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r

    0x7fffcff3e000 - 0x7fffd080cff3 libclh.dylib (4.0.3 - 4.0.3) < 035FC9AA-7ED0-35ED-8951-0184C530027C > /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib

    0x7fffd080d000 - 0x7fffd091dff7 com.apple.GeForceMTLDriver (10.12.65 - 10.1.2) worm /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDri < 81626155-E747-3405-BCD7-244BAC72DC00 >

    0x7fffd091e000 - 0x7fffd0adcfff com.apple.avfoundation /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation < E6DCAB50-ECD4-3645-8A93-D14F14092DC4 > (2.0 - 1183.3)

    0x7fffd0add000 - 0x7fffd0b80ff7 com.apple.audio.AVFAudio (1.0?) - < 18E472FC-5AD7-33B8-8D46-49D5AC2DB13A > /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudi o.framework/Versions/A/AVFAudio

    0x7fffd0b81000 - 0x7fffd0c12ff7 com.apple.AVKit (1.1 - 338, 5) < FE78535E-A224-3D3D-AE2C-AC5DE1BAC007 > /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit

    0x7fffd0c13000 - 0x7fffd0c13fff com.apple.Accelerate (1.11 - speed up 1.11) < BDDB2053-BB24-34E4-A452-50D1260BF672 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fffd0c14000 - 0x7fffd0c2bff3 libCGInterfaces.dylib (331,4) < 2CD05A85-79AC-3C67-9ABE-00294CE1C82B > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib

    0x7fffd0c2c000 - 0x7fffd126cfe3 com.apple.vImage (8.1?) - < 6CC22156-EC5C-3DC3-8132-41376F090B08 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework, Versions, A, vImage

    0x7fffd126d000 - 0x7fffd1434fef libBLAS.dylib (1185) < 0D55CF73-6DBD-3D15-B500-189479638551 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

    0x7fffd1435000 - 0x7fffd144cfff libBNNS.dylib (14) < 43A9B06E-3C21-3CE6-B0C1-99DA172DEEB0 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBNNS.dylib

    0x7fffd144d000 - 0x7fffd1858fff libLAPACK.dylib (1185) < E7AE9C48-6E42-3EB7-A257-D48E0CB48D00 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

    0x7fffd1859000 - 0x7fffd186ffff libLinearAlgebra.dylib (1185) < 08F00EFB-B477-3421-906E-3D364E607E6A > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib

    0x7fffd1870000 - 0x7fffd1876fff libQuadrature.dylib (3) < 120F6228-A3D4-3184-89D7-785ADC2AC715 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libQuadrature.dylib

    0x7fffd1877000 - 0x7fffd188aff7 libSparseBLAS.dylib (1185) < 912E3D25-27C0-3245-B64C-3CAD43A5D633 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libSparseBLAS.dylib

    0x7fffd188b000 - 0x7fffd19d8ff7 libvDSP.dylib (600) < 87EF1D0A-1F85-31DD-AD8F-AB31E7D8E73B > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

    0x7fffd19d9000 - 0x7fffd1a90fff libvMisc.dylib (600) < F6EA539E-0A90-3F8A-9ECA-001E46394E29 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

    0x7fffd1a91000 - 0x7fffd1a91fff com.apple.Accelerate.vecLib (3.11 - 3.11 vecLib) < B4B785D8-CB43-3E5D-AE81-1F27885AA112 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

    0x7fffd1a92000 - 0x7fffd1ad2ffb com.apple.Accounts /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts < 4A825926-C148-3EC1-9017-3B101849D8C8 > (113-113)

    0x7fffd1ad3000 - 0x7fffd1d4dff7 com.apple.AddressBook.framework /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook < 861F3080-999E-39FB-ABDF-EF068017978F > (10.0 - 1756)

    0x7fffd1d4e000 - 0x7fffd2a25ff3 com.apple.AppKit (6: 9-1504) < 5524F97F-FB11-3556-8AC4-FF634C6CCCB7 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fffd2a37000 - 0x7fffd2a37fff com.apple.ApplicationServices (48-48) < 3E1395EA-C661-3318-9B87-9857BB81021B > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

    0x7fffd2a38000 - 0x7fffd2aa6ff7 com.apple.ApplicationServices.ATS (377-422) < 521E41BF-D495-3233-B6BF-C0B83DD1A8C0 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

    0x7fffd2b40000 - 0x7fffd2c6efff libFontParser.dylib (194) < CDC6A0AA-E6AC-315B-AFBF-011F64548911 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

    0x7fffd2c6f000 - 0x7fffd2cb9fff libFontRegistry.dylib (196) < 3B8B0E78-2B30-3F18-B7D3-BE4E96F6BAF3 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

    0x7fffd2d16000 - 0x7fffd2d48fff libTrueTypeScaler.dylib (194) < E8B9E8E7-1F7A-3700-895C-501C12EDD001 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib

    0x7fffd2db4000 - 0x7fffd2e5eff7 com.apple.ColorSync (4.12.0 - 502) < C86F8032-83DD-34EB-A4CB-87E96F25CF1C > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync

    0x7fffd2e5f000 - 0x7fffd2eaffff com.apple.HIServices (1.22 - 589) < 3167EF9C-F121-39EF-AAE2-7700E7128426 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

    0x7fffd2eb0000 - 0x7fffd2ebfff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) < 47D1A017-91A4-37F3-93E0-3923CD6ED2DE > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis

    0x7fffd2ec0000 - 0x7fffd2f0dfff com.apple.print.framework.PrintCore (12-491) < B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore

    0x7fffd2f0e000 - 0x7fffd2f49fff com.apple.QD (3.12 - 310) < 8F718290-DD82-36CE-9AF0-EFB6D31A49F4 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

    0x7fffd2f4a000 - 0x7fffd2f55ff7 com.apple.speech.synthesis.framework (6.0.15 - 6.0.15) < 23EA6076-ECDF-3A50-81E7-3CE6451DC8C4 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis

    0x7fffd2f56000 - 0x7fffd3162fff com.apple.audio.toolbox.AudioToolbox /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox < EDDC86C8-92F3-34C6-A5C1-A176ADA724C3 > (1.14 - 1.14)

    0x7fffd3163000 - 0x7fffd3163fff com.apple.audio.units.AudioUnit /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit < AA9DB0D2-3B2F-3366-B451-DD9E89038F6F > (1.14 - 1.14)

    0x7fffd32cc000 - 0x7fffd364ffff com.apple.CFNetwork (807.0.4 - 807.0.4) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork < A338A213-4FFF-3317-B4DB-84735C63C507 >

    0x7fffd3669000 - 0x7fffd3669fff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < AB71A31F-5B15-3BF5-8532-591EACD07B21 > (154 to 157)

    0x7fffd366a000 - 0x7fffd366dfff com.apple.CommonPanels (1.2.6 - 98) < DDA2DF0B-86E7-34B6-B688-D7371DBC8A63 > System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels

    0x7fffd366e000 - 0x7fffd3971fff com.apple.HIToolbox (2.1.1 - 855) < AA4E2957-6B2D-3822-881C-0F64222F9578 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fffd3972000 - 0x7fffd3975ff7 com.apple.help (1.3.5 - 49) < 27C5F9FE-838F-3807-A4AC-D99470185B10 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/help

    0x7fffd3976000 - 0x7fffd397bfff com.apple.ImageCapture /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture < E3E757FD-4060-33A4-A2AC-85EFBD987FCE > (9, 0-9, 0). framework/Versions/A/ImageCapture

    0x7fffd397c000 - 0x7fffd3a13ff3 (10: 9-219) com.apple.ink.framework < B44BA36D-7549-3EB2-8CF6-E171885194FB > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

    0x7fffd3a14000 - 0x7fffd3a2efff (1, 7-172) com.apple.openscripting < B204BF70-C4AA-3699-8493-66E6645A92A8 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting

    0x7fffd3a2f000 - 0x7fffd3a30ff3 com.apple.print.framework.Print (12-267) < CA7E9448-0903-34C8-AAF6-9070B52BF70E > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print

    0x7fffd3a31000 - 0x7fffd3a33ff7 com.apple.securityhi (9.0 - 55006) < 856F4FB9-AAF2-3FC2-BE19-E7AB494232CC > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI

    0x7fffd3a34000 - 0x7fffd3a3aff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) < A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition

    0x7fffd3a3b000 - 0x7fffd3b19ffb com.apple.cloudkit.CloudKit (638, 1-638, 1) < C81C2824-1E30-3887-A499-43755EDF27C7 > /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit

    0x7fffd3b1a000 - 0x7fffd3b1afff com.apple.Cocoa /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa < 5EEB0A26-F1C2-3D57-8441-52C0B80C2A6A > (6.11 - 22)

    0x7fffd3b28000 - 0x7fffd3bbefff com.apple.contacts.Contacts (1.0 - 2250) < A7E2022A-2088-3B12-8159-D1FD3399201E > /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts

    0x7fffd3bbf000 - 0x7fffd3c4cff3 com.apple.ContactsUI /System/Library/Frameworks/ContactsUI.framework/Versions/A/ContactsUI < C574872B-38C3-3830-ABA6-4584A82555AC > (10.0 - 1756)

    0x7fffd3c4d000 - 0x7fffd3cddff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) < 0352D931-596B-3AFE-B5C6-5925CF9F870E > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fffd3cde000 - 0x7fffd3cf1ff3 com.apple.CoreBluetooth (< 73A2B185-70E4-3535-A653-E1BC74584E55 > /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 1.0 - 1.).

    0x7fffd3cf2000 - 0x7fffd3fecfff com.apple.CoreData /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData < 51AB540E-01AE-3207-8DE5-3E912FA9B5DF > (120-752, 2)

    0x7fffd3fed000 - 0x7fffd4079fff com.apple.CoreDisplay (< F10E2F1A-FA51-3256-BCCE-34FF30AB1E3A > /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 1.0 - 1.).

    0x7fffd407a000 - 0x7fffd450dff7 com.apple.CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < 2A35BE4F-BA5B-3C22-BCF1-CFBBA2786081 > (6, 9 - 1348.1)

    0x7fffd450e000 - 0x7fffd4baeff7 com.apple.CoreGraphics (2.0 - 1070) < 765D6A92-48AE-3CBB-9967-61300D715F1F > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

    0x7fffd4baf000 - 0x7fffd4deeff7 com.apple.CoreImage (12.0.0 - 451) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage < 84C71E9C-5231-342F-94B1-2BB6860E8AD3 >

    0x7fffd4def000 - 0x7fffd4e4bff7 (2100.3.13) com.apple.corelocation < 1064F400-1027-34D7-8F24-CDCB6DAF0F16 > /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation

    0x7fffd4e4c000 - 0x7fffd4efcff7 com.apple.CoreMedia /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia < 5FE3B4CC-EC1A-38FE-96FA-FFD419229F3E > (1.0 - 1903.7)

    0x7fffd4efd000 - 0x7fffd4f48ff7 com.apple.CoreMediaIO /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO < 2813BA18-E24C-3CFB-8B34-73575DFDF0BC > (801, 0-4922)

    0x7fffd4f49000 - 0x7fffd4f49fff (775, 8-775, 8) com.apple.CoreServices < C36F7F47-D585-32F2-8A6F-7711935CDFD6 > /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    0x7fffd4f4a000 - 0x7fffd4f9bff7 com.apple.AE (712-712) < 0EF17D7E-6BA4-3555-BC38-9BD0CC5B82A3 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

    0x7fffd4f9c000 - 0x7fffd5277fff com.apple.CoreServices.CarbonCore ore.framework/Versions/A/CarbonCore /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC (1159-1159) < 837B7ECF-7E62-3210-988C-63D7AB4EAA88 >

    0x7fffd5278000 - com.apple.DictionaryServices (1.2 - 274) < 302B8678-D057-3CF8-ACA7-7424A4A6A00A > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices 0x7fffd52abfff

    0x7fffd52ac000 - 0x7fffd52b4ffb com.apple.CoreServices.FSEvents s.framework/Versions/A/FSEvents /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent (1230-1230) < 8836E7D0-844F-36F9-9601-B630BB82336B >

    0x7fffd52b5000 - 0x7fffd5420fff (775, 8-775, 8) com.apple.LaunchServices < 6E7CE1DA-27A4-3B48-A8E3-F2AA868ADD7C > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

    0x7fffd5421000 - 0x7fffd54d1ffb com.apple.Metadata (10.7.0 - 1075) < 9EDF10CF-1755-346A-A3C9-97642C443A58 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata

    0x7fffd54d2000 - 0x7fffd5531fff (775, 8-775, 8) com.apple.CoreServices.OSServices < FCF1334F-D2D7-3C5A-A8FE-C173C5EDE586 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

    0x7fffd5532000 - 0x7fffd55a2fff com.apple.SearchKit (1.4.0 - 1.4.0) < F1B3EF8D-E820-317C-AC7F-8F056C246874 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

    0x7fffd55a3000 - 0x7fffd55e9ff7 com.apple.coreservices.SharedFileList (38-38) < 6C5A3FBB-9502-3725-AC3A-AE7B1528BBD4 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedF ileList.framework/Versions/A/SharedFileList

    0x7fffd55ea000 - 0x7fffd5675ff7 com.apple.CoreTelephony (113 - 4442.11.2) /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony < 7B3595C3-8D62-3D1D-8F90-F3F6DEE90B24 >

    0x7fffd5676000 - 0x7fffd57c1ff7 com.apple.CoreText /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText < 064B53E8-CD5A-3D1B-81DF-498A659FC20A > (352.0 - 544)

    0x7fffd57c2000 - 0x7fffd57f7fff com.apple.CoreVideo (1, 8-234, 0) < 48C31E93-87C2-31F4-97E7-9E54C1EA8E7D > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fffd57f8000 - 0x7fffd5869ffb com.apple.framework.CoreWLAN (11.0 - 1200.25.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN < F46EF4A2-C348-3F76-A1C2-B8A84C17FE2B >

    0x7fffd5899000 - 0x7fffd58a4ff3 com.apple.DirectoryService.Framework /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi < 829AFAAD-5742-332D-B84D-AF161FB57660 > (10.12 - 194) this

    0x7fffd58a5000 - 0x7fffd5963ff7 com.apple.DiscRecording (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording < EA175710-9775-3147-8AF9-7B20D2872723 >

    0x7fffd5964000 - 0x7fffd5969fff com.apple.DiskArbitration /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration < 566D5C06-13E8-3638-B2EC-2B834D5F04F1 > (2.7 - 2.7)

    0x7fffd596a000 - 0x7fffd5af4fff com.apple.ical.EventKit /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit < 6B7F7F17-70E9-3BDB-A015-CCE1288C2C18 > (3.0 - 671, 1)

    0x7fffd5af8000 - 0x7fffd5e9fffb com.apple.Foundation (6: 9-1349) < 08A463B1-296E-3AC1-B8D3-01A75B0785A8 > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fffd5ea0000 - 0x7fffd5ecaffb com.apple.GLKit /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit < 349503D7-8BCC-31C2-9AB8-ECB767791AF2 > (1.0 - 70)

    0x7fffd5ecb000 - 0x7fffd5efcff3 com.apple.GSS /System/Library/Frameworks/GSS.framework/Versions/A/GSS < B30A0B99-AFDE-3BF8-A04F-761A75A6A3B1 > (4.0 - 2.0)

    0x7fffd5fb0000 - 0x7fffd6053ffb com.apple.Bluetooth (5.0.0 - 5.0.0f18) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth < 00417775-D746-32C1-9598-CE8716DFBECD >

    0x7fffd6054000 - 0x7fffd60e9fff com.apple.framework.IOKit (2.0.2 - 1324.1.7) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < 10BDCD1E-0463-3C53-BF11-C9A0919C1588 >

    0x7fffd60ea000 - 0x7fffd60f0ffb com.apple.IOSurface /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface < 558D4451-2D9D-3D47-B3A5-E7C18DF53F1B > (152-152)

    0x7fffd60f1000 - 0x7fffd6143ff3 com.apple.ImageCaptureCore /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo < EF8DF81D-3D82-3202-BE75-E49D38EC105D > (7.0 to 7.0) re

    0x7fffd6144000 - 0x7fffd629dff7 com.apple.ImageIO.framework (3.3.0 - 1570.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO < 6B0177F3-A7BE-30D7-B075-7117E2C28A5F >

    0x7fffd629e000 - 0x7fffd62a2fff (1570.1) libGIF.dylib < AE06146E-C4B3-3088-B6BC-569DDFCD8D77 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fffd62a3000 - 0x7fffd6394fff (1570.1) libJP2.dylib < 6D268C9D-309B-3098-BBCF-8A1B98DBBEE9 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fffd6395000 - 0x7fffd63b8fff libJPEG.dylib (1570.1) < 7EFA7A91-06C8-329E-AA3D-CF6DB2220A5A > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fffd63b9000 - 0x7fffd63dffff (1570.1) libPng.dylib < AF8292B6-2564-30D4-8860-6B0C9D0E1405 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fffd63e0000 - 0x7fffd63e2ff3 libRadiance.dylib (1570.1) < B0256EB7-7F87-39FD-BD35-83577F4FE7EC > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib

    0x7fffd63e3000 - 0x7fffd643cfff libTIFF.dylib (1570.1) < F1F0B7C6-388F-35E4-87CF-816CEE8B0E00 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fffd643d000 - 0x7fffd6440fff com.apple.iChat.InstantMessage (8.0 - 5501) < 031F4717-6AA7-38BA-B6D9-AB439C98E4BA > /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage

    0x7fffd6441000 - 0x7fffd655bffb com.apple.Intents (< DC15BC29-EF03-321C-AEC2-2EBEF17FB7E1 > /System/Library/Frameworks/Intents.framework/Versions/A/Intents 1.0 - 1.).

    0x7fffd655c000 - 0x7fffd7002ff7 com.apple.JavaScriptCore (12602 - 12602.1.50.0.5) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore < D701E578-C347-392D-BB90-1B144DAAAEEB >

    0x7fffd7003000 - 0x7fffd701cff7 com.apple.Kerberos (< 49DCBE1A-130C-3FBF-AAEA-AF9A518913AC > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 3.0 - 1).

    0x7fffd701d000 - 0x7fffd7053fff com.apple.LDAPFramework (2.4.28 - 194,5) < 850BB4C5-2548-33A5-B00C-0600CA59EE59 > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x7fffd7078000 - 0x7fffd7093ff3 com.apple.CoreAuthentication.SharedUtils (1.0 - 240.1.5) < D7FF9EB0-3DEA-3EA5-AA55-5D29B9E9DE19 > /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.fr amework/Versions/A/SharedUtils

    0x7fffd7094000 - 0x7fffd70a6ff7 com.apple.LocalAuthentication (1.0 - 240.1.5) tification /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthen < 2B33F946-A727-3C33-9C0E-5DD7EDAB847D >

    0x7fffd70a7000 - 0x7fffd7295fff com.apple.MapKit (1.0 - 1693.20.7.17.22) /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit < 542C2C5C-4057-3743-BEF3-3A0B10F1F1F8 >

    0x7fffd7296000 - 0x7fffd729cfff com.apple.MediaAccessibility (1.0 - 97.1.1) Bob /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi < EE1825C7-3B58-32F8-9F5F-B7172452BB01 >

    0x7fffd729d000 - 0x7fffd72b1ff7 com.apple.MediaLibrary (1.3.0 - 731) < 46BE9229-F6BE-33D1-80E9-73981FA4CA34 > /System/Library/Frameworks/MediaLibrary.framework/Versions/A/MediaLibrary

    0x7fffd72b2000 - 0x7fffd77fffff com.apple.MediaToolbox /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox < 37363406-481C-3DDD-A61F-9E2153A3660B > (1.0 - 1903.7)

    0x7fffd7800000 - 0x7fffd7857ff7 com.apple.Metal /System/Library/Frameworks/Metal.framework/Versions/A/Metal < CDC847A6-F1F6-3661-8981-180F2A485092 > (85.82 - 85.82)

    0x7fffd7858000 - 0x7fffd7870ff3 com.apple.MetalKit (1.0 - 65, 2) < 6695B8EE-5DF2-3709-88AC-90A42844485A > /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit

    0x7fffd7871000 - 0x7fffd7f1bfff com.apple.ModelIO (< A2E14298-F91D-3CBC-AE67-8F27AE989E96 > /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO 1.0 - 1.).

    0x7fffd7f6d000 - 0x7fffd7f75fff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < 6614F9B8-0861-338B-8FF0-8E402F96141C > (6.0 - 4.0)

    0x7fffd80e6000 - 0x7fffd8122ff7 com.apple.OSAKit /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit < DF3CB416-6C99-3220-8DD0-5B72DACBD8BF > (1, 5-105)

    0x7fffd8123000 - 0x7fffd8148fff com.apple.audio.OpenAL /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL < 3867A1C7-1D67-37EE-8DA1-520B75D3B234 > (1.8 - 1.8)

    0x7fffd8149000 - 0x7fffd8151ff7 libcldcpuengine.dylib (2.8.4) < F15C17F0-3342-36BD-A28E-7AC44B87BF8C > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib

    0x7fffd8152000 - 0x7fffd8238fff unorm8_bgra.dylib (2.8.4) < 387BD705-3EB5-3335-9F35-8C8E54B6A553 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib

    0x7fffd8239000 - 0x7fffd8319fe7 unorm8_rgba.dylib (2.8.4) < FB0CB303-B0CA-3A0F-AA12-2F1CC59B7E21 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib

    0x7fffd831a000 - 0x7fffd8368ff3 com.apple.opencl (2.8.6 - 2.8.6) < DA3164B7-EB48-3F68-A40F-CD9B433E385F > /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    0x7fffd8369000 - 0x7fffd8382ffb com.apple.CFOpenDirectory (10.12 - 194) < BDD22B3E-4149-366A-A974-942280861DD4 > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

    0x7fffd8383000 - 0x7fffd838eff7 com.apple.OpenDirectory /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory < E1125140-E42C-369C-8DC8-D0935767B275 > (10.12 - 194)

    0x7fffd838f000 - 0x7fffd8391fff libCVMSPluginSupport.dylib (12.4.2.1) < 5A7CBDC5-297E-30E0-8951-2F3DAFD0027E > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

    0x7fffd8392000 - 0x7fffd8395ff7 libCoreFSCache.dylib (148) < 3297ACE0-B9D8-3821-8685-2619B4234621 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib

    0x7fffd8396000 - 0x7fffd8399fff libCoreVMClient.dylib (148) < B4299590-02BA-3130-98EA-A2D3A53852E1 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

    0x7fffd839a000 - 0x7fffd83a2ffb libGFXShared.dylib (12.4.2.1) < 3CBE90E5-6472-3C4C-825D-7567A5652115 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

    0x7fffd83a3000 - 0x7fffd83aefff libGL.dylib (12.4.2.1) < E68C6C85-3B98-3525-9279-3296977FBF9F > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fffd83af000 - 0x7fffd83ebff7 libGLImage.dylib (12.4.2.1) < 50C7DE05-73CB-3D21-BB93-31C384EB6199 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

    0x7fffd83ec000 - 0x7fffd8562ffb libGLProgrammability.dylib (12.4.2.1) < 2B17044B-CDB6-38F7-BA1F-9ED1A078481A > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib

    0x7fffd8563000 - 0x7fffd85a3ff3 libGLU.dylib (12.4.2.1) < D5DB68EC-751F-34D1-BCEB-2B86D560E243 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fffd8f0b000 - 0x7fffd8f19fff com.apple.opengl (12.4.2 - 12.4.2) < 06F5BF0B-BD03-361D-9D7B-626517E4F761 > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x7fffd8f1a000 - 0x7fffd90c0fff GLEngine (12.4.2.1) < 8FFA4B17-F02A-3D7A-ACA9-D156E4E43B4D > /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine

    0x7fffd90c1000 - 0x7fffd90ebffb GLRendererFloat (12.4.2.1) < 82826589-22A1-312C-9C4E-FA45F4D8D976 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat

    0x7fffd90f7000 - 0x7fffd9158ffb com.apple.PhotoKit.Photos (2.0 - 445.1.15) /System/Library/Frameworks/Photos.framework/Versions/A/Photos < 5AEF70C1-165C-39A9-B716-9240638A66F3 >

    0x7fffd9159000 - 0x7fffd9181ffb com.apple.frameworks.preferencepanes /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes < B82CAA5D-E8E1-376A-961C-37D4F96DCDB4 > (16, 0-16, 0)

    0x7fffd9182000 - 0x7fffd92c9ff7 com.apple.QTKit (7.7.3 - 2974) < DD63A171-2DE6-3210-89B0-BD5991539755 > /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

    0x7fffd92ca000 - 0x7fffd9535fff com.apple.imageKit (3.0 - 1016) < A3D24043-95CD-3A40-9850-83E02BDF56D0 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit

    0x7fffd9536000 - 0x7fffd95efff7 com.apple.PDFKit (1.0-1) < 32ED1D9C-B9AB-337B-93E5-9DDA8E68F6FB > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit

    0x7fffd95f0000 - 0x7fffd9b16fff com.apple.QuartzComposer (5.1 - 351) < 10A260C7-A44C-3C64-BF68-FC0FCCD08489 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer

    0x7fffd9b17000 - 0x7fffd9b3affb com.apple.quartzfilters (1.10.0 - 1.10.0) < 9ECD9812-151A-300D-8F37-F7FEBE67B8BC > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters

    0x7fffd9b3b000 - 0x7fffd9c28ff7 com.apple.QuickLookUIFramework (5.0 - 720) < 7DBE40A6-3F2F-3AF0-ACF4-8C95B78346C5 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f EPI/Versions/A/QuickLookUI

    0x7fffd9c29000 - 0x7fffd9c29fff com.apple.quartzframework /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz < 09455972-8A33-3D61-B193-BA7E7CF984CA > (1, 5-21)

    0x7fffd9c2a000 - 0x7fffd9e24ff7 com.apple.QuartzCore /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore < B6BEEBAC-2923-3BA6-8DBD-621A2B0E51C1 > (1.11 - 449.39)

    0x7fffd9e25000 - 0x7fffd9e7aff7 com.apple.QuickLookFramework /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook < F54FCBB5-53DD-351D-AAEB-2470CEB30017 > (5.0 - 720)

    0x7fffd9e7b000 - 0x7fffd9e8eff7 com.apple.SafariServices.framework (12602 - 12602.1.50.0.10) /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices < 165467B5-1EE7-325A-8847-0929DC0B81E4 >

    0x7fffd9e8f000 - 0x7fffda371ff7 com.apple.SceneKit /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit < C3FC7960-75A4-3101-8399-6ED969B7DF07 > (5.0 - 293)

    0x7fffda38a000 - 0x7fffda6a5fff com.apple.security (7.0 - 57740.1.18) /System/Library/Frameworks/Security.framework/Versions/A/Security < AF5E42F1-B513-3410-A5BE-1EC9CBAF8452 >

    0x7fffda6a6000 - 0x7fffda71cff7 com.apple.securityfoundation (6.0 - 55132.1.1) giving /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun < 259D4B70-0F8C-3818-99E7-3EBEAA18DE1B >

    0x7fffda71d000 - 0x7fffda745fff com.apple.securityinterface (10.0 - 55079.1.1) < F6B71377-6CF3-3E55-B20F-77F3C76FC9A4 > /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face

    0x7fffda746000 - 0x7fffda749ff3 com.apple.xpc.ServiceManagement (1.0-1) < 6A9EA339-BB6A-3DD9-BF08-00B8C0262839 > /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage lie

    0x7fffda74a000 - 0x7fffda794ff7 com.apple.sociald.Social (?) < DD7BD217-DBED-3181-BA7C-9E8A628CD794 > /System/Library/Frameworks/Social.framework/Versions/A/Social

    0x7fffda795000 - 0x7fffda986fff com.apple.SpriteKit (< 848068A9-5CDC-3DCC-B419-B8044F2C87CD > /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit 1.0 - 1.).

    0x7fffda987000 - 0x7fffda992ffb com.apple.StoreKit /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit < E761EE1D-D535-38A8-A011-6E4F04337A6C > (1.0 - 552)

    0x7fffda993000 - 0x7fffdaacdfff com.apple.syncservices /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices < 50050867-59A2-3F08-9636-58E75A7CB4AA > (8.1 - 726)

    0x7fffdaace000 - 0x7fffdab3fff7 com.apple.SystemConfiguration (1, 14 - 1.14) < C7F21776-2CCE-327B-B155-7A5948277BD6 > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi setting

    0x7fffdab40000 - 0x7fffdaeebff7 com.apple.VideoToolbox /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox < C0044876-9800-3CCA-B7D3-50B92077EF4D > (1.0 - 1903.7)

    0x7fffdaeec000 - 0x7fffdc121ff7 com.apple.WebCore (12602 - 12602.1.50.0.6) < 583B797D-A847-3B29-9DB3-70062E6D94B8 > /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore

    0x7fffdc122000 - 0x7fffdc286fff com.apple.WebKitLegacy (12602 - 12602.1.50.0.10) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy < D8332A25-F5C0-3D5B-B130-8594F4321DAF >. framework/Versions/A/WebKitLegacy

    0x7fffdc287000 - 0x7fffdc5eeffb com.apple.WebKit (12602 - 12602.1.50.0.10) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit < F6839138-E458-33CD-BC9F-3D433184FB3C >

    0x7fffdc5ef000 - 0x7fffdc639ff7 com.apple.AOSAccounts (1.3.1 - 61.2) /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts < 0A19142A-2EFB-3909-B30B-DF196D83D240 >

    0x7fffdc63a000 - 0x7fffdc8d6ffb com.apple.AOSKit /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit < BA381244-EC48-35D8-A106-63CC39B5E1D6 > (1.07 - 241)

    0x7fffdc8d7000 - 0x7fffdc8d7ffb com.apple.AOSMigrate (< 17287A8D-1469-3DAD-898D-BEA0339745AB > /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 1.0 - 1.).

    0x7fffdc8d8000 - 0x7fffdc9e9fff com.apple.AOSUI (1.2 - 586, 1) < 032A22C5-1CD3-321D-8EFC-36FC95B14FE6 > /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI

    0x7fffdc9ea000 - 0x7fffdc9efff7 com.apple.APFS (< F1BD89DF-D84F-3256-905D-6D72706474CF > /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 1.0 - 1.).

    0x7fffdcddc000 - 0x7fffdce0fffb com.apple.avfoundationcf (2.0 - 244) < 370DEA8A-2A4D-3927-8A02-7ECD2E60B830 > /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF

    0x7fffdce2b000 - 0x7fffdced7ffb com.apple.accounts.AccountsDaemon (113-113) < FBCF8698-E67B-32F3-883E-C74C378CE6D2 > /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD Nicolas

    0x7fffdced8000 - 0x7fffdcf0cff3 com.apple.framework.accountsui (1.0 - 43.1) < 9AAB0B32-2B08-3ED0-B383-E5CE3AE1803E > /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUI

    0x7fffdd14d000 - 0x7fffdd168ff3 com.apple.AppContainer (4.0 - 307.1.1) < 05373DD5-5892-3542-B178-C140F1AB6886 > /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r

    0x7fffdd169000 - 0x7fffdd176ff3 com.apple.AppSandbox (4.0 - 307.1.1) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox < 20324EFC-70DC-389D-9C27-37DCAA7E07CC >

    0x7fffdd177000 - 0x7fffdd199ffb com.apple.framework.Apple80211 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 < 06F8EA45-5E43-3744-BF41-BA86B8BBB5CF > (12, 0 - 1200.33)

    0x7fffdd19a000 - 0x7fffdd1a9fdb com.apple.AppleFSCompression (88 - 1.0) < B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20 > /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression

    0x7fffdd272000 - 0x7fffdd27dff7 com.apple.AppleIDAuthSupport (1.0-1) < F0B1C476-49CD-3E6A-B845-3C2ADE9425BE > /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/Apple IDAuthSupport

    0x7fffdd27e000 - 0x7fffdd290ff3 com.apple.AppleIDSSOAuthentication (1.0-1) < 855FD96D-FBBB-39D9-9189-B98FEA0DD6C6 > /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A /AppleIDSSOAuthentication

    0x7fffdd291000 - 0x7fffdd31c97f com.apple.AppleJPEG (< B4C3209B-58A5-359F-A898-F61B6C40E5E9 > /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 1.0 - 1.).

    0x7fffdd31d000 - 0x7fffdd32fffb com.apple.AppleLDAP /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP < 15879981-AD8B-32BA-B7C9-15E843C245EB > (10.12 - 41)

    0x7fffdd330000 - 0x7fffdd34bfff com.apple.aps.framework (4.0 - 4.0) < 37A4B7F9-4F43-3A23-B4FC-E7656B5BC73F > /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService

    0x7fffdd34c000 - 0x7fffdd354ffb com.apple.AppleSRP (< F105D2D2-8A12-3361-9C9D-E405668CAF75 > /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 5.0 - 1).

    0x7fffdd355000 - 0x7fffdd358ff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) < 6FF50E26-5BDA-3421-BDAE-B57AE6E4F6AC > /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo

    0x7fffdd359000 - 0x7fffdd3abfff com.apple.AppleVAFramework (5.0.34 - 5.0.34) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA < 193400A6-B326-3911-BB4F-6C49C1E5FA8F >

    0x7fffdd3ac000 - 0x7fffdd3b3fff com.apple.AskPermission (1.0-1) < 36CF3BAF-14E5-3771-99C6-AD33B33F2896 > /System/Library/PrivateFrameworks/AskPermission.framework/Versions/A/AskPermiss ion

    0x7fffdd3b4000 - 0x7fffdd3bbffb com.apple.AssetCacheServices (31-31) < 13E874CA-86AB-33E7-A4D8-544D3B8157CD > /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/Asset CacheServices

    0x7fffdd44d000 - 0x7fffdd6d5ff3 com.apple.AuthKit (< 40B26C61-82FB-340F-AD14-A69E029172A3 > /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 1.0 - 1.).

    0x7fffdd6d6000 - 0x7fffdd737ffb com.apple.AuthKitUI (< E7D7F75C-1EC7-3A37-94C1-F2ED4CBDD0BD > /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 1.0 - 1.).

    0x7fffdd738000 - 0x7fffdd7b6ff7 com.apple.backup.framework /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup < E2888B63-F43C-367F-B23F-7D9F9BD64401 > (1.8 - 1.8)

    0x7fffdd7bf000 - 0x7fffdd7c5fff com.apple.BezelServicesFW (268.1 - 268.1) < 9FF495EC-C58D-3A5B-AF94-F2B58279D2DA > /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi CES

    0x7fffdd7c6000 - 0x7fffdd803ff7 (14, 0-193, 8) com.apple.bom < FAA5CE82-0A87-34C5-A606-81A179009930 > /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    0x7fffdd80d000 - 0x7fffdd80dfff com.apple.SafariDAVNotifier (1.1.1 - 1) < 03345425-0C96-31E2-8495-D391612CDE19 > /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier

    0x7fffdd80e000 - 0x7fffdda2fff7 com.apple.CVML (1.56.10 - 1.56.10) /System/Library/PrivateFrameworks/CVML.framework/Versions/A/CVML < BF3D7E3F-C2ED-3A83-A09D-849529602753 >

    0x7fffdda30000 - 0x7fffdda5cfff com.apple.CacheDelete (< 2FFDE840-775B-35C8-BE7C-D56F3C149944 > /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete 1.0 - 1.).

    0x7fffdda5d000 - 0x7fffddaafffb com.apple.CalDAV /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV < A7CB5284-52EB-344A-BF2E-3831A10C8613 > (8.0 - 243)

    0x7fffdde26000 - com.apple.CalendarAgentLink (8.0 - 250) < 26CB59F5-7D23-312B-9B1E-EB47D6490A16 > /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink 0x7fffdde4dfff

    0x7fffdde66000 - com.apple.CalendarFoundation (8.0 - 504) < 480FA4A7-07E3-3A38-A557-3672D2B76135 > /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation 0x7fffddecbfff

    0x7fffddef2000 - com.apple.CalendarPersistence (8.0 - 429) < D1EFF056-CA7D-34DB-A403-B5DAD2347247 > /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence 0x7fffde170fff

    0x7fffde395000 - 0x7fffde3cffff com.apple.CharacterPicker (1.0-1) < 67B12D82-48AF-3ABC-B0F3-0236E177F03F > /System/Library/PrivateFrameworks/CharacterPicker.framework/Versions/A/Characte rPicker

    0x7fffde3d0000 - 0x7fffde3f7ffb com.apple.ChunkingLibrary (172-172) < 83E91936-305D-32A4-A256-5582B96B1852 > /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking library

    0x7fffde3f8000 - 0x7fffde48affb com.apple.CloudDocs /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs < 9DBD244F-83A0-3593-AA84-313CD5861F2C > (1.0 - 483, 2)

    0x7fffdec6a000 - 0x7fffdecb4ffb com.apple.CloudPhotoServices (2.0 - 445.1.15) < EA23F8D0-A1FD-34DB-BE22-B5C6729D07FE > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Cloud Photoservice

    0x7fffdecb5000 - 0x7fffdecc8fff com.apple.CloudPhotoServicesConfiguration (2.0 - 445.1.15) < A45470DB-06E6-336A-B8BA-FD0885F18A65 > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotoServicesConfiguration.framework/Versions/A/CloudPhotoServicesCon figuration

    0x7fffdecc9000 - 0x7fffdecc9ff7 com.apple.CloudPhotosConfigurationXPC (2.0 - 445.1.15) < C0D4B305-3AA0-3D18-9549-165630D8D147 > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotosConfigurationXPC.framework/Versions/A/CloudPhotosConfigurationX PC

    0x7fffdecca000 - 0x7fffdecd6fff com.apple.CloudServices (1.0 - 222.1.6) these /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi < 4A293ABB-7846-30B1-A86B-24FD492F9122 >

    0x7fffdecd7000 - 0x7fffded0afff com.apple.CommerceKit (1.2.0 - 552) < F180449A-1DC4-3D93-94D3-37AEBD1DA69D > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit

    0x7fffded0b000 - 0x7fffded16ff7 com.apple.CommerceCore (1.0 - 552) < 815381FF-0B5A-3386-9D54-E5994A4E8FC6 > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore

    0x7fffded17000 - 0x7fffded20ffb com.apple.CommonAuth /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth < D9958C57-9E97-33F5-A21C-B454FDB11548 > (4.0 - 2.0)

    0x7fffded21000 - 0x7fffded2dfff com.apple.commonutilities (8.0 - 900) < 9BBB5C4D-7D27-385E-B1B7-38AA77E2F1B3 > /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ite

    0x7fffded2e000 - 0x7fffded32ff7 com.apple.communicationsfilter (10.0 - 1000) < 3A730E26-05C0-3FAE-8305-8EE526629C3D > /System/Library/PrivateFrameworks/CommunicationsFilter.framework/Versions/A/Com municationsFilter

    0x7fffded9f000 - 0x7fffdedd2ff7 com.apple.contacts.ContactsAutocomplete (1.0 - 73) < 8279BDE0-142C-3769-9B87-8903C65DE668 > /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/Con tactsAutocomplete

    0x7fffdedd3000 - 0x7fffdede5ff7 com.apple.ContactsAutocompleteUI (1.0-1) < 26531FF5-3079-33F9-BD42-7BD8F3C1C0F7 > /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/Versions/A/C ontactsAutocompleteUI

    0x7fffdede6000 - com.apple.AddressBook.ContactsFoundation (8.0 - 2250) < 5588F340-F4A8-3806-8642-08A106421B60 > 0x7fffdee34fff /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation

    0x7fffdee35000 - 0x7fffdee57fff com.apple.contacts.ContactsPersistence (1.0 - 2250) < 524C9EEC-D186-30B2-8A55-CC11A48CC44C > /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/Cont actsPersistence

    0x7fffdee58000 - 0x7fffdeea0fff com.apple.Contacts.ContactsUICore (1.0 - 999.9.9) < CD4F0D6A-0C10-3137-8DF7-096115D1418C > /System/Library/PrivateFrameworks/ContactsUICore.framework/Versions/A/ContactsU ICore

    0x7fffdeea1000 - 0x7fffdf27efe7 com.apple.CoreAUC (224.0.0 - 224.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC < 8DF6075A-0711-33A9-9031-6FDA22E85C4F >

    0x7fffdf27f000 - 0x7fffdf2affff com.apple.CoreAVCHD (5.9.0 - 5900.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD < 5E1B0512-E50B-3534-99EF-AD15E601877A >

    0x7fffdf2b0000 - 0x7fffdf2c1ff7 com.apple.CoreCDP - OSX (< 084AE849-BCE0-3920-A2C6-AFFC562F82BC > /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/CoreCDP 1.0 - 1.).

    0x7fffdf2c4000 - 0x7fffdf323ffb com.apple.coredav (1.0.1 - 317) < 02CD6212-0A89-3BB5-888C-07B5E1F0A90A > /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV

    0x7fffdf324000 - 0x7fffdf32cffb com.apple.frameworks.CoreDaemon /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon < 212D3DB2-DC44-329F-B810-238DF156D1EE > (1.3 - 1.3)

    0x7fffdf32d000 - 0x7fffdf405fff com.apple.CoreDuet (< 92BC60FA-4FB1-3C31-952D-DBB95BB7F636 > /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 1.0 - 1.).

    0x7fffdf422000 - 0x7fffdf434fff com.apple.CoreDuetDaemonProtocol (1.0-1) < 1C33F20E-6F64-3630-BB2F-58263698D52C > /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol

    0x7fffdf437000 - 0x7fffdf439fff com.apple.CoreDuetDebugLogging (1.0-1) < 90729061-0C56-32DD-9F60-6F799107426B > /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging

    0x7fffdf43c000 - 0x7fffdf44dfff com.apple.CoreEmoji /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji < F3D73BF8-6D48-3B1F-BBE6-EE927E725E92 > (1.0 - 40)

    0x7fffdf44e000 - 0x7fffdf457ffb com.apple.CoreFollowUp - OSX (1.0-1) < 77BB9AA0-9124-33E0-9D3E-DF705D2372A1 > /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/CoreFollowU p

    0x7fffdf502000 - 0x7fffdf518fff com.apple.CoreMediaAuthoring (2.2 - 955) < 3B877988-3823-3A84-A083-CE0B5B54F791 > /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring

    0x7fffdf51f000 - 0x7fffdf5afffb com.apple.CorePDF /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF < 42FD0781-A19C-3E36-BFDA-DAEAFB3A3115 > (4.0 - 4)

    0x7fffdf669000 - 0x7fffdf673ffb com.apple.corerecents (< CA2B87E6-792E-336B-AE61-A368FFC3012B > /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents 1.0 - 1.).

    0x7fffdf674000 - 0x7fffdf70dfff com.apple.CoreRecognition (1.3 - 94) < 594B1C96-4C12-39B7-B393-EDCB6466731F > /System/Library/PrivateFrameworks/CoreRecognition.framework/Versions/A/CoreReco gnition

    0x7fffdf726000 - 0x7fffdf756ff3 com.apple.CoreServicesInternal (276-276) < CCB21255-89DC-3F53-A6D6-8FA8F693C837 > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal

    0x7fffdf757000 - 0x7fffdf79ffff com.apple.CoreSpotlight (1.0 - 144) < 5493A1FE-B922-35C0-9B40-D836E263A0E6 > /System/Library/PrivateFrameworks/CoreSpotlight.framework/Versions/A/CoreSpotli ght

    0x7fffdf9df000 - 0x7fffdfa69fff com.apple.CoreSymbolication (61050) < BAC8D20F-4DC6-32EE-91FE-BF08E930420A > /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication

    0x7fffdfa6a000 - 0x7fffdfba4fef com.apple.coreui (2.1 - 424, 1) < B9B92DB5-1C6C-306F-BD29-B1F82EC95283 > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x7fffdfba5000 - 0x7fffdfc44ffb com.apple.CoreUtils /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils < 87BEB880-3D71-3251-B51E-FF0A42DFC065 > (4.3 - 430.70)

    0x7fffdfc94000 - 0x7fffdfcf9ff3 com.apple.framework.CoreWiFi (12.0 - 1200.25.1) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi < D7C870BE-55DE-34AF-8941-D42696D505B1 >

    0x7fffdfcfa000 - 0x7fffdfd05fff com.apple.CrashReporterSupport (10.12 - 815) < 10C3797E-DD63-303B-B901-1C52A502D2F8 > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport

    0x7fffdfd77000 - 0x7fffdfdaaff7 com.apple.datadetectors (5.0 - 348) < 018E6565-860F-39E2-9C2E-D730668CE326 > t /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect

    0x7fffdfdab000 - 0x7fffdfe22ff3 com.apple.datadetectorscore (7.0 - 539) < C3F6F52B-A1AD-36FA-9BF9-C8D0E147F0A3 > /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

    0x7fffdfe5c000 - 0x7fffdfe9bfff com.apple.DebugSymbols (137-137) < B229F3F7-250B-3151-8048-CEA7BF80FA52 > /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s

    0x7fffdfe9c000 - 0x7fffdffadff7 com.apple.desktopservices (1.11 - 1.11) < 494E239D-706F-350B-9481-2A8ECEEDBD8B > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv

    0x7fffdffb0000 - 0x7fffdffb1ff3 com.apple.diagnosticlogcollection (10.0 - 1000) < 857D297B-B8D3-3694-91CC-B86FF24343D1 > /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection

    0x7fffdffb2000 - 0x7fffe0088ff7 com.apple.DiskImagesFramework /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages < F3F87D4C-CD77-3872-87BC-E3E44B1F76ED > (444-444)

    0x7fffe0089000 - 0x7fffe00ebff7 com.apple.DiskManagement (9.0 - 1054) < 191B21AA-7BAE-3175-B94E-A921D86E9327 > /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag,

    0x7fffe00ec000 - 0x7fffe00f6fff com.apple.DisplayServicesFW (3.1 - 380) < 79733A44-F60D-3EC0-BBC7-C4AEC5649D8F > /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices

    0x7fffe013b000 - 0x7fffe013dffb com.apple.EFILogin /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin < C53AC3A4-C684-3144-89A4-166549518C24 > (2.0 - 2)

    0x7fffe014b000 - 0x7fffe0152fff com.apple.EmojiFoundation (1.0-1) < 83CD69E9-5BC8-3BA7-A311-9DC3BD61F4AE > /System/Library/PrivateFrameworks/EmojiFoundation.framework/Versions/A/EmojiFou thing

    0x7fffe0153000 - 0x7fffe01a5ffb com.apple.ExchangeWebServices (7.0 - 266) < F3E99435-B4FF-3881-B22C-5B82C3471F38 > /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices

    0x7fffe01a6000 - 0x7fffe01c3ff7 com.apple.icloud.FMCore (< A0410632-76E6-3E9F-BEF8-DF4C08B38D24 > /System/Library/PrivateFrameworks/FMCore.framework/Versions/A/FMCore 1.0 - 1.).

    0x7fffe01c4000 - 0x7fffe01dafff com.apple.icloud.FMCoreLite (< 50E158B2-E673-334C-BE62-00ADAC6ECAD8 > /System/Library/PrivateFrameworks/FMCoreLite.framework/Versions/A/FMCoreLite 1.0 - 1.).

    0x7fffe01db000 - 0x7fffe01e0ff3 com.apple.icloud.FMCoreUI (< D29152D7-BF86-338E-B76C-D6B41148FD4A > /System/Library/PrivateFrameworks/FMCoreUI.framework/Versions/A/FMCoreUI 1.0 - 1.).

    0x7fffe01e1000 - 0x7fffe0205ff7 com.apple.icloud.FMF (< B83A68F6-98FD-3077-933D-8F72FB4B43E8 > /System/Library/PrivateFrameworks/FMF.framework/Versions/A/FMF 1.0 - 1.).

    0x7fffe0206000 - 0x7fffe0218ffb com.apple.icloud.FMFUI (< 86D91249-35D4-3CB6-91B3-E45DE0E6CCA4 > /System/Library/PrivateFrameworks/FMFUI.framework/Versions/A/FMFUI 1.0 - 1.).

    0x7fffe0232000 - 0x7fffe0277ff3 com.apple.facetimeservices /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices < 66E34562-ADEF-362C-B165-8BC4E0742C22 > (10.0 - 1000)

    0x7fffe0278000 - 0x7fffe06a9ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) < DEB42099-6927-332C-8D3E-D45096318D25 > /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

    0x7fffe06aa000 - 0x7fffe06b0fff com.apple.FamilyCircle (1.0?) - e /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl < 128BA606-40D0-3820-9BBA-55887931CE7B >

    0x7fffe06b1000 - 0x7fffe06cefff com.apple.framework.familycontrols (4.1 - 410) < 639F6BC5-4252-3CD1-911B-CE2FDF586882 > /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon three

    0x7fffe06d5000 - 0x7fffe06defff com.apple.icloud.FindMyDevice (1.0-1) < 5F368104-5128-378B-9EC1-9E371562A8E9 > e /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic

    0x7fffe06df000 - 0x7fffe06e3fff com.apple.FindMyMac /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac < C41785D6-DDE8-37C6-A6C4-2D43E536D071 > (3.1 - 54)

    0x7fffe0a8d000 - 0x7fffe19e1fe7 libLLVMContainer.dylib (11) < D50362C8-33B4-33CF-B0D1-6F67EDCB74AC > /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/A/Libraries/li bLLVMContainer.dylib

    0x7fffe19e2000 - 0x7fffe19e2fff (600.0.48.25) libmetal_timestamp.dylib < 348D32E6-AD49-36DC-A0DE-5A44B2699FFA > /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dyli b

    0x7fffe19ef000 - 0x7fffe19faff3 libGPUSupportMercury.dylib (12.4.2.1) < A720545E-40F3-3FE0-A8B3-067D49083417 > /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib

    0x7fffe1cac000 - 0x7fffe1cc8ff7 com.apple.GenerationalStorage (2.0 - 259) < 43D40063-BD46-3008-8992-FF092B7C9A58 > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

    0x7fffe1cc9000 - 0x7fffe1cdffff com.apple.geokit /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit < EDDF479E-A584-379D-8932-5C33A4A1F5F2 > (2.2 - 2.2)

    0x7fffe1ce0000 - 0x7fffe2374fff com.apple.GeoServices (1.0 - 1226.20.7.17.11) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices < A6007FBD-25F7-3F52-972A-EEFCE0F6BF70 >

    0x7fffe23ba000 - 0x7fffe2430fff com.apple.Heimdal /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal < 18C127D7-9C61-3C5B-8C6F-7953760D2674 > (4.0 - 2.0)

    0x7fffe2443000 - 0x7fffe2466ff7 com.apple.IASUtilities (1.0 - 310) < 06E42101-FAEA-31BD-9A53-9A4BC2468ED6 > /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilitie s

    0x7fffe2467000 - 0x7fffe2528ff7 com.apple.ids /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS < 2A792BBF-3883-3C20-A6CE-8D348D6481D5 > (10.0 - 1000)

    0x7fffe2529000 - 0x7fffe256bfff com.apple.idsfoundation (10.0 - 1000) < 6095998B-DE19-3492-A77B-002E3E99A68F > /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion

    0x7fffe26a7000 - 0x7fffe2812ff7 com.apple.imcore /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore < BB4F438F-C938-34BF-A0DD-31F78FF65CBF > (10.0 - 1000)

    0x7fffe298f000 - 0x7fffe29f3ffb com.apple.imfoundation (10.0 - 1000) < CC7A2C30-49ED-3637-A987-DA9EB4BF9EC1 > /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n

    0x7fffe29f4000 - 0x7fffe2a03fff com.apple.messages.IMSharedUI (< 8E9EB742-52D3-34E8-9EA9-4CAF3A2F1F72 > /System/Library/PrivateFrameworks/IMSharedUI.framework/Versions/A/IMSharedUI 1.0 - 1.).

    0x7fffe2a04000 - 0x7fffe2a2bff7 com.apple.imsharedutilities (10.0 - 1000) < E0D3B235-E8BE-38B7-A108-48790BD23E56 > /System/Library/PrivateFrameworks/IMSharedUtilities.framework/Versions/A/IMShar edUtilities

    0x7fffe2a42000 - 0x7fffe2a49ffb com.apple.IOAccelerator (288.13 - 288.13) < F77E27C3-20DD-3CE5-9D0A-6C89A997080E > /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor

    0x7fffe2a4a000 - 0x7fffe2a4afff com.apple.IOPlatformPluginFamily (1.0-1) < FE9A03BF-4FB7-3F66-9E2A-4E66A5E58515 > /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/I OPlatformPluginFamily

    0x7fffe2a4b000 - 0x7fffe2a5fff3 com.apple.IOPresentment (1.0 - 25) < 40934217-996A-3DDB-A8C4-484CA0F0222B > /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentm ent

    0x7fffe2a60000 - 0x7fffe2a82ff7 com.apple.IconServices (74, 1-74, 1) < F7B83970-4A72-3186-BBB3-90FA86C3E263 > /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s

    0x7fffe2a83000 - 0x7fffe2a88ffb com.apple.incomingcallfilter (10.0 - 1000) < 64B2DD48-A40B-312F-8001-DB545753E52C > /System/Library/PrivateFrameworks/IncomingCallFilter.framework/Versions/A/Incom ingCallFilter

    0x7fffe2a89000 - com.apple.DistributionKit (700-1000) < 400F251A-4694-3400-93E4-C5133E1998DB > System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit 0x7fffe2aa6ff7. framework/Versions/A/DistributionKit

    0x7fffe2aa7000 - 0x7fffe2aaeff3 com.apple.InstallerDiagnostics (1.0-1) < 5AB8CFE4-18CD-3440-AFC1-F915BBB26383 > /System/Library/PrivateFrameworks/InstallerDiagnostics.framework/Versions/A/Ins tallerDiagnostics

    0x7fffe2ab2000 - 0x7fffe2b1cff7 com.apple.framework.internetaccounts (2.1 - 210) < ECCF7F7D-70B2-3D38-8064-D1176395CED1 > /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts

    0x7fffe2b1d000 - 0x7fffe2b2dff3 com.apple.IntlPreferences (2.0 - 216) < 43FFAB0C-4124-3231-B0CB-137CCB0A53AF > /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences

    0x7fffe2b2e000 - 0x7fffe2b4bfff com.apple.Jet (< 58AFFA60-9BE8-3194-849E-13035074A2D2 > /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet 1.0 - 1.).

    0x7fffe2b4c000 - 0x7fffe2b59fff com.apple.KerberosHelper (4.0 - 1.0) < B4AADAF1-5E4F-3654-8377-045BF992C63C > /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper

    0x7fffe2b5a000 - 0x7fffe2b63ffb com.apple.security.KeychainCircle.KeychainCircle (1.0-1) < 6C8095F5-2B08-311F-BAE0-00BA112D99D2 > /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainC ircle

    0x7fffe2b64000 - 0x7fffe2d18fff com.apple.LanguageModeling (1.0 - 123) < 10152D7F-C7C0-34AA-A295-D712D16C76E6 > /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling

    0x7fffe2d3a000 - 0x7fffe2d3effb com.apple.LoginUICore (4.0 - 4.0) < 7CE3F5E8-E365-31D0-97C9-A54A7F336D67 > /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore

    0x7fffe2de8000 - 0x7fffe2eb9ff3 com.apple.MMCS /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS < 14867D2F-6E87-351E-AB4B-9BD759364DFD > (1.3 - 379)

    0x7fffe334f000 - 0x7fffe3352fff com.apple.Mangrove (< 05039E9F-9C07-375B-A940-D90D455A2EC2 > /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 1.0 - 1.).

    0x7fffe3390000 - 0x7fffe3392ffb com.apple.marco /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco < DAF5C34A-7ED2-35C0-A7F0-5199D11BB181 > (10.0 - 1000)

    0x7fffe342a000 - 0x7fffe345eff3 com.apple.MediaKit (16-840) < 2035FF47-C7E6-3F73-A335-AC0BFBB1DB36 > /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

    0x7fffe345f000 - 0x7fffe356aff7 com.apple.MediaRemote (< 0F9ECD8D-236E-3098-AE17-B34806FB31AE > /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote 1.0 - 1.).

    0x7fffe356b000 - 0x7fffe358affb com.apple.MediaServices (1.0-1) < C33996B9-1267-39EB-B08D-6107CDB4F327 > /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServi CES

    0x7fffe359a000 - 0x7fffe35adff7 com.apple.MessagesKit (1.0 - 5500) < DD40657F-991D-3200-A0D7-D9AC7D8A9F0F > /System/Library/PrivateFrameworks/MessagesKit.framework/Versions/A/MessagesKit

    0x7fffe35ae000 - 0x7fffe3626fef com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0-1) < FAFA0DF5-4226-3867-A2E2-CAB889DC4490 > /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/ MetalPerformanceShaders

    0x7fffe378c000 - 0x7fffe3797ff7 com.apple.MobileKeyBag (1.0 - 2.0) < 7ECC9D0A-246F-3D7E-9E78-16DBA0B55F49 > /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBa g

    0x7fffe37a8000 - 0x7fffe37cefff com.apple.MultitouchSupport.framework (367, 6-367, 6) < 32D8588A-29BD-3A23-92B2-05C013DA5BC5 > /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport

    0x7fffe37cf000 - 0x7fffe387aff3 com.apple.Navigation (< C337DAE0-F836-3AB5-972F-B41E230FB929 > /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation 1.0 - 1.).

    0x7fffe387b000 - 0x7fffe3885fff com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < D57D5888-0290-3295-A1C4-D673D4DCB497 > (6.0 - 6.0)

    0x7fffe3886000 - 0x7fffe388bfff com.apple.NetFSServer (< 6D846E1D-E748-3C72-9B3D-6804363E8897 > /System/Library/PrivateFrameworks/NetFSServer.framework/Versions/A/NetFSServer 2.0 - 1).

    0x7fffe3892000 - 0x7fffe390dfff com.apple.Network (< 125819E8-134D-3A36-9BA2-4BF2410FF397 > /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network 1.0 - 1.).

    0x7fffe3c7a000 - 0x7fffe3c7cfff com.apple.OAuth /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth < 1A29AF10-4AFE-32A2-9CA9-A98BACA2CE8D > (25-25)

    0x7fffe3c95000 - 0x7fffe3c9dffb com.apple.PackageKit.PackageUIKit /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit < 572561A4-ACCE-3970-9FA8-A1C31DEA0CD8 > (3.0 - 627). framework/Versions/A/PackageUIKit

    0x7fffe3c9e000 - 0x7fffe3d90fcf com.apple.PackageKit /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit < 9BA765ED-D30D-318D-BB66-EA6F25CF4687 > (3.0 - 627)

    0x7fffe3e5a000 - 0x7fffe3e64ff7 com.apple.PassKit (< 31E909FC-3921-33BC-A42C-33576C258C29 > /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit 1.0 - 1.).

    0x7fffe3e65000 - 0x7fffe3fbfff7 com.apple.PassKitCore (< 4C20CDE3-9235-34F6-B5E4-E426919A775C > /System/Library/PrivateFrameworks/PassKitCore.framework/Versions/A/PassKitCore 1.0 - 1.).

    0x7fffe3fc0000 - 0x7fffe4015ffb com.apple.PassKitUI (< 93656636-E883-3924-B000-281C40C33C67 > /System/Library/PrivateFrameworks/PassKitUI.framework/Versions/A/PassKitUI 1.0 - 1.).

    0x7fffe4016000 - 0x7fffe4025ff7 PassKitUIFoundation (1.0?) - < 2333AFFE-A30F-3059-B2FF-D7690BCDF0AA > /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/Versions/A/Pass KitUIFoundation

    0x7fffe4026000 - 0x7fffe4067ff7 com.apple.PerformanceAnalysis (1, 145-145) < 9DF1FCCC-7EBF-3213-B77A-0C3D3B7CF7AF > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis

    0x7fffe4068000 - 0x7fffe4089ff7 com.apple.persistentconnection (1.0 - 1.0) < 009806B8-B985-304F-B7CF-636A50A2175B > /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/Per sistentConnection

    0x7fffe408a000 - 0x7fffe409cffb com.apple.PersonaKit (< 1D002495-BD47-3634-91E1-B5CCDFA92CFB > /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit 1.0 - 1.).

    0x7fffe409d000 - 0x7fffe40aaff3 com.apple.PersonaUI (< 710CE460-7895-336B-9A47-1D7C84E1D4DC > /System/Library/PrivateFrameworks/PersonaUI.framework/Versions/A/PersonaUI 1.0 - 1.).

    0x7fffe40ab000 - 0x7fffe40b2ff3 com.apple.phonenumbers (1.1.1 - 105) < 14003B00-D2DA-3732-A1AC-A71763EC3556 > /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s

    0x7fffe40b3000 - 0x7fffe40c2ffb com.apple.PhotosFormats (2.0 - 445.1.15) < 5E8CAC76-1AFF-314B-8D4A-C1BB09236911 > /System/Library/PrivateFrameworks/PhotoLibrary.framework/Versions/A/Frameworks/ PhotosFormats.framework/Versions/A/PhotosFormats

    0x7fffe40c3000 - 0x7fffe40caffb com.apple.photo.MediaConversionService (2.0 - 445.1.15) eworks/MediaConversionService.framework/Versions/A/MediaConversionService /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < DFD878D4-0673-3E70-A102-1E4BE7B7AAB7 >

    0x7fffe40cb000 - 0x7fffe410dfff com.apple.MomentsLibrary (2.0 - 445.1.15) eworks/MomentsLibrary.framework/Versions/A/MomentsLibrary /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 9AADD77E-2973-3A76-B38A-5771465E91DB >

    0x7fffe410e000 - 0x7fffe4128ff7 com.apple.PMR (2.0 - 445.1.15) eworks/PMR.framework/Versions/A/PMR /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < EA49E8C1-C98D-3429-B8E9-07335DBDCDDE >

    0x7fffe4129000 - 0x7fffe41d2fff com.apple.PhotoFoundation (2.0 - 445.1.15) eworks/PhotoFoundation.framework/Versions/A/PhotoFoundation /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 7EEC2DBA-68AC-3FE3-B460-61C42D0E8D05 >

    0x7fffe41d3000 - 0x7fffe4217fff com.apple.PhotosImagingFoundation (2.0 - 445.1.15) eworks/PhotosImagingFoundation.framework/Versions/A/PhotosImagingFoundation /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 8A7C3A32-B4F8-3193-BF62-37476A868BBD >

    0x7fffe4218000 - 0x7fffe45cbff7 com.apple.PhotoLibraryPrivate (2.0 - 445.1.15) oLibraryPrivate /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Phot < B27ECD59-D5A0-31E8-BD36-7C8C600658E3 >

    0x7fffe45cc000 - 0x7fffe4606ff7 com.apple.PhotosPlayer (1.0 - 147) < CF86CC43-ECF5-34BD-AD97-5F54DCA743B0 > /System/Library/PrivateFrameworks/PhotosPlayer.framework/Versions/A/PhotosPlaye r

    0x7fffe4607000 - 0x7fffe4661fff com.apple.PhysicsKit (< A0FD3BB8-CB18-3CE9-8EFE-8278EA431248 > /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit 1.0 - 1.).

    0x7fffe4662000 - 0x7fffe4684ff3 com.apple.pluginkit.framework (< 966D5575-E092-33A4-8CD8-595EB6AA637A > /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 1.0 - 1.).

    0x7fffe46cb000 - 0x7fffe46f6ffb com.apple.ProtectedCloudStorage (1.0-1) < A1219818-97B0-3A4D-825B-24ADF9B7C8B6 > /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage

    0x7fffe46f7000 - 0x7fffe4711fff (1-249) com.apple.ProtocolBuffer < D8B7694B-B598-3728-8583-9C4CC0F05B64 > /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer

    0x7fffe4712000 - 0x7fffe4722ffb com.apple.QuickLookThumbnailing (1.0-1) < DD5F14E6-A8A8-3EA8-96A3-4C84092BC18F > /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/Qu ickLookThumbnailing

    0x7fffe472b000 - 0x7fffe474eff3 com.apple.RemoteViewServices (2.0 - 124) < 280DB828-4613-3DF8-ACBA-C91989B64347 > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices

    0x7fffe537d000 - 0x7fffe5380ff7 com.apple.SecCodeWrapper (4.0 - 307.1.1) < 64F951CB-A975-32F0-BC60-1E839E607FCB > /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper

    0x7fffe5381000 - 0x7fffe5386fff com.apple.ServerInformation (2.0-1) /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server < AA7A1FC2-8802-3576-9642-CF924552B347 > information

    0x7fffe538f000 - 0x7fffe540dff3 com.apple.ShareKit /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit < 63994E32-93AA-38D8-86D3-00715019D812 > (1.0 - 500)

    0x7fffe540e000 - 0x7fffe5489fff com.apple.Sharing (659.1.6 - 659.1.6) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing < C217107C-CD4B-311D-9FBA-7435B1F6186F >

    0x7fffe54aa000 - 0x7fffe570bff3 com.apple.SkyLight (1.600.0 - 100) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight < F0B08B4C-8550-3241-8128-F7601E60BDEB >

    0x7fffe570c000 - com.apple.SocialAppsCore (8.0 - 5500) < DA227736-F224-365F-965B-6984DFB51D90 > 0x7fffe573fff3 sCore /System/Library/PrivateFrameworks/SocialAppsCore.framework/Versions/A/SocialApp

    0x7fffe5740000 - 0x7fffe5833ff3 com.apple.iChat.SocialUI (8.0 - 5500) < E35FFA0F-52ED-3967-89A9-5019A5C8A27D > /System/Library/PrivateFrameworks/SocialUI.framework/Versions/A/SocialUI

    0x7fffe5834000 - 0x7fffe58e4fff com.apple.SoftwareUpdate.framework (6 - 966.5) < 3BA26A64-188E-3C36-BDCC-DA9A3C5B14FB > /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU updated

    0x7fffe58e5000 - 0x7fffe58f1fff com.apple.SpeechRecognitionCore (3.0.15 - 3.0.15) < BE386037-4B61-341F-80E2-5D8B5B50C8BC > /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore

    0x7fffe5ba7000 - 0x7fffe5bb6ff7 com.apple.StorageManagement (1.0-1) < FCCD60D4-A913-339F-ADFD-14B2AEA8F23C > /System/Library/PrivateFrameworks/StorageManagement.framework/Versions/A/Storag eManagement

    0x7fffe5bb7000 - 0x7fffe5c1fff7 thing /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFou < 633FDEAC-2688-3DE5-A3BE-5640B3E60370 > com.apple.StoreFoundation (1.0 - 552)

    0x7fffe5fd4000 - 0x7fffe6040ff3 (61080.2) com.apple.Symbolication < 0F183B36-0BCF-3330-8C68-4A521A142919 > /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion

    0x7fffe6229000 - 0x7fffe6255ff3 com.apple.framework.SystemAdministration (1.0 - 1.0) < DAD14404-CA3E-3D5E-9470-D28E42CC1948 > /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration

    0x7fffe6437000 - 0x7fffe643dff7 com.apple.TCC (< CEE9F9F9-2A24-3F60-BE73-4703D85E307C > /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 1.0 - 1.).

    0x7fffe643e000 - 0x7fffe64c8ffb com.apple.TelephonyUtilities (1.0 - 1.0) < 792FB51B-EB4B-321E-AA82-B598F1F4F9B6 > /System/Library/PrivateFrameworks/TelephonyUtilities.framework/Versions/A/Telep honyUtilities

    0x7fffe64c9000 - 0x7fffe667cff3 com.apple.TextureIO /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO < 9E6E91C7-76DC-3C12-9629-494084792476 > (1.31 to 1.31)

    0x7fffe66c5000 - 0x7fffe66daff3 com.apple.ToneKit (< ACFC15FF-6BB9-3D0F-B94E-617E9D1362DA > /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 1.0 - 1.).

    0x7fffe66db000 - 0x7fffe66e9ffb com.apple.ToneLibrary (< 32AD3F5C-124F-351D-BC9B-63A7AEA20F31 > /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 1.0 - 1.).

    0x7fffe66f0000 - 0x7fffe66f1fff com.apple.TrustEvaluationAgent (2.0 - 28) < 6793B664-C4FC-3CD4-B0E7-25B9933391AC > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

    0x7fffe66f2000 - 0x7fffe6881ffb com.apple.UIFoundation (1.0 - 489) < 0CD14719-FC52-3AC5-87EF-775437927990 > /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n

    0x7fffe6882000 - 0x7fffe6886fff com.apple.Uninstall (1.0.1 - 211) < F98585CA-6FD2-3505-A924-049F083646DA > /System/Library/PrivateFrameworks/Uninstall.framework/Versions/A/Uninstall

    0x7fffe68ed000 - 0x7fffe6f7eff3 com.apple.VectorKit (1.0 - 1228.20.7.17.8) /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit < 01C84FF8-DA42-3CBC-B85E-C2EF895C0027 >

    0x7fffe72dc000 - 0x7fffe738bff7 com.apple.ViewBridge (265, 1 - 265.1) < 21855FE3-F19D-3E3F-9500-BFC811DA75C6 > /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge

    0x7fffe7468000 - 0x7fffe74cdff3 com.apple.WhitePagesFramework (10.7.0 - 141.0) < 11173AA4-3E70-3278-8436-8065F04DDAE8 > /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages

    0x7fffe77b3000 - 0x7fffe77b9fff com.apple.XPCService (< BC3FCE26-6219-3316-949F-37F7005C9A0F > /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 2.0 - 1).

    0x7fffe77cf000 - 0x7fffe7805ff7 com.apple.iCalendar /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar < 7137FDDC-BD79-36CE-85C7-AFF736D949CF > (7.0 - 262)

    0x7fffe788a000 - 0x7fffe788cffb com.apple.loginsupport (1.0-1) < 03B57D6F-C210-32BC-B384-5B0E95660283 > /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport

    0x7fffe788d000 - 0x7fffe78a5ffb com.apple.login /System/Library/PrivateFrameworks/login.framework/Versions/A/login < B904E4D4-090D-3DC1-824D-12908001ABEC > (3.0 - 3.0)

    0x7fffe78b8000 - 0x7fffe78dfff3 com.apple.contacts.vCard (1.0 - 2250) < 443AB8FC-1C0F-3505-8C90-CDE600C9C73E > /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard

    0x7fffe78e1000 - 0x7fffe78fcff7 libCRFSuite.dylib (34) < BACC371B-6153-36B5-BC54-3BCF26FBB221 > /usr/lib/libCRFSuite.dylib

    0x7fffe78fd000 - 0x7fffe7908fff libChineseTokenizer.dylib (21) < 09E74E18-ADB2-30D2-A858-13691CB1186C > /usr/lib/libChineseTokenizer.dylib

    0x7fffe7909000 - 0x7fffe7999ff7 libCoreStorage.dylib (540) < 767EE749-FAD4-3557-ACC8-35EF8457B98D > /usr/lib/libCoreStorage.dylib

    0x7fffe799a000 - 0x7fffe799bff3 libDiagnosticMessagesClient.dylib (102) < 422911A4-E273-3E88-BFC4-DF6470E48242 > /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fffe799c000 - 0x7fffe7baffff libFosl_dynamic.dylib (16.37) < 3EA1C7EE-4A6C-3B09-BCA7-81A074B24013 > /usr/lib/libFosl_dynamic.dylib

    0x7fffe7bb0000 - 0x7fffe7bc1fff libIASAuthReboot.dylib (1114) < 70F15AEE-C415-3C7A-9492-C3EF178B3F8B > /usr/lib/libIASAuthReboot.dylib

    0x7fffe7bcb000 - 0x7fffe7bd2fff libMatch.1.dylib (27) < 5D52A207-E2AF-3E05-8C51-91C1D82FCEE8 > /usr/lib/libMatch.1.dylib

    0x7fffe7bd3000 - 0x7fffe7bd3fff libOpenScriptingUtil.dylib (172) < D025E180-BB3B-3FFA-98FC-B6835354D723 > /usr/lib/libOpenScriptingUtil.dylib

    0x7fffe7bd4000 - 0x7fffe7bd7ff7 (477.1.5) libScreenReader.dylib < 88D484EC-7589-324B-890D-799F27DF0FB3 > /usr/lib/libScreenReader.dylib

    0x7fffe7bd8000 - 0x7fffe7bd9ff3 libSystem.B.dylib (1238) < 168B3C56-081B-3998-9A44-681EB4C6828F > /usr/lib/libSystem.B.dylib

    0x7fffe7bda000 - 0x7fffe7c41ff7 libTelephonyUtilDynamic.dylib (1413) < 91A5B47A-167B-3A3C-8E59-F5B8F5A50D35 > /usr/lib/libTelephonyUtilDynamic.dylib

    0x7fffe7c45000 - 0x7fffe7c70ffb libarchive.2.dylib (41.1.1) < C4F76D18-8484-3779-AE80-14F27E57ABB5 > /usr/lib/libarchive.2.dylib

    0x7fffe7c71000 - 0x7fffe7d4bfe7 libate.dylib (1.12.12) < 1371D20C-3A80-37A5-AB94-09C4C4F67B01 > /usr/lib/libate.dylib

    0x7fffe7d4f000 - 0x7fffe7d4fff3 libauto.dylib (187) < 5BBF6A00-CC76-389D-84E7-CA88EDADE683 > /usr/lib/libauto.dylib

    0x7fffe7d50000 - 0x7fffe7d60ff3 libbsm.0.dylib (34) < 20084796-B04D-3B35-A003-EA11459557A9 > /usr/lib/libbsm.0.dylib

    0x7fffe7d61000 - 0x7fffe7d6fff7 libbz2.1.0.dylib (38) < 6FD3B63F-0F86-3A25-BD5B-E243F58792C9 > /usr/lib/libbz2.1.0.dylib

    0x7fffe7d70000 - 0x7fffe7dc6ff7 libc ++.1.dylib (307,4) < BEE86868-F831-384C-919E-2B286ACFE87C > /usr/lib/libc++.1.dylib

    0x7fffe7dc7000 - 0x7fffe7df1fff libc ++ abi.dylib (307,2) < 1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23 > /usr/lib/libc++abi.dylib

    0x7fffe7df2000 - 0x7fffe7e02ffb libcmph.dylib (6) < 2B5D405E-2D0B-3320-ABD6-622934C86ABE > /usr/lib/libcmph.dylib

    0x7fffe7e03000 - 0x7fffe7e18ffb libcompression.dylib (34) < AEF908E6-C0FE-3884-BD45-FB37A035545D > /usr/lib/libcompression.dylib

    0x7fffe7e19000 - 0x7fffe7e19ff7 (121.1.1) libcoretls.dylib < F3BAB54C-DA82-37C3-A218-46FEB179D555 > /usr/lib/libcoretls.dylib

    0x7fffe7e1a000 - 0x7fffe7e1bffb (121.1.1) libcoretls_cfhelpers.dylib < D12709F3-BBE3-3CF7-9070-C2A0803F5526 > /usr/lib/libcoretls_cfhelpers.dylib

    0x7fffe7ed5000 - 0x7fffe7fb9ff3 libcrypto.0.9.8.dylib (64) < 4CB423CE-0B86-334A-9335-FEE75198024F > /usr/lib/libcrypto.0.9.8.dylib

    0x7fffe814b000 - 0x7fffe8156fff libcsfde.dylib (540) < 0F49D756-17BF-3E69-AD3B-A9B993CD41EA > /usr/lib/libcsfde.dylib

    0x7fffe8157000 - 0x7fffe81aaff7 libcups.2.dylib (450) < 04CA1F55-4B70-3D65-B4B1-62F6C271A9EF > /usr/lib/libcups.2.dylib

    0x7fffe81ab000 - 0x7fffe81faff7 libcurl.4.dylib (95) < 7FFE0024-36CD-3040-923F-1DE911FE5459 > /usr/lib/libcurl.4.dylib

    0x7fffe81fb000 - 0x7fffe8202ff3 libdscsym.dylib (145) < 0972B577-B427-3A1C-A9E7-325B6B265135 > /usr/lib/libdscsym.dylib

    0x7fffe8224000 - 0x7fffe8224fff libenergytrace.dylib (15) < A1B040A2-7977-3097-9ADF-34FF181EB970 > /usr/lib/libenergytrace.dylib

    0x7fffe8225000 - 0x7fffe8231ffb libexslt.0.dylib (15.8) < 9910CD52-0A64-3992-B540-D7D38C626209 > /usr/lib/libexslt.0.dylib

    0x7fffe8234000 - 0x7fffe8239ff3 libheimdal - asn1.dylib (498) < 8F3F1AE8-CE4A-355C-82E3-74DA46B5BB02 > /usr/lib/libheimdal-asn1.dylib

    0x7fffe823a000 - 0x7fffe832cff7 libiconv.2.dylib (50) < 42125B35-81D7-3FC4-9475-A26DBE10884D > /usr/lib/libiconv.2.dylib

    0x7fffe832d000 - 0x7fffe8552fff libicucore. A.dylib (57131.0.1) < 72594943-D25E-3F70-A4AC-8E9F9F442B7E >/usr/lib/libicucore. A.dylib

    0x7fffe8558000 - 0x7fffe8559fff liblangid.dylib (126) < 3F4530C9-8BE1-3AA7-9A82-98694D240866 > /usr/lib/liblangid.dylib

    0x7fffe855a000 - 0x7fffe8573ffb liblzma.5.dylib (10) < 44BD0279-99DD-36B5-8A6E-C11432E2098D > /usr/lib/liblzma.5.dylib

    0x7fffe8574000 - 0x7fffe858aff7 libmarisa.dylib (5) < 2183D484-032D-3DE5-8984-3A14006E034E > /usr/lib/libmarisa.dylib

    0x7fffe858b000 - 0x7fffe8834fff libmecabra.dylib (744) < 545EDC2D-22BB-3E8F-BFD3-921447581D9F > /usr/lib/libmecabra.dylib

    0x7fffe8867000 - 0x7fffe88dfffb (856.1.8) libnetwork.dylib < 30FC3C60-CCA9-3E2B-80AA-DE53F5762374 > /usr/lib/libnetwork.dylib

    0x7fffe88e0000 - 0x7fffe8cb5127 libobjc. A.dylib (706) < 47104A1B-13E8-369F-BC36-27FF465809FD >/usr/lib/libobjc. A.dylib

    0x7fffe8cb6000 - 0x7fffe8cb7ff7 libodfde.dylib (23) < 4DFCC459-2C07-38C6-871F-94DA3677F1EA > /usr/lib/libodfde.dylib

    0x7fffe8cb8000 - 0x7fffe8cbcfff libpam.2.dylib (21) < 352F8FF6-2248-3594-B357-8D031DEFB06C > /usr/lib/libpam.2.dylib

    0x7fffe8cbd000 - 0x7fffe8cedff7 libpcap. A.dylib (67) < 450DB888-2C0C-3085-A5F1-69324DFE902C >/usr/lib/libpcap. A.dylib

    0x7fffe8d0b000 - 0x7fffe8d27ffb libresolv.9.dylib (64) < A244AE4C-00B0-396C-98FF-97FE4DB3DA30 > /usr/lib/libresolv.9.dylib

    0x7fffe8d28000 - 0x7fffe8d61fff (592.1.3) libsandbox.1.dylib < 0024D751-23D8-35DF-87CF-72E489DA2F9F > /usr/lib/libsandbox.1.dylib

    0x7fffe8d62000 - 0x7fffe8d74ffb libsasl2.2.dylib (209) < 5A177BA8-362D-32DA-8D14-69AB191648B3 > /usr/lib/libsasl2.2.dylib

    0x7fffe8d75000 - 0x7fffe8d76ff3 libspindump.dylib (228) < F80FAB75-D656-3FDA-8753-D3D6771B17E6 > /usr/lib/libspindump.dylib

    0x7fffe8d77000 - 0x7fffe8eb8ffb libsqlite3.dylib (252) < A531C105-64D7-37C0-B999-9320047B71C5 > /usr/lib/libsqlite3.dylib

    0x7fffe8f14000 - 0x7fffe8f64fff libstdc ++.6.dylib (104.1) < 91F66BFD-F927-301F-B8F3-578A5CEA78F4 > /usr/lib/libstdc++.6.dylib

    0x7fffe8f73000 - 0x7fffe8fa5fff libtidy. A.dylib (15.18.1) < 1E4E05C0-53F3-3FEF-9A9B-3DBE9BCA9467 >/usr/lib/libtidy. A.dylib

    0x7fffe8fa6000 - 0x7fffe8fa8ffb libutil.dylib (47) < 2E56EB36-BF20-3261-9083-3D7AD06A96A2 > /usr/lib/libutil.dylib

    0x7fffe8fa9000 - 0x7fffe8fb6fff libxar.1.dylib (354) < AAFCF321-8100-3622-880B-9661DCA35D69 > /usr/lib/libxar.1.dylib

    0x7fffe8fba000 - 0x7fffe90a9ffb libxml2.2.dylib (30.11) < 26676155-64CE-323F-B73C-AD77AF5982E8 > /usr/lib/libxml2.2.dylib

    0x7fffe90aa000 - 0x7fffe90d3fff libxslt.1.dylib (15.8) < FFF5DD45-F544-34B2-BE3C-DB877DC60081 > /usr/lib/libxslt.1.dylib

    0x7fffe90d4000 - 0x7fffe90e5ff3 libz.1.dylib (67) < 46E3FFA2-4328-327A-8D34-A03E20BFFB8E > /usr/lib/libz.1.dylib

    0x7fffe90f4000 - 0x7fffe90f8ff7 libcache.dylib (79) < 84E55656-FDA9-3B29-9E4F-BE31B2C0AA3C > /usr/lib/system/libcache.dylib

    0x7fffe90f9000 - 0x7fffe9103fff (60092.1.2) libcommonCrypto.dylib < 79F738D8-0AD7-3DEA-AF80-E0F8B90B74E3 > /usr/lib/system/libcommonCrypto.dylib

    0x7fffe9104000 - 0x7fffe910bfff libcompiler_rt.dylib (62) < 486BDE52-81B4-3446-BD72-23977CAE556F > /usr/lib/system/libcompiler_rt.dylib

    0x7fffe910c000 - 0x7fffe9114fff libcopyfile.dylib (138) < 0DA49B77-56EC-362D-98FF-FA78CFD986D6 > /usr/lib/system/libcopyfile.dylib

    0x7fffe9115000 - 0x7fffe9197ff3 (442.1.3) libcorecrypto.dylib < 1CA8B679-810E-3C04-945A-4AC19372CDC7 > /usr/lib/system/libcorecrypto.dylib

    0x7fffe9198000 - 0x7fffe91cafff (703.1.4) libdispatch.dylib < 12B1D95B-283D-325D-85AB-29A2FFD36987 > /usr/lib/system/libdispatch.dylib

    0x7fffe91cb000 - 0x7fffe91d0ff3 libdyld.dylib (421,1) < CDFBDC9C-418C-369D-B433-F64B0630E640 > /usr/lib/system/libdyld.dylib

    0x7fffe91d1000 - 0x7fffe91d1ffb libkeymgr.dylib (28) < 09CD7CA6-46D2-3A9F-B9F1-7C4CA5CA0D68 > /usr/lib/system/libkeymgr.dylib

    0x7fffe91d2000 - 0x7fffe91deffb (3789.1.32) libkxld.dylib < 48BDBE7F-AAE6-3050-9017-6959051CF16A > /usr/lib/system/libkxld.dylib

    0x7fffe91df000 - 0x7fffe91dffff (972.1.5) liblaunch.dylib < DC31FDEA-FD81-335E-BAA8-5A7395D20772 > /usr/lib/system/liblaunch.dylib

    0x7fffe91e0000 - 0x7fffe91e5fff libmacho.dylib (894) < 1EAE5ADD-490C-3B1F-9F97-447BA8E0E90F > /usr/lib/system/libmacho.dylib

    0x7fffe91e6000 - 0x7fffe91e8ff3 libquarantine.dylib (85) < 78EF62D8-C890-3FC0-937A-C2FD8CEF8992 > /usr/lib/system/libquarantine.dylib

    0x7fffe91e9000 - 0x7fffe91eaffb libremovefile.dylib (45) < C4FC07FF-ED86-382E-B06F-33C34718080C > /usr/lib/system/libremovefile.dylib

    0x7fffe91eb000 - 0x7fffe9203ff7 (349.1.1) libsystem_asl.dylib < F0987490-8427-367F-B302-A05A7D61FEBF > /usr/lib/system/libsystem_asl.dylib

    0x7fffe9204000 - 0x7fffe9204ff7 libsystem_blocks.dylib (67) < B8C3701D-5A91-3D35-999D-2DC8D5393525 > /usr/lib/system/libsystem_blocks.dylib

    0x7fffe9205000 - 0x7fffe9292fe7 (1158.1.2) libsystem_c.dylib < 5F260836-48E4-3F57-8553-62D2DA228A1F > /usr/lib/system/libsystem_c.dylib

    0x7fffe9293000 - 0x7fffe9296ffb (888.1.2) libsystem_configuration.dylib < 67BB9D8B-2430-38AD-81A7-F0EC924B2590 > /usr/lib/system/libsystem_configuration.dylib

    0x7fffe9297000 - 0x7fffe929afff libsystem_coreservices.dylib (41.1) < 11F22E6C-0DCB-3699-A4F0-C99E301E56E9 > /usr/lib/system/libsystem_coreservices.dylib

    0x7fffe929b000 - 0x7fffe92b3ffb (121.1.1) libsystem_coretls.dylib < 8F7E9B12-400D-3276-A9C5-4546B0258554 > /usr/lib/system/libsystem_coretls.dylib

    0x7fffe92b4000 - 0x7fffe92bafff (765.1.2) libsystem_dnssd.dylib < C5FF2025-C60B-39C6-B205-6BF1BC51D1B3 > /usr/lib/system/libsystem_dnssd.dylib

    0x7fffe92bb000 - 0x7fffe92e4fff libsystem_info.dylib (503) < C686B834-5E7D-382C-AF6E-44AB78EE83E2 > /usr/lib/system/libsystem_info.dylib

    0x7fffe92e5000 - 0x7fffe9307ff7 (3789.1.32) libsystem_kernel.dylib < 5C68A0D7-C3C9-3E52-B983-EDE9A28AB6FC > /usr/lib/system/libsystem_kernel.dylib

    0x7fffe9308000 - 0x7fffe934ffe7 (3121.4) libsystem_m.dylib < E3370D16-EBAA-3C7F-AC56-2D6EAD7DB0A4 > /usr/lib/system/libsystem_m.dylib

    0x7fffe9350000 - 0x7fffe936eff7 libsystem_malloc.dylib (116) < 3DD17B88-B7A4-38B9-9E95-AB88E1C3B647 > /usr/lib/system/libsystem_malloc.dylib

    0x7fffe936f000 - 0x7fffe93c5fff (856.1.8) libsystem_network.dylib < A8973360-956A-33BF-9971-14D59C84E0D1 > /usr/lib/system/libsystem_network.dylib

    0x7fffe93c6000 - 0x7fffe93cfff3 (563.1.11) libsystem_networkextension.dylib < 1C551832-9360-36DD-A7BA-52B55A171720 > /usr/lib/system/libsystem_networkextension.dylib

    0x7fffe93d0000 - 0x7fffe93d9ffb libsystem_notify.dylib (165) < AF77D471-6B13-36BA-B144-7E7DDB9DBA9F > /usr/lib/system/libsystem_notify.dylib

    0x7fffe93da000 - 0x7fffe93e2fe7 (126.1.2) libsystem_platform.dylib < 884DDF42-3CAE-334A-82CE-965617130FB1 > /usr/lib/system/libsystem_platform.dylib

    0x7fffe93e3000 - 0x7fffe93edfff (218.1.3) libsystem_pthread.dylib < 050AE77B-4F4B-334A-A5BA-CF0D10AF5304 > /usr/lib/system/libsystem_pthread.dylib

    0x7fffe93ee000 - 0x7fffe93f1fff (592.1.3) libsystem_sandbox.dylib < 90FEF628-316D-3F84-9EF4-F7F510A4FBBB > /usr/lib/system/libsystem_sandbox.dylib

    0x7fffe93f2000 - 0x7fffe93f3fff libsystem_secinit.dylib (24) < A54B8FEF-E792-3C54-8E0B-E80A376662F2 > /usr/lib/system/libsystem_secinit.dylib

    0x7fffe93f4000 - 0x7fffe93fbfff (532.1.1) libsystem_symptoms.dylib < B26F656E-94F9-3834-9B03-51C4FF11D1BF > /usr/lib/system/libsystem_symptoms.dylib

    0x7fffe93fc000 - 0x7fffe941cff7 (518.1.16) libsystem_trace.dylib < C3CDF7BC-CA3D-34F5-ADF8-46AAAB0B47F8 > /usr/lib/system/libsystem_trace.dylib

    0x7fffe941d000 - 0x7fffe9422ffb libunwind.dylib (35.3) < 9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0 > /usr/lib/system/libunwind.dylib

    0x7fffe9423000 - 0x7fffe944cff7 (972.1.5) libxpc.dylib < 2A901937-48E1-3BF2-83F1-2431156D82B7 > /usr/lib/system/libxpc.dylib

    Summary of the external change:

    Calls made by other processes for this process:

    task_for_pid: 4

    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: 2554

    thread_create: 0

    thread_set_state: 0

    Summary region VM:

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

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

    VIRTUAL REGION

    The NUMBER of DIMENSIONS of TYPE REGION (not melted)

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

    Accelerate the 384K 4 framework

    256K 2 follow-up activity

    CG backup stores 784K 5

    CG image 728 K 101

    CG 177.1 160 M raster data

    CoreAnimation 24.2 M 229

    CoreData Object ID 4100 K 3

    CoreUI 3120 K 41 image data

    CoreUI image file 336K 8

    The 1812 K 7 Foundation

    Image of IO 11.7 M 42

    JS JIT generated code 8K 3

    JS JIT generated code (reserved) 1.0 G 2 reserved address space VM (not assigned)

    Kernel Alloc once 8 K 2

    MALLOC 935,2 M 127

    Flyleaf MALLOC 64 K 14

    Tag memory 242 12K 2

    Memory tag 247 2000K 6

    Tag memory 249 358.3 1771 M

    Memory 251 116 K 5 tag

    OpenCL                                16K        3

    SQLite page cache 2752K 29

    BATTERY GUARD 56.1 M 21

    The stack of 17.6 M 23

    VM_ALLOCATE 180K 40

    WebKit Malloc 16.1 M 35

    __DATA 65.6 M 466

    2588 K 2 __GLSLBUILTINS

    __IMAGE                              528K        2

    __LINKEDIT 135.7 M 36

    __TEXT 353,4 467 M

    __UNICODE 556K 2

    mapped file 99.0 M 46

    16.4 shared memory M 15

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

    TOTAL 3.2 G 3687

    TOTAL, less reserved VM space 2.2 G 3687

    Model: iMac13, 1, IM131.010A.B09 of BootROM, 4 processors, Intel Core i7, 3.1 GHz, 16 GB, MSC 2.9f5

    Graphics card: NVIDIA GeForce GT 650 M, NVIDIA GeForce GT 650 M, PCIe, 512 MB

    Memory module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020

    Memory module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (7.21.171.10.1a16)

    Bluetooth: Version 5.0.0f18, 3 services, 27 aircraft, 1 incoming serial ports

    Service network: Ethernet, Ethernet, en0

    Serial ATA Device: APPLE HDD, 1 TB HTS541010A9E662

    Serial ATA Device: APPLE SM128E, 121,33 GB SSD

    USB device: USB 2.0 Bus

    USB device: Hub

    USB device: FaceTime HD camera (built-in)

    USB device: USB 2.0 Bus

    USB device: Hub

    USB device: Hub

    USB device: Hub BRCM20702

    USB Device: USB Bluetooth host controller

    USB device: Keyboard Hub

    USB Device: Apple keyboard

    USB device: USB 3.0 Bus

    USB device: USB3.0 Hub

    USB device: Elements 1078

    USB device: USB-Serial Controller

    USB device: USB 2.0 Hub

    USB device: MT1956

    Bus crush: iMac, Apple Inc., 23.4

    be it correctly - overview Overview a paper project in Photos or iPhoto to avoid problems - Apple Support ?

    LN

  • Note the application crashes...

    Note the application crashes... I have discovered that by putting my phone on "airplane mode" the app not crushed. This makes me think that there may be a conflict with the iCloud? I tried to restart but the problem persists...  Anyone has a solution, pleas?

    Hello, Craig2099!

    Thank you for reaching out by Apple Support communities. After reading your post, I understand that your Notes application to close unexpectedly when you try to use it. I keep a lot of information in the Notes, so I know it's important to be able to access the app. I'd be happy to help you!

    I have some troubleshooting I suggest to go through. Before you start, I recommend you make a backup of your iPhone by following the instructions here: How to backup your iPhone, iPad and iPod touch

    Once your backup is created, go through the following steps, in order. Test after each step, stopping when the problem is resolved.

    1. Leaving the app all opened, as shown here:force a nearby application on your iPhone, iPad or iPod touch

      Then, restart your iPhone after this article: restart your iPad, iPhone or iPod touch

    2. Uninstall the Notes application, and then reinstall it. Instructions on how to do this can be found here: remove the apps Apple integrated from the home screen on your device iOS with iOS 10
    3. Reset settings on your iPhone in settings > general > reset > reset all settings. This will not delete your personal data (like contacts, photos, calendar of events, etc.), but he'll be back customizable settings (as your background screen and display brightness, sounds of alert and ringtones, settings of Date and time, etc.) to the factory settings. It will also remove saved networks Wi - Fi and passwords, as well as all the VPN or APN settings used previously.
    4. Restore your iPhone settings by following the steps here: use iTunes on your Mac or PC to restore the iPhone, iPad, or iPod touch to factory settings

      Once the restore is complete, configure your iPhone as a new device (i.e. without using your backup, at least temporarily). You can connect to iCloud iMessage, FaceTime and iTunes and the App Store. Then test Notes. If it works and not unexpectedly ends, you can restore your backup by following the steps described here: restore your iPhone, iPad or iPod touch from a backup

    See you soon!

  • iTunes crashes after upgrade to version 12.4.3

    Hello

    whenever I start itunes after the upgrade to version 12.4.3 the following occurs:

    The application starts, it checks the mediathek itunes, the iTunes window opens for 1 or 2 seconds, and then the application crashes.

    What can I do?

    Hold down the option/alt key and create a new test library. If iTunes start your old library file is corrupted and will need to be replaced from a backup or rebuilt from scratch.

    Turingtest2 CSA user help document: empty/corrupted iTunes after upgrade/crash library - https://discussions.apple.com/docs/DOC-6561

    If you do not see your content after updating to iTunes - https://support.apple.com/kb/HT203225

    If it does not start, you will need to study along these lines:

    First of all, try to restart your computer.

    How to test a question in an another user account on your Mac - https://support.apple.com/en-us/HT204443 - "you can connect as a different user to see if unexpected behavior is related to the user's specific settings or files."

    iTunes: solving problems with third party plug-ins iTunes - https://support.apple.com/HT203395 - press Option and command (on Mac OS X)

    How to test a question in an another user account on your Mac - https://support.apple.com/en-us/HT204443 - "you can connect as a different user to see if unexpected behavior is related to the user's specific settings or files."

    LINC Davis February 2016 - https://discussions.apple.com/message/29767369#29767369 - remove corrupted preference files

    Reinstall iTunes:

    -Post of Niel April 2015: re - install iTunes app - https://discussions.apple.com/message/28055467#28055467 - delete the old application first, with instructions on how to do it.

    -April 2015 LincDavis post with some more details on the method outlines Niel - https://discussions.apple.com/message/28101611#28101611

    If iTunes does not start

  • a white screen and then the application crashes

    When I go to my iPhone mail app, there is just a white screen. Sometimes after a few seconds, the application crashes. I can't delete the app because it seems to be "built in". My mail works fine on the MacBook Pro and iPad. I tried all the suggestions on the forum.

    1. Warm reboot
    2. Toggle the settings of the aircraft
    3. Supprimer delete accounts, and then add them again
    4. Recover from a previous backup
    5. Hard Reset then retrieve

    Nothing effects mail app it seems be frozen piloted to white, so double-click on the "home" button I see the screen of e-mail in the list, but it is old age and if I select mail it displays the old page but all frozen. How can reset my mail without going through the whole hard reset, process to recover again everything seems to work.

    Update to iOS 9.3.2.

    Reset your network settings. Power cycle your iDevice.

    This should help.

  • iTunes 12.3.3.17 crashes after playing the song for about 30 seconds

    Hello!

    I have a problem, I'm fighting currently to solve - iTunes 12.3.3.17 iTunes crashes after playing the song for about 30 seconds.

    I already tried things:

    (1) the preferences removed from the library, so that they can be recreated - did not work;

    (2) reinstalled iTunes - not worked;

    (3) removed freshly installed Bitdefender Antivirus for Mac - did not help.

    Product: Macbook Air

    OS X El Capitan

    I receive the following information in the log file

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

    Crashed thread: queue main iTunes shipping 0: com.apple.main - wire

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Exception codes: KERN_INVALID_ADDRESS at 0 x 0000000000000011

    Note the exception: EXC_CORPSE_NOTIFY

    Can you help me please?

    elina_j,

    It seems that your iTunes software seems to be stop unexpectedly when you play the music back after about 30 seconds or more. First, I would check to see if there are errors on the disc that need repair:

    Disk utility (El Capitan): a disc repair

    Once the repair and verification done go ahead and test the issue again. If that fixes it, then great! If this is not the case, however, I would then remove third-party plug-ins that may interfere with the operation of iTunes:

    Test with iTunes plug-ins removed.

    • Quit iTunes.
    • Mac OS X:
      • ~/Library/iTunes/iTunes Plug-ins(The "~" represents your home folder)
      • /Library/iTunes/iTunes Plug-ins
    • If all the files in this folder, move it to the desktop temporarily.
    • Open iTunes and test to see if the problem is resolved. If so, you can leave these plug-ins removed iTunes. If you want to reuse these iTunes plug-ins, check with the supplier of iTunes plug-ins to see if updates are available.

    From: iTunes: may crash when you plug in the iPhone, iPad or iPod touch

    If the problem is still there after removing the plugins or there is none to remove, then you must then create a new library, add content to it and see if the problem persists it:

    Open a different iTunes library file or create a

    Mac

    1. If iTunes is running, quit iTunes.
    2. Hold down the Option key when you open iTunes.
    3. You will see a message that says choose iTunes library. Depending on what you want to do, choose Create or choose library.

    Now if the problem is still not resolved then you can create a new user admin on your computer and test it there too well?

    OS X El Capitan: set up users on your Mac.

    Add a user

    1. Choose the Apple menu > System Preferences, and then click users and groups.

    2. Click on the lock icon to unlock, then enter an administrator name and password.

    3. Click on the button Add below the list of users.

    4. On the pop-up menu click new account, and then choose a user type.

    • Administrator: An administrator can add and manage other users, install applications, and change the settings. The new user that you create when you set up your Mac is an administrator. Your Mac can have multiple administrators. You can create new ones and convert standard users to administrators. Don't set up the automatic connection to an administrator. If you do, someone could simply restart your Mac and access with administrator privileges. To secure your Mac, don't share administrator names and passwords.

  • Enter a display name for the new user. An account name is automatically generated. To use a different account name, enter it now, you can't change it later.

  • Enter a password for the user, and then enter again to verify. Using an index of password is recommended to help the user remember the password.

  • Click on create user.

  • The result of the new user will determine what we then so let us know how it goes! Thank you for using communities of Apple Support.

  • My Reader on Mac application crashes as soon as I connect my PRS - T1 to the USB port.

    Because soon, I connect my PRS - T1 in USB and drive starts synchronization of the Reader (on my MAC) application crashes. It happens every time, and I can't sync books or anything like that.

    I updated the drive and reinstalled my reader app on my mac and the PRS - t1 is running the latest firmware.

    Here is the error I get:

    Process: Player [620]
    Path: /Applications/Reader.app/Contents/MacOS/Reader
    ID: com.sony.readerdesktop
    Version: 2.0.01 (2.0.01.11080)
    Code type: X 86 (native)
    Parent process: launchd [135]
    User ID: 501

    Date/time: 2013-04-01 19:22:06.945-0300
    OS version: Mac OS X 10.8.3 (12 D 78)
    Report Version: 10

    Interval since last report: 112286 sec
    Crashes since last report: 14
    Per-App interval since last report: 1586 sec
    Per-App crashes since last report: 14
    Anonymous UUID: FDDA6CCD-6286-7E55-B053-88F42028DB43

    Crashed thread: 14

    Exception type: EXC_BAD_ACCESS (SIGBUS)
    Exception codes: KERN_PROTECTION_FAILURE at 0 x 0000000000000000

    VM regions close to 0:
    --> __PAGEZERO 0000000000000000 0000000000001000 [4K]-/-SM = NO /Applications/Reader.app/Contents/MacOS/Reader
    __TEXT [15.4 M] 0000000000001000-0000000000f6f000 r-x/rwx SM = COW /Applications/Reader.app/Contents/MacOS/Reader

    Thread 0: Dispatch queue: com.apple.main - wire
    0 libsystem_kernel.dylib 0x9109c7d2 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x9109bcb0 mach_msg + 68
    2 com.apple.CoreGraphics 0x99016f98 _CGSSynchronizeWindowBackingStore + 131
    3 com.apple.CoreGraphics 0x98fc3569 _CGSLockWindow + 3142
    4 com.apple.CoreGraphics 0x98fc2742 CGSDeviceLock + 313
    5 libRIP.A.dylib 0 x 94114881 ripd_Lock + 62
    6 libRIP.A.dylib 0x9411434b ripl_BltShape + 451
    7 libRIP.A.dylib 0 x 94112446 ripc_Render + 389
    8 libRIP.A.dylib 0x9410e0c8 ripc_DrawRects + 546
    com.apple.CoreGraphics 9 0x98fbebcd CGContextFillRects + 144
    10 com.apple.CoreGraphics 0x98fdc75b CGContextFillRect + 32

    etc etc etc...

    Hi jaglaser,

    Perform the following troubleshooting steps and check if it helps.

    • Unplug the book digital computer drive and close the drive software. Once disconnected, remove all memory cards that may have installed in your player.

    • Reconnect the drive and test it for proper functioning. If you still experience the problem, proceed to the next step.

    • Unplug the book digital computer drive and the internal format of the memory of the digital book reader.

    • If the problem is still happening, turn off your digital book reader and do a Hard Reset (https://us.en.kb.sony.com/app/answers/detail/a_id/31628/c/65%2C66/kw/31628). After doing a Hard Reset, it will be necessary to authorize the device again.

    • If possible, install the drive on a different computer software to test.

    If my post answered your question, please mark it as an "accepted Solution".

  • Time Machine crashes after leaving

    My Time Machine crashes after I open and then 'Cancel' to return to the desktop, even without the restoration of a file. The console displays a lot of mistakes for different files like this:

    14/01/16 9:49:27.114 AM Finder [325]: layout error: error Domain = NSCocoaErrorDomain Code = 257 "the file '944773V7K4.com.musicnotes.ipad.free' could not be opened because you do not have permission to see." UserInfo = 0x60800326cf80 {NSFilePath = / Volumes/iMac Time Machine 2TB/Backups.backupdb/David's iMac/2016-01-01-005253/Macintosh HD / Users / myuser / Library / Application Support/CloudDocs/session/containers/944773V7K4.com.musicnotes.ipad.free, NSUnderlyingError = 0x608002641ef0 "the operation could not be completed.} Permission denied"}

    Any ideas how to solve this problem?

    Start with A4 in the 1st article linked.

    Troubleshooting of Time Machine

    Solving the problems of Time Machine

Maybe you are looking for