metaCall SIGSEGV

I make music player application, and I ran into an interesting issue.

On my page you are reading, I QML like this:

Label {
         id: songTitle
         //text: "Song Title"
         text: _app.currSong.song.title
         textStyle {
              base: SystemDefaults.TextStyles.BigText
              color: Color.White
         }
}

And I have this in my C++ .h:

Q_PROPERTY(QVariantMap song READ song NOTIFY textChanged)

Then, when I push my page being read after its been created works fine, skip to the next song and back the label Gets the approprately to the currsong map update.

But if I navigate back, on a pop transition, I do a playPage.destroy () because one of the sample applications says something that there is a possible memory leak if I don't.

But when I navigate back to my list of songs, select a new song, when this song emit textChanged() I get a:

Segmentation fault: QMetaObject::metaCall()

After some research I came across this bug in Qt: recently reported the bug in Qt

I'm assuming its because when I created all first the PlayPage binds the text of the label to _app.currSong.song.title, then when this page is destroyed, this field no longer exists and yet it is binding still does.

Can anyone shed light on what could really happen?

Note: I removed the playPage.destroy (), but because the code quotes example says if I don't there's a memory leak can't wait for whatever the solution.

There is a similar problem with signals that have been manually binded inside QML. They are not disconnected to destroy.

Could you try call

currentlyPlayingPage.songTitle.text = null

before destroying the page?

This should remove the link to it.

For consistency any signal - disconnect the code can be placed in a single function in each component, then destroy would look like this:

currentPage.disconnectSignals)

currentPage.destroy)

Tags: BlackBerry Developers

