DateTimePicker setValue causes sigsegv

Hi all

I have a problem using the DateTimePicker.

Basically what I want to do is set programmatically date of this object.

I use this piece of code:

QDateTime * p_start = dbManager.getPlanStart (configuration.name ());

...

DateTimePicker * selector = device_page->findChild ("monthPicker");
if(Picker == null) {}
qDebug()< "picker="">
}
else {}
selector of-> setValue (p_start-> toLocalTime());
}

I am sure that the p_start is not null (I checked it through the debugger and using qDebug()), but when I try to use the setValue method the crash of the application with this error in the console:

End of process 291000572 (NetTest) code SIGSEGV = 1 fltno = 11 ip=08052002(/accounts/1000/appdata/com.italialinux.bandwidthmanager.testDev_idthmanager7a5b5c91/app/native/NetTest@main+0x79d) ref = 0000001d bdslot = 1

Any idea?

OK ok,

my fault!

And this has nothing to do with the DateTimePicker.

The problem was that I do not consider that the setValue method could pull up signal valueChanged.

And in the method tha handles this signal, there was a call to a variable that is not yet initialized.

Tags: BlackBerry Developers

Similar Questions

  • setChecked() ToggleButton, causing demand to freeze, then SIGSEGV

    Hey all.  I started to develop my first Cascades / C++ application in my spare time (time full employment is developer java BB).

    I have a question which I hope someone can help me with.

    In my main constructor, after that I loaded in the QML document, I make a call to get a pointer to the QML object.  In this case, it's a toggle switch.

    // toggle switch
    mToggle = root->findChild("tab1_toggle");
    

    and further in the application, when a user touches another part of the screen or use a menu item, I trigger a method that contains this code:

    mToggle->setChecked(false);
    

    This code always causes the application to freeze, then the OS it stops and it printed in the console

    SIGSEGV code=1 fltno=11 ip=791f13f2(/base/usr/lib/libbbcascades.so.1@+0x35a9a) mapaddr=000f13f2. ref=00000010
    

    Why?

    What do you mean when you say "findChild method"?

    And Yes, I believe that it is valid.  Here is the part of the QML who lives the toggle

                    Container {
                        id: tab1_contToggle
                        layout: StackLayout {
                        }
                        topMargin: 65
                        layoutProperties: StackLayoutProperties {
                            horizontalAlignment: HorizontalAlignment.Center
                        }
                        ToggleButton {
                            id: tab1_toggle
                            onCheckedChanged: {
                                //I can put code here to get triggered w/o problems when the switch is toggled
                            } // end of tab1_ toggle element
                        } // end of tab1_contRoot
                    } // end of tab1
    

    Here's the hpp file where mToggle is declared.

    private:
    
    // toggle switch
        ToggleButton *mToggle;
    
    // other UI elements here that work just fine from other bits of code..
    
  • Safari crashes on opening. Errors: Exception Type: EXC_BAD_ACCESS (SIGSEGV) of Exception Codes: KERN_INVALID_ADDRESS at 0 x 0000000000000023. I have already downloaded the last update: 9.1.3, flash removed, removed malicious software known with Malwarebyt

    Safari crashes on opening. The errors are:

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Exception codes: KERN_INVALID_ADDRESS at 0 x 0000000000000023.

    I have already downloaded the last update: 9.1.3, flash removed, removed malicious software known with Malwarebytes. I would like to re - install the operating system, but I downloaded an upgrade initially and do not know what file name to look for to try to do more. I may or may not have a backup. If I do, are there instructions for this kind of restore somewhere?

    Thank you.

    Hello

    Can be an extension Safari or third party plugin that is causing Safari to unexpectedly stop then follow the instructions in this article to support > Safari: no support for third-party modules can cause Safari to suddenly quit, or have performance problems

  • App works perfectly well on the Simulator (using all modes) and peripheral when z10 in the communiqué of the execution and debug mode. But creates a 'SIGSEGV = 1 fltno = 11 ip = 781722ec error code' when the term is used.

    My application switches between two documents qml is a home page, and the other is actually a video player. Whenever I press the button to go to the video page, it crashes on my z10 and generates the error «terminated code SIGSEGV = 1 fltno = 11 781722ec = ip...» ". But on the Simulator, it works (without of course plays video). When I use the race version and the debug mode, it works perfectly on my z10.

    This problem occurs frequently when I add a new code element. First of all, it happened when I added a scrollview and container, and it's happening now again when a defined a struct in the header file.  It would be nice to ignore this problem? or y at - it some deeper underlying problem which is the cause

    Just tried, I received the SIGSEGV error too, it looks like parent to AbstractPane fixed it.

    void ApplicationUI::changeScene(const QString& newQmlFileName) {
        // Create root object for the UI
        QmlDocument *qml = QmlDocument::create("asset:///" + newQmlFileName).parent(this);
        qml->setContextProperty("_app", this);
        AbstractPane *root = qml->createRootObject();
        root->setParent(this);
    
        // Set created root object as the application scene
        Application::instance()->setScene(root);
    }
    

    My test project is also attached to this message.

  • Index is out of bounds of the array in OracleUdt.SetValue)

    I need best eyes on it, I was beaten mine top for days now.

    I have a lot of classes built to pass the Oracle UDT to a procedure in a package. They all work, including several that are almost identical to the one sent me adjustments. But it returns the error "Index is off limits..." by calling OracleUdt.SetValue ().

    The absolute minimum code is below, and it's a mouth-full. My apologies for the length.

    -Types of oracle-

    create or replace type VARRAY IS of DMA_NUM_Varray (250), OF NUMBER;

    -In a Package Oracle.

    PROCEDURE Create_commercials_Owr (f_dma_num_tab IN DMA_NUM_Varray) IS...

    This procedure made 4 other settings, including 2 UDT, all defined before this one on the list of parameters. One of them is an another VArray (50), and no error is returned on it, but only on the DMANumberArray.

    ---C# . NET-

    public class DMANumberArray: INullable, {IOracleCustomType}

    [OracleArrayMapping()]

    public OracleDecimal [table;

    Private bool isNull.

    private OracleUdtStatus statusArray [];

    public OracleUdtStatus [{StatusArray}

    Get {}

    Return this.statusArray;

    }

    {Set

    this.statusArray = value;

    }

    }

    public virtual bool IsNull {}

    Get {}

    isNull feedback;

    }

    }

    public static {NULL DMANumberArray

    Get {}

    Did DMANumberArray = new DMANumberArray();

    did.isNull = true;

    back has done;

    }

    }

    public virtual void FromCustomObject (OracleConnection, IntPtr udt oracleConn) {}

    OracleUdt.SetValue (oracleConn, udt, 0, array, statusArray);

    }

    public virtual void ToCustomObject (OracleConnection, IntPtr udt oracleConn) {}

    Object objectStatusArray = null;

    Table = (OracleDecimal []) OracleUdt.GetValue (oracleConn, udt, 0, out objectStatusArray);

    statusArray = objectStatusArray (OracleUdtStatus []);

    }

    }

    [OracleCustomTypeMapping ("APCTS. DMA_NUM_VARRAY")]

    public class DMANumberArrayFactory: IOracleCustomTypeFactory, IOracleArrayTypeFactory {}

    public IOracleCustomType CreateObject() {}

    return new DMANumberArray();

    }

    public Array CreateArray (int elementCount) {}

    return of new OracleDecimal [elementCount value];

    }

    public Array CreateStatusArray (int elementCount) {}

    return new OracleUdtStatus [elementCount value];

    }

    }

    DataTable dmaTable = new DataTable();

    using (da SqlDataAdapter = new SqlDataAdapter (query, sql)) {}

    Bah Fill (dmaTable);

    }

    DMANumberArray dma = new DMANumberArray();

    idCount = dmaTable.Rows.Count;

    If idCount (idCount > 250) = 250; The error occurs for all values > = 5, but good for 1-4

    DMA. Table = new OracleDecimal [idCount]; limit of 250

    for (int i = 0; i < idCount; i ++) {}

    DMA. Table [i] = OracleDecimal.Parse (dmaTable.Rows [i] ["DMA_Number"]. (ToString());

    }

    DMA. StatusArray = new OracleUdtStatus [] {OracleUdtStatus.NotNull, OracleUdtStatus.Null, OracleUdtStatus.NotNull, OracleUdtStatus.NotNull};

    string query = "APCTS. OWR_APIS. Create_commercials_Owr ';

    com. connection = oracle;

    using (OracleCommand cmd = new OracleCommand (query, oracle)) {}

    cmd.CommandType = CommandType.StoredProcedure;

    OracleParameter paramDMAArrayObject = new OracleParameter();

    paramDMAArrayObject.OracleDbType = OracleDbType.Array;

    paramDMAArrayObject.Direction = ParameterDirection.Input;

    paramDMAArrayObject.UdtTypeName = 'APCTS. DMA_NUM_VARRAY ';

    paramDMAArrayObject.Value = dma;

    cmd. Parameters.Add (paramDMAArrayObject);

    cmd ExecuteNonQuery());

    }

    I can't for the life of see me where anything is something more bigger than the indexing table as it was size and limited to 250 elements.

    The only weird thing I see belongs to the class DMANumberArrayFactory, specifically CreateArray. When I break here, the value of the value of elementCount is always zero, even when the table of the UDT object was created with values greater than zero.

    What did I miss?

    Found the problem.  I was looking at the wrong table.  This is the picture of the situation that is causing the error.  Nothing in the documentation explains clearly what this table is for, or that its size should match the size of the array, or why you would define each item to Null or not null.

    But once I size to match and set each element, the error is gone. Bad documentation. Who writes these things, and why they write them so as to give full explanations?

  • What are the causes of power and accidents shut downs in hearing 8.1.0.162 Chronicles?

    The program crashes whenever I have select 'Show Pitch Spectral display' 'View' or use the 'frequency '. The program is more stable if I avoids these two elements but plant again sometimes, even if I have to avoid them.

    The program seems to be able to close downs as well. When you use hearing the computer often stops as if the power cord has been disconnected. The last episode of "shut" off took place on 8 March and corrupted my boot drive so bad that it could not be mounted and disk utility could not save. I don't know how to find the log of the accident for the event 'cut' March 8. I was resetting the PRAM and the SMC hoping that would solve the problem of "shut" off There can be no.

    I'm under El Capitan 10.11.3 but had the same problems with the latest version of Yosemite 10.10.5.

    Thanks for your suggestions you may have to resolve.

    Here's my most recent Crash Log and my system references:

    _________________________________________________________________

    Process: Adobe Audition CC 2015 [574]

    Path: / Applications/Adobe Audition CC 2015/Adobe Audition CC 2015.app/Contents/MacOS/Adobe CC 2015 Audition

    ID: com.adobe.Audition

    Version: 8.1.0 (8.1.0.162)

    Code type: X 86-64 (Native)

    Parent process:? [1]

    Responsible for: Adobe Audition CC 2015 [574]

    User ID: 501

    Date/time: 2016-03-12 17:22:24.261-0800

    OS version: Mac OS X 10.11.3 (15 d 21)

    Report Version: 11

    Time since started awake: 4800 seconds

    Integrity of system protection: enabled

    Crashed thread: 0 dispatch queue: com.apple.main - wire

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Exception codes: KERN_INVALID_ADDRESS at 0 x 0000000000000000

    Note the exception: EXC_CORPSE_NOTIFY

    VM regions close to 0:

    ->

    0000000100000000-0000000100002000 [8 K] __TEXT r-x/rwx SM = COW/Applications/Adobe Audition CC 2015 / Adobe Audition CC 2015.app/Contents/MacOS/Adobe CC 2015 Audition

    Request for clarification:

    Run @selector (dispatchMenuSelection :) to sender DVAMacMenuItem 0x114bdec40

    Global tracking buffer (second chronological reverse):

    4273.885413 CFNetwork 0x00007fff9b78fa5b TCP 0x12e81e950 SSL Handshake Conn MADE

    4273.927924 SSL handshake at the start of CFNetwork 0x00007fff9b78f937 TCP Conn 0x12e81e950

    4273.928160 all 0x00007fff9b78e303 TCP Conn 0x12e81e950 CFNetwork. FD: 43, err: 0

    4273.928241 event TCP Conn 0x12e81e950 CFNetwork 0x00007fff9b81cb1d 1. Err: 0

    4273.998409 CFNetwork TCP Conn 0x12e81e950 0x00007fff9b78d5d3 started

    4274.098241 CFNetwork 0x00007fff9b78fa5b TCP 0x1139b19f0 SSL Handshake Conn MADE

    4274.233391 SSL handshake at the start of CFNetwork 0x00007fff9b78f937 TCP Conn 0x1139b19f0

    4274.234108 all 0x00007fff9b78e303 TCP Conn 0x1139b19f0 CFNetwork. FD: 38, err: 0

    4274.234193 event TCP Conn 0x1139b19f0 CFNetwork 0x00007fff9b81cb1d 1. Err: 0

    4274.336915 CFNetwork TCP Conn 0x1139b19f0 0x00007fff9b78d5d3 started

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

    0 libsystem_kernel.dylib 0x00007fff981ff9fe __kill + 10

    1 com.adobe.dvacore.framework 0x00000001002ea034 (anonymous namespace): SignalHandler (int, __siginfo *, void *) + 372

    2 libsystem_platform.dylib 0x00007fff90218eaa _sigtramp + 26

    3   ???                           0x00000000000000d0 0 + 208

    4 com.adobe.CoolType 0x0000000111d1af88 CTCleanup + 402874

    5 com.adobe.CoolType 0x0000000111cabd29 0x111c52000 + 367913

    6 com.adobe.AuUI.framework 0x000000010720f86a BIB_T_MT::CCTFontSet:SWFDeviceFontLookup(unsigned_short_const*,_unsigned_long,_unsigned_int,_unsigned_int) const + 26

    7 com.adobe.AuUI.framework 0x000000010723353f dvaui::drawbot: + 319

    8 com.adobe.AuUI.framework 0x0000000107232cd2 dvaui::drawbot:AGMFontData:LoadCoolType(BIB_T_MT::CCTFontSet_const&,_dvaui::drawbot::AGMFontData::FontDescriptor_const&) + 162

    com.adobe.AuUI.framework 9 0x0000000107231dcd dvaui::drawbot:AGMFontData: + 77

    10 com.adobe.AuUI.framework 0x000000010723234f dvaui::drawbot:AGMFontData: + 175

    11 com.adobe.AuUI.framework 0x00000001072342e6 dvaui::drawbot: :utility::SmallBlockAllocator:STLAllocator < unsigned short > > > > &, bool) + 246

    12 com.adobe.AuUI.framework 0 0000000107233849 dvaui::drawbot:AGMFontFallbackSet:resolveFallbackFont(dvaui::drawbot::AGMFontFallbackSe_t::FallbackFontSetResolver*,_CTS_RT_Runtime_*,_unsigned_int*,_void*) + 153 x

    13 com.adobe.AuUI.framework 0x00000001072669b7 setGlyphsForTcFromFallbackSet + 167

    14 com.adobe.AuUI.framework 0 0000000107265710 CTS_TLES_shape + 1168 x

    15 com.adobe.AuUI.framework 0x000000010723ac77 dvaui::drawbot::AGMTextDoc::SetupTextRun() + 231

    16 com.adobe.AuUI.framework 0x000000010723c74a dvaui::drawbot:AGMTextDoc:LayoutText(float,_bool) + 42

    17 com.adobe.AuUI.framework 0x0000000107224c6a dvaui::drawbot:AGMFontInterface:MeasureStringWidth(unsigned_short_const*,_int) const + 474

    18 com.adobe.dvaui.framework 0x0000000100a30aff dvaui::utility:RulerBase: const + 143

    19 com.adobe.dvaui.framework 0x0000000100a30c21 dvaui::utility:RulerBase:

    20 com.adobe.AuUIToolkit.framework 0x0000000105592b52 uit::CustomLogRuler:Draw(dvaui::drawbot::Drawbot*,_dvacore::geom::RectT<int>_const&) + 3746

    21 com.adobe.AuUI.framework 0x0000000106bb142f aui::VerticalRulerHandler:RefreshCacheSurface(dvacore::geom::RectT<int>*) + 1135

    22 com.adobe.AuUI.framework 0x0000000106c0ab92 UAI::WaveEditorView::UpdateFrequencyRuler() + 754

    23 com.adobe.AuUI.framework 0x0000000106c0a349 UAI::WaveEditorView::OnSpectralAttributesChanged() + 585

    24 com.adobe.AuApplication.framework 0x0000000104e83f32 boost::signal1 < void, void *, int, boost::last_value < sub >, < int > std::less, boost::function < void (void *) > >: operator()(void*) + 290

    25 com.adobe.AuApplication.framework 0x0000000104e794ed bool app::SettingsBaseImpl:SetValue < int > (std::basic_string < unsignedShort, std::char_traits < unsigned short > dvacore::utility:SmallBlockAllocator:STLAllocator < unsigned short > > const &, std::basic_string < unsignedShort, std::char_traits < unsigned short > dvacore::utility:SmallBlockAllocator:STLAllocator < unsigned short > > const &, const int & void *) + 957

    26 com.adobe.AuApplication.framework 0x0000000104e47246 bool app::ApplicationSettings:SetValue < int > (std::basic_string < unsignedShort, std::char_traits < unsigned short > dvacore::utility:SmallBlockAllocator:STLAllocator < unsigned short > > const &, std::basic_string < unsignedShort, std::char_traits < unsigned short > dvacore::utility:SmallBlockAllocator:STLAllocator < unsigned short > > const &, const int & void *, app) ::ApplicationSettings::SettingsFileSpecifier) + 150

    27 com.adobe.AuUI.framework 0x0000000106bfd781 aui::WaveEditorView:ToggleSpectralMode (int.) + 97

    28 com.adobe.AuUI.framework 0x0000000106bbde0a aui::WaveEditorController:OnTogglePitchDisplay (int.) + 26

    29 com.adobe.AuUI.framework 0x00000001067e7b2b aui::utility:CommandDispatcher < exo::uisupport:CommandAttachment >: DoHandleCommand (int.) + 123

    30 com.adobe.exo.framework 0x0000000102cc3f40 exo::uisupport:CommandHandler:HandleCommand (int.) + 192

    31 0x0000000102cc4195 exo::uisupport:CommandHandler:DoCallMyCommandChain (int) com.adobe.exo.framework + 21

    32 com.adobe.exo.framework 0x0000000102cc3a98 exo::uisupport:CommandHandlerBase:CallCommandChain (int.) + 56

    132 + 33 com.adobe.exo.framework 0x0000000102c56d04 exo::app:OS_AppBase:DispatchMenuCommand (int)

    34 com.adobe.dvacore.framework 0x00000001000d13ec int dvacore::config:ErrorManager:ExecuteFunction < sub > (< vacuum > boost::function0 *, void *) + 28

    35 com.adobe.AuUI.framework 0x00000001068905a3 aui::ErrorManager:ExecuteFunctionWithTopLevelExceptionHandler(boost::function0<int>) + 51

    36 com.adobe.dvacore.framework 0x00000001000d1483 Sub dvacore::config:ErrorManager:ExecuteFunctionWithTopLevelExceptionHandler < sub > (boost::f unction0 < sub >, bool *) + 99

    37 com.adobe.dvacore.framework 0x00000001000d29e0 Sub dvacore::config:ExecuteTopLevelFunction < sub > (< vacuum > boost::function0, bool *) + 160

    38 com.adobe.exo.framework 0x0000000102c57ead-[ExoMacApplication handleMenuCommand:] + 173

    39 libsystem_trace.dylib 0x00007fff90ce607a _os_activity_initiate + 75

    com.apple.AppKit 40 0x00007fff8883c51d-[NSApplication sendAction: to: from:] + 460

    com.apple.AppKit 0x00007fff8883c2b7 41-[NSMenuItem _corePerformAction] + 336

    42 com.apple.AppKit 0x00007fff8883c017-[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114

    43 libsystem_trace.dylib 0x00007fff90ce607a _os_activity_initiate + 75

    44 com.apple.AppKit 0x00007fff888fc1f0-[NSMenu performActionForItemAtIndex:] + 131

    45 com.adobe.dvaui.framework 0x0000000100a3e134-[DVAMacMenu performActionForItemAtIndex:] + 52

    com.apple.AppKit 46 0x00007fff888fc163-[NSMenu _internalPerformActionForItemAtIndex:] + 35

    47 com.apple.AppKit 0x00007fff888fbfbb-[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 107

    48 com.apple.AppKit 0x00007fff88824ea1 NSSLMMenuEventHandler + 708

    49 com.apple.HIToolbox 0x00007fff9b0ac7be DispatchEventToHandlers (EventTargetRec *, OpaqueEventRef *, HandlerCallRec *) + 1231

    50 com.apple.HIToolbox 0x00007fff9b0abc48 SendEventToEventTargetInternal (OpaqueEventRef *, OpaqueEventTargetRef *, HandlerCallRec *) + 404

    51 com.apple.HIToolbox 0x00007fff9b0c19e6 SendEventToEventTarget + 40

    52 com.apple.HIToolbox 0x00007fff9b10b99a SendHICommandEvent (unsigned int, HICommand const *, unsigned int, unsigned int, unsigned char, void const *, OpaqueEventTargetRef *, OpaqueEventTargetRef *, OpaqueEventRef *) + 411

    53 com.apple.HIToolbox 0x00007fff9b136d5b SendMenuCommandWithContextAndModifiers + 59

    54 com.apple.HIToolbox 0x00007fff9b136d0c SendMenuItemSelectedEvent + 188

    55 com.apple.HIToolbox 0x00007fff9b136be8 FinishMenuSelection (SelectionData *, MenuResult *, MenuResult *) + 96

    56 com.apple.HIToolbox 0x00007fff9b137596 MenuSelectCore (MenuData *, Point, double, unsigned int, OpaqueMenuRef *, unsigned short *) + 711

    57 com.apple.HIToolbox 0x00007fff9b137230 _HandleMenuSelection2 + 460

    58 com.apple.AppKit 0x00007fff8874f75e _NSHandleCarbonMenuEvent + 277

    59 com.apple.AppKit 0x00007fff8868f435 _DPSNextEvent + 1906

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

    61 com.apple.AppKit 0x00007fff88684fc8-[NSApplication run] + 682

    62 com.adobe.exo.framework 0x0000000102c571e8 exo::app::OS_AppBase::RunEventLoop() + 56

    63 com.adobe.AuUI.framework 0x000000010689b155 AudMacMain (int, char *) + 917

    64 main 0x0000000100001ec7 com.adobe.Audition + 119

    65 libdyld.dylib 0x00007fff9aaa35ad start + 1

    Thread 1: dispatch queue: com.apple.libdispatch - Manager

    0 libsystem_kernel.dylib 0x00007fff98200ff6 kevent_qos + 10

    1 libdispatch.dylib 0x00007fff9bae4099 _dispatch_mgr_invoke + 216

    2 libdispatch.dylib 0x00007fff9bae3d01 _dispatch_mgr_thread + 52

    Thread 2:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.adobe.AGM 0x00000001116dc278 0x1112ca000 + 4268664

    3 com.adobe.AGM 0x00000001116dd8ad 0x1112ca000 + 4274349

    4 com.adobe.AGM 0 x 0000000111704505 0x1112ca000 + 4433157

    5 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    6 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    7 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    3 wire:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.adobe.AGM 0x00000001116dc278 0x1112ca000 + 4268664

    3 com.adobe.AGM 0x00000001116dd8ad 0x1112ca000 + 4274349

    4 com.adobe.AGM 0 x 0000000111704505 0x1112ca000 + 4433157

    5 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    6 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    7 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Thread 4:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.adobe.AGM 0x00000001116dc278 0x1112ca000 + 4268664

    3 com.adobe.AGM 0x00000001116dd8ad 0x1112ca000 + 4274349

    4 com.adobe.AGM 0 x 0000000111704505 0x1112ca000 + 4433157

    5 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    6 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    7 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Wire 5:

    0 libsystem_kernel.dylib 0x00007fff98200fc6 kevent + 10

    1 com.adobe.dvatransport.framework 0x0000000103a61561 boost::asio:detail:kqueue_reactor:run(bool,_boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 241

    2 com.adobe.dvatransport.framework 0x0000000103a6113c boost::asio:detail + 284

    3 com.adobe.dvatransport.framework 0x0000000103a60ca8 boost::asio:detail:task_io_service:run(boost::system::error_code&) + 568

    4 com.adobe.dvatransport.framework 0x0000000103a4f782 SkyConnectionEnv::MainLoop() + 162

    5 com.adobe.dvatransport.framework 0x0000000103a4f119 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9

    helping hand 6 com.adobe.boost_threads.framework 0x0000000100030ee5: (anonymous namespace): thread_proxy(void*) + 133

    7 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff938e2375 thread_start + 13

    Line 6:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.adobe.dvatransport.framework 0x0000000103a611db boost::asio:detail + 443

    3 com.adobe.dvatransport.framework 0x0000000103a60ca8 boost::asio:detail:task_io_service:run(boost::system::error_code&) + 568

    4 0x0000000103a60a4a boost::asio:detail:posix_thread:func < boost::asio:detail:resolver_service_base:work_ io_service_runner > com.adobe.dvatransport.framework: run() + 42

    5 com.adobe.dvatransport.framework 0x0000000103a61cb3 boost_asio_detail_posix_thread_function + 19

    6 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    7 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    8 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 7:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Thread 8:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Wire 9:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.adobe.AuBackEnd.framework 0x000000010433876c boost::condition_variable:do_wait_until(boost::unique_lock<boost::mutex>&,_timespec_const&) + 76

    3 com.adobe.AuBackEnd.framework 0x00000001043341d4 abe::afs::CacheManager::CacheServices() + 932

    4 com.adobe.dvacore.framework 0x00000001001c728a dvacore::threads::(anonymous namespace): + 202 ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&)

    5 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    helping hand 6 com.adobe.boost_threads.framework 0x0000000100030ee5: (anonymous namespace): thread_proxy(void*) + 133

    7 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff938e2375 thread_start + 13

    Thread 10:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Wire 11:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.adobe.boost_threads.framework 0x00000001000330dc boost::condition_variable:do_wait_until(boost::unique_lock<boost::mutex>&,_timespec_const&) + 76

    3 com.adobe.boost_threads.framework 0x0000000100031a3e boost::this_thread:hiden:sleep_until(timespec_const&) + 94

    4 com.adobe.dvaplayer.framework 0x000000010409ef46 dvaplayer::PlaybackStreamTemplate < dvaplayer::AudioFrame * >: Process() + 1158

    5 com.adobe.dvacore.framework 0x00000001001c728a dvacore::threads::(anonymous namespace): + 202 ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&)

    6 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    7 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    8 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    libsystem_pthread.dylib 9 0x00007fff938e4b90 _pthread_start + 168

    10 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    12 wire:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 13:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.adobe.boost_threads.framework 0x00000001000330dc boost::condition_variable:do_wait_until(boost::unique_lock<boost::mutex>&,_timespec_const&) + 76

    3 com.adobe.boost_threads.framework 0x0000000100031a3e boost::this_thread:hiden:sleep_until(timespec_const&) + 94

    4 com.adobe.dvaplayer.framework 0x00000001040e17c3 dvaplayer::Player::Process() + 3027

    5 com.adobe.dvacore.framework 0x00000001001c728a dvacore::threads::(anonymous namespace): + 202 ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&)

    6 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    7 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    8 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    libsystem_pthread.dylib 9 0x00007fff938e4b90 _pthread_start + 168

    10 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Thread 14:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 15:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.adobe.AuBackEnd.framework 0x000000010433876c boost::condition_variable:do_wait_until(boost::unique_lock<boost::mutex>&,_timespec_const&) + 76

    3 com.adobe.AuBackEnd.framework 0x000000010455f471 abe::spectral::SpectralDataManager::Process() + 1073

    4 com.adobe.dvacore.framework 0x00000001001c728a dvacore::threads::(anonymous namespace): + 202 ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&)

    5 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    helping hand 6 com.adobe.boost_threads.framework 0x0000000100030ee5: (anonymous namespace): thread_proxy(void*) + 133

    7 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff938e2375 thread_start + 13

    16 wire:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Thread 17: com.apple.audio.IOThread.client

    0 libsystem_kernel.dylib 0x00007fff981fa386 mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff981f97c7 mach_msg + 55

    2 com.apple.audio.CoreAudio 0x00007fff955f55ee HALB_MachPort::SendMessageWithReply (unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t *, bool, unsigned int) + 98

    3 com.apple.audio.CoreAudio 0x00007fff955f557c HALB_MachPort::SendSimpleMessageWithSimpleReply (unsigned int, unsigned int, int, int, bool, unsigned int) + 42

    4 com.apple.audio.CoreAudio HALC_ProxyIOContext::IOWorkLoop() + 1149 0x00007fff955f3939

    5 com.apple.audio.CoreAudio 0x00007fff955f33ee HALC_ProxyIOContext::IOThreadEntry(void*) + 88

    6 com.apple.audio.CoreAudio 0x00007fff955f32c3 HALB_IOThread::Entry(void*) + 75

    7 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff938e2375 thread_start + 13

    18 wire:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 19:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 20:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 21:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Thread 22:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 23:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 24:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 25:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 26:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Thread 27:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 28:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.apple.CoreServices.CarbonCore 0x00007fff993eaf2c TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff993eb12b TSWaitOnConditionTimedRelative + 171

    4 com.apple.CoreServices.CarbonCore 0x00007fff993c35ce MPWaitOnQueue + 192

    5 com.adobe.dvacore.framework 0x00000001001c9ef8 dvacore::threads:ThreadSafeDelayQueue:PopWithTimeout(std::auto_ptr<dvacore::threads::Al_locatedFunctionT<boost::function<void_()_>>>_&,_int) + 152

    6 com.adobe.dvacore.framework 0x00000001001c7258 dvacore::threads::(anonymous namespace): ThreadedWorkQueue:WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD_elayQueue>_const&,_boost::shared_ptr<dvacore::threads::Gate>_const&) + 152

    7 com.adobe.dvacore.framework 0x00000001001c3c4a dvacore::threads::(anonymous namespace): LaunchThread (const std::string & boost::function0 < void > const &, dvacore::threads:ThreadPriority, boost::function < Sub () > const &, boost::function < Sub () > const &) + 202

    8 com.adobe.boost_threads.framework 0x0000000100030ee5 boost: (anonymous namespace): thread_proxy(void*) + 133

    libsystem_pthread.dylib 9 0x00007fff938e4c13 _pthread_body + 131

    10 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    11 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 29:

    0 libsystem_kernel.dylib 0x00007fff982000b6 __recvfrom + 10

    1 VulcanMessage5.dylib 0x0000000112a82386 vcfoundation::net:Bsd:Recv(int,_void*,_int,_int) + 16

    2 VulcanMessage5.dylib 0x0000000112a815fd vcfoundation::io:BSDNamedPipe:Read(void*,_unsigned_long) + 21

    3 VulcanMessage5.dylib 0x0000000112a809b8 vcfoundation::io:BufferedReader:InternalRead(char*,_long) + 82

    4 VulcanMessage5.dylib 0x0000000112a808ee vcfoundation::io:BufferedReader:Read(void*,_unsigned_long) + 50

    5 VulcanMessage5.dylib 0x0000000112a7b498 vcfoundation::io:IVCChannel:ReadFully(void*,_unsigned_long) + 46

    6 VulcanMessage5.dylib 0x0000000112a7b936 vcfoundation::io::Serializer::InternalDeserialize() + 30

    7 VulcanMessage5.dylib 0x0000000112a7b8dd vcfoundation::io::Serializer::Deserialize() + 9

    8 VulcanMessage5.dylib 0x0000000112a7f762 vcfoundation::ncomm::Connection::ReadIn() + 22

    9 VulcanMessage5.dylib 0x0000000112a7f489 vcfoundation::ncomm:NCService:ReadResponse(vcfoundation::ncomm::INCRequest*,_vcfoundation::ncomm::INCListener&,_vcfoundation::ncomm::NCService::ConRef&) + 37

    10 VulcanMessage5.dylib 0x0000000112a7f10a vcfoundation::ncomm:NCService:Execute(vcfoundation::ncomm::INCRequest*,_vcfoundation::ncomm::INCListener&) + 166

    11 VulcanMessage5.dylib 0x0000000112a7f05d vcfoundation::ncomm:NCService:Execute(vcfoundation::ncomm::INCRequest*) + 29

    12 VulcanMessage5.dylib 0x0000000112a71e66 adobe: vulcan::servicemgr::CSIRequest::Execute() + 50

    13 VulcanMessage5.dylib 0x0000000112a7291f adobe: vulcan::servicemgr::RegisterForEventsRequest::Run() + 1005

    14 VulcanMessage5.dylib 0x0000000112a80288 vcfoundation::thread::AbstractThread::Run() + 50

    15 VulcanMessage5.dylib 0x0000000112a81da9 vcfoundation::thread:Thread:ThreadProc(void*) + 9

    16 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    17 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    18 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 30:

    0 libsystem_kernel.dylib 0x00007fff981ffeb2 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff938e5150 _pthread_cond_wait + 767

    2 com.adobe.headlights.LogSessionFramework 0x00000001110581ac boost::condition_variable:do_wait_until(boost::unique_lock<boost::mutex>&,_timespec_const&) + 76

    3 com.adobe.headlights.LogSessionFramework 0x0000000111056a6e boost::this_thread:hiden:sleep_until(timespec_const&) + 78

    4 com.adobe.headlights.LogSessionFramework 0x0000000110fff523 RealTimeProcessor::Sleep (int.) + 243

    5 com.adobe.headlights.LogSessionFramework 0x0000000110ffdb32 RealTimeProcessor::WorkerThread() + 2660

    helping hand 6 com.adobe.headlights.LogSessionFramework 0x0000000111055aca: (anonymous namespace): thread_proxy(void*) + 138

    7 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff938e2375 thread_start + 13

    31 phone: com.apple.NSURLConnectionLoader

    0 libsystem_kernel.dylib 0x00007fff981fa386 mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff981f97c7 mach_msg + 55

    2 com.apple.CoreFoundation 0x00007fff8dc22624 __CFRunLoopServiceMachPort + 212

    3 com.apple.CoreFoundation 0x00007fff8dc21aec __CFRunLoopRun + 1356

    4 com.apple.CoreFoundation 0x00007fff8dc21338 CFRunLoopRunSpecific + 296

    5 com.apple.CFNetwork 0x00007fff9b7546e9 + [NSURLConnection (Loader) _resourceLoadLoop:] + 412

    6 com.apple.Foundation 0x00007fff9212dc6f __NSThread__start__ + 1351

    7 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff938e2375 thread_start + 13

    Line 32: com.apple.CFSocket.private

    0 libsystem_kernel.dylib 0x00007fff98200176 __select + 10

    1 com.apple.CoreFoundation 0x00007fff8dc6e16a __CFSocketManager + 762

    2 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    3 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    4 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 33:

    0 libsystem_kernel.dylib 0x00007fff98200fc6 kevent + 10

    1 com.adobe.dvacore.framework 0 0000000100139570 dvacore::filesupport:DirectoryChangeMonitor:EventQueueThreadProc(void*) + 528 x

    2 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    3 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    4 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    34 phone: com.apple.NSEventThread

    0 libsystem_kernel.dylib 0x00007fff981fa386 mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff981f97c7 mach_msg + 55

    2 com.apple.CoreFoundation 0x00007fff8dc22624 __CFRunLoopServiceMachPort + 212

    3 com.apple.CoreFoundation 0x00007fff8dc21aec __CFRunLoopRun + 1356

    4 com.apple.CoreFoundation 0x00007fff8dc21338 CFRunLoopRunSpecific + 296

    5 com.apple.AppKit 0x00007fff8874e065 _NSEventThread + 149

    6 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    7 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    8 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 35:

    0 libsystem_kernel.dylib 0x00007fff98200206 __semwait_signal + 10

    1 libsystem_c.dylib 0x00007fff95212d17 nanosleep + 199

    2 com.adobe.AuScripting.framework 0x0000000105de84d8 ScObjects::Thread:wait(unsigned_int) + 56

    3 com.adobe.AuScripting.framework 0x0000000105dc95cc ScObjects::BridgeTalkThread::run() + 252

    4 com.adobe.AuScripting.framework 0x0000000105de7f95 ScObjects::Thread:go(void*) + 165

    5 libsystem_pthread.dylib 0x00007fff938e4c13 _pthread_body + 131

    6 libsystem_pthread.dylib 0x00007fff938e4b90 _pthread_start + 168

    7 libsystem_pthread.dylib 0x00007fff938e2375 thread_start + 13

    Line 36:

    0 libsystem_kernel.dylib 0x00007fff982006de __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff938e4729 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff938e2365 start_wqthread + 13

    Line 37:

    0 libsystem_kernel.dylib 0x00007fff982006de __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff938e4729 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff938e2365 start_wqthread + 13

    Line 38:

    0 libsystem_kernel.dylib 0x00007fff982006de __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff938e4729 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff938e2365 start_wqthread + 13

    Line 39:

    0 libsystem_kernel.dylib 0x00007fff982006de __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff938e4729 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff938e2365 start_wqthread + 13

    Line 40:

    0 libsystem_kernel.dylib 0x00007fff982006de __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff938e4729 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff938e2365 start_wqthread + 13

    Line 41:

    0 libsystem_kernel.dylib 0x00007fff982006de __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff938e4729 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff938e2365 start_wqthread + 13

    Line 42:

    0 libsystem_kernel.dylib 0x00007fff982006de __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff938e4729 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff938e2365 start_wqthread + 13

    Line 43:

    0 libsystem_kernel.dylib 0x00007fff982006de __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff938e4729 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff938e2365 start_wqthread + 13

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

    Rax: 0 x 0000000000000000 rbx: 0 x 0000000000000000 rcx: 0x00007fff5fbfc528 rdx: 0 x 0000000000000000

    RDI: 0x000000000000023e rsi: 0x000000000000000b PBR: RER 0x00007fff5fbfc580: 0x00007fff5fbfc528

    R8: 0 x 0000000000000040 r9: 0x00000001003befa0 r10: 0 x 0000020000000303 r11: 0 x 0000000000000206

    R12: 0x000000000000000b r13: 0x00007fff794cc000 r14: 0 x 0000000000000000 r15: 0x00000001003bdf78

    RIP: 0x00007fff981ff9fe rfl: 0 x 0000000000000206 cr2: 0 x 0000000000000000

    Logical CPU: 0

    Error code: 0 x 02000025

    Trap number: 133

    Binary images:

    0 x 100000000 - 0x100001fff + com.adobe.Audition (8.1.0 - 8.1.0.162) < 5BD84877-C613-3B8D-9476-F8EEF8CD5BC9 >/Applications/Adobe Audition 2015/Adobe Audition 2015.app/Contents/MacOS/Adobe hearing 2015 CC CC CC

    0 x 100006000 - 0x100009fff + com.adobe.AdobeCrashReporter (7.2 - 7.2.3) < F09CBDBF-D0F2-3E8B-A039-EC311CD1CCA1 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter CC

    0 x 100011000 - 0x100012fff + com.adobe.boost_system.framework (8.1.0 - 8.1.0.162) < 2B654BAF-E80F-32CC-ADCA-689F1B4E2984 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system CC

    0 x 100019000 - 0x10001eff7 + com.adobe.boost_date_time.framework (8.1.0 - 8.1.0.162) < 71D340A8-500F-3BDA-86B1-87E32C27FD0A >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time CC

    0x10002f000 - 0x10003efff + com.adobe.boost_threads.framework (8.1.0 - 8.1.0.162) < A8128286-658D-3734-9874-E460E1E72598 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads CC

    0 x 100059000 - 0x100065fff + com.adobe.boost_signals.framework (8.1.0 - 8.1.0.162) < E577CE34-7E60-3E57-A9E5-713546E8BCD2 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals CC

    0x10007d000 - 0x10008bfff + com.adobe.boost_filesystem.framework (8.1.0 - 8.1.0.162) < 9FD8C635-2192-3224-A539-C46EAEB9A63D >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem CC

    0x10009e000 - 0x100393fff + com.adobe.dvacore.framework (8.1.0 - 8.1.0.162) < DC901B9E-B9D0-3E83-81A1-868905F67943 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore CC

    0x10060d000 - 0x100c10fff + com.adobe.dvaui.framework (8.1.0 - 8.1.0.162) < 772AFBDE-6A59-39D2-8F84-91280F4C831F >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui CC

    0x1014b3000 - 0x101837ff7 + com.adobe.dvaadameve.framework (8.1.0 - 8.1.0.162) < 8B8DC6D6-E88C-3C30-8707-C3ABC35F126E >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve CC

    0x101e92000 - 0x102012ff7 + com.adobe.dvaworkspace.framework (8.1.0 - 8.1.0.162) < 1A6BBD24-7DA6-341F-9F23-572A7DC7E82B >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace CC

    0 x 102283000 - 0x1022c6fff + com.adobe.dvamediatypes.framework (8.1.0 - 8.1.0.162) < 31DDB66C-FE79-3C6F-8F52-A268D6F03F8A >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes CC

    0x1022fc000 - 0x102472fff + com.adobe.AdobeXMPCore (adobe XMP Core 5,6 - c 111 - 79.158325) < 0DF03DF6-1105-3715-846B-F110CD7ABF7F >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP CC

    0 x 102555000 - 0x1026b3ff7 + com.adobe.AdobeXMPFiles (adobe XMP files 5.6 f 79.158325 - 168) < 54620EAA-BE33-39D8-85E2-3B6233A81517 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles CC

    0x10277f000 - 0x10285bfff + com.adobe.dvametadata.framework (8.1.0 - 8.1.0.162) < EFCE1B5D-ADF1-3A35-9DDD-E01BA642A7F5 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvametadata.framework/Versions/A/dvametadata CC

    0 x 102935000 - 0x102a5aff7 + com.adobe.dvametadataUI.framework (8.1.0 - 8.1.0.162) < D6CFFABB-4F16-3024-A486-B40882EF94EB >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvametadataUI.framework/Versions/A/dvametadataUI CC

    0x102bac000 - 0x102c11ff7 + com.adobe.dvatemporalxmp.framework (8.1.0 - 8.1.0.162) < F2E8C9A1-936F-31CB-BF4D-09B7F68204D4 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvatemporalxmp.framework/Versions/A/dvatemporalxmp CC

    0x102c4e000 - 0x102d28ff7 + com.adobe.exo.framework (8.1.0 - 8.1.0.162) < 2FEDC31B-FBCE-3FD0-AF08-289C48C35AFD >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/exo.framework/Versions/A/exo CC

    0x102ea9000 - 0x102ecefff + com.adobe.dvaunittesting.framework (8.1.0 - 8.1.0.162) < A2E60C4A-8D3E-3342-8F81-A00641F1D938 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaunittesting.framework/Versions/A/dvaunittesting CC

    0x102f0b000 - 0x102f19fff + com.adobe.AuCore.framework (8.1.0 - 8.1.0.162) < 3401A8D7-6A1B-3DBA-B913-3AD7BFFD0B96 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AuCore.framework/Versions/A/AuCore CC

    0x102f38000 - 0x1032f2fd7 + com.adobe.dvaaudiodsp.framework (8.1.0 - 8.1.0.162) < 263B444D-06E2-3D84-B869-A12B71BCB541 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaaudiodsp.framework/Versions/A/dvaaudiodsp CC

    0x1033dc000 - 0x1034afff7 + com.adobe.dvaaudiofilterhost.framework (8.1.0 - 8.1.0.162) < 53E8F9B5-DD21-3762-BD23-BCBE30BD06F9 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaaudiofilterhost.framework/Versions/A/dvaaudiofilterhost CC

    0 x 103592000 - 0x103762ff7 + com.adobe.AuAudioComponents.framework (8.1.0 - 8.1.0.162) < 91D7C04E-9647-3043-AC10-72298EBAF170 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AuAudioComponents.framework/Versions/A/AuAudioComponents CC

    0x1038b3000 - 0x10395bff7 + com.adobe.dvaaudiodevice.framework (8.1.0 - 8.1.0.162) < E0E123CF-F6D9-363F-8BCD-F326A4D7D6BC >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaaudiodevice.framework/Versions/A/dvaaudiodevice CC

    0x103a36000 - 0x103a9efff + com.adobe.dvatransport.framework (8.1.0 - 8.1.0.162) < ED7CC21E-01FD-3BE9-8AA2-65425F5F416B >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport CC

    0x103b2d000 - 0x103b57fff + com.adobe.dvamarshal.framework (8.1.0 - 8.1.0.162) < 320B2A43-C03E-3569-B03E-B1D46B26849E >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal CC

    0x103b97000 - 0x103e0afff + com.adobe.dynamiclink.framework (8.1.0 - 8.1.0.162) < 9E7C0E24-7071-3FD7-AAC5-AA82628CA753 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink CC

    0 x 104075000 - 0x10413bff7 + com.adobe.dvaplayer.framework (8.1.0 - 8.1.0.162) < B4DC4CC4-B369-33BB-B597-9EFCDB0C121F >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaplayer.framework/Versions/A/dvaplayer CC

    0 x 104298000 - 0x1046a8ff7 + com.adobe.AuBackEnd.framework (8.1.0 - 8.1.0.162) < 839A9437-020C-37EF-ACF2-02509573F45A >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AuBackEnd.framework/Versions/A/AuBackEnd CC

    0x104ae2000 - 0x104ae9fff + com.adobe.dvaundo.framework (8.1.0 - 8.1.0.162) < 08605206-B46F-3E91-8ACC-F4C9BE969256 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaundo.framework/Versions/A/dvaundo CC

    0x104af8000 - 0x105058fff + com.adobe.AuApplication.framework (8.1.0 - 8.1.0.162) < 9C307BD1-0D12-3063-9B5E-9D00F428EC96 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AuApplication.framework/Versions/A/AuApplication CC

    0x1054ff000 - 0x1055e2fff + com.adobe.AuUIToolkit.framework (8.1.0 - 8.1.0.162) < 8AD3CE4E-548C-34F5-BBF8-57647BC30993 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AuUIToolkit.framework/Versions/A/AuUIToolkit CC

    0x1057a1000 - 0x105863fff + com.adobe.AdobeExtendScript (ExtendScript 4.5.6-4.5.6.1) < BA3DD538-DDFC-3F17-BD0C-ED236538B40F >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript CC

    0x1058b4000 - 0x10596bff7 + com.adobe.AdobeScCore (ScCore 4.5.6-4.5.6.1) < 9274F8EE-BE07-3C74-9A2A-DC338B894443 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore CC

    0x1059b1000 - 0x105f07fff + com.adobe.AuScripting.framework (8.1.0 - 8.1.0.162) < 82AF8009-234B-31A6-ABF7-B0C69133DB2C >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AuScripting.framework/Versions/A/AuScripting CC

    0x1064ae000 - 0x106500ff7 + com.adobe.dvaaudiofilterhostui.framework (8.1.0 - 8.1.0.162) < AE74EE08-1863-3CDF-A974-082CCA679976 >/Applications/Adobe Audition CC 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaaudiofilterhostui.framework/Versions/A/dvaaudiofilterhost ui

    0x10659d000 - 0x10668efff + com.adobe.AuAudioComponentsUI.framework (8.1.0 - 8.1.0.162) < 50F5A8DB-79CF-3A66-974B-99F3135AA82B >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AuAudioComponentsUI.framework/Versions/A/AuAudioComponentsUI CC

    0x1067e2000 - 0x1075caff7 + com.adobe.AuUI.framework (8.1.0 - 8.1.0.162) < 5C236832-A75E-33EB-A65E-5E2751DCC650 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AuUI.framework/Versions/A/AuUI CC

    0x10826d000 - 0x10831dff7 + com.adobe.boost_regex.framework (8.1.0 - 8.1.0.162) < 66DA086A-F95E-3EAC-BD00-88557525C739 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex CC

    0x10839c000 - 0x1083e1fff + com.adobe.dvanet.framework (8.1.0 - 8.1.0.162) < 331E4402-A935-3B9E-BACE-98BA11746827 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvanet.framework/Versions/A/dvanet CC

    0x10844d000 - 0x108531fff + com.adobe.dvaeve.framework (8.1.0 - 8.1.0.162) < 274155D4-6ECC-35CF-9B04-9FB6E179318D >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve CC

    0x10866d000 - 0x108e87fff + libmkl_intel_lp64.dylib (0) < 5788E2BB-1AE0-36E2-B511-016F9F045647 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libmkl_intel_lp64.dylib CC

    0x108f4e000 - 0x1096adff7 + libmkl_sequential.dylib (0) < 863BA530-389F-3372-B54A-45FB6AEC7341 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libmkl_sequential.dylib CC

    0x10978c000 - 0x10aae6fe7 + libmkl_core.dylib (0) < DDDCB14C-5D3E-304F-8FFB-B2CF61331563 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libmkl_core.dylib CC

    0x10acd7000 - 0x10b643ff7 + libmkl_vml_avx.dylib (0) < 874130EF-A364-32EE-ACD4-3DE0F0D6083E >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libmkl_vml_avx.dylib CC

    0x10b6bf000 - 0x10c093fef + libmkl_vml_avx2.dylib (0) < EC1B406D-5AC7-31D0-B7FF-02E9FB34EDEE >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libmkl_vml_avx2.dylib CC

    0x10c10a000 - 0x10c896fd7 + libmkl_vml_mc2.dylib (0) < 5AC3D16B-7F49-368A-B92A-8569580CB9E1 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libmkl_vml_mc2.dylib CC

    0x10c931000 - 0x10d107fe7 + libmkl_vml_mc3.dylib (0) < BE747346-D47B-3DC0-903E-6158D1474EF0 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libmkl_vml_mc3.dylib CC

    0x10d19b000 - 0x10d1e2fff com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) < 14F0B230-CA35-3D7D-A0B1-437BF4120290 > /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit

    0x10d21c000 - 0x10d359fef com.apple.mobiledevice (823.10.3 - 823.10.3) /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice < 1DD0B2D9-8E99-3411-BC29-993822BD4A4A >

    0x10d3e0000 - 0x10d417fff com.apple.audio.midi.CoreMIDI /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI < 4A755EA1-3CF5-32A6-8939-8D2998577406 > (1.10 - 88)

    0x10d440000 - 0x10d54ffff com.apple.AudioVideoBridging (403.4 - 403.4) < 8AAB1A21-CA30-3B77-BD3B-8F3544BB098F > /System/Library/Frameworks/AudioVideoBridging.framework/Versions/A/AudioVideoBridging

    0x10d600000 - 0x10d619fff libexpat.1.dylib (12.20.1) < AA76E4CF-52F5-3CF9-907B-FBB80BAFB125 > /usr/lib/libexpat.1.dylib

    0x10d623000 - 0x10d629fff com.apple.TimeSync (1.0 - 403.4) < 4E3FCB52-7F47-39A2-9C29-11CFE4823CC4 > /System/Library/PrivateFrameworks/TimeSync.framework/Versions/A/TimeSync

    0x10d634000 - 0x10d6defff + com.izotope.radius (1.0.0 - 1.0.0) < A3438380-77F2-3391-BCB6-0310E054984D >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/iZotope_Radius.framework/Versions/A/iZotope_Radius CC

    0x10d71d000 - 0x10d753fff + iZotopeOmegaStreaming (1) < 8C3C07FF-22B8-EFEA-62BF-DC71DAB3F836 >/Applications/Adobe Audition CC 2015/Adobe Audition CC 2015.app/Contents/Frameworks/iZotopeOmegaStreaming.framework/Versions/A/iZotopeOmegaStrea ming

    0x10d76a000 - 0x10d77cff7 + com.adobe.dvaspeech.framework (8.1.0 - 8.1.0.162) < 9FB7A6E6-43D8-3F2C-9602-97242CDE0E0A >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaspeech.framework/Versions/A/dvaspeech CC

    0x10d79d000 - 0x10d7ebff7 + com.adobe.AuMediaCoreSupport.framework (8.1.0 - 8.1.0.162) < 10F44290-2B49-3789-B0C9-7B7596609114 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AuMediaCoreSupport.framework/Versions/A/AuMediaCoreSupport CC

    0x10d853000 - 0x10d856ff7 + com.adobe.PRM.framework (8.1.0 - 8.1.0.162) < 374DC637-2EAF-33B6-927E-9C1978E8CA09 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/PRM.framework/Versions/A/PRM CC

    0x10d862000 - 0x10d8b0ff7 + com.adobe.ASLFoundation.framework (8.1.0 - 8.1.0.162) < CC6A483F-E434-3E9F-94B8-9B3869EA0926 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation CC

    0x10d915000 - 0x10d925ff7 + com.adobe.ASLMessaging.framework (8.1.0 - 8.1.0.162) < 90D235E2-38A2-3DE6-A216-7A1A3CF37BB3 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging CC

    0x10d93e000 - 0x10d93fff7 + com.adobe.Memory.framework (8.1.0 - 8.1.0.162) < 00B23F2F-1C12-37D8-812D-CE69D0F08343 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/Memory.framework/Versions/A/Memory CC

    0x10d946000 - 0x10d955ff7 + com.adobe.ASLUnitTesting.framework (8.1.0 - 8.1.0.162) < 5D50B303-1637-362D-A4AC-E187E861B7D6 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting CC

    0x10d96f000 - 0x10da12ff7 + com.adobe.MediaFoundation.framework (8.1.0 - 8.1.0.162) < B68BD6D9-9AF4-3189-BFEF-4E9EED51CEF7 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation CC

    0x10dad1000 - 0x10db75ff7 + com.adobe.AudioRenderer.framework (8.1.0 - 8.1.0.162) < 295D6894-87B5-35DA-B815-87C412A0EA88 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AudioRenderer.framework/Versions/A/AudioRenderer CC

    0x10dc43000 - 0x10dd3eff7 + com.adobe.dvacaptioning.framework (8.1.0 - 8.1.0.162) < 72FAE5FD-CBF2-3A36-AA3E-61920FE73A97 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvacaptioning.framework/Versions/A/dvacaptioning CC

    0x10de10000 - 0x10ece6ff7 + com.adobe.Backend.framework (8.1.0 - 8.1.0.162) < 4E191FF0-E0F7-35DB-A96E-DFEC7E3C82AA >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/Backend.framework/Versions/A/Backend CC

    0x10f9dc000 - 0x10fb3cfe7 + com.adobe.ImageRenderer.framework (8.1.0 - 8.1.0.162) < FB183AED-A972-3C9A-B7FE-389F1A08D53F >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer CC

    0x10fc4a000 - 0x10fcc9fff + com.adobe.VideoFrame.framework (8.1.0 - 8.1.0.162) < C6CBC12E-93A3-32E6-85E4-06CB02423227 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame CC

    0x10fd3a000 - 0x10fd6fff7 + com.adobe.MLFoundation.framework (8.1.0 - 8.1.0.162) < C0B6F2A5-C348-36AB-8713-25FAFAEC1A9A >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/MLFoundation.framework/Versions/A/MLFoundation CC

    0x10fdb9000 - 0x10fdfaff7 + com.adobe.PluginSupport.framework (8.1.0 - 8.1.0.162) < 260FE0AA-94C4-3657-A1B9-2E7A33F96857 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport CC

    0x10fe46000 - 0x10fe72ff7 + com.adobe.SweetPeaSupport.framework (8.1.0 - 8.1.0.162) < 1B995604-F610-3E3B-BE6C-C63C44810D57 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/SweetPeaSupport.framework/Versions/A/SweetPeaSupport CC

    0x10feb3000 - 0x10ff15fff + com.adobe.AudioSupport.framework (8.1.0 - 8.1.0.162) < 1CB6FA35-4044-3672-9C82-E4484CD8F6CF >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AudioSupport.framework/Versions/A/AudioSupport CC

    0x10ff7e000 - 0x10ff81ff7 + com.adobe.MediaUtils.framework (8.1.0 - 8.1.0.162) < 43C66684-52A5-333F-8480-828ED06FC124 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/MediaUtils.framework/Versions/A/MediaUtils CC

    0x10ff89000 - 0x11013efff + com.adobe.ImporterHost.framework (8.1.0 - 8.1.0.162) < DBCF9F70-E891-3082-9089-1C1E55DF4E27 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/ImporterHost.framework/Versions/A/ImporterHost CC

    0x1102e8000 - 0x11042dfff + com.adobe.VideoRenderer.framework (8.1.0 - 8.1.0.162) < 34AB3B12-C6DA-388C-B1CE-2F6C94361FA7 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/VideoRenderer.framework/Versions/A/VideoRenderer CC

    0x11057b000 - 0x1105dbfff + com.adobe.DynamicLinkMedia.framework (8.1.0 - 8.1.0.162) < F93C33F8-8EA7-38B7-8E5A-9737FB5C1807 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/DynamicLinkMedia.framework/Versions/A/DynamicLinkMedia CC

    0x11068b000 - 0x1106bdff7 + com.adobe.DisplaySurface.framework (8.1.0 - 8.1.0.162) < A516C65B-B90B-345F-8D5A-245EA81AF360 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/DisplaySurface.framework/Versions/A/DisplaySurface CC

    0x1106fc000 - 0x1109d4fe6 + libxerces-c - 3.0.dylib (0) < 46020284-EEA8-7D7B-388C-BF23A318C997 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libxerces-c-3.0.dylib CC

    0x110b55000 - 0x110b7afff + com.mainconcept.mc.enc.dv (9.11 - 9.11.14.3173) < 2525D6D6-09D2-4718-AFD8-49E0DAE682F0 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/mc_enc_dv.framework/Versions/9/mc_enc_dv CC

    0x110b91000 - 0x110bf5fff + com.adobe.QT32Client.framework (8.1.0 - 8.1.0.162) < CFE614C2-0E0D-3CC5-A17D-657E2C286ABB >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/QT32Client.framework/Versions/A/QT32Client CC

    0x110c78000 - 0x110cb9fff + com.adobe.AudioFilterHost.framework (8.1.0 - 8.1.0.162) < 41FA1FD5-D3B9-3471-BCC8-3504E95D23B0 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AudioFilterHost.framework/Versions/A/AudioFilterHost CC

    0x110d18000 - 0x110e27ff7 + com.adobe.VideoFilterHost.framework (8.1.0 - 8.1.0.162) < A1381F64-1660-339C-9941-ED447DC816B6 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/VideoFilterHost.framework/Versions/A/VideoFilterHost CC

    0x110f24000 - 0x110f3bfff + com.adobe.ProjectSupport.framework (8.1.0 - 8.1.0.162) < E98E36A3-62E8-31C7-A58D-9D471CAD71AD >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/ProjectSupport.framework/Versions/A/ProjectSupport CC

    0x110f66000 - 0x110f6afff com.apple.agl (3.3.1 - AGL - 3.3.1) < 8B380B9E-3E00-3065-842E-41F4421D8D5A > /System/Library/Frameworks/AGL.framework/Versions/A/AGL

    0x110f72000 - 0x1110b1ff7 + com.adobe.headlights.LogSessionFramework (7.3.1.70) < 408F19FE-B672-3E82-89B6-B782E000D2B0 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession CC

    0 x 111165000 - 0x1112b4ff7 + com.adobe.ACE (AdobeACE 2.20.02.34962 - 2.20.02.34962) < A8A54AE7-8D74-32BD-A417-CA05B53358EB >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE CC

    0x1112ca000 - 0x111b3dfff + com.adobe.AGM (AdobeAGM 4.30.58.34962 - 4.30.58.34962) < 64D09581-35A0-3ACB-84A1-9859C6142E4A >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM CC

    0x111bf8000 - 0x111c18ff7 + com.adobe.BIB (AdobeBIB 1.2.03.34962 - 1.2.03.34962) < 31B2A685-932D-3381-940A-9F70972E53EA >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB CC

    0x111c21000 - 0x111c49fff + com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) < C2069FBA-AE26-3284-AB00-8B9F4DB5A0DA >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils CC

    0x111c52000 - 0x111f79ff7 + com.adobe.CoolType (AdobeCoolType 5.15.00.34962 - 5.15.00.34962) < 02CEEA73-7375-3431-83C9-25879D530EA3 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType CC

    0x111fc1000 - 0x111fddfff + com.adobe.ahclientframework (2.0.0.1 - 2.0.0.1) < 075BD455-9D2E-3B8A-8C83-8B40D3059A55 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient CC

    0x111fe9000 - 0x112030fff + com.adobe.AuCEPSupport.framework (8.1.0 - 8.1.0.162) < 4846683B-AB5B-3FCD-831E-914EB3FB3F9C >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AuCEPSupport.framework/Versions/A/AuCEPSupport CC

    0x1120ae000 - 0x1121b0fff + com.adobe.amtlib (9.0.0.89 - 9.0.0.89) < EBF9B7FD-5C40-31E1-976E-D5B5608080B9 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib CC

    0x1121c3000 - 0x1121f7fff + com.adobe.dvaaudiodeviceui.framework (8.1.0 - 8.1.0.162) < 14001C3A-2E45-3411-827D-E441DC803F3F >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dvaaudiodeviceui.framework/Versions/A/dvaaudiodeviceui CC

    0 x 112243000 - 0x11227eff7 + com.adobe.dvacontrolsurfacehost.framework (8.1.0 - 8.1.0.162) < 85186F1A-FD7F-3586-9FE1-A65EB848D60D >/Applications/Adobe Audition 2015/Adobe Audition 2015.app/Contents/Frameworks/dvacontrolsurfacehost.framework/Versions/A/dvacontrolsurface host CC CC

    0x1122fb000 - 0x112351fff + com.adobe.dynamiclinkui.framework (8.1.0 - 8.1.0.162) < 81BEBE11-C0AA-3652-98D4-9877361B5C9E >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/dynamiclinkui.framework/Versions/A/dynamiclinkui CC

    0x1123dc000 - 0x1126f7fdf + com.adobe.PlugPlug (6.1.0.158 - 6.1.0.158) < F26B79B6-22A4-38B4-8AB8-DFEEF9AE6824 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/PlugPlug.framework/Versions/A/cPlug CC

    0x112a1d000 - 0x112a3dfff + VulcanControl.dylib (5.2.0.35 - 5.2.0.35 copyright 2015, Adobe Systems Incorporated.) (All rights reserved). < 7DED4C28-2DC8-397F-9BCF-FB4777D99386 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/VulcanControl.dylib CC

    0x112a64000 - 0x112a9cff7 + VulcanMessage5.dylib (5.2.0.35 - 5.2.0.35 copyright 2015, Adobe Systems Incorporated.) (All rights reserved). < 4B0B878A-02F8-3EB1-89D5-4071034EDD0D >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/VulcanMessage5.dylib CC

    0x114faa000 - 0x114fabfff ATSHI.dylib (394,3) < 5C52C614-3D7C-3E7F-9AE2-9905DDB9F10F > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib

    0x11ba10000 - 0x11ba50ff7 + com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 9.0.0.15 - 9.0.0.15) < 777D69DE-E701-3DAE-AF9C-7B7B48C0189C >/Applications/Adobe Audition CC 2015/Adobe Audition CC 2015.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotificatio ns

    0x11bb98000 - 0x11bb9cfff libFontRegistryUI.dylib (155,1) < 79B125DD-4565-391D-A084-DB4F2A7CF322 > /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc're / libFontRegistryUI.dylib

    0x11bbba000 - 0x11bbbaff7 + cl_kernels (?) < 5506A9B7-4A86-4573-90B2-56A109575B34 > cl_kernels

    0x11ce55000 - 0x11ce71ff7 libJapaneseConverter.dylib (68) < D80D1583-1F6F-32A5-A683-F504A0DF973A > /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib

    0x11ce77000 - 0x11ce86ff7 libSimplifiedChineseConverter.dylib (68) < DCFEA0D3-593E-3E5C-B311-53B8ACF8A318 > /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib

    0x11dea4000 - 0x11deb6fff libTraditionalChineseConverter.dylib (68) < 62CEE84C-366B-3E43-821B-EE072DBF33D7 > /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib

    0x11debb000 - 0x11deddff7 libKoreanConverter.dylib (68) < F29010B7-FABC-3CDA-95F5-85DC12B6C91B > /System/Library/CoreServices/Encodings/libKoreanConverter.dylib

    0 x 126108000 - 0x126142fff + com.adobe.pip (7.3.1.70) < 62832BC3-E82F-3648-B0D2-67EFD1263C89 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/AdobePIP.framework/AdobePIP CC

    0x12614c000 - 0x126175fff + libSLCacheWrapper.dylib (1) < AB5FD9B1-D26B-3599-820A-6E1238597C86 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/LogSession.framework/Libraries/libSLCacheWrapper.dylib CC

    0x1299b8000 - 0x1299baff7 com.apple.textencoding.unicode (3.0 - 3.0) < 78B2E03E-3AE3-34E0-AA72-22F1D696170B > system/library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode encodings

    0x1299e4000 - 0x1299e8fff com.apple.audio.AppleHDAHALPlugIn (272.51.3 - 272.51.3) < 7E9DC6D6-CB61-3EA1-94AD-5C6F20D3EDBF > /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn

    0x12a078000 - 0x12a0d2ff7 + com.adobe.ImporterQuickTime.framework (8.1.0 - 8.1.0.162) < 6CA0CF92-1FBD-3B14-9F0E-2BA379E47993 >/Applications/Adobe Audition CC 2015/Adobe Audition CC 2015.app/Contents/Plug-Ins/Common/ImporterQuickTime.bundle/Contents/MacOS/ImporterQuickTi me

    0x12a11f000 - 0x12a2b5ff7 + com.mainconcept.mc.dec.mp2v (9.11 - 9.11.14.3173) < 7BFF83AD-EAF4-C71A-960E-1612262E8617 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/mc_dec_mp2v.framework/Versions/9/mc_dec_mp2v CC

    0x12a2be000 - 0x12a2f3fff + com.adobe.QTParser.framework (8.1.0 - 8.1.0.162) < 839DF332-D3BD-3A31-A2C4-8CEDEABBD919 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/QTParser.framework/Versions/A/QTParser CC

    0x12a313000 - 0x12a3c6fe7 + com.adobe.IPPMPEGDecoder.framework (8.1.0 - 8.1.0.162) < 2DE776FF-4275-342D-B026-60CFBF77D782 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/IPPMPEGDecoder.framework/Versions/A/IPPMPEGDecoder CC

    0x12a40d000 - 0x12a600ff7 + com.adobe.CodecSupport.framework (8.1.0 - 8.1.0.162) < 653787B7-111F-3E88-925B-F2E951FF39A9 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/CodecSupport.framework/Versions/A/CodecSupport CC

    0x12a738000 - 0x12a9cafcf + com.mainconcept.mc.bc.dec.avc (9.11 - 9.11.14.3173) < BA8A5407-5E33-7EF3-EA5D-415559C215D1 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/mc_bc_dec_avc.framework/Versions/9/mc_bc_dec_avc CC

    0x12a9db000 - 0x12abacfef + com.mainconcept.mc.dec.mp4v (9.11 - 9.11.14.3173) < 508B143D-25B1-4407-CC3F-8A2B9245C3F1 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/mc_dec_mp4v.framework/Versions/9/mc_dec_mp4v CC

    0x12abba000 - 0x12afc9fef + libDNxHR.dylib (0) < 40A98B9A-F35C-3B56-B009-E4A5856D7129 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libDNxHR.dylib CC

    0x12b09b000 - 0x12b177fe7 + libmp4decMT.dylib (1.1.3) < A663DA9C-874F-742A-58B2-B5665D99CA03 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libmp4decMT.dylib CC

    0x12b1d3000 - 0x12b2ddfff + libCFHDDecoder.dylib (1) < 0C9B6356-F555-39E0-9054-81E3FAC4DE55 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libCFHDDecoder.dylib CC

    0x12b37c000 - 0x12b47efff + libCFHDEncoder.dylib (1) < A3B4AE2B-D61C-339A-8DD1-B2E523640425 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/libCFHDEncoder.dylib CC

    0x12c137000 - 0x12c14fff7 + com.adobe.AmioWav.bundle (8.1.0 - 8.1.0.162) < E57A956B-A0C2-398F-B91A-1CAB91344B09 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Plug-Ins/Amio/AmioWav.bundle/Contents/MacOS/AmioWav CC

    0x131f47000 - 0x132038fff + com.adobe.adobe_caps (adobe_caps 9.0.0.28 - 9.0.0.28) < 5FA2F01A-0E75-3655-8CC0-C09088813A57 >/Applications/Adobe Audition 2015/Adobe Audition CC 2015.app/Contents/Frameworks/adobe_caps.framework/adobe_caps CC

    0 x 132048000 - 0x132185fef + IMSLib.dylib (9.0.1.28 - 9.0.1.28) < 5FC6C059-D74C-3F40-99C3-2B2C111878E6 >/Library/Application Support/Adobe/*/IMSLib.dylib

    0x7fff60a84000 - 0x7fff60abb007 dyld (360.19) < 9D05FDF4-65CE-3B53-86D4-ABE1A5BF35F3 >/usr/lib/dyld

    0x7fff86f04000 - 0x7fff8816fffb com.apple.CoreGraphics (1.600.0 - 948) < A5BCCC6D-D931-360D-BF45-02F5ED4E1773 > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

    0x7fff88170000 - 0x7fff88175fff com.apple.MediaAccessibility /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility < CCF71DC1-BB6A-3227-BD1B-AFD172592A63 > (1.0 - 79)

    0x7fff88253000 - 0x7fff88460ffb libicucore. A.dylib (551.41) < CFFD7342-A7D6-323A-AC14-B9EECF6EFFED >/usr/lib/libicucore. A.dylib

    0x7fff8848a000 - 0x7fff88492fff (385.20.6) libsystem_networkextension.dylib < DC8A102A-BF02-31A4-8914-65C34DF6B592 > /usr/lib/system/libsystem_networkextension.dylib

    0x7fff88493000 - 0x7fff884a3fff libSparseBLAS.dylib (1159) < 81330B45-9CA3-34AC-891C-6E770C3DFC24 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libSparseBLAS.dylib

    0x7fff884a4000 - 0x7fff884a4ff7 libunc.dylib (29) < 1D0F8265-F026-3CBD-93D3-F8DF14FFCE68 > /usr/lib/system/libunc.dylib

    0x7fff88512000 - 0x7fff8859afff com.apple.CoreSymbolication (3.1 - 58048.1) < 6436E5E0-B05C-36D6-942A-47026DD2D874 > /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n

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

    0x7fff885e5000 - 0x7fff885e7fff (12.0.40.6) libCVMSPluginSupport.dylib < C88875DF-9888-37A6-AE69-3CABFACDAF45 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib

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

    0x7fff88605000 - 0x7fff89228ff7 com.apple.AppKit /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit < 467468E2-C551-3408-B351-414B21F57DEB > (6, 9 - 1404.34)

    0x7fff89cc7000 - 0x7fff89dc3ff7 libFontParser.dylib (158,4) < BF7F82EB-7820-364A-865E-442F42BFDFA4 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib

    0x7fff89dc4000 - 0x7fff89dc7ffb (425.102) libScreenReader.dylib < BDC46586-4925-38F2-85D3-BD23DB6E6D43 > /usr/lib/libScreenReader.dylib

    0x7fff8aa32000 - 0x7fff8af54fff com.apple.QuartzComposer (5.1 - 334) < 0A407B05-5CF5-3084-93EF-F4619BDEEF8B > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer

    0x7fff8af55000 - 0x7fff8af71ff7 libextension.dylib (78) < 589FA312-F17C-3A8D-986F-FD995D0065D5 > /usr/lib/libextension.dylib

    0x7fff8af75000 - 0x7fff8af7bfff com.apple.IOAccelerator (205.1 - 205.1) < 9B56A248-FA12-3DB9-AD97-51EB4700E8A8 > /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator

    0x7fff8af7d000 - 0x7fff8afd2ff7 com.apple.AE (701-701) < FB22BE84-9CB8-36BF-8061-F93D716C0A84 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE

    0x7fff8b04b000 - 0x7fff8b0f2fff com.apple.LanguageModeling (< E1E4091D-6CAB-36E0-A206-AAADE69791DC > /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 1.0 - 1.).

    0x7fff8b17a000 - 0x7fff8b297fff libsqlite3.dylib (216,4) < DC3D59E7-91A3-374F-957C-6699729CD82B > /usr/lib/libsqlite3.dylib

    0x7fff8b298000 - 0x7fff8b37efef unorm8_bgra.dylib (2.6.4.1) < F2A325FF-D55F-3091-88E2-5EBF3648274A > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib

    0x7fff8b37f000 - 0x7fff8b415fff com.apple.ColorSync (4.9.0 - 4.9.0) < 8BB8DF19-C24F-39F8-8B90-AD186D74587C > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync

    0x7fff8b4ae000 - 0x7fff8b522fff com.apple.Heimdal /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal < 009F223D-B89B-376B-94F5-6D982CBEF771 > (4.0 - 2.0)

    0x7fff8b53b000 - 0x7fff8b6e2ffb com.apple.avfoundation (2.0 - 1046.9.2) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation < FE83988E-9A6D-3386-ACD7-A0A4D7A006DF >

    0x7fff8b6ee000 - 0x7fff8b894ff7 com.apple.audio.toolbox.AudioToolbox /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox < F912765D-88ED-3324-B512-3778A8CE878B > (1.13 - 1.13)

    0x7fff8b895000 - 0x7fff8b903ff7 com.apple.ApplicationServices.ATS (377-394, 3) < 0DDD3503-3D74-3CCA-BD25-7F19B03C2579 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS

    0x7fff8b904000 - 0x7fff8bbaaff7 com.apple.CoreData (120-641, 3) < 65509AA2-A0E6-3EE3-BDFE-B9B120F744ED > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x7fff8bc97000 - 0x7fff8bcd1fff com.apple.QD (3.12 - 302) < 3F36A108-C557-353A-A3F7-80DDCB82BB37 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD

    0x7fff8bcd2000 - 0x7fff8bcdafff libcopyfile.dylib (127) < F5133269-0B22-388C-A57C-079667B6291E > /usr/lib/system/libcopyfile.dylib

    0x7fff8bd85000 - 0x7fff8bd90fff com.apple.AppSandbox (4.0 - 261.20.7) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox < 0CA08EB7-D574-3E2F-A3AE-FEA80FF3F304 >

    0x7fff8bde2000 - 0x7fff8bde3fff libffi.dylib (18.1) < 5BA9612C-747E-33CE-9DB1-3C01ECF3041D > /usr/lib/libffi.dylib

    0x7fff8bf28000 - 0x7fff8bf3dfff com.apple.AppContainer (4.0 - 261.20.7) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer < 30414623-E68F-31A1-9794-1C052391E900 >

    0x7fff8c08d000 - 0x7fff8c174ff7 libcrypto.0.9.8.dylib (59) < ED1C2A26-8FFC-30FF-8726-FF952EF94ADF > /usr/lib/libcrypto.0.9.8.dylib

    0x7fff8c175000 - 0x7fff8c1adfff com.apple.RemoteViewServices (2.0 - 99) < 596153FD-3CB9-3FED-9D63-1B73B01AC6DB > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi CES

    0x7fff8c1ae000 - 0x7fff8c42eff3 com.apple.security (7.0 - 57337.20.44) /System/Library/Frameworks/Security.framework/Versions/A/Security < 290E0078-464E-30EE-8288-8B29A875FFE3 >

    0x7fff8c515000 - 0x7fff8c51aff7 libheimdal - asn1.dylib (453.20.2) < EE3DD8E9-E543-3849-ADC9-EDBF2379C97C > /usr/lib/libheimdal-asn1.dylib

    0x7fff8c5a5000 - 0x7fff8c5b4fe7 com.apple.AppleFSCompression (81.20.2 - 1.0) < 735A903C-EB3A-32EB-BA6B-C55644C59C5C > /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion

    0x7fff8c5b5000 - 0x7fff8c5b7ff7 libRadiance.dylib (1442) < 9E9084DC-C0DF-30DF-BD6B-7AED3799A129 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

    0x7fff8c634000 - 0x7fff8c640ff7 com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) < E507D438-517D-32AE-8609-02ACD2F0D692 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis

    0x7fff8c641000 - 0x7fff8c66cff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) < D4463131-B469-30B1-84C4-50DB1BAADC32 > /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundat ion

    0x7fff8c68b000 - com.apple.DictionaryServices (1.2 - 250) < D9AB6B92-CAF5-3EC2-8D07-639B42DA1CB9 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices 0x7fff8c6b9ff7

    0x7fff8c6ba000 - 0x7fff8c6defff com.apple.quartzfilters (1.10.0 - 1.10.0) < 58FAFE0C-A2D8-3746-AC8F-BF553A7CDED7 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters

    0x7fff8c6df000 - 0x7fff8c6dffff com.apple.CoreServices (728, 6-728, 6) < 1FC9300C-6D3D-330C-829C-C8F094BC38C6 > /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    0x7fff8c7cd000 - 0x7fff8c7d0ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) < 2B3F04CE-3C7D-3F51-99F3-C7847D1E4277 > /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo

    0x7fff8c7d7000 - 0x7fff8c866fff com.apple.CorePDF /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF < 6147B89F-46D8-38B2-A7D0-C5AABCE35BC6 > (4.0 - 4)

    0x7fff8c867000 - 0x7fff8c881fff com.apple.Kerberos (< 836358DE-2731-3ACD-98E3-E5FA48917728 > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 3.0 - 1).

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

    0x7fff8c905000 - 0x7fff8c905fff com.apple.Accelerate.vecLib (vecLib - 3.10 3.10) < E0D5C411-052F-3B71-9562-C1098FB2F86D > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib

    0x7fff8cc8b000 - 0x7fff8cc8cfff libsystem_blocks.dylib (65) < 49D42329-7DE9-3413-92C3-A473A7E9CF35 > /usr/lib/system/libsystem_blocks.dylib

    0x7fff8cc8d000 - 0x7fff8cc9dff3 com.apple.ProtocolBuffer /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer < 127AF54F-615B-362A-A221-3E758C46A235 > (1-242)

    0x7fff8cca1000 - 0x7fff8cca9ffb (625.20.4) libsystem_dnssd.dylib < 945B5FB1-DA91-3D45-A961-A8FAD53C1E7E > /usr/lib/system/libsystem_dnssd.dylib

    0x7fff8ccaa000 - 0x7fff8ccf6fff com.apple.print.framework.PrintCore /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore < 449D8AB5-7891-32D0-9DC5-C90FE10DC0BF > (11, 2 - 472.2). framework/Versions/A/PrintCore

    0x7fff8cdb5000 - 0x7fff8cdb8ff7 libCoreFSCache.dylib (119.5) < C7008E64-0AFB-3446-929E-BC3F76DEF049 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib

    0x7fff8cdb9000 - 0x7fff8cdd5fff com.apple.GenerationalStorage (2.0 - 239) < EE667C63-3ADF-34D3-A8A7-316B66C7E290 > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt storm

    0x7fff8cdf2000 - 0x7fff8ce00fff com.apple.IntlPreferences /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences < CACF49DE-A307-3066-B168-B47DFC531B97 > (2.0 - 192)

    0x7fff8ce01000 - 0x7fff8ce46ff3 libFontRegistry.dylib (155,1) < 593CC743-3785-3CC5-A229-D3846C51E054 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib

    0x7fff8ce47000 - 0x7fff8ce5bfff com.apple.CoreDuetDaemonProtocol (1.0-1) < 8D8A190B-3C08-3624-8DC6-E9EBE22BC3BB > /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDae monProtocol

    0x7fff8ce5c000 - 0x7fff8ce80fff com.apple.MultitouchSupport.framework (304.10 - 304.10) < 1E0206D9-34AD-3810-8ED0-29DC450D1485 > /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t

    0x7fff8ce81000 - 0x7fff8ce83ff7 libquarantine.dylib (80) < 163CF63A-7455-3D1F-AE57-8C4475A9204C > /usr/lib/system/libquarantine.dylib

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

    0x7fff8ceae000 - 0x7fff8ced5fff com.apple.ProtectedCloudStorage (1.0-1) < F9E1BDE2-16AF-34B5-B7FE-127D511BDC9E > /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedClo udStorage

    0x7fff8ced6000 - 0x7fff8cedbfff com.apple.TCC (< C53628CA-0C75-34B6-AE6E-8BCF8A3ED099 > /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 1.0 - 1.).

    0x7fff8cee9000 - 0x7fff8ceecfff libspindump.dylib (197,1) < 61EB1BFE-8600-3420-B18E-1541D3C15C5C > /usr/lib/libspindump.dylib

    0x7fff8d048000 - 0x7fff8d065ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) < 2B459E1F-0563-30B2-A04D-CF1793426B66 > /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA

    0x7fff8d099000 - 0x7fff8d103ff7 com.apple.framework.CoreWLAN /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN < 6A535459-6A8A-3D60-986B-EE7ED833A9C3 > (11, 0 - 1101.20)

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

    0x7fff8d142000 - 0x7fff8d1a0fff com.apple.SystemConfiguration /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration < 5A70115B-E346-3EBD-A617-9A11C61EEF2E > (1.14 - 1.14)

    0x7fff8d1c7000 - 0x7fff8d1cffff (12.0.40.6) libGFXShared.dylib < 7E84C8A9-40DA-302A-A3DE-9AE3C61A3465 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

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

    0x7fff8d4e3000 - 0x7fff8d531ff7 libstdc ++.6.dylib (104.1) < 76E2AFB1-07E5-3F19-B692-F6E21B7E470D > /usr/lib/libstdc++.6.dylib

    0x7fff8d532000 - 0x7fff8d595fff libAVFAudio.dylib (161,2) < C42EF0ED-56B2-387F-B188-C42FB8A1B7AB > /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib

    0x7fff8d596000 - 0x7fff8d63afff com.apple.Bluetooth (4.4.3 - 4.4.3f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth < B5F46DA5-EAE8-3F79-864D-1423C61C0A69 >

    0x7fff8d641000 - 0x7fff8d65dff7 libsystem_malloc.dylib (67) < 9EECAB18-F025-34C4-8E32-7EFFA6720EFC > /usr/lib/system/libsystem_malloc.dylib

    0x7fff8d65e000 - 0x7fff8d667ff3 (150.20.3) libsystem_notify.dylib < 243FADE1-255A-3B78-8033-F336CD64B817 > /usr/lib/system/libsystem_notify.dylib

    0x7fff8d670000 - 0x7fff8d8bcff7 com.apple.AddressBook.framework /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook < B18B0933-04A3-3092-9B33-C9C91AF59E00 > (9.0 - 1679.4)

    0x7fff8da20000 - 0x7fff8db32fef libvDSP.dylib (563.4) < C069B6A3-D7CD-3B72-918C-15514066A2F3 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib

    0x7fff8db33000 - 0x7fff8dba7ff3 com.apple.securityfoundation (6.0 - 55126) < 11644DA4-F1CF-3FB1-86A0-0DA8E8C27148 > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

    0x7fff8dba8000 - 0x7fff8dbaaff7 com.apple.xpc.ServiceManagement (< 3777FD15-B6F3-32A2-A8E3-3E8CE3B8D5E7 > /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 1.0 - 1.).

    0x7fff8dbb2000 - 0x7fff8e028fff com.apple.CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < 768A7FB7-9143-3148-8591-7C6ED3162D35 > (6, 9 - 1256.14)

    0x7fff8e06d000 - 0x7fff8e072fff com.apple.DiskArbitration /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration < B7FAE647-156A-30C8-BA8B-69D188D02602 > (2.7 - 2.7)

    0x7fff8e073000 - 0x7fff8e09cfff (477.20.1) libsystem_info.dylib < 6513635B-4ADE-3B45-BF63-ED7AC565B0C9 > /usr/lib/system/libsystem_info.dylib

    0x7fff8e30c000 - 0x7fff8e330ff7 libJPEG.dylib (1442) < 0F9069AB-D830-37DD-8813-B635D1ECB3E4 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff8e363000 - 0x7fff8e39aff7 com.apple.LDAPFramework (2.4.28 - 194,5) < 79D981F2-F70C-3E47-B124-DC0C90D45563 > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

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

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

    0x7fff8e3c6000 - 0x7fff8e3c9fff com.apple.Mangrove (< 7919AD18-0EDE-3408-A6AC-A9121B8D857F > /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 1.0 - 1.).

    0x7fff8e3ca000 - 0x7fff8e3e0ff7 (83.20.8) libsystem_coretls.dylib < 75C97D88-0A63-3093-AE83-DE33EB7405CE > /usr/lib/system/libsystem_coretls.dylib

    0x7fff8e3e1000 - 0x7fff8e43cff7 libTIFF.dylib (1442) < FC2ADE78-3710-31E7-9CE7-44CD61F4B8DC > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff8e43d000 - 0x7fff8e4f7fff com.apple.DiscRecording (9.0.1 - 9010.4.3) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording < C4EC1EA7-E2AA-30F7-83CC-79171CDD50AA >

    0x7fff8e505000 - 0x7fff8e710fff libFosl_dynamic.dylib (16.24) < 363B7CEE-B662-32F3-9D7B-245E64927C35 > /usr/lib/libFosl_dynamic.dylib

    0x7fff8e786000 - 0x7fff8e787ff3 com.apple.print.framework.Print (10.0 - 266) < BF573614-5666-3D16-9D45-4690911F030A > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print

    0x7fff8e788000 - 0x7fff8e7d4ff7 com.apple.corelocation /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation < 5AE891F7-ED25-3C6C-A8DD-5D702FB87DC7 > (1486.17 - 1615.38)

    0x7fff8e7d5000 - 0x7fff8e81aff7 (24, 4-24, 5) com.apple.coreservices.SharedFileList < 72156BE7-0804-3F90-9AF9-14C4739430C2 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.fr amework/Versions/A/SharedFileList

    0x7fff8e87e000 - 0x7fff8e969ff7 com.apple.QuickLookUIFramework (5.0 - 696.3) < 8416C721-85D3-3F4A-9916-2CB4640BB0CB > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI

    0x7fff8e96a000 - 0x7fff8e96cfff com.apple.SecCodeWrapper (4.0 - 261.20.7) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper < E3E10533-B295-39EB-B0A3-42BD238E8C85 >

    0x7fff8f87e000 - 0x7fff8f887fff com.apple.icloud.FindMyDevice (< BB049D2D-9789-39E8-A09D-D300E7AA94D2 > /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 1.0 - 1.).

    0x7fff8f888000 - 0x7fff8f938fff com.apple.backup.framework (1.7.2 - 1.7.2) < F6A2F892-0728-3DD6-883C-2CDE789BF26F > /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

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

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

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

    0x7fff8fa5a000 - 0x7fff8fa7cfff com.apple.IconServices (68, 1-68, 1) < 3ECAA762-1193-3D76-A25F-7680DB3A957E > /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices

    0x7fff8fbde000 - 0x7fff8fc30fff com.apple.ImageCaptureCore /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore < 68537DDB-383F-3D4D-8125-789053333B13 > (7.0 to 7.0)

    0x7fff90214000 - 0x7fff9021cfe7 (74.10.3) libsystem_platform.dylib < D3A27E10-7F08-3603-ACC8-7A92B2C04BAB > /usr/lib/system/libsystem_platform.dylib

    0x7fff90ae8000 - 0x7fff90b1cff7 com.apple.CoreVideo (1, 8 - 191.2) < 88D903C8-E608-320E-8ACD-11E5B3003C18 > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

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

    0x7fff90b49000 - 0x7fff90b9bfff com.apple.AppleVAFramework (5.0.32 - 5.0.32) < 04AB634C-FB23-3538-937C-FF60E5E59DF8 > /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x7fff90b9c000 - 0x7fff90bc5fff (756.20.4) libxpc.dylib < 61AB4610-9304-354C-9E9B-D57198AE9866 > /usr/lib/system/libxpc.dylib

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

    0x7fff90be1000 - 0x7fff90be3fff com.apple.loginsupport (1.0-1) < 9B2F5F9B-ED38-313F-B798-D2B667BCD6B5 > /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.fram ework/Versions/A/loginsupport

    0x7fff90be4000 - 0x7fff90c58fff com.apple.framework.IOKit (2.0.2 - 1179.20.6) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < D92E537D-F96D-39E1-B9AC-9A18943AFCC7 >

    0x7fff90c59000 - 0x7fff90c7bff7 com.apple.framework.familycontrols /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls < 50F14127-3FCC-39A2-9158-5C2581B0FAE3 > (4.1 - 410)

    0x7fff90ce4000 - 0x7fff90cf5ff7 (201.10.3) libsystem_trace.dylib < B485369F-E3A1-319E-998C-89AAF606079E > /usr/lib/system/libsystem_trace.dylib

    0x7fff90cf6000 - 0x7fff90d01fff libGL.dylib (12.0.40.6) < 2A13E40A-BFA1-34FD-925A-C7023FEF254C > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff90d02000 - 0x7fff90df4ff7 libJP2.dylib (1442) < 3B374049-CCA4-3B4D-9517-583F2BF6B77D > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff90f82000 - 0x7fff90f87ff7 libmacho.dylib (875.1) < CB745E1F-4885-3F96-B38B-2093DF488FD5 > /usr/lib/system/libmacho.dylib

    0x7fff90f88000 - 0x7fff90fc9ff7 libGLU.dylib (12.0.40.6) < 1C9899B5-4741-340F-A2D7-F9AF03B42A47 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

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

    0x7fff90fe6000 - 0x7fff91141ffb com.apple.WebKitLegacy (11601 - 11601.4.4) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/ < 5CC2787B-FDD4-3025-BD63-4021F97787A8 > Versions/A/WebKitLegacy

    0x7fff91142000 - 0x7fff911b8ff7 com.apple.MMCS /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS < 13D01D37-66F0-30BB-AA7E-D1D348F738E3 > (1.3 - 351)

    0x7fff91201000 - 0x7fff9122aff7 libxslt.1.dylib (14.1) < AE86E275-499F-3D4F-8433-142186D383CB > /usr/lib/libxslt.1.dylib

    0x7fff9122b000 - 0x7fff91237fff com.apple.HelpData (2.1.4 - 90) < 3A533F58-9C3B-3341-A8F8-084C96BDB70D > /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData

    0x7fff91395000 - 0x7fff91395fff libOpenScriptingUtil.dylib (169,1) < 03BEF6F0-07CD-3EDC-9D11-32202C1857B6 > /usr/lib/libOpenScriptingUtil.dylib

    0x7fff91396000 - 0x7fff91405fff com.apple.datadetectorscore (7.0 - 460) < CDBB7D7D-B189-37B0-AA4B-DC79090D0D71 > e /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor

    0x7fff914fa000 - 0x7fff91583ff7 com.apple.PerformanceAnalysis (lysis of /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna < FB33FACE-5A99-34E0-83CC-CEDCCFAC74C3 > 1.0 - 1.).

    0x7fff91584000 - 0x7fff9165aff7 com.apple.DiskImagesFramework (10.11.3 - 417.2) < 25BBE20C-E92B-360F-A326-093B61CC7B5E > /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x7fff91776000 - 0x7fff91776fff com.apple.audio.units.AudioUnit /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit < D2E8EA94-3828-3D7C-87E2-97E4CD00269D > (1.13 - 1.13)

    0x7fff9177c000 - 0x7fff9177eff7 (802.20.7) libsystem_configuration.dylib < 5FD79070-36CC-3D02-BEA7-BB5D2AE97D5D > /usr/lib/system/libsystem_configuration.dylib

    0x7fff91812000 - 0x7fff918c9ff7 com.apple.CoreDuet (< 20BDA287-415A-385E-BCB5-934D165BDAA4 > /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 1.0 - 1.).

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

    0x7fff91908000 - 0x7fff9190dfff com.apple.ImageCapture (9, 0-9, 0) < 33F7822F-1124-3D73-AF66-515EA32A4A47 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture

    0x7fff9190e000 - 0x7fff9193cff7 com.apple.CoreServicesInternal (248, 2-248, 2) < 7D0D2C65-C4C4-3FBD-89A7-12302EA444AA > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI internal

    0x7fff9196b000 - 0x7fff9198aff7 com.apple.framework.Apple80211 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 < EC583C00-9073-39C3-B613-96D5BA0FDD32 > (11, 0 - 1110.33)

    0x7fff9198e000 - 0x7fff919fdfff com.apple.SearchKit (1.4.0 - 1.4.0) < CA50106F-F45A-36AC-AD2B-C3B19F5DD52F > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit

    0x7fff919fe000 - 0x7fff91f55fff com.apple.MediaToolbox (1.0 - 1731.15.33) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox < 16374746-DF5E-3103-994B-74CF151BD06A >

    0x7fff91f56000 - 0x7fff922aaff7 com.apple.Foundation /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation < 66106CC9-9D97-3846-88D8-4BF6BB508296 > (6, 9 - 1256.1)

    0x7fff922ab000 - 0x7fff92616657 libobjc. A.dylib (680) < 58CB8CFC-7DBD-3A53-BD72-A42FF799B21E >/usr/lib/libobjc. A.dylib

    0x7fff92617000 - 0x7fff92ad5fcf com.apple.vImage (8.0 - 8, 0) < 85FB412E-EB30-3433-A79B-B3970FC83580 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage

    0x7fff92ad6000 - 0x7fff92b3dfff com.apple.framework.CoreWiFi /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi < BEC7B27E-8CE8-3DAB-BFDF-6C240C6A4B12 > (11, 0 - 1101.20)

    0x7fff92b3e000 - 0x7fff92b42fff com.apple.CommonPanels (1.2.6 - 96) < 61E9D84F-435A-3C7B-A065-047B80775777 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels

    0x7fff92b7f000 - 0x7fff92b81ff7 com.apple.SafariServices.framework (11601 - 11601.4.4) /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices < FB9EA83E-574E-31D4-AA47-B4EA086BF886 >

    0x7fff92b85000 - 0x7fff92bb1fff com.apple.framework.SystemAdministration (1.0 - 1.0) < FDCA9F2D-E06A-3DEC-8E1A-7535BAE68B62 > /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdminis of Directors

    0x7fff92bb2000 - 0x7fff92fe0fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) < B8482831-77BD-3FBC-A0B1-12502353AA57 > /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

    0x7fff93004000 - 0x7fff930ddfff com.apple.CoreMedia (1.0 - 1731.15.33) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia < 6109D83B-4E0B-3DE2-9856-9FD80EA51CE0 >

    0x7fff93185000 - 0x7fff9319cfff com.apple.ScriptingBridge (1.3.3 - 68) < 4C81A32D-9B9F-354F-9857-E5BD0852290A > /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge

    0x7fff9319d000 - 0x7fff931a9ff7 com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) < 8B6C0DB6-8744-3AEB-BD00-9FA6967E7125 > /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecogn itionCore

    0x7fff931aa000 - 0x7fff93263ff7 libvMisc.dylib (563.4) < 3114F9E9-2B0D-3371-93A1-04BB55CE8DBD > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib

    0x7fff93266000 - 0x7fff93266ff7 (756.20.4) liblaunch.dylib < EDF719D6-D2BB-38DD-8C94-4272BEFDA2CD > /usr/lib/system/liblaunch.dylib

    0x7fff932b8000 - 0x7fff932d3fff com.apple.aps.framework /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService < 894B1FD6-6EBE-302B-947B-D5813DABEDF0 > (4.0 - 4.0)

    0x7fff932d4000 - 0x7fff93334fff com.apple.QuickLookFramework (5.0 - 696.3) < D20C8962-7BB8-3A2C-BB80-5B61259B50F2 > /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

    0x7fff93335000 - 0x7fff933cafff (10, 9-214) com.apple.ink.framework < 6B573126-A6E9-357F-B36A-AA5BDC0BEAF8 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A / ink jet

    0x7fff933cb000 - 0x7fff933fcff7 libtidy. A.dylib (15,17) < 03EF1071-8B43-3B41-9879-118FA27F89C5 >/usr/lib/libtidy. A.dylib

    0x7fff934ed000 - 0x7fff934f8ff7 (60075.20.1) libcommonCrypto.dylib < 766BC3F5-41F3-3315-BABC-72718A98EA92 > /usr/lib/system/libcommonCrypto.dylib

    0x7fff9351b000 - 0x7fff9351bfff com.apple.ApplicationServices /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices < DD9C4070-C0FC-3984-BCED-72E6E99838FC > (48-48)

    0x7fff9351c000 - 0x7fff9355aff7 libGLImage.dylib (12.0.40.6) < ACC6C7B0-A805-344C-AAC3-BA50780227E1 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x7fff93564000 - 0x7fff93564ff7 libkeymgr.dylib (28) < 09397E01-6066-3179-A50C-2CE666FDA929 > /usr/lib/system/libkeymgr.dylib

    0x7fff93565000 - 0x7fff938e0ffb com.apple.VideoToolbox (1.0 - 1731.15.33) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox < 33AED54A-87AE-330F-BAAD-FB8389C3E686 >

    0x7fff938e1000 - 0x7fff938eaff7 (138.10.4) libsystem_pthread.dylib < 327CECD0-B881-3153-8FCC-4FD4818B7F16 > /usr/lib/system/libsystem_pthread.dylib

    0x7fff938eb000 - 0x7fff9398bff7 com.apple.Metadata (10.7.0 - 972.16) < 3E42A570-BE32-396D-96E1-01B4A778D991 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/metadata

    0x7fff9398c000 - 0x7fff9398dfff com.apple.TrustEvaluationAgent (2.0 - 25) < 0239494E-FEFE-39BC-9FC7-E251BA5128F1 > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent

    0x7fff9398e000 - 0x7fff9398efff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < 34263101-328D-3FE4-B212-14BD3CFF6965 > (154 to 157)

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

    0x7fff93b31000 - 0x7fff93cf1feb libBLAS.dylib (1159) < 943445A4-F6CA-3923-882C-154D7D4AEFE0 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib

    0x7fff93cf5000 - 0x7fff93d1aff7 libPng.dylib (1442) < E8391CE4-9B83-3895-A406-D987FC826D4A > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff93e7a000 - 0x7fff93e85fff com.apple.CommerceCore (1.0 - 459) < 4179210D-00E6-397D-AAA3-2A1E9992CB2D > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore

    0x7fff93e96000 - 0x7fff93ee6fff libcups.2.dylib (435) < 28A05475-9DBF-35EA-B218-3432B69EA18B > /usr/lib/libcups.2.dylib

    0x7fff93f66000 - 0x7fff93f95ffb com.apple.datadetectors /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors < F6564D99-03ED-3F4F-8922-E6D9508DA6F4 > (5.0 - 308)

    0x7fff93f96000 - 0x7fff94203fff (2: 6-932) com.apple.imageKit < 6738F065-3D55-3165-8D3E-33AA18D6E3EA > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit

    0x7fff9445e000 - 0x7fff9445efff libenergytrace.dylib (10) < A4AE7CBD-CF0A-3A74-8098-B642CE496611 > /usr/lib/libenergytrace.dylib

    0x7fff94da9000 - 0x7fff94dd8ffb libsystem_m.dylib (3105) < 26655445-CA97-321E-B221-801CB378D1AA > /usr/lib/system/libsystem_m.dylib

    0x7fff94e04000 - 0x7fff94e0cfff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) < 7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framewor k/Versions/A/FSEvents

    0x7fff94e0d000 - 0x7fff9514aff3 com.apple.WebKit (11601 - 11601.4.4) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit < F35B60CF-8F10-3FC3-9E01-F7C887070EA2 >

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

    0x7fff95150000 - 0x7fff95186fff libssl.0.9.8.dylib (59) < DC4B66A8-AFED-33A9-A5B8-D2088C6EF5B2 > /usr/lib/libssl.0.9.8.dylib

    0x7fff95193000 - 0x7fff95220fff (1082.20.4) libsystem_c.dylib < EAB38A6C-8671-3B13-B500-90EC1B912063 > /usr/lib/system/libsystem_c.dylib

    0x7fff955cb000 - 0x7fff9561cff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) < BB7C0F61-E39B-382C-AF03-1650C054BFE1 > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff9561d000 - 0x7fff95cc3ffb com.apple.JavaScriptCore (11601 - 11601.4.2) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore < 33235884-914C-3A2B-AD91-142E5AB8899F >

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

    0x7fff95cd6000 - 0x7fff95cd8fff com.apple.CoreDuetDebugLogging (1.0-1) /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebug < B461272B-2DFF-3CA9-8DCA-689B2AAC0379 > logging

    0x7fff95cd9000 - 0x7fff95e23fc7 com.apple.coreui (2.1 - 365.2) < 727C55D3-503A-3EC4-8A23-C984E320F65F > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x7fff9601b000 - 0x7fff9601dff7 com.apple.securityhi (9.0 - 55006) < B97C1C77-AA51-33ED-941D-F766BC94CD9E > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI

    0x7fff9601e000 - 0x7fff96420fff libLAPACK.dylib (1159) < A333AA38-9C2C-329C-AB92-94774C8264C5 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib

    0x7fff9656d000 - 0x7fff96582fff com.apple.ToneKit (< 298E6855-B818-3949-85ED-08CF12ACEE59 > /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 1.0 - 1.).

    0x7fff967f4000 - 0x7fff9681bfff com.apple.ChunkingLibrary /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary < 508861C9-F5E6-343B-8DD0-D71DFE49ECFD > (167-167)

    0x7fff9681c000 - 0x7fff9685eff7 com.apple.Metal (55.2.8 - 55.2.8) /System/Library/Frameworks/Metal.framework/Versions/A/Metal < D4D7AC6F-7B31-3D94-B4B1-587EC2856CDB >

    0x7fff9707a000 - 0x7fff9712cfff com.apple.cloudkit.CloudKit /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit < E927AE82-8E55-38A4-BE6E-4D0829272653 > (481.8 - 481.8)

    0x7fff97185000 - 0x7fff97293ff3 com.apple.desktopservices (1.10 - 1.10) < 0BAED9FA-EFA5-3DA0-8715-043FD2400B77 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv

    0x7fff97294000 - 0x7fff97299ff3 libunwind.dylib (35.3) < 124E0F05-2350-3774-A32C-7F5BF38EDE73 > /usr/lib/system/libunwind.dylib

    0x7fff9729a000 - 0x7fff9729afff com.apple.Cocoa /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa < 0A634D46-B468-3CBC-B2A0-16C381C11BF2 > (6.11 - 22)

    0x7fff972c2000 - 0x7fff97314fff com.apple.CloudDocs (1.0 - 383, 5) < BBE4C32D-75E6-3EDD-A787-625BDD66DA20 > /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs

    0x7fff97315000 - 0x7fff97319fff libcache.dylib (75) < 6B245C0A-F3EA-383B-A542-5B0D0456A41B > /usr/lib/system/libcache.dylib

    0x7fff973e6000 - 0x7fff97432ff3 com.apple.HIServices (1.22 - 549) < 14FB5BB6-8456-39F9-A694-8A1C12426880 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices

    0x7fff97d68000 - 0x7fff981d9ff3 com.apple.GeoServices (1.0 - 1151.2.13.9) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices < 52A8FBB6-267C-3371-A516-264572B5800F >

    0x7fff981da000 - 0x7fff981e5fff (517.20.1) libcsfde.dylib < 42376761-F1B3-3086-AFBC-231507582BBE > /usr/lib/libcsfde.dylib

    0x7fff981e6000 - 0x7fff981e7fff libsystem_secinit.dylib (20) < FD6ECF2C-1489-32CA-981B-9045B5EB1FAA > /usr/lib/system/libsystem_secinit.dylib

    0x7fff981e8000 - 0x7fff981e8fff (600.0.43.5) libmetal_timestamp.dylib < 4BA5B935-F932-3863-9B31-EF0A7DEAF15C > /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib

    0x7fff981e9000 - 0x7fff98207fff (3248.30.4) libsystem_kernel.dylib < 9CEB6C3B-1CAF-3C32-A9FD-93BC72CBCEA1 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff98208000 - 0x7fff9820fff7 libcompiler_rt.dylib (62) < D3C4AB40-23B4-3BC6-8C38-5B8758D14E80 > /usr/lib/system/libcompiler_rt.dylib

    0x7fff98210000 - 0x7fff98219ff7 com.apple.CommonAuth /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth < B2CEE6B5-9464-35F2-9339-9F52001C8A27 > (4.0 - 2.0)

    0x7fff9821a000 - 0x7fff98427ff7 com.apple.CoreImage (11.2.0). -366.2.7) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage < 344F1067-5F52-3626-8F6C-2B678DEB80A1 >

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

    0x7fff98433000 - 0x7fff98436fff libCoreVMClient.dylib (119.5) < CD7DE25C-D7AD-3ECD-BEEC-F57992A4A08E > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

    0x7fff98437000 - 0x7fff9880ffef com.apple.CoreAUC (214.0.0 - 214.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC < B43C7811-38A4-3F9A-9417-FD8F4B55EA82 >

    0x7fff98810000 - 0x7fff98813ff7 (460.30.1) libsystem_sandbox.dylib < 3E0036AF-FC64-3352-8DA4-6B550C2C2562 > /usr/lib/system/libsystem_sandbox.dylib

    0x7fff988ab000 - 0x7fff988befff com.apple.CoreBluetooth (< BF5F87E3-6AAA-3B1F-9979-7A03D77937C8 > /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 1.0 - 1.).

    0x7fff989b8000 - 0x7fff989b9ffb libremovefile.dylib (41) < B8D1A5FC-CFD5-3AAB-8A10-14DDC129710A > /usr/lib/system/libremovefile.dylib

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

    0x7fff98a6a000 - 0x7fff98a8bfff com.apple.Sharing (442.9.1 - 442.9.1) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing < 672DE6DF-98E0-30A4-BA25-44BDE188D0BE >

    0x7fff98a8c000 - 0x7fff98a94fff com.apple.AppleSRP (< 25775E90-1DBB-3BFA-B4B4-F8F262B9EC1F > /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 5.0 - 1).

    0x7fff98a95000 - 0x7fff98aa7fff libsasl2.2.dylib (209) < 02BF4226-23E9-34EC-A727-CF0E205395F8 > /usr/lib/libsasl2.2.dylib

    0x7fff98bf2000 - 0x7fff98c08fff com.apple.CoreMediaAuthoring (2.2 - 953) < D74307B6-EC7E-3E5F-B2CF-7CE7A183F0F0 > /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing

    0x7fff98c09000 - 0x7fff98c54ff7 com.apple.CoreMediaIO /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO < A401D0BE-7618-3A75-A77D-2387CF168072 > (703, 0-4791)

    0x7fff98c5c000 - 0x7fff98c64ff7 libcldcpuengine.dylib (2.6.4.1) < 5FFEDBEF-2EFE-3F91-BABC-1E73B28487A2 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib

    0x7fff98c65000 - 0x7fff98c8effb libRIP.A.dylib (948) < 96E8F983-A8BA-3B0F-9035-E09642A63F6E > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

    0x7fff98c8f000 - 0x7fff98c9aff7 libChineseTokenizer.dylib (16) < 998637AB-DC37-3A7C-A85C-F10FD98CAAD7 > /usr/lib/libChineseTokenizer.dylib

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

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

    0x7fff98d28000 - 0x7fff98d3dff3 libCGInterfaces.dylib (317.9) < 473434E1-5269-3077-A047-D05E024AE631 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/Libraries/libCGInterfaces.dylib

    0x7fff98d9b000 - 0x7fff98e3bfff com.apple.ViewBridge /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge < A42BD1E4-C838-3135-B00E-8B051E42D5D3 > (159-159)

    0x7fff98e3c000 - 0x7fff990d2fff libmecabra.dylib (696.4) < 0A1574F0-3222-3856-A1C6-D8BE20DC4C48 > /usr/lib/libmecabra.dylib

    0x7fff990d3000 - 0x7fff991c2fff libxml2.2.dylib (29.2) < F70308DF-313F-334F-8F0E-82E79821583D > /usr/lib/libxml2.2.dylib

    0x7fff991cf000 - 0x7fff9925cdd7 com.apple.AppleJPEG (< 9F0E8564-FCC4-33BE-9C6A-2BA926A33F6F > /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 1.0 - 1.).

    0x7fff9925d000 - 0x7fff9928cff7 com.apple.securityinterface (10.0 - 55065.20.1) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface < EDBD990A-0960-3DBB-BB42-43A36F49477F >

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

    0x7fff9930e000 - 0x7fff99335fff com.apple.shortcut /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut < D9DD2F6A-4AC7-38BD-A3B6-A9682EFCCE2E > (2.16 - 93)

    0x7fff99336000 - 0x7fff99345ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) < 0D1BCC13-76B9-3C19-85AA-D8DD8299F007 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis

    0x7fff99346000 - 0x7fff9962bff3 com.apple.CoreServices.CarbonCore (1136-1136) < FFBDE3BF-0BB3-37A2-8A44-6E25284CC348 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore

    0x7fff996cd000 - 0x7fff996d8fff com.apple.DirectoryService.Framework /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService < 159606E0-F3AF-36B0-9744-4BFE1DA3EC74 > (10.11 - 194)

    0x7fff996d9000 - 0x7fff996ddfff libGIF.dylib (1442) < 2F7DA684-3510-38C2-B48F-9D33194860A1 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff99733000 - 0x7fff99901ffb com.apple.QuartzCore /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore < CB19502B-D25F-379C-B50F-08A98FF73B68 > (1.11 - 410.14)

    0x7fff99d0c000 - 0x7fff99d0dff7 libodfde.dylib (23) < 5475AB3E-8C9A-3279-8294-E565293F7EF1 > /usr/lib/libodfde.dylib

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

    0x7fff99ec9000 - 0x7fff99ee2fff com.apple.openscripting (1.7.1 - 169.1) < F6532253-9EC5-3FF3-AA16-8AE58531B1D1 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

    0x7fff99f0e000 - 0x7fff99f14ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) < FA5CB89A-2BFE-38CC-B1A3-E48792CD898C > work/Versions/A/SpeechRecognition /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame

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

    0x7fff99f1e000 - 0x7fff99f20fff libCGXType.A.dylib (948) < C3D473CF-7261-3E0D-A161-E9B642B75D6A > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib

    0x7fff99f21000 - 0x7fff99f24ff7 com.apple.help (1.3.3 - 46) < 62056D9B-A87C-3E4D-B4E2-7E1CDB74CE68 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/aide

    0x7fff99f25000 - 0x7fff99f28fff com.apple.IOSurface (108.0.1 - 108.0.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface < 7B05B27A-5CC4-30D4-8A10-ED444A2807A2 >

    0x7fff99f56000 - 0x7fff9a07bff7 com.apple.LaunchServices (728, 6-728, 6) < 204CD7A1-D99C-3655-82D7-E8E89F9C666B > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices

    0x7fff9a0d3000 - 0x7fff9a130fff com.apple.CoreServices.OSServices (728, 6-728, 6) < CA616ACB-A872-386C-B16D-193A7E495C4D > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices

    0x7fff9a143000 - 0x7fff9a149fff com.apple.XPCService (< 9A305622-14E1-3D9A-BE47-6524419BA58D > /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 2.0 - 1).

    0x7fff9a14a000 - 0x7fff9a17aff7 (460.30.1) libsandbox.1.dylib < AD0156FC-EF07-3689-9403-586517AE7037 > /usr/lib/libsandbox.1.dylib

    0x7fff9a5bd000 - 0x7fff9a5f7ff7 com.apple.DebugSymbols /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols < BDF57386-2881-35BD-9310-36904C764E93 > (132-132)

    0x7fff9a60f000 - 0x7fff9a73bff7 com.apple.CoreText /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText < 9FD834B1-FF8E-3EB0-BB11-6E9120969086 > (352.0 - 494.10)

    0x7fff9a73c000 - 0x7fff9a78afff libcurl.4.dylib (90) < FF42FAA6-E71B-3D0D-B5C9-B05BD2460C9A > /usr/lib/libcurl.4.dylib

    0x7fff9a9a5000 - 0x7fff9a9befef libcompression.dylib (25) < C8546222-B022-39EA-9896-0387BA1D5C51 > /usr/lib/libcompression.dylib

    0x7fff9a9bf000 - 0x7fff9aa9fff7 unorm8_rgba.dylib (2.6.4.1) < 6970FC46-0D13-3614-929D-9504AB54C740 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba .dylib

    0x7fff9aaa0000 - 0x7fff9aaa3ffb libdyld.dylib (360.19) < AA629043-C6F6-32FE-8007-E3478E99ACA7 > /usr/lib/system/libdyld.dylib

    0x7fff9aaa6000 - 0x7fff9aaafff7 com.apple.DisplayServicesFW /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices < E459962E-90C6-36CE-BA30-BC9E29E6C14A > (3.0 - 378)

    0x7fff9aab0000 - 0x7fff9aac7ff7 (322.30.1) libsystem_asl.dylib < 9B500E4E-E462-321E-828E-5524DC984C1B > /usr/lib/system/libsystem_asl.dylib

    0x7fff9aac8000 - 0x7fff9aad0fff com.apple.frameworks.CoreDaemon /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon < D44F75E7-C679-3C21-AD76-8FA8A2B898F1 > (1.3 - 1.3)

    0x7fff9aad1000 - 0x7fff9aae7ff7 libLinearAlgebra.dylib (1159) < FA316609-9851-3C5C-AF46-685A25768D45 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLinearAlgebra.dylib

    0x7fff9aae8000 - 0x7fff9aaf6fff com.apple.opengl (12.0.40 - 12.0.40) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL < D37D88AE-0731-3105-99AB-984DA9B9BCE6 >

    0x7fff9aaf7000 - 0x7fff9ab0afff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) < 71232F20-11BD-370D-9F43-F262BFE46C93 > /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersis tence

    0x7fff9ab38000 - 0x7fff9adc6ff3 com.apple.RawCamera.bundle /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera < 64331E1B-EFE6-360D-AD56-50D8E0286D2A > (6.17 - 825)

    0x7fff9af5e000 - 0x7fff9b0a3fff com.apple.QTKit (7.7.3 - 2943) < 6DD72D38-9449-3289-904E-B6E148993AA5 > /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

    0x7fff9b0a4000 - 0x7fff9b399fff com.apple.HIToolbox (2.1.1 - 807.2) < D9338BEF-CA84-3085-B6CB-4E93B3B9A2E1 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox

    0x7fff9b39a000 - 0x7fff9b429ff7 (517.20.1) libCoreStorage.dylib < EC540EAA-089C-36D9-BBAA-0684EDE098AB > /usr/lib/libCoreStorage.dylib

    0x7fff9b42a000 - 0x7fff9b435fff (3248.30.4) libkxld.dylib < BAA3DDEC-AD81-3C29-AECC-59E4AD114D3C > /usr/lib/system/libkxld.dylib

    0x7fff9b50b000 - 0x7fff9b55bff7 com.apple.Symbolication /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication < 2EC9F04A-4370-39C8-8549-FC6411D87463 > (1.4 - 58044)

    0x7fff9b55c000 - 0x7fff9b6dafff com.apple.UIFoundation (1.0 - 436.1) < 8C254BB0-1DED-36A2-AAAF-786EB19CCE39 > /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation

    0x7fff9b74d000 - 0x7fff9b9d3ff7 com.apple.CFNetwork (760.2.6 - 760.2.6) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork < 653B1552-C1EC-36A5-85D0-9FC3ED3CCF72 >

    0x7fff9b9d4000 - 0x7fff9b9e0ff7 com.apple.OpenDirectory /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory < 5409AC27-3B83-3F35-8EB5-51228B4604AE > (10.11 - 194)

    0x7fff9ba35000 - 0x7fff9ba36ffb libSystem.B.dylib (1226.10.1) < 5A4257EF-3145-3BB3-87A4-0D2404A9462D > /usr/lib/libSystem.B.dylib

    0x7fff9ba37000 - 0x7fff9ba3cfff (14-14) com.apple.AssetCacheServices < 33685005-A92A-3006-97F5-FBF8530925B2 > /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServi CES

    0x7fff9ba3d000 - 0x7fff9ba6dff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD < C34F0ECF-AABA-3FBC-980F-B4809C9B2DD1 >

    0x7fff9ba6e000 - 0x7fff9bacfff7 (583.20.10) libsystem_network.dylib < 865FE79A-A22D-3733-A14F-FC7B37F3AECD > /usr/lib/system/libsystem_network.dylib

    0x7fff9badc000 - 0x7fff9bb09fff (501.20.1) libdispatch.dylib < 324C9189-2AF3-3356-847F-6F4CE1C6E901 > /usr/lib/system/libdispatch.dylib

    0x7fff9bb33000 - 0x7fff9bbaafe7 (335.20.1) libcorecrypto.dylib < C6BD205F-4ECE-37EE-BCAB-A76F39CDCFFA > /usr/lib/system/libcorecrypto.dylib

    0x7fff9bbab000 - 0x7fff9bbabfff com.apple.Accelerate (1.10 - 1.10 accelerate) < 97B71D88-9C93-3943-B09E-642183B4E1AC > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fff9bc06000 - 0x7fff9ccc5ff7 com.apple.WebCore (11601 - 11601.4.4) < 815CFF7F-3839-3FDE-9B82-79253BFB3624 > /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore

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

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

    0x7fff9d1d2000 - 0x7fff9d39bff7 com.apple.ImageIO.framework (3.3.0 - 1442) < 2C8AF87E-080E-3FD8-824D-332B43DF4B61 > /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fff9d3cf000 - 0x7fff9d3ddfff com.apple.ToneLibrary (< E92CE7C6-43CB-3312-9B1F-77353FE2C5DD > /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 1.0 - 1.).

    0x7fff9d413000 - 0x7fff9d41efff com.apple.CrashReporterSupport (10.11 - 717) < 474544AD-1199-3ECC-90E5-071847BA72C6 > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support

    0x7fff9d46d000 - 0x7fff9d49efff com.apple.GSS /System/Library/Frameworks/GSS.framework/Versions/A/GSS < 25DECD44-0905-3E53-9480-DE7BEB84DB83 > (4.0 - 2.0)

    0x7fff9d4a3000 - 0x7fff9d4abfff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < BDD59EC5-D399-31EA-9B2A-60E3A859FC42 > (6.0 - 4.0)

    0x7fff9d4cd000 - 0x7fff9d4e6fff com.apple.CFOpenDirectory /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory < C21F33AA-CD06-3163-A1F3-1D116F788A11 > (10.11 - 194). framework/Versions/A/CFOpenDirectory

    0x7fff9d4e7000 - 0x7fff9d4f1fff com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < 19E44307-6F9F-3DEC-8C1A-4685BC252A35 > (6.0 - 6.0)

    0x7fff9d673000 - 0x7fff9d71efff com.apple.PDFKit (3.1 - 3.1) < F6796D8B-3BE1-3D09-B6D4-15016CDE14D9 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit

    0x7fff9d76e000 - 0x7fff9d7bdff7 com.apple.opencl (2.6.9 - 2.6.9) < 27643341-DC6F-3C2F-8B8B-637061979BF3 > /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    Summary of the external change:

    Calls made by other processes for this process:

    task_for_pid: 3303

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

    thread_create: 0

    thread_set_state: 0

    Summary region VM:

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

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

    VIRTUAL REGION

    The NUMBER of DIMENSIONS of TYPE REGION (not melted)

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

    ATS (font support) 32.3 M 10

    ATS (font support) (reserved) 4K 2 reserved (Unassigned) VM address space

    Accelerate.Framework 256K 3

    2048K 2 follow-up activity

    CG backup stores 18.2 M 7

    CG image 252 K 20

    CG shared images 400K 12

    CoreAnimation 28K 5

    CoreUI 1088 K 12 image data

    CoreUI image file 384K 6

    Ship continuations 16.0 M 2

    The 20K 2 Foundation

    Image of IO 164K 17

    Kernel Alloc once 8 K 3

    MALLOC 160.3 M 252

    MALLOC 32K 7 cover page

    MALLOC_LARGE (reserved) 27.4 5 reserved address space M VM (not assigned)

    Tag memory 242 12K 2

    OpenCL                               8K        2

    Corpse process Info 2048 K 2

    BATTERY GUARD 56.2 M 45

    The stack of 29.4 M 46

    VM_ALLOCATE 64.6 M 257

    (Reserved) VM_ALLOCATE 292K 2 reserved VM address space (not assigned)

    __DATA 41.5 M 456

    __IMAGE 528K 2

    __LINKEDIT 193.3 M 129

    __TEXT 406,8 408 M

    __UNICODE 552K 2

    mapped file 103.7 M 40

    16.3 shared memory M 11

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

    TOTAL 1.1 G 1740

    TOTAL, less reserved VM space 1.1 G 1740

    Model: MacPro3, 1, MP31.006C.B05 of BootROM, 8 processors Quad - Core Intel Xeon, 2.8 GHz, 32 GB, MSC 1.25f4

    Graphics card: AMD Radeon HD 7950, AMD Radeon HD 7950, PCIe, 3072 MB

    Memory module: DIMM Riser B/DIMM 1, 4 GB FB-DIMM DDR2, 800 MHz, 0x802C, 0 x 333648544635313237324638304545314434

    Memory module: DIMM Riser B/DIMM 2, 4 GB FB-DIMM DDR2, 800 MHz, 0x802C, 0 x 333648544635313237324638304545314434

    Memory module: DIMM Riser A/DIMM 1, 4 GB FB-DIMM DDR2, 800 MHz, 0x802C, 0 x 333648544635313237324638304545314434

    Memory module: DIMM Riser A/DIMM 2, 4 GB FB-DIMM DDR2, 800 MHz, 0x802C, 0 x 333648544635313237324638304545314434

    Memory module: DIMM Riser B/DIMM 3, 4 GB FB-DIMM DDR2 800 MHz, 0x80AD, 0x48594D5031353146373243503444332D5335

    Memory module: DIMM Riser B/DIMM 4, 4 GB FB-DIMM DDR2 800 MHz, 0x80AD, 0x48594D5031353146373243503444332D5335

    Memory module: DIMM Riser A/DIMM 3, 4 GB FB-DIMM DDR2 800 MHz, 0x80AD, 0x48594D5031353146373243503444332D5335

    Memory module: DIMM Riser 4 A/DIMM, 4 GB FB-DIMM DDR2 800 MHz, 0x80AD, 0x48594D5031353146373243503444332D5335

    Bluetooth: Version 4.4.3f4 16616, 3 services, 26 aircraft, 1 incoming serial ports

    Service network: Ethernet, Ethernet, 2 in 1

    PCI card: pci1b4b, 9182, AHCI, Slot-2 controller

    PCI card: AMD Radeon HD 7950, view controller, Slot-1

    PCI card: AMD Radeon HD 7950, ATY, HamachiParent, Slot-1

    PCI card: PXS3, USB eXtensible Host Controller, slot-3

    Serial ATA Device: Samsung 840 EVO 250 GB, GB 250,06 SSD

    Serial ATA Device: WDC WD5000AAKS-75A7B0, 500,11 GB

    Parallel ATA Device: OPTIARC DVD RW AD - 7170 has

    Parallel ATA Device: PIONEER DVD - RW DVR-112D

    USB device: USB Bus

    USB device: SoundSticks

    USB device: USB Bus

    USB device: USB Bus

    USB device: USB Bus

    USB Device: Bluetooth HCI

    USB device: USB 2.0 Bus

    USB device: MP990 series

    USB device: USB 2.0 Hub

    USB device: Keyboard Hub

    USB Device: Apple keyboard

    USB device: USB CAT5

    USB device: USB 3.0 Bus

    FireWire devices: unknown_device, unknown

    FireWire devices: built-in_hub, up to 800 Mb/s

    Crush Bus:

    ___________________________________________

    PRESENTATION OF THE MATERIAL:

    Model name: Mac Pro

    Model identifier: MacPro3, 1

    Processor name: Intel Quad - Core Xeon

    Processor speed: 2.8 GHz

    Number of processors: 2

    Total number of cores: 8

    L2 Cache (per CPU): 12 MB

    Memory: 32 GB

    Bus speed: 1.6 GHz

    Boot ROM version: MP31.006C.B05

    Version of the SCM (System): 1.25f4

    Serial number (System): G88271ZYXYL

    Material UUID: EDBB96B6-C03B-56FE-998F-B7D6FFBA84B9

    I solved this problem on mine, even inadvertently:

    I created a boot disk with only the bare minimum of hearing thereon and then installed applications. It has collapsed since then and I have told many of the same steps that made crash earlier.

    I have the impression that she was crashing due to some conflicts with some old plugins I had installed on the other boot disk. 'Perian' "EyeConnect" or "Powermate". See attachment.

  • Copy develop settings from one photo to another: problems! Photo: getDevelopSettings LrDevelopController.setValue

    I've also attached the full code at the bottom of this message in case this is useful, but the summary

    I have a plugin of lua (rsjaffe MIDI2LR) who receives an application via a LrSocket MIDI messages. Everything works, but I tried to add copy/paste develop settings without success.

    In the following code, copy settings is:

    function copySettings()

    local photo = LrApplication.activeCatalog (:getTargetPhoto())

    parameters = photo: getDevelopSettings()

    end

    and paste the settings:

    function pasteSettings()

    applySettings (settings)

    end


    function applySettings (set) - still experimental

    If LrApplicationView.getCurrentModuleName () ~ = 'develop' then

    LrApplicationView.switchToModule ('develop')

    end

    for x, v to peers (set)

    -SERVER: send (string.format ("%s % d\n", x, develop_lerp_to_midi (v) "))

    -PARAM_OBSERVER [x] = v

    LrDevelopController.setValue (x, v)

    end

    end


    Functions called, but nothing happens to the picture of the target. I was also unable to attach a debugger (tried ZeroBrane studio as described in debugging Adobe Lightroom plugins with ZeroBrane Studio - ZeroBrane , but can not get Lightroom to load mobdebug.lrmodule.)


    Can someone point out where I'm wrong?

    Thank you.


    require "strict.lua" - catch some incorrect variable names

    require "Develop_Params.lua" - global table to develop params, we must observe

    local LrApplication = import "LrApplication".

    local LrApplicationView = import "LrApplicationView".

    local LrDevelopController = import "LrDevelopController".

    local LrFunctionContext = import "LrFunctionContext".

    local LrSelection = import "LrSelection".

    local LrShell = import "LrShell".

    local LrSocket = import "LrSocket".

    local LrTasks = import "LrTasks".

    local LrUndo = import "LrUndo".

    -File-local Consts

    local RECEIVE_PORT = 58763

    local SEND_PORT = 58764

    local PICKUP_THRESHOLD = 4

    -File-local vars

    Local CopyUUID

    local settings

    local LAST_PARAM = "

    local PARAM_OBSERVER = {}

    local PICKUP_ENABLED = true

    Local SERVER = {}

    -File-local work statements, advance declared to allow him to be in the scope of all calls.

    -When you define previously stated function, DO NOT USE local KEYWORD once again, it will define another local function.

    -These statement are intended to overcome certain Lua gotcha.

    local applySettings

    local copySettings

    local develop_lerp_to_midi

    local midi_lerp_to_develop

    local pasteSettings

    local processMessage

    local sendChangedParams

    local startServer

    local updateParam

    LOCAL = {}

    ['DecrementLastDevelopParameter'] is function () LrDevelopController.decrement (LAST_PARAM) end.

    ["VirtualCopy"] = function () LrApplication.activeCatalog ():createVirtualCopies() end,

    ['ToggleScreenTwo'] = LrApplicationView.toggleSecondaryDisplay,

    ['CopySettings'] = copySettings,

    ['PasteSettings'] = pasteSettings,

    }

    local TOOL_ALIASES = {}

    ["Magnifying glass"] = "magnifying glass."

    ["CropOverlay"] = "crop."

    ["SpotRemoval"] = "dust."

    ["Red eye"] = "red eye."

    ["GraduatedFilter"] = "degraded."

    ["RadialFilter"] = "circularGradient."

    ["AdjustmentBrush"] = "localized,"

    }

    local SETTINGS = {}

    ["Pick-up"] = function (enabled) PICKUP_ENABLED = (activated == 1) end.

    }

    function copySettings()

    local photo = LrApplication.activeCatalog (:getTargetPhoto())

    parameters = photo: getDevelopSettings()

    end

    function pasteSettings()

    applySettings (settings)

    end

    function midi_lerp_to_develop (param, midi_value)

    -map range from midday to develop the range of parameter

    local min, max = LrDevelopController.getRange (param)

    -If (param == 'Température') then

    -min = 3000

    -max = 9000

    -end

    local result = midi_value/127 * (max - min) + min

    Returns the result

    end

    function develop_lerp_to_midi (param)

    -map develop parameter range range midi

    local min, max = LrDevelopController.getRange (param)

    -If (param == 'Température') then

    -min = 3000

    -max = 9000

    -end

    local result = (LrDevelopController.getValue (param) - min) /(max-min) * 127

    Returns the result

    end

    function updateParam (param, midi_value)

    -This function performs a "Pick-up" check type

    -in other words, it will ensure the setting is close to develop

    -in what order entered value is before updating

    If LrApplicationView.getCurrentModuleName () ~ = 'develop' then

    LrApplicationView.switchToModule ('develop')

    end

    If ((not PICKUP_ENABLED) or (math.abs (midi_value - develop_lerp_to_midi (param)) < = PICKUP_THRESHOLD)) then

    PARAM_OBSERVER [param] = midi_lerp_to_develop (param, midi_value)

    LrDevelopController.setValue (param, midi_lerp_to_develop (param, midi_value))

    LAST_PARAM = param

    end

    end

    function applySettings (set) - still experimental

    If LrApplicationView.getCurrentModuleName () ~ = 'develop' then

    LrApplicationView.switchToModule ('develop')

    end

    for x, v to peers (set)

    -SERVER: send (string.format ("%s % d\n", x, develop_lerp_to_midi (v) "))

    -PARAM_OBSERVER [x] = v

    LrDevelopController.setValue (x, v)

    end

    end

    -message processor

    function processMessage (message)

    If (message) type == 'string' then

    -messages are in the format 'param value '.

    local _ param, value = string.find (message, '(%S+) %s(%d+)')

    If (ACTIONS [param] ~ = nil)-perform an action time

    If (ToNumber (value) == 127) then ACTIONS [param] (end)

    Else if (param:Find('Reset') == 1) then - reset other than those explicitly encoded in the ACTION items table

    If (ToNumber (value) == 127) then LrDevelopController.resetToDefault (param end:sub(6))

    Else if (param:Find('SwToM') == 1) then - perform a switch to the module

    If (ToNumber (value) == 127) then LrApplicationView.switchToModule (param end:sub(6))

    Else if (param:Find('ShoVw') == 1) then - change the display mode of the application

    If (ToNumber (value) == 127) then LrApplicationView.showView (param end:sub(6))

    Else if (param:Find('ShoScndVw') == 1) then - change the display mode of the application

    If (ToNumber (value) == 127) then LrApplicationView.showSecondaryView (param end:sub(10))

    ElseIf (TOOL_ALIASES [param] ~ = nil) then - switch to the desired tool

    If (ToNumber (value) == 127) then

    If (LrDevelopController.getSelectedTool () == TOOL_ALIASES [param]) then - switch between the tool/Magnifier

    LrDevelopController.selectTool ('magnifying glass')

    on the other

    LrDevelopController.selectTool (TOOL_ALIASES [param])

    end

    end

    ElseIf (PARAMETERS [param] ~ = nil) then

    Settings [param] (ToNumber (value))

    else - otherwise update a development parameter

    updateParam (param, tonumber (value))

    end

    end

    end

    -Send settings changed to MIDI2LR

    function sendChangedParams (Observer)

    for param in ipairs (DEVELOP_PARAMS), __________

    If (Observer [param] ~ = LrDevelopController.getValue (param)) then

    SERVER: send (string.format ("%s % d\n", param, develop_lerp_to_midi (param) "))

    Observer [param] = LrDevelopController.getValue (param)

    LAST_PARAM = param

    end

    end

    end

    function startServer (context)

    SERVER = {LrSocket.bind}

    functionContext = context,

    plugin = _PLUGIN,

    port = SEND_PORT,

    mode = "send."

    onClosed = function (socket) - this callback seems never called...

    -MIDI2LR closed the connection, allow reconnection

    -socket: reconnect()

    end,

    onError = function (socket, err)

    Socket: reconnect()

    end,

    }

    end

    -Main task

    LrTasks.startAsyncTask (function()

    LrFunctionContext.callWithContext ("socket_remote", function (context)

    LrDevelopController.revealAdjustedControls (true) - parameter reveal touched in the process of Panel

    -Add an observer to develop changes to the param

    LrDevelopController.addAdjustmentChangeObserver (context, PARAM_OBSERVER, sendChangedParams)

    local client = {LrSocket.bind}

    functionContext = context,

    plugin = _PLUGIN,

    port = RECEIVE_PORT,

    mode = "receive."

    onMessage = function (socket, message)

    processMessage (message)

    end,

    onClosed = function (socket)

    -MIDI2LR closed the connection, allow reconnection

    Socket: reconnect()

    -call SERVER: reconnect causes LR to hang for some reason any...

    SERVER: close()

    startServer (context)

    end,

    onError = function (socket, err)

    If err is 'timeout' then - reconnect if expired

    Socket: reconnect()

    end

    end

    }

    startServer (context)

    While true

    LrTasks.sleep (1/2)

    end

    client: close()

    SERVER: close()

    end)

    end)

    LrTasks.startAsyncTask (function()

    If (WIN_ENV) then

    LrShell.openFilesInApp ({_PLUGIN.path..' / Info.lua'},.. _PLUGIN.path' / MIDI2LR.exe')

    on the other

    LrShell.openFilesInApp ({_PLUGIN.path..' / Info.lua'},.. _PLUGIN.path' / MIDI2LR.app')-on Mac, it seems that the argument of files must include an existing file

    end

    end)

    This may be a correct way, it seems to work

    local settings

    function copySettings()

    LrTasks.startAsyncTask (function)

    local photo = LrApplication.activeCatalog (:getTargetPhoto())

    parameters = photo: getDevelopSettings()

    end)

    end

    function pasteSettings()

    If the parameters ~ = nil then

    LrTasks.startAsyncTask (function)

    Catalog = LrApplication.activeCatalog)

    Catalog: withWriteAccessDo ('pasteSettings', function()

    local photo = catalogue: getTargetPhoto()

    Photo: applyDevelopSettings (Settings)

    end)

    end)

    end

    end

  • progressProperty and isCancelled causing a bound value that cannot be defined.

    I noticed that the cancellation of the following application causes errors because cannot set a bound value. I tried to add some conditions to avoid this error, but nothing helped.
    What follows is the main culprit:
    pb.progressProperty().bind(serv.progressProperty());
    You may also notice that I tried to use progressProperty and ChangeListener instead of the bind method. Unfortunately in vain. I can do progressbar works without bind (code) method?
    Full error message when Cancel button is the following:
    Service status: SCHEDULED
    Let the download begin!
    Service status: CANCELLED
    Service status cancelled when progress was: 0.09582292038557658
    java.lang.RuntimeException: A bound value cannot be set.
         at javafx.beans.property.DoublePropertyBase.set(Unknown Source)
         at javafx.scene.control.ProgressIndicator.setProgress(Unknown Source)
         at dm.Thr$2.handle(Thr.java:73)
         at dm.Thr$2.handle(Thr.java:1)
         at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
         at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
         at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
         at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
         at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
         at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
         at javafx.event.Event.fireEvent(Unknown Source)
    Cancelling!
    Finished/cancelled!
         at javafx.scene.Node.fireEvent(Unknown Source)
         at javafx.scene.control.Button.fire(Unknown Source)
         at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source)
         at com.sun.javafx.scene.control.skin.SkinBase$5.handle(Unknown Source)
         at com.sun.javafx.scene.control.skin.SkinBase$5.handle(Unknown Source)
         at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
         at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
         at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
         at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
         at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
         at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
         at javafx.event.Event.fireEvent(Unknown Source)
         at javafx.scene.Scene$MouseHandler.process(Unknown Source)
         at javafx.scene.Scene$MouseHandler.process(Unknown Source)
         at javafx.scene.Scene$MouseHandler.access$1300(Unknown Source)
         at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
         at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
         at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
         at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
         at com.sun.glass.ui.View.notifyMouse(Unknown Source)
         at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
         at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
         at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Application:
    import java.io.BufferedInputStream;
    import java.io.BufferedOutputStream;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.net.MalformedURLException;
    import java.net.URL;
    
    import javafx.application.Application;
    import javafx.concurrent.Service;
    import javafx.concurrent.Task;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.ProgressBar;
    import javafx.scene.control.TextArea;
    import javafx.scene.layout.VBox;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    
    public class Thr extends Application {
    
         @Override
         public void start(Stage stage) throws Exception {
              
              final Group rootGroup = new Group();
               final Scene scene = new Scene(rootGroup, 500, 400, Color.GHOSTWHITE);
               stage.setScene(scene);
               stage.setTitle("Testing downloads from Spring");
               stage.show();
               setS(rootGroup);
         }
         
         final VBox vbox = new VBox();
         final javafx.scene.control.Button btn = new javafx.scene.control.Button("START!");
         final TextArea tf = new TextArea();
         final javafx.scene.control.Button btnC = new javafx.scene.control.Button("CANCEL!");
         final ProgressBar pb = new ProgressBar();
         final FirstLineService serv = new FirstLineService();
         boolean cancelled = false;
         
         private void setS(Group rg) {
              
              tf.setPrefRowCount(5);
              vbox.getChildren().add(btn);
              vbox.getChildren().add(tf);
              vbox.getChildren().add(btnC);
              vbox.getChildren().add(pb);
              
              pb.setPrefWidth(450);
              rg.getChildren().add(vbox);
              
              btn.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        serv.start();
                        System.out.println("Service status: "+serv.getState());
                        tf.setText("STARTED!");
                   }
              });
              btnC.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        serv.cancel();
                        System.out.println("Service status: "+serv.getState());
                        System.out.println("Service status cancelled when progress was: "+serv.getProgress());
                        tf.appendText("\nCANCELLED!");
                        pb.setProgress(serv.getProgress());
                   }
              });
              //pb.setProgress(0);
              if (cancelled!=true) {
                   pb.progressProperty().bind(serv.progressProperty());
              } else {
                   pb.progressProperty().unbind();
              }
              
              /*pb.progressProperty().addListener(new ChangeListener<Task>() {
                   @Override
                   public void changed(ObservableValue<? extends Task> arg0,
                             Task arg1, Task arg2) {
                        // TODO Auto-generated method stub
                        pb.setProgress(serv.getProgress());
                   }
              });*/
         }
         
         private class FirstLineService extends Service {
    
            protected Task createTask() {
                return new Task<Void>() {
                    protected Void call() {
                         URL url;
                             try {
                                  url = new URL("http://s3.amazonaws.com/dist.springframework.org/release/SPR/spring-framework-3.1.1.RELEASE.zip");
                               InputStream in = url.openStream();
                               int fileSize = url.openConnection().getContentLength()/1024;
                               File f = new File("spring.zip");
                               BufferedInputStream bin = new BufferedInputStream(in, 1024);
                               FileOutputStream fos = new FileOutputStream(f);
                               BufferedOutputStream bos = new BufferedOutputStream(fos, 1024);
                               int n=0;
                               int k=0;
                               System.out.println("Let the download begin!");
                               while(n !=-1){
                                    if (isCancelled()) {
                                         cancelled = true;
                                            n=-1;
                                            System.out.println("Cancelling!");
                                       } else {
                                       k=k+1;
                                    n=bin.read();
                                    bos.write(n);
                                    updateProgress(k/1024,fileSize);
                                    //pb.progressProperty().bind(this.progressProperty());
                                    //pb.setProgress(getProgress());
                                       }
                               }
                               bos.close();
                               System.out.println("Finished/cancelled!");
                             } catch (MalformedURLException e) {
                                  e.printStackTrace();
                             } catch (FileNotFoundException e) {
                                  e.printStackTrace();
                             } catch (IOException e) {
                                  e.printStackTrace();
                             }
                          return null;
                    }
                };
            }
        }
         
         public static void main(final String[] arguments)
         {
              Application.launch(arguments);
         }
    
    }

    What follows is the main culprit:
    pb.progressProperty () .bind (serv.progressProperty ());

    I think your problem is the following line:

       pb.setProgress(serv.getProgress())  //bound value cannot be set
    

    Add a listener for a serv progressProperty().

      serv.progressProperty().addListener(new ChangeListener() {
    
                       @Override
                       public void changed(ObservableValue o, Object oldVal,
                               Object newVal) {
                          pb.progressProperty().setValue(serv.getProgress());
                       }
                   });
    

    Here's the modified code:

    import java.io.BufferedInputStream;
    import java.io.BufferedOutputStream;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.net.MalformedURLException;
    import java.net.URL;
     import javafx.beans.value.*;
    import javafx.application.Application;
    import javafx.concurrent.Service;
    import javafx.concurrent.Task;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.ProgressBar;
    import javafx.scene.control.TextArea;
    import javafx.scene.layout.VBox;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    
    public class Thr extends Application {
    
         @Override
         public void start(Stage stage) throws Exception {
    
              final Group rootGroup = new Group();
               final Scene scene = new Scene(rootGroup, 500, 400, Color.GHOSTWHITE);
               stage.setScene(scene);
               stage.setTitle("Testing downloads from Spring");
               stage.show();
               setS(rootGroup);
         }
    
         final VBox vbox = new VBox();
         final javafx.scene.control.Button btn = new javafx.scene.control.Button("START!");
         final TextArea tf = new TextArea();
         final javafx.scene.control.Button btnC = new javafx.scene.control.Button("CANCEL!");
         final ProgressBar pb = new ProgressBar();
         final FirstLineService serv = new FirstLineService();
         boolean cancelled = false;
    
         private void setS(Group rg) {
    
              tf.setPrefRowCount(5);
              vbox.getChildren().add(btn);
              vbox.getChildren().add(tf);
              vbox.getChildren().add(btnC);
              vbox.getChildren().add(pb);
    
              pb.setPrefWidth(450);
              rg.getChildren().add(vbox);
    
              btn.setOnAction(new EventHandler() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        serv.start();
                        System.out.println("Service status: "+serv.getState());
                        tf.setText("STARTED!");
                   }
              });
    
                     serv.progressProperty().addListener(new ChangeListener() {
    
                       @Override
                       public void changed(ObservableValue o, Object oldVal,
                               Object newVal) {
                          pb.progressProperty().setValue(serv.getProgress());
                       }
                   });
    
              btnC.setOnAction(new EventHandler() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        serv.cancel();
                        System.out.println("Service status: "+serv.getState());
                        System.out.println("Service status cancelled when progress was: "+serv.getProgress());
                        tf.appendText("\nCANCELLED!");
                        //pb.setProgress(serv.getProgress());n
                   }
              });
              //pb.setProgress(0);
         //     if (cancelled!=true) {
    //               pb.progressProperty().bind(serv.progressProperty());//
    //          } else {
    //               pb.progressProperty().unbind();
    //          }
              /*
              pb.progressProperty().addListener(new ChangeListener() {
                   @Override
                   public void changed(ObservableValue arg0,
                             Task arg1, Task arg2) {
                        // TODO Auto-generated method stub
                        pb.setProgress(serv.getProgress());
                   }
              }); */
         }
    
         private class FirstLineService extends Service {
    
            protected Task createTask() {
                return new Task() {
                    protected Void call() {
                         URL url;
                             try {
                                  url = new URL("http://s3.amazonaws.com/dist.springframework.org/release/SPR/spring-framework-3.1.1.RELEASE.zip");
                               InputStream in = url.openStream();
                               int fileSize = url.openConnection().getContentLength()/1024;
                               File f = new File("spring.zip");
                               BufferedInputStream bin = new BufferedInputStream(in, 1024);
                               FileOutputStream fos = new FileOutputStream(f);
                               BufferedOutputStream bos = new BufferedOutputStream(fos, 1024);
                               int n=0;
                               int k=0;
                               System.out.println("Let the download begin!");
                               while(n !=-1){
                                    if (isCancelled()) {
                                         cancelled = true;
                                            n=-1;
                                            System.out.println("Cancelling!");
                                       } else {
                                       k=k+1;
                                    n=bin.read();
                                    bos.write(n);
                                    updateProgress(k/1024,fileSize);
                                    //pb.progressProperty().bind(this.progressProperty());
                                    //pb.setProgress(getProgress());
                                       }
                               }
                               bos.close();
                               System.out.println("Finished/cancelled!");
                             } catch (MalformedURLException e) {
                                  e.printStackTrace();
                             } catch (FileNotFoundException e) {
                                  e.printStackTrace();
                             } catch (IOException e) {
                                  e.printStackTrace();
                             }
                          return null;
                    }
                };
            }
        }
    
         public static void main(final String[] arguments)
         {
              Application.launch(arguments);
         }
    
    }
    
  • Update Verizon iPhone 5 new IOS 10 problem: cannot receive/send calls. Shop Verizon says it's an update causing Apple to popular phones to crash all day. Any input or advice, please?

    Update Verizon iPhone 5 new IOS 10 problem: I can't receive/send calls. The store Verizon says it's phones a popular causing update Apple crash all day. Any input or advice, please?

    Don't you say no service at the top?

  • Since the upgrade to Sierra MediaLibraryService is causing a memory leak

    Hello.

    I upgraded to Sierra, since as soon as Itunes is launched, the com.apple.medialibraryservice is originally a large memory leak, it keeps in ram more until she takes all (16 GB) and significantly slows down the computer.

    I tried to reset the nvram and smc memory, doesn't change anything.

    Does anyone have an idea on what is causing this leak and is there a solution?

    Yes, I noticed this also. After that I opened iTunes, it's just a matter of time before all the memory gets used up and all departure is wobbly. In particular, bluetooth really gets bug after a certain time, and as soon as I quit iTunes, that's fine.

  • Presentation causing Sierra to Crash and disconnection

    Hello

    I noticed a problem with macOS Sierra running on a Mid 2015 15 "MacBook Pro with the retina display. Sometimes when I press F3 to access presentation and my several computers desktop computer freezes and goes back to the login screen.

    When I log in, it's like I started a new session and the apps I had open start back once again, but with their wiped sessions. This happens to me about 3 times in a day's work, most of the time that exposed works very well. Very strange!

    Did anyone else encounter this problem at all?

    Hi there, stvwlkr!

    Thank you for joining the communities Support from Apple! Looks like you are having problems with the Mission control. I know how important it is to make sure that it works correctly. What you might want to try is then a specific restart. Read this article for trying safe mode if your Mac does not end commissioning. Although this article is about the computer does not start correctly, it can also perform repairs and stop startup items that can cause problems.

    Another option you can try is in this article: How to test a problem in another user on your Mac account. This will allow you to check to see if the problem is specific to the user or the system-wide.

    See you soon!

  • iOS default keyboard causes Apps to the freeze on more than 7

    The software keyboard appears to cause random app freezes. It's the APPLE keyboard. The gel seems to occur more frequently in the predictive text or AutoCorrect scenarios. It also occurs when you move the selector text. In addition, the same application / combinations of words seem to trigger the gel several times. More trigger-happy is hashtags in facebook.  In addition, type point 4 below, Frost occurred during after erasing an accidental space after the word "effective" here is what I tried:

    1: turn off predictive text.

    2: more backup on my 6s and the problem was not persistent.

    3: reset and recovered my newest 7s and the problem was persistent.

    4: write notes in Evernote and sticking them in the fields of text on other applications. Of workaround prevents me from losing the entered text before, but does not freeze.

    I have a very similar problem.  It is reproducible even after power off or hard reset (power and set "home" button).

    For example, I found today that it happened all the time when I tried to type "Otley" in a text message.  The keyboard froze as soon as that word was typed.  Normal service has resumed after I close the application.

    I tried the option Dictionary reset without any benefit.

    I'm on an iPhone SE with 10.5.2

  • Update of security 2016-001 cause major accident

    I just updated the 2016-001 (Sep 02/16) security update on El Capitan v10.11.6 and it has caused a major system failure, twice.

    All applications are unusable, cannot load system preferences, constantly get "led unexpected resignations" error windows pop up that won't go away.   It wont let me report it to Apple and ignore just made another appear.

    First time I started to the Cmd - R system recovery and reloaded OS - X and spent a few hours fixing all the links of the app, then reloaded the updated security after several own boots and's done it exactly the same again.

    Having just now booted to safe mode and empty the contents of/Users/yourname/Library/Caches in the trash, but it made no difference.  Have a time machine backup of it is 6 weeks, but not yet used.

    Seems that I'm not alone... maybe Apple was too fast it rush out before the big event in next weeks...

    Trash content of/private/var/folders/and restart.

  • iPad repeatedly crashing - caused by downloading movies

    I meet my 4th generation iPad's repeated crashes that seem to be caused by iTunes, downloading a movie automatically (so undemanded). There are not enough room on my iPad to download the movie, so I don't not demanding, but the iPad tries repeatedly to download the movie. I disabled automatic downloads for music, apps etc but there is no box to "TIC TAC" for movies.

    I'm at the end of my patience, my iPad becomes almost unusable due to the constant breaks down. I think I'll have to do a reset to the factory settings, but I am not convinced that it will heal. I watched the movie on my Apple TV so I can't download it!

    Any suggestions would be welcome because I am extremely bothered by this, but in every other sense, I love my iPad. But not when it crashes...

    Reset: hold the Home and Power buttons until you see the Apple logo (10 to 20 seconds).

    If this does not help, you may need to restore your iPhone: https://support.apple.com/en-us/HT204184

    If your backup in iTunes, make sure that it is an encrypted backup.

  • Whenever I have mark an unread email causes Mail to quit. I use El Capitan. Any suggestions please?

    Whenever I have mark an unread email causes Mail to quit. I use El Capitan. Any suggestions please?

    Try to rebuild the mailboxes

    Address postal (El Capitan): rebuild the mailboxes

Maybe you are looking for