Similar Questions

  • 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

  • end code SIGSEGV = 1 fltno = 11 after the release device mode

    Hi all, I can't this deployment of my application.  It is has been working fine on the device debug mode.  However when I try to export Release version, my apps couldn't be open to all.  I tried to clean it, then again build and run as an application of momentics and when applications try to open, it suddenly exploded and I got this error on the console:

    58294484 (libxxxxxx.so.1.0.0) process ended the code SIGSEGV = 1 fltno = 11 ip = 783657a 0 ref = 000029b 0

    I already try several things I've read other this post of reference to check on the javascript variable empty and no commenting on all the code js, but still the same error.  Someone at - he experienced this?

    Thank you

    Hendry

    After 2 days of searching, just found the problem. It's none of these C++ pointer or JS variable. My code has been mixed with the integration of the zygote and it wasn't full.  Here is the article from the zygote http://devblog.blackberry.com/2012/12/cascades-project-zygote/

    Here are the changes I made several files with red marker:

    1 main.cpp

    Q_DECL_EXPORT int main (int argc, char * argv)

    {  ...  }

    2 myapps.pro

    MODEL = app

    TARGET = myapps

    ...

    {of device

    CONFIG (release, debug | release) {}

    DESTDIR = o.le - v7

    TEMPLATE = lib

    QMAKE_CXXFLAGS + +=-fvisibility = hidden

    }

    CONFIG (debug, debug | release) {}

    DESTDIR = o.le - v7 - g

    }

    }

    {of Simulator

    CONFIG (release, debug | release) {}

    DESTDIR = o

    }

    CONFIG (debug, debug | release) {}

    DESTDIR = o. g.

    }

    }

    OBJECTS_DIR = ${DESTDIR} / .obj

    MOC_DIR = $$ {DESTDIR} / .moc

    RCC_DIR = ${DESTDIR} / .rcc

    UI_DIR = ${DESTDIR} / .ui

    ...

    3 bar - descriptor.xml

    ...


    QNX/Cascades
    armle-v7
    MyApps.so

    ...

    That's all and my program works now in mode the device debugging and release device.  Thanks for the comments, Simon.

  • 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.

  • PlayBook AIR Application SIGSEGVs when door to BB10

    I have the case of an application that was originally for the desktop (Flash Player) that I could port successfully for the PlayBook.

    The game was initially done with Flash Professional, and I spent in the version of AIR (by following the instructions here http://www.flashdeveloper.co/post/20583114199/air32-in-flash-cs-55), and linked to the QNX AIR libraries (by following the instructions here http://renaun.com/blog/2010/11/building-blackberry-playbook-apps-with-flash-professional-cs5/)

    I changed the TouchEvents controls, added using a SharedObject to store partitions, added to the use of Facebook GraphAPI and used the text of PB of entry for a name. Apart from this and some traces, there are links to AIR QNX libraries.

    This port, as I said, works perfectly in the PlayBook, with no significant problems.

    However, I brought the game to the BB10, adding some listeners to prevent rotation of the application.

    Now, in the book of game the game runs perfectly. But in the BB10 the game crashing when it start a new game. This blocking occurs only when I start the game without a debugger, or when I run the packaged exported version.

    When I ssh the journal inside the Z10, I get this error:

    Process 152121536 (adl) ended the SIGSEGV = 2 fltno = 11 7b04e058 = ip code (/ base/air/runtimeSDK/Adobe AIR/Versions/1.0/libCore.so@+0x4ba0) bdslot = 1

    Sometimes the libCore.so file is accompanied by a bit of libCore.so@FLQNXLogWrite.

    The thing is I tried many things to avoid this. I deleted all the tracing statements to see if it was that, or tried to remove the creation and manipulation of the SharedObject object, does not. Still, the game crashes when starting a new game.

    I'm running out of ideas, and I would like to know if you have confroted a similar situation. I had a lot of AS3 in time, mistakes that I've developed with Flash, but surely I've never ever had a Segmentation fault :-( I would appreciate your help.

    Those who are not the correct libraries for BB10.  You can get the right to:

    http://developer.BlackBerry.com/air/download/

    And download the "BlackBerry 10 SDK for Adobe AIR".

  • 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.

  • 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..
    
  • completed SIGSEGV error

    Is anyone know what means the following error message when you try to run my project:

    End of process 11514055 (XXXXXX) code SIGSEGV = 1 fltno = 11 ip=7843558e(/base/usr/lib/libbbcascades.so.1@_ZN16IQNXWebGLContextD0Ev+0x48e79) mapaddr = 0023558e. REF = 000000b 0

    This has only started happening since adding a javascript function big enough. There are about 1000 lines of code in my main.qml.

    Ive tried to remove the code but always the same problem. Ive restarted the PC and the dev alpha as well.

    It is also possible in javascript qml because in reality its operation on c ++ objects under the covers. Your javascript is trying to manipulate objects that may have been destroyed?

  • Observer DG trigger SIGSEGV address not mapped for errors in the alerts log

    Hello

    I have a Data Guard configuration using two 11.2.0.3 single instance databases.  The Setup has been configured for automatic failover and I an observer running on a separate box.

    This accelerated failover configuration has been implemented for about a month, and last week, many SEGSEGV (address not mapped to the object) errors are reported in the journal alerts.  This happens quite frequently (every 4/5 minutes).

    The corresponding trace files show the process triggering the error from the observer.

    Everyone knows about this problem?  I'm at my wits end trying to figure out how to correct the configuration to eliminate this error.

    I also have to note that even if this happens a lot, it does not affect the functionality of database.

    Help?

    Thanks in advance.

    Beth

    It looks like a bug. Please see metalink Note below. I would also recommend to create an SR for the same thing.

    ORA-07445: Exception encountered: Core Dump [Nstimexp () + 28] [Sigsegv] (Doc ID 789111.1)


    It will be useful.


    Thank you

    Aerts

  • [ORA-07445: exception encountered: core dump [xsobjdmp_alcb () + 18] [SIGSEGV] [address not mapped to object] [0 x 638] []]

    Hello

    My database is running on 10.2.0.4.0

    Face an ora 07445 and error ora-600, that is

    [ORA-07445: exception encountered: core dump [xsobjdmp_alcb () + 18] [SIGSEGV] [address not mapped to object] [0 x 638] []]

    [ORA-00600: internal error code, arguments: [XSOOPS], [xsbaClose01], [] [] [], [], [],]

    Can someone tell me how to solve

    What are the meaning of these arguments [xsobjdmp_alcb () + 18] [SIGSEGV], [XSOOPS], [xsbaClose01]

    Kind regards

    Uxii

    ORA-600/7445 errors are associated with any trace files that gives many details on these errors. Before triggering the SR keep those handy also.

    concerning

    Pravin

  • Exception [type: SIGSEGV, address not mapped to object]

    Hello
    I'm working on a database of Oracle 11 g Release 11.1.0.6.0 - 64 bit Production With the Real Application Clusters option.

    I am trying to execute the following:
          SELECT /*+ CURSOR_SHARING_EXACT */
                 vc.id_vehicle, gr.geoRouteId, g.name, round(g.length) length_, gr.active, 
                 g.id_user id_user_georoute_owner, gr.grBindUserId id_user_bind_owner,
                 (SELECT count(*) FROM dual WHERE XMLEXISTS('$XML_ALM/user/alarmwhen[@direction="out"]' passing gr.geoRouteUser AS "XML_ALM") = 1) alm_out
            FROM configurator.t_vehicle_configuration vc, dispatch.v_georoute g,
                 xmltable('$XML/vehicleconf/GeoRoute/geoRoute[@active="1"]' 
                   passing vc.x_configuration AS "XML"
                   columns geoRouteId   number  path '@id',
                           active       number  path '@active',
                           grBindUserId number  path '@id_user',
                           geoRouteUser xmltype path 'user'
                 ) gr
           WHERE vc.id_vehicle = 453
             AND g.id_georoute = gr.geoRouteId;
    but after a few seconds, I got the error in the object.
    The alert log says:

    + Exception [type: SIGSEGV, address not mapped to object] [ADDR:0 x 38] [PC:0x483CEFD, evahtr () + 495] +.
    Errors in the /u01/app/oracle/diag/rdbms/evodb/EVODB2/trace/EVODB2_ora_13769.trc file (incident = 301686):
    + ORA-07445: exception encountered: core dump [evahtr () + 495] [SIGSEGV] [ADDR:0 x 38] [PC:0x483CEFD] [address not mapped to object] [] +.
    Incident details in: /u01/app/oracle/diag/rdbms/evodb/EVODB2/incident/incdir_301686/EVODB2_ora_13769_i301686.trc

    The trace says:

    + ORA-07445: exception encountered: core dump [evahtr () + 495] [SIGSEGV] [ADDR:0 x 38] [PC:0x483CEFD] [address not mapped to object] [] +.

    += == Dump for incident 301686 (ORA 7445 [evahtr () + 495]) = +.
    -Beginning of Incident custom Dump (s)-
    + Exception [type: SIGSEGV, address not mapped to object] [ADDR:0 x 38] [PC:0x483CEFD, evahtr () + 495] +.

    Weird stuff, is that if I remove the

    (SELECT count (*) OF double WHERE XMLEXISTS (' $XML_ALM/user/alarmwhen [@direction = "out"]' in passing gr.geoRouteUser AS "XML_ALM") = 1) alm_out

    of the application, there is no problem.

    Do you have any suggestions?

    Thanks in advance,
    Samuel

    Weird stuff, is that if I remove the

    (SELECT count (*) OF double WHERE XMLEXISTS (' $XML_ALM/user/alarmwhen [@direction = "out"]' in passing gr.geoRouteUser AS "XML_ALM") = 1) alm_out

    of the application, there is no problem.

    It is probably because you are not using XMLExists correctly.

    The function returns a Boolean value if you don't need to test 1 or 0 as needed with function existsNode before:

    http://download.Oracle.com/docs/CD/B28359_01/AppDev.111/b28369/xdb04cre.htm#sthref360

    It is also preferable to use an expression BOX instead of a subquery:

    SELECT /*+ CURSOR_SHARING_EXACT */
           vc.id_vehicle
         , gr.geoRouteId
         , g.name
         , round(g.length) length_
         , gr.active
         , g.id_user id_user_georoute_owner
         , gr.grBindUserId id_user_bind_owner
         , case when XMLExists('$XML_ALM/user/alarmwhen[@direction="out"]' passing gr.geoRouteUser AS "XML_ALM")
                then 1
                else 0
           end as alm_out
    FROM configurator.t_vehicle_configuration vc
       , dispatch.v_georoute g
       , xmltable('$XML/vehicleconf/GeoRoute/geoRoute[@active="1"]'
                   passing vc.x_configuration AS "XML"
                   columns geoRouteId   number  path '@id',
                           active       number  path '@active',
                           grBindUserId number  path '@id_user',
                           geoRouteUser xmltype path 'user'
         ) gr
    WHERE vc.id_vehicle = 453
    AND g.id_georoute = gr.geoRouteId
    ;
    

    Better yet, you can directly test the condition in the clause of COLUMNS with fn: there is the XPath function.
    For example, something like this:

    SQL> with sample_data as (
      2    select xmltype('
      3  1
      4  2
      5  3
      6  ') doc
      7    from dual
      8  )
      9  select x.*
     10  from sample_data t
     11     , xmltable(
     12         '/root/row'
     13         passing t.doc
     14         columns item number path 'item',
     15                 flag number path 'exists(other[@id="x"])'
     16       ) x
     17  ;
    
          ITEM       FLAG
    ---------- ----------
             1          1
             2          0
             3          0
     
    
  • ORA-07445: exception encountered: core dump [strlen () + 24] [SIGSEGV] [ADDR:0

    Hello

    I am following up two-node rac on 11 GR 2.
    I took 1 of instance awr report he managed. When I have that I try to take the instance report 2 awr. his failed with the following error. Could you please let me what is the problem.

    Errors in the alerts log
    -----------------------
    Thu Mar 24 02:00 2011
    Resources Manager at compensation plan via the parameter
    Thu Mar 24 09:54:41 2011
    Exception [type: SIGSEGV, address not mapped to object] [ADDR:0 x 616420666002] [PC:0xFFFFFFFF7AD3BD98, strlen () + 24] [flags: 0x0, count: 1]
    Errors in the /oracle/app/oracle/diag/rdbms/orcl/orcl2/trace/orcl2_ora_12174.trc file (incident = 106586):
    ORA-07445: exception encountered: core dump [strlen () + 24] [SIGSEGV] [ADDR:0 x 616420666002] [PC:0xFFFFFFFF7AD3BD98] [address not mapped to ob
    Ject]]
    Incident details in: /oracle/app/oracle/diag/rdbms/orcl/orcl2/incident/incdir_106586/orcl2_ora_12174_i106586.trc
    Thu Mar 24 09:54:56 2011
    Track of dumping performs id = [cdmp_20110324095456]
    Thu Mar 24 09:55 2011
    Scan [inc] [106586]: completed
    Sweep [inc2] [106586]: completed
    Thu Mar 24 09:56:25 2011
    Exception [type: SIGSEGV, address not mapped to object] [ADDR:0 x 616420666002] [PC:0xFFFFFFFF7AD3BD98, strlen () + 24] [flags: 0x0, count: 1]
    Errors in the /oracle/app/oracle/diag/rdbms/orcl/orcl2/trace/orcl2_ora_12692.trc file (incident = 106434):
    ORA-07445: exception encountered: core dump [strlen () + 24] [SIGSEGV] [ADDR:0 x 616420666002] [PC:0xFFFFFFFF7AD3BD98] [address not mapped to ob
    Ject]]
    Incident details in: /oracle/app/oracle/diag/rdbms/orcl/orcl2/incident/incdir_106434/orcl2_ora_12692_i106434.trc
    Thu Mar 24 09:56:39 2011
    Track of dumping performs id = [cdmp_20110324095639]
    Thu Mar 24 09:56:42 2011
    Scan [inc] [106434]: completed
    Sweep [inc2] [106434]: completed


    And I want to come to the page html AWR
    --------------------------------------------------
    Select output table (dbms_workload_repository.awr_report_html (: dbid, * ERROR at line 1: ORA-03113: end of file on the channel of communication process ID: 12174 Session ID: serial number of 1705: 40137 ERROR: ORA-03114: not connected to ORACLE))


    Please let me know what should I do to fix this errors.

    Thank you.

    Can you put the trace file /oracle/app/oracle/diag/rdbms/orcl/orcl2/trace/orcl2_ora_12174.trc PL/SQL call stack if there is? And the stack of calls to strlen.

  • New angry CS4-manufacturer: constant SIGSEGV console errors

    So. I noticed a little fun phenomenon today, now that I have finally installed CS4. Anyone else does? Anyone know of a possible solution?


    Symptoms:

    August 12 at 10:42:18 eric/Library/Application Support / FLEXnet Publisher/Service/11.5.0/FNPLicensingService: started - this service performs the functions on behalf of FLEXnet products active licenses.
    August 12 at 10:42:18 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:42:18 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:42:18 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:42:18 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:42:18 eric kernel [0]: SIGSEGV unknown code 0
    [redacted many many many others at the start of InDesign CS4 and then he settled in the long term, generating two every 20 seconds]

    August 12 at 10:42:38 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:42:38 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:42:58 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:42:58 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:43:18 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:43:18 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:43:38 eric kernel [0]: SIGSEGV unknown code 0
    August 12 at 10:43:38 eric kernel [0]: SIGSEGV unknown code 0
    -panic etc...

    Try this:

    http://www.Adobe.com/support/contact/licensing.html

  • Messages SIGSEGV, photoshop crashes all the time.

    Hello, first time in this discussion,

    I need some one hel to solve the problem please.

    I have tried every thing, buy 12 GB of new gross change, NVIDIA GeForce 8800 GT graphics card

    ... read a lot of articles... and get plant all the time,

    Please help me, sorry for my English of casting. I am a professional photographer of the Portugal, and this problem is killing me.

    Most of the time 90% of them are hem at the opening of the Raw files, single our multiples.

    Where's the report.

    Thank you all.

    Process: Adobe Photoshop CS4 [175]

    Path: / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4

    ID: com.adobe.Photoshop

    Version: 11.0.1 (11.0.1x20090216 [20090216.r.522 2009/02 / 16:17:00:00 cutoff; r branch]) (11.0.1)

    Code type: X 86 (native)

    Parent process: launchd [79]

    Time: 2009-05-12 11:45:29.872 + 0100

    OS version: Mac OS X 10.5.6 (9 55)

    Report Version: 6

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Exception codes: KERN_INVALID_ADDRESS at 0x00000000fc052eb6

    Crashed thread: 0

    Thread 0 crashed:

    0 libSystem.B.dylib + 34 __memcpy 0xffff07c2 (cpu_capabilities.h:246)

    1 com.apple.HIToolbox 0x91f3f98e CHandleStream::ReadBytes (void *, long, unsigned char) + 70

    2 com.apple.HIToolbox 0x91f31f21 CTextensionIOSuite::SearchIOSuiteType (unsigned long, TDataHeader *, unsigned char) + 85

    3 com.apple.HIToolbox 0x91f31e5f CTextensionIOSuite::FreeSuiteObjects (unsigned long) + 41

    4 com.apple.HIToolbox 0x91f31e2e CTextensionIOSuite::FreeSuiteObjects() + 48

    5 com.apple.HIToolbox 0x91f3f8ef CTextensionIOSuite::Free() + 25

    6 com.apple.HIToolbox 0x91efbbf7 CTextensionEditCommand::Free() + 25

    7 com.apple.HIToolbox 0x91f3f72d OpaqueTXNObject::Free() + 171

    8 com.apple.HIToolbox 0x91f3f65e TXNDeleteObject + 22

    9 com.adobe.CameraRaw 0x4c4c909f EntryFM + 2382671

    10 com.adobe.CameraRaw 0x4c501aed EntryFM + 2614685

    11 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    12 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    13 com.adobe.CameraRaw 0x4c4d1883 EntryFM + 2417459

    14 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    15 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    16 com.adobe.CameraRaw 0x4c50ca3e EntryFM + 2659566

    17 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    18 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    19 com.adobe.CameraRaw 0x4c5149d6 EntryFM + 2692230

    20 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    21 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    22 com.adobe.CameraRaw 0x4c514ee2 EntryFM + 2693522

    23 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    24 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    25 com.adobe.CameraRaw 0x4c50ca3e EntryFM + 2659566

    26 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    27 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    28 com.adobe.CameraRaw 0x4c5149d6 EntryFM + 2692230

    29 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    30 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    31 com.adobe.CameraRaw 0x4c514ee2 EntryFM + 2693522

    32 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    33 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    34 com.adobe.CameraRaw 0x4c50c341 EntryFM + 2657777

    35 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    36 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    37 com.adobe.CameraRaw 0x4c50b67f EntryFM + 2654511

    38 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    39 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    40 com.adobe.CameraRaw 0x4c50ca3e EntryFM + 2659566

    41 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    42 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    43 com.adobe.CameraRaw 0x4c46a2c9 EntryFM + 1994105

    44 com.adobe.CameraRaw 0x4c23f3d8 0x4c051000 + 2024408

    45 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    46 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    47 com.adobe.CameraRaw 0x4c50ca3e EntryFM + 2659566

    48 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    49 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    50 com.adobe.CameraRaw 0x4c50ca3e EntryFM + 2659566

    51 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    52 com.adobe.CameraRaw 0x4c46a129 EntryFM + 1993689

    53 com.adobe.CameraRaw 0x4c50ca3e EntryFM + 2659566

    54 com.adobe.CameraRaw 0x4c462b94 EntryFM + 1963588

    55 com.adobe.CameraRaw 0x4c470087 EntryFM + 2018103

    56 com.adobe.CameraRaw 0x4c4702dd EntryFM + 2018701

    57 com.adobe.CameraRaw 0x4c29fb82 EntryFM + 116274

    58 com.adobe.CameraRaw 0x4c455efb EntryFM + 1911211

    59 com.adobe.CameraRaw 0x4c455b27 EntryFM + 1910231

    60 com.adobe.CameraRaw 0x4c455bcf EntryFM + 1910399

    61 com.adobe.CameraRaw 0x4c455c3b EntryFM + 1910507

    62 com.adobe.CameraRaw 0x4c2a06f8 EntryFM + 119208

    63 com.adobe.CameraRaw 0x4c25acfa 0x4c051000 + 2137338

    64 com.adobe.CameraRaw 0x4c27aeca 0x4c051000 + 2268874

    65 com.adobe.CameraRaw 0x4c4f3c21 EntryFM + 2557649

    66 com.adobe.CameraRaw 0x4c4f7593 EntryFM + 2572355

    67 com.adobe.CameraRaw 0x4c283585 EntryFM + 53

    68 com.adobe.Photoshop 0x006c044e 0x1000 + 7074894

    69 com.adobe.Photoshop 0 x 00441832 0x1000 + 4458546

    70 com.adobe.Photoshop 0 x 00442639 0x1000 + 4462137

    71 com.adobe.Photoshop 0 x 00442245 0x1000 + 4461125

    72 com.adobe.Photoshop 0x0044799b 0x1000 + 4483483

    73 com.adobe.Photoshop 0x004e3a3d 0x1000 + 5122621

    74 com.adobe.Photoshop 0x0049acf2 0x1000 + 4824306

    75 com.adobe.Photoshop 0x00081bdc 0x1000 + 527324

    76 com.adobe.Photoshop 0 x 00082018 0x1000 + 528408

    77 com.adobe.Photoshop 0x00acb786 0x1000 + 11315078

    78 com.adobe.Photoshop 0 x 00081895 0x1000 + 526485

    79 com.adobe.Photoshop 0x000682c1 0x1000 + 422593

    80 com.adobe.Photoshop 0x00442c28 0x1000 + 4463656

    81 com.adobe.Photoshop 0x00068b2d 0x1000 + 424749

    82 com.adobe.Photoshop 0x00068ce8 0x1000 + 425192

    83 com.adobe.Photoshop 0x0006b9ed 0x1000 + 436717

    84 com.adobe.Photoshop 0x0006a79d 0x1000 + 432029

    85 com.adobe.Photoshop 0x00063d65 0x1000 + 404837

    86 com.adobe.Photoshop 0x00063ed3 0x1000 + 405203

    87 com.adobe.Photoshop 0x0006222f 0x1000 + 397871

    88 com.adobe.Photoshop 0x002206aa 0x1000 + 2225834

    89 com.adobe.Photoshop 0 x 00220736 0x1000 + 2225974

    90 com.adobe.Photoshop 0 x 00003912 0x1000 + 10514

    91 com.adobe.Photoshop 0 x 00003839 0x1000 + 10297

    Thread 1:

    0 libSystem.B.dylib + 10 semaphore_wait_signal_trap 0x92b7e20e

    1 libSystem.B.dylib 0x92bb0206 _pthread_cond_wait + 1267

    2 libSystem.B.dylib 0x92bf5539 pthread_cond_wait + 48

    3 com.adobe.amt.services 0x04b54552 AMTConditionLock::LockWhenCondition (int.) + 46

    4 com.adobe.amt.services 0x04b4f995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115

    5 com.adobe.amt.services 0x04b545b0 AMTThread::Worker(void*) + 20

    6 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    7 libSystem.B.dylib 0x92baef52 thread_start + 34

    Thread 2:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2 libGLProgrammability.dylib 0x93d03b32 glvmDoWork + 162

    3 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    4 libSystem.B.dylib 0x92baef52 thread_start + 34

    3 wire:

    0 libSystem.B.dylib + 10 semaphore_timedwait_trap 0x92b7e21a

    1... ple. CoreServices.CarbonCore 0x9091249b MPWaitOnSemaphore + 125

    2 multiprocessor support 0x1dd98eff 0x1dd69000 + 196351

    3... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    4 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    5 libSystem.B.dylib 0x92baef52 thread_start + 34

    Thread 4:

    0 libSystem.B.dylib + 10 semaphore_timedwait_trap 0x92b7e21a

    1... ple. CoreServices.CarbonCore 0x9091249b MPWaitOnSemaphore + 125

    2 multiprocessor support 0x1dd98eff 0x1dd69000 + 196351

    3... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    4 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    5 libSystem.B.dylib 0x92baef52 thread_start + 34

    Wire 5:

    0 libSystem.B.dylib + 10 semaphore_timedwait_trap 0x92b7e21a

    1... ple. CoreServices.CarbonCore 0x9091249b MPWaitOnSemaphore + 125

    2 multiprocessor support 0x1dd98eff 0x1dd69000 + 196351

    3... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    4 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    5 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 6:

    0 libSystem.B.dylib + 10 semaphore_timedwait_trap 0x92b7e21a

    1... ple. CoreServices.CarbonCore 0x9091249b MPWaitOnSemaphore + 125

    2 multiprocessor support 0x1dd98eff 0x1dd69000 + 196351

    3... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    4 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    5 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 7:

    0 libSystem.B.dylib + 10 semaphore_timedwait_trap 0x92b7e21a

    1... ple. CoreServices.CarbonCore 0x9091249b MPWaitOnSemaphore + 125

    2 multiprocessor support 0x1dd98eff 0x1dd69000 + 196351

    3... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    4 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    5 libSystem.B.dylib 0x92baef52 thread_start + 34

    Thread 8:

    0 libSystem.B.dylib + 10 semaphore_timedwait_trap 0x92b7e21a

    1... ple. CoreServices.CarbonCore 0x9091249b MPWaitOnSemaphore + 125

    2 multiprocessor support 0x1dd98eff 0x1dd69000 + 196351

    3... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    4 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    5 libSystem.B.dylib 0x92baef52 thread_start + 34

    Wire 9:

    0 libSystem.B.dylib + 10 semaphore_timedwait_trap 0x92b7e21a

    1... ple. CoreServices.CarbonCore 0x9091249b MPWaitOnSemaphore + 125

    2 multiprocessor support 0x1dd98eff 0x1dd69000 + 196351

    3... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    4 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    5 libSystem.B.dylib 0x92baef52 thread_start + 34

    Thread 10:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 AdobeACE 0x027c138d 0 x 2790000 + 201613

    6 AdobeACE 0x027c0d85 0 x 2790000 + 200069

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Wire 11:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 AdobeACE 0x027c138d 0 x 2790000 + 201613

    6 AdobeACE 0x027c0d85 0 x 2790000 + 200069

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    12 wire:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 AdobeACE 0x027c138d 0 x 2790000 + 201613

    6 AdobeACE 0x027c0d85 0 x 2790000 + 200069

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 13:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 AdobeACE 0x027c138d 0 x 2790000 + 201613

    6 AdobeACE 0x027c0d85 0 x 2790000 + 200069

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Thread 14:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 AdobeACE 0x027c138d 0 x 2790000 + 201613

    6 AdobeACE 0x027c0d85 0 x 2790000 + 200069

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 15:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 AdobeACE 0x027c138d 0 x 2790000 + 201613

    6 AdobeACE 0x027c0d85 0 x 2790000 + 200069

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    16 wire:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 AdobeACE 0x027c138d 0 x 2790000 + 201613

    6 AdobeACE 0x027c0d85 0 x 2790000 + 200069

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Thread 17:

    0 libSystem.B.dylib + 10 mach_wait_until 0x92b7e2e6

    1 libSystem.B.dylib 0x92bf53ad nanosleep + 314

    2 com.adobe.PSAutomate 0 20934755 ScObjects::Thread:sleep(unsigned_int) + 143 x

    3 com.adobe.PSAutomate 0x209347b5 ScObjects::Thread:wait(unsigned_int) + 23

    4 com.adobe.PSAutomate 0 20925502 ScObjects::BridgeTalkThread::run() + 332 x

    5 com.adobe.PSAutomate 0x20934a77 ScObjects::Thread:go(void*) + 239

    6 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    7 libSystem.B.dylib 0x92baef52 thread_start + 34

    18 wire:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 com.adobe.CameraRaw 0x4c20c438 0x4c051000 + 1815608

    6 com.adobe.CameraRaw 0x4c20bd36 0x4c051000 + 1813814

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 19:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 com.adobe.CameraRaw 0x4c20c438 0x4c051000 + 1815608

    6 com.adobe.CameraRaw 0x4c20bd36 0x4c051000 + 1813814

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 20:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 com.adobe.CameraRaw 0x4c20c438 0x4c051000 + 1815608

    6 com.adobe.CameraRaw 0x4c20bd36 0x4c051000 + 1813814

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 21:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 com.adobe.CameraRaw 0x4c20c438 0x4c051000 + 1815608

    6 com.adobe.CameraRaw 0x4c20bd36 0x4c051000 + 1813814

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Thread 22:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 com.adobe.CameraRaw 0x4c20c438 0x4c051000 + 1815608

    6 com.adobe.CameraRaw 0x4c20bd36 0x4c051000 + 1813814

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 23:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 com.adobe.CameraRaw 0x4c20c438 0x4c051000 + 1815608

    6 com.adobe.CameraRaw 0x4c20bd36 0x4c051000 + 1813814

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 24:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 com.adobe.CameraRaw 0x4c20c438 0x4c051000 + 1815608

    6 com.adobe.CameraRaw 0x4c20bd36 0x4c051000 + 1813814

    7... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    8 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    9 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 25:

    0 libSystem.B.dylib + 10 semaphore_wait_signal_trap 0x92b7e20e

    1 libSystem.B.dylib 0x92bb0206 _pthread_cond_wait + 1267

    2 libSystem.B.dylib 0x92bf5539 pthread_cond_wait + 48

    3 com.adobe.CameraRaw 0x4c09603a 0x4c051000 + 282682

    4 com.adobe.CameraRaw 0x4c347374 EntryFM + 802340

    5 com.adobe.CameraRaw 0x4c1360e6 0x4c051000 + 938214

    6 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    7 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 26:

    0 libSystem.B.dylib + 10 semaphore_wait_signal_trap 0x92b7e20e

    1 libSystem.B.dylib 0x92bb0206 _pthread_cond_wait + 1267

    2 libSystem.B.dylib 0x92bf5539 pthread_cond_wait + 48

    3 com.adobe.CameraRaw 0x4c09603a 0x4c051000 + 282682

    4 com.adobe.CameraRaw 0x4c3d6f88 EntryFM + 1391160

    5 com.adobe.CameraRaw 0x4c1360e6 0x4c051000 + 938214

    6 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    7 libSystem.B.dylib 0x92baef52 thread_start + 34

    Thread 27:

    0 libSystem.B.dylib 0x92b7e1c6 mach_msg_trap + 10

    1 libSystem.B.dylib 0x92b859bc mach_msg + 72

    2 com.apple.CoreFoundation 0x9614d0ae CFRunLoopRunSpecific + 1790

    3 com.apple.CoreFoundation 0x9614dd34 CFRunLoopRun + 84

    4 com.apple.DesktopServices 0x9170aef3 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123

    5... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    6 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    7 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 28:

    0 libSystem.B.dylib 0x92b7e1c6 mach_msg_trap + 10

    1 libSystem.B.dylib 0x92b859bc mach_msg + 72

    2 com.apple.CoreFoundation 0x9614d0ae CFRunLoopRunSpecific + 1790

    3 com.apple.CoreFoundation 0x9614dd34 CFRunLoopRun + 84

    4 com.apple.DesktopServices 0x9170b06c TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216

    5... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    6 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    7 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 29:

    0 libSystem.B.dylib + 10 __semwait_signal 0x92b853ae

    1 libSystem.B.dylib 0x92bafd0d pthread_cond_wait$ UNIX2003 + 73

    2... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x90900ecf

    3... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x908dfda6

    4... ple. CoreServices.CarbonCore 0x90900b4c MPWaitOnQueue + 208

    5 com.apple.DesktopServices 0x9171602a TNodeSyncTask::SyncTaskProc(void*) + 84

    6... ple. CoreServices.CarbonCore + 56 PrivateMPEntryPoint 0x908ff0a3

    7 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    8 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 30:

    0 libSystem.B.dylib 0x92bae906 kevent + 10

    1 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    2 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 31:

    0 libSystem.B.dylib 0x92bcd6f2 select$ DARWIN_EXTSN + 10

    1 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    2 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 32:

    0 libSystem.B.dylib + 10 semaphore_timedwait_signal_trap 0x92b7e226

    1 libSystem.B.dylib 0x92bb01ef _pthread_cond_wait + 1244

    2 libSystem.B.dylib + 47 pthread_cond_timedwait_relative_np 0x92bb1a73

    3 com.apple.Foundation 0x9278b75c-[NSCondition waitUntilDate:] + 236

    4 com.apple.Foundation 0x9278b570-[NSConditionLock lockWhenCondition:beforeDate:] + 144

    5 com.apple.Foundation 0x9278b4d5-[NSConditionLock lockWhenCondition:] + 69

    6 com.apple.AppKit 0x96972d90-[NSUIHeartBeat _heartBeatThread:] + 753

    7 com.apple.Foundation 0x927457ed-[NSThread main] + 45

    8 com.apple.Foundation 0 x 92745394 __NSThread__main__ + 308

    9 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    10 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 33:

    0 libSystem.B.dylib + 10 semaphore_timedwait_signal_trap 0x92b7e226

    1 libSystem.B.dylib 0x92bb01ef _pthread_cond_wait + 1244

    2 libSystem.B.dylib + 47 pthread_cond_timedwait_relative_np 0x92bb1a73

    3... ple. CoreServices.CarbonCore 0x908dfdd2 TSWaitOnConditionTimedRelative + 246

    4... ple. CoreServices.CarbonCore 0x908dfbb2 TSWaitOnSemaphoreCommon + 422

    5... ple. CoreServices.CarbonCore 0x908df8b3 AsyncFileThread(void*) + 73

    6 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    7 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 34:

    0 libSystem.B.dylib + 10 semaphore_wait_signal_trap 0x92b7e20e

    1 libSystem.B.dylib 0x92bb0206 _pthread_cond_wait + 1267

    2 libSystem.B.dylib 0x92bf5539 pthread_cond_wait + 48

    3 com.adobe.CameraRaw 0x4c09603a 0x4c051000 + 282682

    4 com.adobe.CameraRaw 0x4c42342f EntryFM + 1703647

    5 com.adobe.CameraRaw 0x4c1360e6 0x4c051000 + 938214

    6 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    7 libSystem.B.dylib 0x92baef52 thread_start + 34

    Line 35:

    0 libSystem.B.dylib + 10 semaphore_wait_signal_trap 0x92b7e20e

    1 libSystem.B.dylib 0x92bb0206 _pthread_cond_wait + 1267

    2 libSystem.B.dylib 0x92bf5539 pthread_cond_wait + 48

    3 com.adobe.CameraRaw 0x4c09603a 0x4c051000 + 282682

    4 com.adobe.CameraRaw 0x4c32f59f EntryFM + 704591

    5 com.adobe.CameraRaw 0x4c1360e6 0x4c051000 + 938214

    6 libSystem.B.dylib 0x92baf095 _pthread_start + 321

    7 libSystem.B.dylib 0x92baef52 thread_start + 34

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

    EAX: 0xffff07a0 ebx: 0x4c501abe ecx: 0 x edx 00000002: 0x00000008

    EDI: 0xbffe9290 esi: 0xfc052eb6 ebp: 0xbffe9208 esp: 0xbffe9200

    SS: 0x0000001f efl: 0 x 00010202 eip: 0xffff07c2 cs: 0 x 00000017

    DS: 0x0000001f are: 0x0000001f fs: 0 x 00000000 gs: 0 x 00000037

    CR2: 0xfc052eb6

    Binary images:

    0x1000 - 0x19aefdf + com.adobe.Photoshop 11.0.1 (11.0.1x20090216 [20090216.r.522 2009/02 / 16:17:00:00 cutoff; r branch]) (11.0.1) < 5151e2340b0a4c1da3dea7ac2285e24e > / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4

    0x207f000 - 0x2084fff org.twain.dsm 1.9.3 (1.9.3) /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN

    0x208d000 - 0x246701f + com.adobe.linguistic.LinguisticManager 4.0.0 (7863) / applications/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic

    0x251b000 - 0x2715fcf + AdobeOwl? (???) < 4cca2c7b48964ddaa14b725fb0c202b5 >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl

    0 x 2790000 - 0x289dfff + AdobeACE? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE

    0x28bb000 - 0x2c85fef + AdobeMPS? (???) < 277e01a3cac34fa9a5914bc0a5bc125a >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS

    0x2d14000 - 0x2d74fc7 + AdobeXMP? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP

    0x2d83000 - 0x307efff + AdobeAGM? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM

    0x313e000 - 0x33d1fe7 + AdobeCoolType? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType

    0 x 3455000 - 0x346efff + AdobeBIB? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB

    0 x 3478000 - 0x3499ff7 + AdobeBIBUtils? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils

    0x34a6000 - 0x34c1ff9 + AdobePDFSettings? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings

    0x34db000 - 0x34ffff6 + AdobeAXE8SharedExpat? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t

    0 x 3512000 - 0x359f2cb + libicucnv.dylib.36.0? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0

    0x35cc000 - 0x35e780f + libicudata.dylib.36.0? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0

    0x35ea000 - 0x37a0ff4 + com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) < cb2ec3bf67714dabbf296775fb6f9608 > / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib

    0x37d7000 - 0x3867fc3 + WRServices? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices

    0x39e9000 - 0x39edffc + com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) / applications/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter

    0x39f3000 - 0x3a0ffd7 + com.adobe.LogTransport 1.0 (1.0) / applications/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport

    0x3a1a000 - 0x3aeffdd + FileInfo? (???) < F0932f89fc984ba9b4f2c58d0e71d3c1 >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo

    0x3b20000 - 0x3b77fff + aif_core? (???) < B4dcb439e1eeabe3bd122c42e980366b >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core

    0x3b8f000 - 0x3bacffd + data_flow? (???) < 8e452b6f803239d8eb5c49a4e31cb988 >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow

    0x3bd8000 - 0x3c51fff + image_flow? (???) < 498a857df8c6f9e0c92fbc3ec8680ed0 >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow

    0x3cb7000 - 0x3cc7fff + image_runtime? (???) < F379a95229831e44676dbbd8259f131a >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime

    0x3cdc000 - 0x3e9bffe + aif_ogl? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl

    0x3f4c000 - 0x444afc3 + AdobeOwlCanvas? (???) < Fcb2d1a31f6e41828e2cd0b23572d285 >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas

    0 x 4593000 - 0x4665fe7 + AdobeAXEDOMCore? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore

    0 x 4719000 - 0x477bfe7 + com.adobe.PlugPlug 1.0.0.73 (1.0.0.73) / applications/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug

    0x47dc000 - 0x4823fc7 + com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps

    0 x 4833000 - 0x4872fff com.apple.vmutils 4.1 (104) < 2fcd53ce313bb6050bfaf0ac6c1b5ead > /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils

    0x4b20000 - 0x4b21fe1 com.apple.textencoding.unicode 2.2 (2.2) < 542f2b8930d6bdf16c318ffea541acab > system/library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode encodings

    0x4b34000 - 0x4bd5fc3 + com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460;) Brand: Tuesday, July 29, 2008 16:31:09) (2 0) < 31e82904c3c2424ea1aea5efadbb19b8 > / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices

    0x4da1000 - 0x4daffeb libSimplifiedChineseConverter.dylib? (???) < 548d5a699dbe2bb8fcc8275321fdc0d4 > /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib

    0x4db4000 - 0x4dc6fff libTraditionalChineseConverter.dylib? (???) < 89ec94121ef50601dc538548caae57fc > /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib

    0x4dca000 - 0x4dcbff3 ATSHI.dylib? (???) /System/Library/frameworks/ApplicationServices.Framework/versions/A/frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib

    0x4dd3000 - 0x4de0ff7 + com.adobe.asneu.framework stand version 1.6.2 1.6.2f01 / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/asneu.framework/Versions/a/asneu

    0x4dee000 - 0x4deeffd libmx. A.dylib? (???) / usr/lib/libmx. A.dylib

    0x196e0000 - 0x196e2ffa + Types of units Library/ScriptingAdditions/Adobe unit Types.osax/Contents/MacOS/Adobe adobe unit a2.0.0 (2.0.0) Types

    0x19ef4000 - 0x19efafff com.apple.URLMount.AFPPlugin 3.1.1 (3.1.1) < f6178116541ef2c05fa6d41bef34d1c3 >/System/Library/Filesystems/URLMount/afp. URLMounter/Contents/MacOS/afp

    0x19f01000 - 0x19f40fff com.apple.AppleShareClientCore 1.6.2 1.6.2 < fd00593321701e12c8e8cd503a2a77f6 > /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore

    0x19f53000 - 0x19f5dffc com.apple.framework.AppleTalk 1.2.0 (?) < e0f5f336ad29ca635740ed8b83061234 > /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk

    0x1bfb0000 - 0x1bfd3ff7 + CSI - Launcher.dylib? (???) / Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib

    0x1c3f5000 - 0x1c578fe3 GLEngine? (???) < Bfbd7ce69ea896a6b38d6232b01cdeda > /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

    0x1c5a6000 - 0x1c90efe8 com.apple.GeForce8xxxGLDriver 1.5.36 (5.3.6) < e5d9fd7873a13fc3acc278b534337527 > /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xxxGLDriver

    0x1cc49000 - 0x1cc65ff7 GLRendererFloat? (???) < Dcdc2e0de7fb9a52d99e529c3688f26d > /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/G LRendererFloat

    0x1dd23000 - 0x1dd2efff + e/s asynchronous activate? (???) < Fd91e79fc4aa4ebcaf6d3e154f14878f > / Applications/Adobe Photoshop CS4/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable e/s asynchronous

    0x1dd33000 - 0x1dd4102f + FastCore? (???) < F12878b7bee940ca9f0565cd0f5688e2 >/Applications/Adobe Photoshop CS4/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore

    0x1dd47000 - 0x1dd52ffb + PPCCore? (???) < Ed521eb7681d45aa9ae36bf4663e4bd3 >/Applications/Adobe Photoshop CS4/Plug-ins/Extensions/PPCCore.plugin/Contents/MacOS/PPCCore

    0x1dd58000 - 0x1dd63ffe + AltiVecCore? (???) < A967ae2af2ae4e12a7b668b981cbd906 >/Applications/Adobe Photoshop CS4/Plug-ins/Extensions/AltiVecCore.plugin/Contents/MacOS/AltiVecCore

    0x1dd69000 - 0x1ddb0ff7 + multiprocessor Support? (???) < 001a163b53144613a23af35b63065fd0 > / Applications/Adobe Photoshop CS4/Plug-ins/Extensions/Multiprocessor Support.plugin/Contents/MacOS/MultiProcessor Support

    0x1df00000 - 0x1df65fe3 + MMXCore? (???) < E206c8dcaea849df8fbc8b447e3a59a1 >/Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore

    0x1e003000 - 0x1e155fc7 + com.adobe.coretech.adm 3.10x16 (3.1) / Applications/Adobe Photoshop CS4/Plug-ins/ADM/AdobeADM.bundle/Contents/MacOS/AdobeADM

    0x2060c000 - 0x20616ffe com.apple.URLMount 3.1.1 (3.1.1) < 529901878c2849bede5ee2536293c9d3 > /System/Library/PrivateFrameworks/URLMount.framework/URLMount

    0 x 20800000 - 0x20a5cfdf + com.adobe.PSAutomate 11.0 (11.0) / applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport

    0x20cf0000 - 0x20dbefff + AdobeExtendScript? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript

    0x20e35000 - 0x20ed6fd7 + AdobeScCore? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore

    0x20f32000 - 0x2112afff com.apple.RawCamera.bundle 2.0.13 (435) < 083354ccec68bf7c9fc99523a5838f92 > /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

    0 x 21626000 - 0x21682ff2 + AdobeUpdater? (???) < 064cfaa41caf46e3bebf04948641c927 >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/a/AdobeUpdater

    0 x 21800000 - 0x21c82fe3 + AdobeLM_libFNP.dylib? (???) < 02e9ac769cc64974af0548e737c2cc20 >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/a/AdobeLM_libFNP.dylib

    0x21dac000 - 0x21fbffdb + adobelm? (???) < 40b285603c4240d9a6711b090cdfc680 >/Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/adobelm.framework/Versions/a/adobelm

    0x40000000 - 0x400ae030 + AdobeJP2K? (???) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K

    0x42baa000 - 0x42bafff3 libCGXCoreImage.A.dylib? (???) < 375e0cdb64b043378dbf637992bbfeb0 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

    0x4bceb000 - 0x4bdf2fcf + com.adobe.versioncue? (4.0.1.095) / Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.1/VersionCue.framework/VersionCue

    0x4c051000 - 0x4c758ff9 + com.adobe.CameraRaw 5.3 (5.3.0f21) < 077769d6e7737a315c4fb417c2ae4dcd > / Library/Application Support/Adobe/Plug-Ins/CS4/File Formats/camera raw Raw.plugin/Contents/MacOS/Camera

    0x4caaf000 - 0x4cb1dfd7 +? (???)

    0x8fe00000 - 0x8fe2db43 dyld 97,1 (?) < 100d362e03410f181a34e04e94189ae5 >/usr/lib/dyld

    0 x 90032000 - 0x90081fff com.apple.QuickLookUIFramework 1.3.1 (170,9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI

    0 x 90082000 - 0x90084ff5 libRadiance.dylib? (???) < 8a844202fcd65662bb9ab25f08c45a62 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib

    0 x 90085000 - 0x900b4fe3 com.apple.AE 402.3 (402,3) < 4cb9ef65cf116d6dd424f0ce98c2d015 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE

    0x900b5000 - 0x900d3ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) < f8931f64103c8a86b82e9714352f4323 > /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService

    0x900d4000 - 0x900d4ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

    0x9016c000 - 0x9016efff com.apple.securityhi 3.0 (30817) < 2b2854123fed609d1820d2779e2e0963 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI

    0x9016f000 - 0x90193fff libxslt.1.dylib? (???) < 0a9778d6368ae668826f446878deb99b > /usr/lib/libxslt.1.dylib

    0 90194000 - 0x901b2fff libresolv.9.dylib x? (???) < b5b1527c2d99495ad5d507ab0a4ea872 > /usr/lib/libresolv.9.dylib

    0x901b9000 - 0x901befff com.apple.DisplayServicesFW 2.0.2 (2.0.2) < 97878a73074e7da4fe31ea010a5d5ae1 > /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices

    0x901bf000 - 0x90246ff7 libsqlite3.0.dylib? (???) < 6978bbcca4277d6ae9f042beff643f7d > /usr/lib/libsqlite3.0.dylib

    0 x 90247000 - 0x902d3ff7 com.apple.LaunchServices 290.3 (290.3) < 6f9629f4ed1ba3bb313548e6838b2888 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices

    0x902fe000 - 0x9030efff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) < 5171726062da2bd3c6b8b58486c7777a > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis

    0 x 90314000 - 0x9033dfff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate

    0x9033e000 - 0x90354fff com.apple.DictionaryServices 1.0.0 (1.0.0) < ad0aa0252e3323d182e17f50defe56fc > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices

    0 x 90355000 - 0x9040ffe3 com.apple.CoreServices.OSServices 226,5 (226,5) < 25243fd02dc5d4f4cc5780f6b2f6fe26 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices

    0 90410000 - 0x90414fff libmathCommon.A.dylib x? (???) /usr/lib/system/libmathCommon.A.dylib

    0 x 90415000 - 0x90567ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

    0 x 90568000 - com.apple.DSObjCWrappers.Framework 1.3 (1.3) 0x90577ffe < 98f7b46a9f1a099f77e1092ef8e29c63 > /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers

    0x905df000 - 0x906a6ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage

    0x907ae000 - 0x907b3fff com.apple.CommonPanels 1.2.4 (85) < ea0665f57cd267609466ed8b2b20e893 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels

    0x907b4000 - 0x90895ff7 libxml2.2.dylib? (???) < d69560099d9eb32ba7f8a17baa65a28d > /usr/lib/libxml2.2.dylib

    0 x 90896000 - 0x908b5ffa libJPEG.dylib? (???) < E7eb56555109e23144924cd64aa8daec > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib

    0x908b6000 - 0x90b90ff3 com.apple.CoreServices.CarbonCore 786.11 (786.11) < f06fe5d92d56ac5aa52d1ba182745924 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore

    0x90d11000 - 0x90d18fe9 libgcc_s.1.dylib? (???) < f53c808e87d1184c0f9df63aef53ce0b > /usr/lib/libgcc_s.1.dylib

    0x90d26000 - 0x90d26ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x90d27000 - 0x90e1bff4 libiconv.2.dylib? (???) < c508c60fafca17824c0017b2e4369802 > /usr/lib/libiconv.2.dylib

    0x90f7e000 - 0x90fdaff7 com.apple.htmlrendering 68 (1.1.3) < fe87a9dede38db00e6c8949942c6bd4f > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering

    0x90fdb000 - 0x9100cffb com.apple.quartzfilters 1.5.0 (1.5.0) < 22581f8fe9dd2cb261f97a897407ec3e > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters

    0x9100d000 - 0x91153ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) < 6a6623d3d1a7292b5c3763dcd108b55f > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO

    0x9118b000 - com.apple.ImageCapture 5.0.1 0x911a0ffb (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture

    0x911a1000 - 0x911a1ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

    0x911a2000 - 0x9153ffef com.apple.QuartzCore 1.5.7 (1.5.7) < 2fed2dd7565c84a0f0c608d41d4d172c > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x915f4000 - 0x91673ff5 com.apple.SearchKit 1.2.1 (1.2.1) < 3140a605db2abf56b237fa156a08b28b > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit

    0 x 91674000 - 0x91674ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib

    0 x 91675000 - 0x91708fff com.apple.ink.framework 101.3 (86) < bf3fa8927b4b8baae92381a976fd2079 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A / ink jet

    0 x 91709000 - 0x91793fef com.apple.DesktopServices 1.4.7 (1.4.7) < 7898a0f2a46fc7d8887b041bc23e3811 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv

    0x917ac000 - 0x917c4fff com.apple.openscripting 1.2.8 (?) < 572c7452d7e740e8948a5ad07a99602b > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

    0x917c5000 - 0x9186cfeb com.apple.QD 3.11.54 (?) < b743398c24c38e581a86e91744a2ba6e > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD

    0x9186d000 - 0x9191dfff edu.mit.Kerberos 6.0.12 (6.0.12) < 685cc018c133668d0d3ac6a1cb63cff9 > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

    0x9196c000 - 0x91978ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData

    0 x 91979000 - 0x919a1fff libcups.2.dylib? (???) < 16bec7c6a004f744804e2281a1b1c094 > /usr/lib/libcups.2.dylib

    0x919a2000 - 0x919a9ffe libbsm.dylib? (???) < d25c63378a5029648ffd4b4669be31bf > /usr/lib/libbsm.dylib

    0x919aa000 - 0x919b7fe7 com.apple.opengl 1.5.9 (1.5.9) < 7e5048a2677b41098c84045305f42f7f > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x919b8000 - 0x91a32ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) < 222dade7b33b99708b8c09d1303f93fc > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore

    0x91a33000 - 0x91ae5ffb libcrypto.0.9.7.dylib? (???) < 69bc2457aa23f12fa7d052601d48fa29 > /usr/lib/libcrypto.0.9.7.dylib

    0x91ae6000 - 0x91ae6ffa com.apple.CoreServices 32 (32) < 2fcc8f3bd5bbfc000b476cad8e6a3dd2 > /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    0x91ae7000 - 0x91b9eff3 com.apple.QTKit /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 7.6 (1290)

    0x91b9f000 - 0x91bccfeb libvDSP.dylib? (???) < B232c018ddd040ec4e2c2af632dd497f > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib

    0x91e36000 - 0x91e36ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) < a2b462be6c51187eddf7d097ef0e0a04 > /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel

    0x91e37000 - 0x9213ffff com.apple.HIToolbox 1.5.4 (?) < 3747086ba21ee419708a5cab946c8ba6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox

    0 x 92140000 - 0x92189fef com.apple.Metadata 10.5.2 (398.25) < e0572f20350523116f23000676122a8d > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/metadata

    0x9218a000 - 0x9226fff3 com.apple.CoreData 100.1 (186) < 8e28162ef2288692615b52acc01f8b54 > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0 x 92270000 - 0x92288ff7 com.apple.CoreVideo 1.6.0 (20.0) < c0d869876af51283a160cd2224a23abf > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0 x 92289000 - 0x922c8fef libTIFF.dylib? (???) < 3589442575ac77746ae99ecf724f5f87 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib

    0x922c9000 - 0x92497ff3 com.apple.security 5.0.4 (34102) < 55dda7486df4e8e1d61505be16f83a1c > /System/Library/Frameworks/Security.framework/Versions/A/Security

    0 x 92498000 - 0x92654ff3 com.apple.QuartzComposer 2.1 (106.13) < 40f034e8c8fd31c9081f5283dcf22b78 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer

    0 x 92655000 - 0x926afff7 com.apple.CoreText 2.0.4 (?) < f9a90116ae34a2b0d84e87734766fb3a > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f EPI/Versions/A/CoreText

    0x926eb000 - 0x9272dfef com.apple.NavigationServices 3.5.2 (163) < d3a7c9720479eed8ea35703125303871 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices

    0x9272e000 - 0x9273affe libGL.dylib? (???) /System/Library/frameworks/OpenGL.Framework/versions/A/libraries/libGL.dylib

    0x9273b000 - 0x929b6fe7 com.apple.Foundation 6.5.7 (677.22) < 8fe77b5d15ecdae1240b4cb604fc6d0b > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x929b7000 - 0x92a97fff libobjc. A.dylib? (???) < 7b92613fdf804fd9a0a3733a0674c30b >/usr/lib/libobjc. A.dylib

    0x92b7d000 - 0x92ce4ff3 libSystem.B.dylib? (???) < d68880dfb1f8becdbdac6928db1510fb > /usr/lib/libSystem.B.dylib

    0x92ce5000 - 0x93336fff com.apple.WebCore 5525.26 (5525.26.6) < 8676962ab93f003cf9b10748725c1bc2 > /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore

    0 93337000 - 0x93337ffe com.apple.quartzframework 1.5 (1.5) x < 4b8f505e32e4f2d67967a276401f9aaf > /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz

    0 x 93338000 - 0x9336ffff com.apple.SystemConfiguration 1.9.2 (1.9.2) < 01426a38ba44efa5d448daef8b3e9941 > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

    0 93370000 - 0x93374fff libGIF.dylib x? (???) < 572a32e46e33be1ec041c5ef5b0341ae > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib

    0x9343f000 - 0x9343ffff com.apple.Carbon 136 (136) < 98a5e3bc0c4fa44bbb09713bb88707fe > /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

    0 x 93440000 - 0x93765fe2 com.apple.QuickTime 7.6.0 (1290) < bc0920abbbaad03f5513ac7ffbd30633 > /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime

    0 x 93766000 - 0x9376dfff com.apple.agl 3.0.9 (AGL - 3.0.9) < 2f39c480cfcee9358a23d61b20a6aa56 > /System/Library/Frameworks/AGL.framework/Versions/A/AGL

    0x937bd000 - 0x937c4ff7 libCGATS.A.dylib? (???) < 386dce4b28448fb86e33e06ac466f4d8 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGATS.A.dylib

    0x937c5000 - 0x93842fef libvMisc.dylib? (???) /System/Library/frameworks/accelerate.Framework/versions/A/frameworks/vecLib.framework/ve rsions/A/libvMisc.dylib

    0 x 93843000 - 0x93c01fea libLAPACK.dylib? (???) /System/Library/frameworks/accelerate.Framework/versions/A/frameworks/vecLib.framework/ve rsions/A/libLAPACK.dylib

    0x93c3f000 - 0x93c47fff com.apple.DiskArbitration 2.2.1 2.2.1 < 75b0c8d8940a8a27816961dddcac8e0f > /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

    0x93c48000 - 0x93cdbff3 com.apple.ApplicationServices.ATS 3.4 (?) < 8c51de0ec3deaef416578cd59df38754 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS

    0x93cdc000 - 0x941adf3e libGLProgrammability.dylib? (???) /System/Library/frameworks/OpenGL.Framework/versions/A/libraries/libGLProgrammability.dyl < 5d283543ac844e7c6fa3440ac56cd265 > ib

    0x941ae000 - 0x941c9ffb libPng.dylib? (???) < 4780e979d35aa5ec2cea22678836cea5 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib

    0x941ca000 - 0x94295fff com.apple.ColorSync 4.5.1 (see 4.5.1) System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync

    0 x 94296000 - 0x942d7fe7 libRIP.A.dylib? (???) < 5d0b5af7992e14de017f9a9c7cb05960 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib

    0x942d8000 - 0x942d8ff8 com.apple.Cocoa 6.5 (?) < e064f94d969ce25cb7de3cfb980c3249 > /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

    0x942d9000 - 0x942d9ff8 com.apple.ApplicationServices 34 (34) < 8f910fa65f01d401ad8d04cc933cf887 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

    0x942da000 - 0x94377fe4 com.apple.CFNetwork 422.15.2 (422.15.2) < 80851410a5592b7c3b149b2ff849bcc1 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk, Versions, A, CFNetwork

    0 x 94378000 - 0x94788fef libBLAS.dylib? (???) /System/Library/frameworks/accelerate.Framework/versions/A/frameworks/vecLib.framework/ve rsions/A/libBLAS.dylib

    0 x 94789000 - 0x94793feb com.apple.audio.SoundManager 3.9.2 (3.9.2) < 0f2ba6e891d3761212cf5a5e6134d683 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound

    0 x 94794000 - 0x94e34fff com.apple.CoreGraphics 1.407.2 (?) < 3a91d1037afde01d1d8acdf9cd1caa14 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics

    0x94e35000 - 0x94e3efff com.apple.speech.recognition.framework 3.7.24 (3.7.24) < d3180f9edbd9a5e6f283d6156aa3c602 > work/Versions/A/SpeechRecognition /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame

    0x94efc000 - 7.6 com.apple.QuickTimeComponents.component 0x95ed7ff6 s /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent (1290)

    0x95ed8000 - 0x95ee6ffd libz.1.dylib? (???) < 5ddd8539ae2ebfd8e7cc1c57525385c7 > /usr/lib/libz.1.dylib

    0x95ee7000 - 0x95f12fe7 libauto.dylib? (???) < 42d8422dc23a18071869fdf7b5d8fab5 > /usr/lib/libauto.dylib

    0x95f13000 - 0x95f64ff7 com.apple.HIServices 1.7.0 (?) < 01b690d1f376e400ac873105533e39eb > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices

    0x95f65000 - 0x95f68fff com.apple.help 1.1 (36) < b507b08e484cb89033e9cf23062d77de > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/aide

    0x95f7d000 - 0x95f9aff7 com.apple.QuickLookFramework 1.3.1 (170,9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

    0x95f9b000 - 0x9600dfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio A/ns/PDFKit

    0x9600e000 - 0x96067ff7 libGLU.dylib? (???) /System/Library/frameworks/OpenGL.Framework/versions/A/libraries/libGLU.dylib

    0x9609d000 - 0x9609dffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer

    0x9609e000 - 0x960a4fff com.apple.print.framework.Print 218.0.2 (220,1) < 8bf7ef71216376d12fcd5ec17e43742c > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print

    0x960a5000 - 0x960cdff7 com.apple.shortcut 1 (1.0) < 057783867138902b52bc0941fedb74d1 > /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut

    0x960ce000 - 0x960d9fe7 libCSync.A.dylib? (???) < E6aceed359bd228f42bc1246af5919c9 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib

    0x960da000 - 0x9620dfff com.apple.CoreFoundation 6.5.5 (476.17) < 4a70c8dbb582118e31412c53dc1f407f > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x9620e000 - 0x9628bfeb com.apple.audio.CoreAudio 3.1.1 (3.1.1) < f35477a5e23db0fa43233c37da01ae1c > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x9628c000 - 0x9635aff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) < 69e219e81bc886a94c4d4b310d393ab9 > /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

    0x9635b000 - 0x964dbfef com.apple.CoreAUC 3.02.0 (3.02.0) < e9c0220542fac5c62ef3b79aa791252f > /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC

    0x964dc000 - 0x96614fe7 com.apple.imageKit 1.0.2 (1.0) < 2e354566521df8b1e3a78e9aeab5e6b4 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit

    0 x 96615000 - 0x96685ff7 com.apple.iLifeMediaBrowser 2.0.2 (321) < 69c188c470b540b6a01c626ee7e9c572 > /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowse r

    0 x 96686000 - 0x966c4ff7 libGLImage.dylib? (???) < 1123b8a48bcbe9cc7aa8dd8e1a214a66 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x966c5000 - 0x967fdff7 libicucore. A.dylib? (???) < 18098dcf431603fe47ee027a60006c85 >/usr/lib/libicucore. A.dylib

    0x967fe000 - 0x967ffffc libffi.dylib? (???) < a3b573eb950ca583290f7b2b4c486d09 > /usr/lib/libffi.dylib

    0 x 96800000 - 0x9683ffff com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMed iaIOServicesPrivate

    0 x 96840000 - 0x968cbfff com.apple.framework.IOKit 1.5.1 (?) < f9f5f0d070e197a832d86751e1d44545 > /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x968cc000 - 0x970cafef com.apple.AppKit 6.5.6 (949.43) < a3a300499bbe4f1dfebf71d752d01916 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x970cb000 - 0x97105fe7 com.apple.coreui 1.2 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI (62)

    0 x 97106000 - 0x97116ffc com.apple.LangAnalysis 1.6.4 (1.6.4) < 8b7831b5f74a950a56cf2d22a2d436f6 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis

    0 x 97117000 - 0x97174ffb libstdc ++.6.dylib? (???) < 04b812dcec670daa8b7d2852ab14be60 > /usr/lib/libstdc++.6.dylib

    0x971d8000 - 0x97296fff com.apple.WebKit 5525.27 (5525.27.1) < a15e548666c9a463d61be1f114b2fa27 > /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

    0xb0000000 - 0xb0006ff8 com.apple.carbonframeworktemplate 1.3 (1.3.12) / Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient

    0xba900000 - 0xba916fff libJapaneseConverter.dylib? (???) < 7b0248c392848338f5d6ed093313eeef > /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib

    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib? (???) < 51586b8d9ef39123fbe6918f12d8285f > /System/Library/CoreServices/Encodings/libKoreanConverter.dylib

    0xfffe8000 - 0xfffebfff libobjc. A.dylib? (???) / usr/lib/libobjc. A.dylib

    0xFFFF0000 - 0xffff1780 libSystem.B.dylib? (???) /usr/lib/libSystem.B.dylib

    You have already posted this in another thread (which had already addressed the issue).

    There is no need to post it again.

  • Segmentation fault (SIGSEGV)

    I use DAQmx code from a DLL that I have developed.

    I call this DLL from C++ code.

    Everything works well until a certain point.

    I can read the DAQ, erase it and reset.

    The accident occurred when I close the application.

    The fault that happens in the function DAQmxGet4322CalAdjustPoints.

    I'm not calling this function from my code at all.

    It must be a pointer missed somewhere but I'm sure that

    is not in my code.

    Here is a stack trace:

    0 nicaiu! DAQmxGet4322CalAdjustPoints C:\Windows\SysWOW64\nicaiu.dll 0 x 14050619
    1 nicaiu! DAQmxUnreserveNetworkDevice C:\Windows\SysWOW64\nicaiu.dll 0 x 14060977
    2 nicaiu! DAQmxSwitchCloseRelays C:\Windows\SysWOW64\nicaiu.dll 0x14060b93
    3? C:\Temp\TestDll.dll 0x1373095d
    4 TestDll! OpenComPort C:\Temp\TestDll.dll 0x13739f6c
    5? C:\Temp\TestDll.dll 0x136b4689
    6 ntdll! RtlpNtMakeTemporaryKey 0x76ff99a0 C:\Windows\system32\ntdll.dll
    7?   0x136b0000
    8 ntdll! LdrUnregisterDllNotification 0x7700d702 C:\Windows\system32\ntdll.dll
    9? C:\Temp\TestDll.dll 0x136b45f0
    10 ntdll! TpSetPoolStackInformation 0x7700d5a4 C:\Windows\system32\ntdll.dll
    11?   0xac2aa0
    12 KERNEL32! BasepFreeActivationContextActivationBlock C:\Windows\syswow64\kernel32.dll 0x755e79c5
    13?

    I found the problem.

    Normally, you don't have to unload a library because it's done automatically when the application is shut down.

    I dug around a bit and found that the library is being unloaded before stop the loop of data acquisition.

    If I stop the loop and manually unload the dll, then the fault can't.

    Thanks for your help Catherine.

Maybe you are looking for