9236 enable shunt cal property crashes crio OS with scan engine

I would like to inform users of the 9236 Quarter Bridge Strain Gauge Module of a bug. The Real-Time team is aware of this issue and I have been working with an app engineer on it for about a week and he has confirmed my findings. He says the problem is most likely a driver issue or scan engine issue and they are investigating it.
There is a bug that completely crashes the cRIO operating system with the 9236 module. Currently when a cRIO device is loaded with LV2009 SP1 or LV2010 and using scan engine interface, attempting to write the "shunt cal enable" property of a 9236 module completely crashes the VxWorks OS. If you try to access the property again, the crio crashes and enters an error state where the crio has rebooted twice without being told to. The LED indicator blinks four times to indicate this.
I have tested this with a few different hardware combinations with both the crio-9014 and crio-9012 controllers, combined with either the 8-channel 9104 back plane or the 4-channel 9102 back plane with the same results. The app engineer was able to duplicate this issue as well.
To duplicate the bug:
Load a crio device with 2009 SP1 or LV2010 and configure the device for scan engine. Locate the 9236 module in the project explorer and drag and drop it into a VI to create the IO variable. Right click the output terminal of the IO Variable and go to create > property > enable shunt calibration  on a channel. Once the property is dropped, right click on it and do change to write so that you can write a boolean to the variable. It doesn't matter if you write a true or false to the property, the results are the same. Hit run, watch it crash. When it reboots, hit run again. The crio is now in a state that can only be recovered by physically resetting the device.
I love the crio stuff and I use it every day because it is very reliable and robust. This kind of thing is rare, which is why I am reporting it to the community as well as NI as it is a pretty big bug that took me a while to narrow down.
[will work for kudos]

rex1030,
Shunt calibration can be accessed using a property node.  The operation will be the same, you still need to acquire two sets of data and compute the scalar.
You can obtain the necessary reference by dragging the module to the block diagram from the project.  Please see http://zone.ni.com/devzone/cda/tut/p/id/9351 for more information on programmatic configuration.
Let me know if you have any other questions.
Sebastian

Similar Messages

  • Does the cRIO Scan Engine Support Offset and Shunt Calibration on the 9237 module

    Thanks.

    Sachsm,
    The documentation for the Set Shunt Calibration (Scan Interface).vi should have been in the VI help but it looks like it didn't make it so I'll make sure it gets updated.  I'll double check my understanding tomorrow morning but the documentation should be the following for the inputs of this VI:
    slot -  Specifies the chassis slot of the strain module (9237, 9235, 9236 ). Valid values are 1 through N, where N is the number of slots in the chassis.
    channel - Specifies the channel to be affected.  Valid values are 0-N where N is the channel for shunt calibration.
    value - Turns Shunt calibration on or off. Valid values are 0 or 1 where a value of 1 will turn shunt calibration on for the given slot and channel.
    Now, for your orginal question about offsets on the AI inputs, here are my addtional thoughts:
    Unlike our SCXI products, the NI 9237 does not have an internal hardware nulling circuitry because its input range is sufficiently wide so that the inputs will not saturate even with a very large initial bridge offset.  Since the 9237 does not have any hardware nulling circuitry, you have to perform offset nulling with software compenstation, and save the value to use later in the application as you mentioned.  For example, when an offset null is performed in DAQmx, the entire offset is stored in the Initial Bridge Voltage property and is stored in software.  You should see the same offset if you used the module from DAQmx, FPGA Interface, or in the Scan Interface.  With that being said, I believe what your seeing is really just the resting measurement of the module and transducer together and you should be able to zero out your measurement by performing Software Compensation.
    Regarding, Offset Calibration, I think its important to make clear exactly what it is providing as the name is a little misleading.  The Offset Cal feature of the 9237 is really more like an Auto Zero used for eliminating offsets generated by an amplifier stage and doesn't provide the same behavior as offset nulling. In Auto Zero Mode, the 9237 shorts the input channel to ground and subtracts the obtained measurement from all subsequent samples. Performing an auto zero is a quick calibration technique that takes place at the beginning of a scan.  A typical use of the Offset calibration feature would be to set it true at the begining of acquiring data and then leaving it on indefinitely.
    Personally, I do not bother enabling offset cal in my FPGA applications because the measurement of the sensor at rest takes into account all sensor and module offsets.
    And finally, if your looking for some information on how to perform shunt calibration, I like to refer to the example VI located here:
    C:\Program Files\National Instruments\LabVIEW 8.6\examples\CompactRIO\Module Specific\NI 9235\NI 9235 Getting Started
    As it has walks through the programming steps of setting up Shunt cal and applying the Gain Factors.  Its written for LabVIEW FPGA but it should be easy to use with Scan Interface.
    Hope that helps a little bit,
    Let me know if you have questions and I'll help where I can or bug the right engineer.
    Basset Hound

  • 1520 shunt cal

    Pardon the previous post, it went up prematurely. 
    I'm using the SCXI 1520/1314 with a quarter-bridge configuration to do a simple strain measurement with shunt calibration.  I have a the standard 100K resistor installed at SCA0 and a 11,880ohm resistor installed at SCB0.  When I select SCA or SCB and specify the respective installed shunt resistance, I get the error 200007 regarding shunt calibration gain adjust being out of bounds.  I can only get the VI to work by selecting SCB and specifying 100Kohm shunt cal resistance (the resistance installed on SCA).  With those settings, I obtain a valid gain value (around 1.003) and I can apply known strain to the gage and read reasonable values.  The reverse does not work either (using SCA with 11,880ohm specified). I've checked my wiring and all seems to be correct. Is there something wrong with my VI???
    Greg R.
    Attachments:
    strain03.vi ‏27 KB

    I have found some answers… and have some more questions.
    First, some of my problems with shunt cal were due to poor connections in the 1314. In particular, the SCA/SCB jumper connections are paired up with another wire (here at the QTR terminal, see Fig 2-1 on pg 2-2 of the SCXI 1520 User Manual). As noted in the manual, the method of just putting two wires into the terminal w/o joining them together can produce an unreliable connection. I soldered these wires and presto, the shunt cal began to operate w/o the error mentioned above. Then I had other problems.
    Second problem is that it appears the SCA is always assumed in the DAQmx Perform Shunt Calibration (Strain).vi. To show this, I set up SCA(11,880) and SCB(no resistor), selected SCB with a DAQmx Channel property node, and specified the Shunt Resistance to be 11,880 (the resistor on SCA) using the DAQmx Shunt Cal VI. The shunt cal completed without errors, which clearly would not happen if SCB were actually used. So it seems that the AI.Bridge.ShuntCal.Select is never used by the above VI.
    Third problem is that after shunt calibration, there is a large bridge offset. After some investigation, I realized that the bridge offset was the same as the shunt cal offset. It appears that the SCA switch is closed during shunt cal, but never opened afterward. I’m going to try to use the AI Parameters.VI to force the SCA to open after calibration, but my lab computer build does not currently include the “Data Acquisition” module. I’ve attached my final VI.
    Greg R.
    Attachments:
    strain05.vi ‏33 KB

  • Sunstudio 11 - dbx crashes on c++ with some special stdio flags

    Hello, when I compile the following C++ code (separate header and implementation file) with "g++ -gdwarf-2" or just "g++ -g":
    - CClass.h:
    #ifndef CClassH
    #define CClassH
    class CClass
    public:
    CClass(int _i);
    ~CClass();
    private:
    int i;
    #endif /* CClassH */
    - CClass.cpp:
    #include <iostream>
    #include "CClass.h"
    CClass::CClass(int _i)
    i = _i;
    std::cout << std::hex << i << std::endl;
    CClass::~CClass(){}
    - Execution file:
    #include <iostream>
    #include "CClass.h"
    int main( int argc, char *argv[] )
    CClass c(2425);
    and start debugging within sunstudio, I get the error message when I step into the constructor of CClass:
    (dbx) main
    Reading main
    Reading ld-linux.so.2
    Reading libstdc++.so.6
    Reading libm.so.6
    Reading libgcc_s.so.1
    Reading libc.so.6
    (dbx) step
    Running: main
    (process id 19403)
    (dbx) step
    dbx: internal error: signal SIGSEGV (no mapping at the fault address)
    dbx's coredump will appear in /tmp
    I found out, that if the iostream flag "std::hex" is omitted in the CClass.cpp file, no error occurs and stepping into CC works fine. Unfortunately, no coredump is placed in /tmp.
    My system is (uname -a):
    Linux linux 2.6.13-15.12-default #1 Thu Aug 24 11:23:58 UTC 2006 i686 i686 i386 GNU/Linux
    and the version of the GNU-compilers is (g++ -v):
    Using built-in specs.
    Target: i586-suse-linux
    Configured with: ../configure enable-threads=posix prefix=/usr with-local-prefix=/usr/local infodir=/usr/share/info mandir=/usr/share/man libdir=/usr/lib libexecdir=/usr/lib enable-languages=c,c++,objc,f95,java,ada disable-checking with-gxx-include-dir=/usr/include/c++/4.0.2 enable-java-awt=gtk disable-libjava-multilib with-slibdir=/lib with-system-zlib enable-shared enable-__cxa_atexit without-system-libunwind host=i586-suse-linux
    Thread model: posix
    gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
    Anyone an idea what might cause this hangup? Is it because of uncompatible gnu-libs or is it a dbx bug? Thanks!

    It's about DWARF generated by g++; sometimes dbx is having problems reading it.
    I am assuming that you're using dbx 7.5, which comes with Sun Studio 11 since I was not able to reproduce the same problem with latest dbx (but dbx 7.5 crashes all right). Please try downloading Sun Studio Express (http://developers.sun.com/sunstudio/downloads/express.jsp). I believe it should be fixed there, but if it's not, Express 3 is on the way and will be available very soon.

  • Crashing at Startup with Waves AU

    I am crashing at startup with the waves plug ins. My system was fine before I started using Audio Units Manager. After that Logic will crash. So I trashed the prefs. trashed Audio Unit Manager and re installed the waves plugins and the waveshell AU driver from a fresh download. Still no luck. I used to work fine when I dragged the AU plug ins to another folder to use FCP then drag them back to the components folder to use Logic. How can I fix this?? - Thanks
    BTW- Logic boots fine if I keep the waves stuff out of the components folder

    When you say "Audio Units Manager" are you talking about Logic's AU Manager, or some third party application? Is it the Granted Software one?
    If so, my versions of Waves 5 work well with them both. All that the Granted AU Manager does is move the component files (ie the Waveshell) between two directories to enable or disable the plugins, it won't affect Waves crashing at all.
    Without knowing what you did when things stopped working it's difficult to say, but it may well be a Waves installation, copy protection or authorisation issue, they can be notoriously odd behaving sometimes.
    Incidentally, why do you need two Waveshells? I think Logic only supports one of Waves' Waveshells at a time, at least it did in Logic 5, not sure about later ones.
    Not sure what else to suggest, really...

  • Crash on startup with new install

    Just upgraded to 3.5 on a G5 dual 2gigaherz with 2 gigs of RAM and about 10 gigs of free disk space after the install. The program instantly crashes on startup with no error message. The crash log doesn't mean much to me. I tried to trash prefs for FCE, Soundtrack and Livetype. I tried on a pristine account I keep handy for these moments and trashed the whole prefs folder on that account. No luck. Any thoughts?

    Reinstalled. Trashed prefs. Ran on clean account (perhaps not perfectly clean). I see the splash screen for a fraction of a second then...
    Here's the crash log:
    ===== Display starts at offset 19038 within file of length 150110. ====
    ===== Use File->Reload (Cmd-R) to display more. ====
    o 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db6fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbe000 - 0x91dddfff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e49000 - 0x91eb7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec2000 - 0x91f56fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f70000 - 0x924f8fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252b000 - 0x92856fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92886000 - 0x9290efff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9294f000 - 0x92b7afff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c98000 - 0x92d76fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d96000 - 0x92e84fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e96000 - 0x92eb4fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ebf000 - 0x92f19fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f37000 - 0x92f37fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f39000 - 0x92f4dfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f65000 - 0x92f75fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f81000 - 0x92f96fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92fa8000 - 0x9302ffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93043000 - 0x9304efff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93058000 - 0x93085fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9309f000 - 0x930affff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930bb000 - 0x93121fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93152000 - 0x931a1fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931cf000 - 0x931ecfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931fe000 - 0x9320bfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93214000 - 0x93521fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93670000 - 0x9367cfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93681000 - 0x936a1fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93715000 - 0x93715fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93717000 - 0x93d49fff com.apple.AppKit 6.4.6 (824.38) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940d6000 - 0x94146fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9417f000 - 0x94249fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9429d000 - 0x9429dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9429f000 - 0x94453fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944a6000 - 0x944e3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944eb000 - 0x9453bfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9457b000 - 0x945bffff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x945cb000 - 0x94603fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/vmutils
    0x946de000 - 0x946edfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946f5000 - 0x94701fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94747000 - 0x9475ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94766000 - 0x947d7fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x9494c000 - 0x94a7afff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94b0c000 - 0x94b1bfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94b23000 - 0x94b50fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94b57000 - 0x94b67fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94b6b000 - 0x94b9afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94baa000 - 0x94bc7fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9644d000 - 0x9651ffff com.apple.prokit 3.1 (589) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x96cb9000 - 0x96cf8fff com.apple.audio.midi.CoreMIDI 1.5 (41) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x970df000 - 0x970fefff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97815000 - 0x978d6fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97901000 - 0x97902fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97904000 - 0x97911fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x99b08000 - 0x99b09fff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x99b16000 - 0x99b5afff com.apple.viceroy.codec 31.0 (31) /System/Library/Components/VCH263Codec.component/VCH263Codec
    0xc0000000 - 0xc000efff com.unsanity.ape 1.6 (1.6b1) /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Host Name: G5-Raja
    Date/Time: 2006-05-20 21:54:21.226 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Final Cut Express HD
    Path: /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    Parent: WindowServer [12081]
    Version: 3.5 (3.5)
    Build Version: 2
    Project Name: FCExpress
    Source Version: 604191706
    PID: 12245
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 ...FinalCutExpress.QTRtEffects 0x01dc1fbc KGSetQTRtResFile(unsigned char, short*) + 64
    1 ...FinalCutExpress.QTRtEffects 0x01d9c35c RTEffectComponentRegister() + 60
    2 ...FinalCutExpress.QTRtEffects 0x01db9148 PluginStart + 2144
    3 com.apple.FinalCutExpress 0x001b2810 0x1000 + 1775632
    4 com.apple.FinalCutExpress 0x00188038 0x1000 + 1601592
    5 com.apple.FinalCutExpress 0x001b37e0 0x1000 + 1779680
    6 com.apple.FinalCutExpress 0x0023e1d0 0x1000 + 2347472
    7 com.apple.FinalCutExpress 0x003e675c 0x1000 + 4085596
    8 com.apple.AE 0x91534960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    9 com.apple.AE 0x915347fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    10 com.apple.AE 0x91534654 aeProcessAppleEvent + 284
    11 com.apple.HIToolbox 0x9321f0e0 AEProcessAppleEvent + 60
    12 com.apple.HIToolbox 0x93262d24 ProcessHighLevelEvent + 140
    13 com.apple.HIToolbox 0x93262c7c StandardApplicationEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 328
    14 com.apple.HIToolbox 0x9321b794 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    15 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    16 com.apple.HIToolbox 0x9321ad68 SendEventToEventTargetWithOptions + 40
    17 com.apple.HIToolbox 0x932220c8 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 704
    18 com.apple.HIToolbox 0x9321b9e4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    19 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    20 com.apple.HIToolbox 0x93221c8c SendEventToEventTarget + 40
    21 com.apple.HIToolbox 0x932629a0 ToolboxEventDispatcher + 92
    22 com.apple.HIToolbox 0x9326292c HLTBEventDispatcher + 16
    23 com.apple.HIToolbox 0x93260ee4 RunApplicationEventLoop + 148
    24 com.apple.FinalCutExpress 0x00154074 0x1000 + 1388660
    25 com.apple.FinalCutExpress 0x002c1ec0 0x1000 + 2887360
    26 com.apple.FinalCutExpress 0x00003224 0x1000 + 8740
    27 com.apple.FinalCutExpress 0x000030cc 0x1000 + 8396
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.unsanity.ape 0xc0001e7c _apeagent + 296
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 ...lagutin.audio_hijack.server 0x00ac0f9c ahservloop + 80
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.FinalCutExpress 0x004097e8 0x1000 + 4229096
    3 com.apple.FinalCutExpress 0x003f855c 0x1000 + 4158812
    4 com.apple.FinalCutExpress 0x00430210 0x1000 + 4387344
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000001dc1fbc srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x48824244 xer: 0x0000000020000000 lr: 0x0000000001dc1fa8 ctr: 0x0000000090bb3484
    r0: 0x0000000001dc1fa8 r1: 0x00000000bfffefd0 r2: 0x0000000000000000 r3: 0x0000000000000000
    r4: 0x00000000bffff1a0 r5: 0x0000000000000118 r6: 0x0004003001dd2a2c r7: 0x0000000000000020
    r8: 0x0000000000000030 r9: 0x00000000bffff140 r10: 0x0000000090bb3030 r11: 0x0000000001ddcedc
    r12: 0x0000000090bb3484 r13: 0x0000000000000002 r14: 0x0000000000000000 r15: 0x00000000a321b4f8
    r16: 0x0000000000b1f690 r17: 0x00000000bffff6c0 r18: 0x0000000065707063 r19: 0x0000000000000001
    r20: 0x0000000000b1f8a0 r21: 0x00000000bffff4b0 r22: 0x00000000bffff520 r23: 0x0000000000000000
    r24: 0x00000000bffff510 r25: 0x00000000ffffffff r26: 0x0000000000617474 r27: 0x00000000001b27a8
    r28: 0x0000000000000000 r29: 0x00000000bffff1a0 r30: 0x0000000000000000 r31: 0x0000000001dc1f90
    Binary Images Description:
    0x1000 - 0x614fff com.apple.FinalCutExpress 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    0x881000 - 0x884fff com.apple.FinalCutExpress.NuggetExport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/NuggetExport.bundle/Contents/MacOS/NuggetExport
    0x887000 - 0x888fff com.apple.FinalCutExpress.Text Window 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Text Window.bundle/Contents/MacOS/Text Window
    0xabc000 - 0xac3fff alexlagutin.audiohijack.server 1.3.2 /Library/Application Enhancers/Instant Hijack Server.ape/Contents/MacOS/Instant Hijack Server
    0xaf9000 - 0xafafff com.ecamm.pluginloader Ecamm Plugin Loader v1.0.3 (1.0.3) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0xc1d000 - 0xc1dfff com.aladdinsys.mmenabler 7.1.0 (8.0.2) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0xc21000 - 0xc23fff com.unsanity.menuextraenabler Menu Extra Enabler version 1.0.1 (1.0.1) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0xc27000 - 0xc2efff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.2 (1.0.2) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0xf64000 - 0xf68fff com.apple.FinalCutExpress.LayerFileReader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/LayerFileReader.bundle/Contents/MacOS/LayerFileRe ader
    0xf76000 - 0xf79fff com.apple.FinalCutExpress.MolokiniSupport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/MolokiniSupport.bundle/Contents/MacOS/MolokiniSup port
    0xfd4000 - 0xfd8fff com.apple.LiveType.component 2.1 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1808000 - 0x185dfff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x196b000 - 0x1996fff com.apple.FinalCutExpress.AfterEffects 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AfterEffects.bundle/Contents/MacOS/AfterEffects
    0x199d000 - 0x19b5fff com.apple.FinalCutExpress.AudioMixer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AudioMixer.bundle/Contents/MacOS/AudioMixer
    0x19c1000 - 0x1a62fff com.apple.FinalCutExpress.Browser 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Browser.bundle/Contents/MacOS/Browser
    0x1a76000 - 0x1a99fff com.apple.FinalCutExpress.EditTape 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/EditTape.bundle/Contents/MacOS/EditTape
    0x1aa5000 - 0x1ab7fff com.apple.FinalCutExpress.FCPExtPluginSupport 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCPExtPluginSupport.bundle/Contents/MacOS/FCPExtP luginSupport
    0x1abd000 - 0x1aecfff com.apple.FinalCutExpress.FCS Engine 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCS Engine.bundle/Contents/MacOS/FCS Engine
    0x1af2000 - 0x1b02fff com.apple.FinalCutExpress.FilterCustomEd 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterCustomEd.bundle/Contents/MacOS/FilterCustom Ed
    0x1b05000 - 0x1b17fff com.apple.FinalCutExpress.FilterViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterViewer.bundle/Contents/MacOS/FilterViewer
    0x1b1a000 - 0x1b39fff com.apple.FinalCutExpress.Flash 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Flash.bundle/Contents/MacOS/Flash
    0x1b47000 - 0x1b80fff com.apple.FinalCutExpress.G4 Accelerator 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/G4 Accelerator.bundle/Contents/MacOS/G4 Accelerator
    0x1b85000 - 0x1b90fff com.apple.FinalCutExpress.GenViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/GenViewer.bundle/Contents/MacOS/GenViewer
    0x1b93000 - 0x1bdffff com.apple.FinalCutExpress.Media Manager 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Media Manager.bundle/Contents/MacOS/Media Manager
    0x1d05000 - 0x1d17fff com.apple.FinalCutExpress.Motion Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Motion Viewer.bundle/Contents/MacOS/Motion Viewer
    0x1d1a000 - 0x1d35fff com.apple.FinalCutExpress.Movie Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Analyzer.bundle/Contents/MacOS/Movie Analyzer
    0x1d40000 - 0x1d4efff com.apple.FinalCutExpress.Movie Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Viewer.bundle/Contents/MacOS/Movie Viewer
    0x1d51000 - 0x1d59fff com.apple.FinalCutExpress.Perf Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Perf Analyzer.bundle/Contents/MacOS/Perf Analyzer
    0x1d5c000 - 0x1d8efff com.apple.FinalCutExpress.QTM Reader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTM Reader.bundle/Contents/MacOS/QTM Reader
    0x1d97000 - 0x1ddbfff com.apple.FinalCutExpress.QTRtEffects 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTRtEffects.bundle/Contents/MacOS/QTRtEffects
    0x1de5000 - 0x1df2fff com.apple.FinalCutExpress.Relink Media 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Relink Media.bundle/Contents/MacOS/Relink Media
    0x1df6000 - 0x1e6afff com.apple.FinalCutExpress.Timeline Editor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Timeline Editor.bundle/Contents/MacOS/Timeline Editor
    0x1e73000 - 0x1e79fff com.apple.FinalCutExpress.Transcoder 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transcoder.bundle/Contents/MacOS/Transcoder
    0x1e7d000 - 0x1e8dfff com.apple.FinalCutExpress.Transition Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transition Viewer.bundle/Contents/MacOS/Transition Viewer
    0x1e90000 - 0x1ea5fff com.apple.FinalCutExpress.Trimming 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Trimming.bundle/Contents/MacOS/Trimming
    0x1ea8000 - 0x1ee9fff com.apple.FinalCutExpress.Vector Accelerator 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Vector Accelerator.bundle/Contents/MacOS/Vector Accelerator
    0x1eed000 - 0x1efefff com.apple.FinalCutExpress.VideoLog 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VideoLog.bundle/Contents/MacOS/VideoLog
    0x1f01000 - 0x1f19fff com.apple.FinalCutExpress.VoiceOver 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VoiceOver.bundle/Contents/MacOS/VoiceOver
    0x1f1d000 - 0x1f2cfff com.apple.FinalCutExpress.Waveform Monitor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Waveform Monitor.bundle/Contents/MacOS/Waveform Monitor
    0x1f2f000 - 0x1f86fff com.apple.FinalCutExpress.XML Support 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/XML Support.bundle/Contents/MacOS/XML Support
    0x6b4d000 - 0x6b63fff com.apple.fcp.DVOutputUnit 1.3 /Applications/Final Cut Express HD.app/Contents/Resources/DVOutputUnit.bundle/Contents/MacOS/DVOutputUnit
    0x6d14000 - 0x6e23fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x6e52000 - 0x6f42fff com.apple.ATIRadeon9700GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x6f50000 - 0x6f69fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x6f6f000 - 0x6f8afff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x6f9b000 - 0x6faffff com.apple.FCP Uncompressed 422.component 1.3 /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x6fd0000 - 0x6feafff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x6fef000 - 0x7068fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x10000000 - 0x1005afff com.apple.proapps.AudioMixEngine 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/AudioMixEngine.framework/Versions/A/AudioMixEngine
    0x11000000 - 0x11015fff com.apple.proapps.ControlSurfaceSupport 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlSu rfaceSupport
    0x76ac0000 - 0x76ac5fff com.apple.proapps.ProTimecode 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/ProTimecode.framework/Versions/A/ProTimecode
    0x76ae0000 - 0x76b66fff ProMediaIOClasses /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOClasses.framework/Versions/A/ProMediaIOCla sses
    0x76ca0000 - 0x76ca0fff ProMediaIOUnit /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOUnit.framework/Versions/A/ProMediaIOUnit
    0x76e50000 - 0x76e9cfff ProMediaIO /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIO.framework/Versions/A/ProMediaIO
    0x76f60000 - 0x76f72fff com.apple.FinalCutPro.Frameworks.MolokiniTranslation 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MolokiniTranslation.framework/Versions/A/MolokiniTra nslation
    0x76fb0000 - 0x76fd6fff com.apple.proapps.MIO 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x77040000 - 0x77044fff KGCore /Applications/Final Cut Express HD.app/Contents/Frameworks/KGCore.framework/Versions/A/KGCore
    0x77060000 - 0x77082fff com.apple.AVCVideoServices 1.0 (28) /Applications/Final Cut Express HD.app/Contents/Frameworks/AVCVideoServices.framework/Versions/A/AVCVideoServic es
    0x770e0000 - 0x770f7fff com.apple.AERegistration 1.2 (58) /Applications/Final Cut Express HD.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x77130000 - 0x77138fff com.apple.AEProfiling 1.2 (14) /Applications/Final Cut Express HD.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x7f950000 - 0x7f9b4fff com.apple.LiveType.framework 2.1 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x8e962000 - 0x8ea20fff com.apple.QuickTimeMPEG4.component 7.1 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x8eb7d000 - 0x8ec50fff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x8ec5c000 - 0x8ec5ffff com.apple.QuickTimeH264.component 7.1 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x8ed5b000 - 0x8f731fff com.apple.QuickTimeComponents.component 7.1 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x8fa09000 - 0x8fa48fff com.apple.QTKit 7.1 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x8fa73000 - 0x8fd27fff com.apple.QuickTime 7.1.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9029a000 - 0x9034bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aef000 - 0x90b5dfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f95000 - 0x90fd6fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91126000 - 0x912e9fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91446000 - 0x91466fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9146c000 - 0x91474fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91478000 - 0x914f3fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db6fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbe000 - 0x91dddfff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e49000 - 0x91eb7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec2000 - 0x91f56fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f70000 - 0x924f8fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252b000 - 0x92856fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92886000 - 0x9290efff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9294f000 - 0x92b7afff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c98000 - 0x92d76fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d96000 - 0x92e84fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e96000 - 0x92eb4fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ebf000 - 0x92f19fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f37000 - 0x92f37fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f39000 - 0x92f4dfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f65000 - 0x92f75fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f81000 - 0x92f96fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92fa8000 - 0x9302ffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93043000 - 0x9304efff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93058000 - 0x93085fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9309f000 - 0x930affff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930bb000 - 0x93121fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93152000 - 0x931a1fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931cf000 - 0x931ecfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931fe000 - 0x9320bfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93214000 - 0x93521fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93670000 - 0x9367cfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93681000 - 0x936a1fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93715000 - 0x93715fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93717000 - 0x93d49fff com.apple.AppKit 6.4.6 (824.38) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940d6000 - 0x94146fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9417f000 - 0x94249fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9429d000 - 0x9429dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9429f000 - 0x94453fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944a6000 - 0x944e3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944eb000 - 0x9453bfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9457b000 - 0x945bffff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x945cb000 - 0x94603fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/vmutils
    0x946de000 - 0x946edfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946f5000 - 0x94701fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94747000 - 0x9475ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94766000 - 0x947d7fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x9494c000 - 0x94a7afff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94b0c000 - 0x94b1bfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94b23000 - 0x94b50fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94b57000 - 0x94b67fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94b6b000 - 0x94b9afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94baa000 - 0x94bc7fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9644d000 - 0x9651ffff com.apple.prokit 3.1 (589) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x96cb9000 - 0x96cf8fff com.apple.audio.midi.CoreMIDI 1.5 (41) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x970df000 - 0x970fefff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97815000 - 0x978d6fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97901000 - 0x97902fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97904000 - 0x97911fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x99b08000 - 0x99b09fff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x99b16000 - 0x99b5afff com.apple.viceroy.codec 31.0 (31) /System/Library/Components/VCH263Codec.component/VCH263Codec
    0xc0000000 - 0xc000efff com.unsanity.ape 1.6 (1.6b1) /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Host Name: G5-Raja
    Date/Time: 2006-05-20 21:54:29.106 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Final Cut Express HD
    Path: /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    Parent: WindowServer [12081]
    Version: 3.5 (3.5)
    Build Version: 2
    Project Name: FCExpress
    Source Version: 604191706
    PID: 12248
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 ...FinalCutExpress.QTRtEffects 0x01db6fbc KGSetQTRtResFile(unsigned char, short*) + 64
    1 ...FinalCutExpress.QTRtEffects 0x01d9135c RTEffectComponentRegister() + 60
    2 ...FinalCutExpress.QTRtEffects 0x01dae148 PluginStart + 2144
    3 com.apple.FinalCutExpress 0x001b2810 0x1000 + 1775632
    4 com.apple.FinalCutExpress 0x00188038 0x1000 + 1601592
    5 com.apple.FinalCutExpress 0x001b37e0 0x1000 + 1779680
    6 com.apple.FinalCutExpress 0x0023e1d0 0x1000 + 2347472
    7 com.apple.FinalCutExpress 0x003e675c 0x1000 + 4085596
    8 com.apple.AE 0x91534960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    9 com.apple.AE 0x915347fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    10 com.apple.AE 0x91534654 aeProcessAppleEvent + 284
    11 com.apple.HIToolbox 0x9321f0e0 AEProcessAppleEvent + 60
    12 com.apple.HIToolbox 0x93262d24 ProcessHighLevelEvent + 140
    13 com.apple.HIToolbox 0x93262c7c StandardApplicationEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 328
    14 com.apple.HIToolbox 0x9321b794 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    15 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    16 com.apple.HIToolbox 0x9321ad68 SendEventToEventTargetWithOptions + 40
    17 com.apple.HIToolbox 0x932220c8 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 704
    18 com.apple.HIToolbox 0x9321b9e4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    19 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    20 com.apple.HIToolbox 0x93221c8c SendEventToEventTarget + 40
    21 com.apple.HIToolbox 0x932629a0 ToolboxEventDispatcher + 92
    22 com.apple.HIToolbox 0x9326292c HLTBEventDispatcher + 16
    23 com.apple.HIToolbox 0x93260ee4 RunApplicationEventLoop + 148
    24 com.apple.FinalCutExpress 0x00154074 0x1000 + 1388660
    25 com.apple.FinalCutExpress 0x002c1ec0 0x1000 + 2887360
    26 com.apple.FinalCutExpress 0x00003224 0x1000 + 8740
    27 com.apple.FinalCutExpress 0x000030cc 0x1000 + 8396
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.unsanity.ape 0xc0001e7c _apeagent + 296
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 ...lagutin.audio_hijack.server 0x00ac0f9c ahservloop + 80
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.FinalCutExpress 0x004097e8 0x1000 + 4229096
    3 com.apple.FinalCutExpress 0x003f855c 0x1000 + 4158812
    4 com.apple.FinalCutExpress 0x00430210 0x1000 + 4387344
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000001db6fbc srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x48824244 xer: 0x0000000020000000 lr: 0x0000000001db6fa8 ctr: 0x0000000090bb3484
    r0: 0x0000000001db6fa8 r1: 0x00000000bfffef50 r2: 0x0000000000000000 r3: 0x0000000000000000
    r4: 0x00000000bffff120 r5: 0x0000000000000118 r6: 0x0004003001dc7a2c r7: 0x0000000000000020
    r8: 0x0000000000000030 r9: 0x00000000bffff0c0 r10: 0x0000000090bb3030 r11: 0x0000000001dd1edc
    r12: 0x0000000090bb3484 r13: 0x0000000000000002 r14: 0x0000000000000000 r15: 0x00000000a321b4f8
    r16: 0x0000000000b1ed70 r17: 0x00000000bffff640 r18: 0x0000000065707063 r19: 0x0000000000000001
    r20: 0x0000000000b1efc0 r21: 0x00000000bffff430 r22: 0x00000000bffff4a0 r23: 0x0000000000000000
    r24: 0x00000000bffff490 r25: 0x00000000ffffffff r26: 0x0000000000617474 r27: 0x00000000001b27a8
    r28: 0x0000000000000000 r29: 0x00000000bffff120 r30: 0x0000000000000000 r31: 0x0000000001db6f90
    Binary Images Description:
    0x1000 - 0x614fff com.apple.FinalCutExpress 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    0x881000 - 0x884fff com.apple.FinalCutExpress.NuggetExport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/NuggetExport.bundle/Contents/MacOS/NuggetExport
    0x887000 - 0x888fff com.apple.FinalCutExpress.Text Window 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Text Window.bundle/Contents/MacOS/Text Window
    0xabc000 - 0xac3fff alexlagutin.audiohijack.server 1.3.2 /Library/Application Enhancers/Instant Hijack Server.ape/Contents/MacOS/Instant Hijack Server
    0xaf9000 - 0xafafff com.ecamm.pluginloader Ecamm Plugin Loader v1.0.3 (1.0.3) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0xc1d000 - 0xc1dfff com.aladdinsys.mmenabler 7.1.0 (8.0.2) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0xc21000 - 0xc23fff com.unsanity.menuextraenabler Menu Extra Enabler version 1.0.1 (1.0.1) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0xc27000 - 0xc2efff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.2 (1.0.2) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0xf79000 - 0xf7dfff com.apple.FinalCutExpress.LayerFileReader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/LayerFileReader.bundle/Contents/MacOS/LayerFileRe ader
    0xfd4000 - 0xfd8fff com.apple.LiveType.component 2.1 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0xfee000 - 0xff9fff com.apple.FinalCutExpress.GenViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/GenViewer.bundle/Contents/MacOS/GenViewer
    0x1808000 - 0x185dfff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x196b000 - 0x1996fff com.apple.FinalCutExpress.AfterEffects 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AfterEffects.bundle/Contents/MacOS/AfterEffects
    0x199d000 - 0x19b5fff com.apple.FinalCutExpress.AudioMixer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AudioMixer.bundle/Contents/MacOS/AudioMixer
    0x19c1000 - 0x1a62fff com.apple.FinalCutExpress.Browser 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Browser.bundle/Contents/MacOS/Browser
    0x1a76000 - 0x1a99fff com.apple.FinalCutExpress.EditTape 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/EditTape.bundle/Contents/MacOS/EditTape
    0x1aa5000 - 0x1ab7fff com.apple.FinalCutExpress.FCPExtPluginSupport 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCPExtPluginSupport.bundle/Contents/MacOS/FCPExtP luginSupport
    0x1abd000 - 0x1aecfff com.apple.FinalCutExpress.FCS Engine 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCS Engine.bundle/Contents/MacOS/FCS Engine
    0x1af2000 - 0x1b02fff com.apple.FinalCutExpress.FilterCustomEd 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterCustomEd.bundle/Contents/MacOS/FilterCustom Ed
    0x1b05000 - 0x1b17fff com.apple.FinalCutExpress.FilterViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterViewer.bundle/Contents/MacOS/FilterViewer
    0x1b1a000 - 0x1b39fff com.apple.FinalCutExpress.Flash 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Flash.bundle/Contents/MacOS/Flash
    0x1b47000 - 0x1b80fff com.apple.FinalCutExpress.G4 Accelerator 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/G4 Accelerator.bundle/Contents/MacOS/G4 Accelerator
    0x1b85000 - 0x1bd1fff com.apple.FinalCutExpress.Media Manager 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Media Manager.bundle/Contents/MacOS/Media Manager
    0x1bdb000 - 0x1bdefff com.apple.FinalCutExpress.MolokiniSupport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/MolokiniSupport.bundle/Contents/MacOS/MolokiniSup port
    0x1bf1000 - 0x1bf9fff com.apple.FinalCutExpress.Perf Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Perf Analyzer.bundle/Contents/MacOS/Perf Analyzer
    0x1d05000 - 0x1d17fff com.apple.FinalCutExpress.Motion Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Motion Viewer.bundle/Contents/MacOS/Motion Viewer
    0x1d1a000 - 0x1d35fff com.apple.FinalCutExpress.Movie Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Analyzer.bundle/Contents/MacOS/Movie Analyzer
    0x1d40000 - 0x1d4efff com.apple.FinalCutExpress.Movie Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Viewer.bundle/Contents/MacOS/Movie Viewer
    0x1d51000 - 0x1d83fff com.apple.FinalCutExpress.QTM Reader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTM Reader.bundle/Contents/MacOS/QTM Reader
    0x1d8c000 - 0x1dd0fff com.apple.FinalCutExpress.QTRtEffects 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTRtEffects.bundle/Contents/MacOS/QTRtEffects
    0x1dda000 - 0x1de7fff com.apple.FinalCutExpress.Relink Media 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Relink Media.bundle/Contents/MacOS/Relink Media
    0x1deb000 - 0x1e5ffff com.apple.FinalCutExpress.Timeline Editor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Timeline Editor.bundle/Contents/MacOS/Timeline Editor
    0x1e68000 - 0x1e6efff com.apple.FinalCutExpress.Transcoder 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transcoder.bundle/Contents/MacOS/Transcoder
    0x1e72000 - 0x1e82fff com.apple.FinalCutExpress.Transition Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transition Viewer.bundle/Contents/MacOS/Transition Viewer
    0x1e85000 - 0x1e9afff com.apple.FinalCutExpress.Trimming 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Trimming.bundle/Contents/MacOS/Trimming
    0x1e9d000 - 0x1edefff com.apple.FinalCutExpress.Vector Accelerator 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Vector Accelerator.bundle/Contents/MacOS/Vector Accelerator
    0x1ee2000 - 0x1ef3fff com.apple.FinalCutExpress.VideoLog 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VideoLog.bundle/Contents/MacOS/VideoLog
    0x1ef6000 - 0x1f0efff com.apple.FinalCutExpress.VoiceOver 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VoiceOver.bundle/Contents/MacOS/VoiceOver
    0x1f12000 - 0x1f21fff com.apple.FinalCutExpress.Waveform Monitor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Waveform Monitor.bundle/Contents/MacOS/Waveform Monitor
    0x1f24000 - 0x1f7bfff com.apple.FinalCutExpress.XML Support 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/XML Support.bundle/Contents/MacOS/XML Support
    0x662f000 - 0x6648fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x664e000 - 0x6669fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x667a000 - 0x668efff com.apple.FCP Uncompressed 422.component 1.3 /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x6c20000 - 0x6c36fff com.apple.fcp.DVOutputUnit 1.3 /Applications/Final Cut Express HD.app/Contents/Resources/DVOutputUnit.bundle/Contents/MacOS/DVOutputUnit
    0x6de7000 - 0x6ef6fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x6f25000 - 0x7015fff com.apple.ATIRadeon9700GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x7023000 - 0x703dfff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x7042000 - 0x70bbfff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x10000000 - 0x1005afff com.apple.proapps.AudioMixEngine 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/AudioMixEngine.framework/Versions/A/AudioMixEngine
    0x11000000 - 0x11015fff com.apple.proapps.ControlSurfaceSupport 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlSu rfaceSupport
    0x76ac0000 - 0x76ac5fff com.apple.proapps.ProTimecode 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/ProTimecode.framework/Versions/A/ProTimecode
    0x76ae0000 - 0x76b66fff ProMediaIOClasses /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOClasses.framework/Versions/A/ProMediaIOCla sses
    0x76ca0000 - 0x76ca0fff ProMediaIOUnit /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOUnit.framework/Versions/A/ProMediaIOUnit
    0x76e50000 - 0x76e9cfff ProMediaIO /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIO.framework/Versions/A/ProMediaIO
    0x76f60000 - 0x76f72fff com.apple.FinalCutPro.Frameworks.MolokiniTranslation 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MolokiniTranslation.framework/Versions/A/MolokiniTra nslation
    0x76fb0000 - 0x76fd6fff com.apple.proapps.MIO 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x77040000 - 0x77044fff KGCore /Applications/Final Cut Express HD.app/Contents/Frameworks/KGCore.framework/Versions/A/KGCore
    0x77060000 - 0x77082fff com.apple.AVCVideoServices 1.0 (28) /Applications/Final Cut Express HD.app/Contents/Frameworks/AVCVideoServices.framework/Versions/A/AVCVideoServic es
    0x770e0000 - 0x770f7fff com.apple.AERegistration 1.2 (58) /Applications/Final Cut Express HD.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x77130000 - 0x77138fff com.apple.AEProfiling 1.2 (14) /Applications/Final Cut Express HD.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x7f950000 - 0x7f9b4fff com.apple.LiveType.framework 2.1 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x8e962000 - 0x8ea20fff com.apple.QuickTimeMPEG4.component 7.1 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x8eb7d000 - 0x8ec50fff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x8ec5c000 - 0x8ec5ffff com.apple.QuickTimeH264.component 7.1 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x8ed5b000 - 0x8f731fff com.apple.QuickTimeComponents.component 7.1 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x8fa09000 - 0x8fa48fff com.apple.QTKit 7.1 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x8fa73000 - 0x8fd27fff com.apple.QuickTime 7.1.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9029a000 - 0x9034bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aef000 - 0x90b5dfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f95000 - 0x90fd6fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91126000 - 0x912e9fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91446000 - 0x91466fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9146c000 - 0x91474fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91478000 - 0x914f3fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db6fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbe000 - 0x91dddfff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e49000 - 0x91eb7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec2000 - 0x91f56fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f70000 - 0x924f8fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252b000 - 0x92856fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92886000 - 0x9290efff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9294f000 - 0x92b7afff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundati

  • Computer crashes quite often with a blue screen

    Computer crashes quite often with a blue screen running the crash dump. After recovery of windows the details are as given below;
    Problem signature:
      Problem Event Name: BlueScreen
      OS Version: 6.1.7601.2.1.0.256.1
      Locale ID: 16393
    Additional information about the problem:
      BCCode: 1000008e
      BCP1: C0000005
      BCP2: 00000000
      BCP3: 8DF4D90C
      BCP4: 00000000
      OS Version: 6_1_7601
      Service Pack: 1_0
      Product: 256_1
    Files that help describe the problem:
      C:\Windows\Minidump\062714-32167-01.dmp
      C:\Users\Raman\AppData\Local\Temp\WER-94146-0.sysdata.xml
    System Information 
    OS Name Microsoft Windows 7 Ultimate
    Version 6.1.7601 Service Pack 1 Build 7601
    Other OS Description Not Available
    OS Manufacturer Microsoft Corporation
    System Name RAMAN-PC
    System Manufacturer BIOSTAR Group
    System Model A760G M2+
    System Type X86-based PC
    Processor AMD Athlon(tm) 64 X2 Dual Core Processor 6000+, 3100 Mhz, 2 Core(s), 2 Logical Processor(s)
    BIOS Version/Date American Megatrends Inc. 080014, 13-01-2009
    SMBIOS Version 2.5
    Windows Directory C:\Windows
    System Directory C:\Windows\system32
    Boot Device \Device\HarddiskVolume1
    Locale India
    Hardware Abstraction Layer Version = "6.1.7601.17514"
    User Name Raman-PC\Raman
    Time Zone India Standard Time
    Installed Physical Memory (RAM) 4.00 GB
    Total Physical Memory 3.25 GB
    Available Physical Memory 1.90 GB
    Total Virtual Memory 6.50 GB
    Available Virtual Memory 4.67 GB
    Page File Space 3.25 GB
    Page File C:\pagefile.sys
    Can anyone help?

    Hi,
    In order to assist you, we will need the .DMP files to analyze what exactly occurred at the time of the crash, etc.
    If you don't know where .DMP files are located, here's how to get to them:
    1. Navigate to the %systemroot%\Minidump folder.
    2. Copy any and all DMP files in the Minidump folder to your Desktop and then zip up these files.
    3. Upload the zip containing the .DMP files to Onedrive or a hosting site of your choice and paste in your reply. Preferred sites: Onedrive, Mediafire, Dropbox, etc. Nothing with wait-timers, download managers, etc.
    4 (optional): The type of .DMP files located in the Minidump folder are known as Small Memory Dumps. In %systemroot% there will be what is known as a Kernel-Dump (if your system is set to generate). It is labeled MEMORY.DMP. The difference
    between Small Memory Dumps and Kernel-Dumps in the simplest definition is a Kernel-Dump contains
    much more information at the time of the crash, therefore allowing further debugging of your issue. If your upload speed permits it, and you aren't going against any strict bandwidth and/or usage caps, etc, the Kernel-Dump is the best
    choice. Do note that Kernel-Dumps are much larger in size due to containing much more info, which is why I mentioned upload speed, etc.
    If you are going to use Onedrive but don't know how to upload to it, please visit the following:
    Upload photos and files to Onedrive.
    After doing that, to learn how to share the link to the file if you are unaware, please visit the following link -
    Share files and folders and change permissions and view 'Get a link'.
    Please note that any "cleaner" programs such as TuneUpUtilities, CCleaner, etc, by default will delete .DMP files upon use. With this said, if you've run such software, you will need to allow the system to crash once again to generate a crash dump.
    If your computer is not generating .DMP files, please do the following:
    1. Start > type %systemroot% which should show the Windows folder, click on it. Once inside that folder, ensure there is a Minidump folder created. If not, CTRL-SHIFT-N to make a New Folder and name it Minidump.
    2. Windows key + Pause key. This should bring up System. Click Advanced System Settings on the left > Advanced > Performance > Settings > Advanced > Ensure there's a check-mark for 'Automatically manage paging file size for all
    drives'.
    3. Windows key + Pause key. This should bring up System. Click Advanced System Settings on the left > Advanced > Startup and Recovery > Settings > System Failure > ensure there is a check mark next to 'Write an event to the system
    log'.
    Ensure Small Memory Dump is selected and ensure the path is %systemroot%\Minidump.
    4. Double check that the WERS is ENABLED:
    Start > Search > type services.msc > Under the name tab, find Windows Error Reporting Service > If the status of the service is not Started then right click it and select Start. Also ensure that under Startup Type it is set to Automatic rather than
    Manual. You can do this by right clicking it, selecting properties, and under General selecting startup type to 'Automatic', and then click Apply.
    If you cannot get into normal mode to do any of this, please do this via Safe Mode.
    Regards,
    Patrick
    “Be kind whenever possible. It is always possible.” - Dalai Lama

  • Troubleshoting help needed:  My iMac keeps crashing and restarting with a report detail: "spinlock application timed out"  What can I do to fix this?timed out"

    Troubleshooting help needed:  My iMac keeps crashing and restarting with a notice: "Spinlock application timed out"  What can I do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • I am facing multiple applicatio​n failures,s​ystem crash reports ,all with a locale id of 16393,

    product name - HPG62 361TX, WINDOWS 7 ,Home BAsic,64 bit,
    am facing several application failures and system crash reports,each with a locale id of 16393 in the problem signature,displayed in the problem reports of action centre these failures include-,NET RUNTIME OPTIMIZATION,ADOBE READER STOPPED WORKING,Anti Malware service Executable- Mp Telemetry,stopped working,bing bar stopped working,,TBApp error, COM surrogate stopped working,,comet bird stopped workingHost Process For Windows Services App crash, hp advisor App crash, HP Quick synchronisation service,HBPA Service stopped workinghpqwmiex module stopped working,,HPWMISVC application stopped working etc.. and all have a locale id of 16393,even replacement of ram has not solved this problem ; i fear this is a cpu  core related problem, can anyone please confirm? the system starts normally but everytime it shows a warning/error message inthe event viewer log.
    ever after reformatting the HD and replacing the ram , the problem still persist- shown by event viewer like boot performance monitoring,standby performance monitoring etc. please help me diagnose the hardwadre problem.

    product name - HPG62 361TX, WINDOWS 7 ,Home BAsic,64 bit,
    am facing several application failures and system crash reports,each with a locale id of 16393 in the problem signature,displayed in the problem reports of action centre these failures include-,NET RUNTIME OPTIMIZATION,ADOBE READER STOPPED WORKING,Anti Malware service Executable- Mp Telemetry,stopped working,bing bar stopped working,,TBApp error, COM surrogate stopped working,,comet bird stopped workingHost Process For Windows Services App crash, hp advisor App crash, HP Quick synchronisation service,HBPA Service stopped workinghpqwmiex module stopped working,,HPWMISVC application stopped working etc.. and all have a locale id of 16393,even replacement of ram has not solved this problem ; i fear this is a cpu  core related problem, can anyone please confirm? the system starts normally but everytime it shows a warning/error message inthe event viewer log.
    ever after reformatting the HD and replacing the ram , the problem still persist- shown by event viewer like boot performance monitoring,standby performance monitoring etc. please help me diagnose the hardwadre problem.

  • AutoCAD 2009 crashes when printing with HP Laserjet CP1525nw via wireless connection

    Printing to CP1525nw via wireless connection crashes AutoCAD 2009 on a WIndows 7 Home OS + Sony VAIO VPCL21M1E
    Works fine printing from any other application.

    I'm facing the same problem but, i'm AutoCAD 2012 and it crashes when printing with HP Laserjet CP1525n via USB or network cable

  • Audition CC crashes on launch with 'unexpected error'

    Trying to get to the bottom of a problem I just noticed today, recently installed CC programs; After Effects, Audition, Premiere Pro, Speedgrade and Encoder. All work fine except Audition which crashes on launch with an 'unexpected error'.
    On initial install a few days ago, I believe I remember it opening the first time. Since then there has been an update I have downloaded - perhaps bringing with it this issue.
    Have searched the forums to find the Debug Database.txt solution - tried it, failed. Have talked to support who could only send me here for more help.
    I am only a trial user at this point in time, with intentions of upgrading - but obviously this is one of the reasons for a 'trial period'.
    Help is appreciated. Pasted below is a log of the crash report. Thank you!
    Process:         Adobe Audition CC [627]
    Path:            /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/MacOS/Adobe Audition CC
    Identifier:      com.adobe.Audition.6.0
    Version:         6.0x732 (6.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [156]
    User ID:         501
    Date/Time:       2013-08-20 21:07:27.720 +1000
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          1453235 sec
    Crashes Since Last Report:           27
    Per-App Interval Since Last Report:  228 sec
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      CDBC8830-A383-C719-FD47-7152F6447094
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    terminate called throwing an exception
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8b9e0212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8db91b54 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8dbd5dce abort + 143
    3   libc++abi.dylib                         0x00007fff9067b9eb abort_message + 257
    4   libc++abi.dylib                         0x00007fff9067939a default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff8a257887 _objc_terminate() + 111
    6   libc++abi.dylib                         0x00007fff906793c9 safe_handler_caller(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff90679424 std::terminate() + 16
    8   libc++abi.dylib                         0x00007fff9067a58b __cxa_throw + 111
    9   com.adobe.auui.framework                0x00000001050a4c98 aui::ErrorManager::ThrowError(dvacore::config::ErrorLevel, char const*, unsigned int, int, bool, dvacore::config::ReplacementValue const&, dvacore::config::ReplacementValue const&, dvacore::config::ReplacementValue const&, dvacore::config::ReplacementValue const&) const + 120
    10  com.adobe.dvacore.framework             0x00000001000b8b12 dvacore::config::ThrowError(dvacore::config::ErrorLevel, char const*, unsigned int, int, bool, dvacore::config::ReplacementValue const&, dvacore::config::ReplacementValue const&, dvacore::config::ReplacementValue const&, dvacore::config::ReplacementValue const&) + 226
    11  com.adobe.auui.framework                0x00000001058c0269 dvaui::drawbot::AGMFontData::ThrowFontError() const + 121
    12  com.adobe.auui.framework                0x00000001058bf363 dvaui::drawbot::AGMFontData::LoadFont(BIB_T_MT::CCTFontSet const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, bool, bool) + 611
    13  com.adobe.auui.framework                0x00000001058bf02f dvaui::drawbot::AGMFontData::AGMFontData(BIB_T_MT::CCTFontSet const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, bool, bool) + 159
    14  com.adobe.auui.framework                0x00000001058af437 dvaui::drawbot::AGMFontInterface::AGMFontInterface(dvaui::drawbot::AGMSupplier const*, unsigned short const*, unsigned short const*, float) + 1303
    15  com.adobe.auui.framework                0x00000001058a44e0 dvaui::drawbot::AGMSupplier::NewFont(unsigned short const*, unsigned short const*, float) const + 64
    16  com.adobe.dvaui.framework               0x000000010051ea77 dvaui::drawbot::FontP::FontP(dvaui::drawbot::SupplierInterface const*, unsigned short const*, unsigned short const*, float) + 55
    17  com.adobe.dvaui.framework               0x000000010066452f dvaui::controls::UI_StaticText::GetRecommendedSize_Helper(dvaui::drawbot::Drawbot*, boost::intrusive_ptr<dvaui::ui::Theme>, bool) const + 175
    18  com.adobe.dvaui.framework               0x0000000100664825 dvaui::controls::UI_StaticText::UI_GetRecommendedSize(dvaui::drawbot::Drawbot*) const + 53
    19  com.adobe.dvaui.framework               0x00000001007c7f98 dvaui::ui::(anonymous namespace)::LayoutNode::operator()(boost::intrusive_ptr<dvaui::ui::UI_Node>) + 536
    20  com.adobe.dvaui.framework               0x00000001007c781a dvaui::ui::AutoLayoutSubView(boost::intrusive_ptr<dvaui::ui::UI_SubView>, dvaui::drawbot::Drawbot*) + 1386
    21  com.adobe.dvaui.framework               0x0000000100798f05 dvaui::ui::UI_SubViewAdapter::AutoLayout(dvaui::drawbot::Drawbot*, boost::intrusive_ptr<dvaui::ui::UI_Node>, boost::intrusive_ptr<dvaui::ui::UI_Node>) const + 37
    22  com.adobe.dvaui.framework               0x00000001007cf788 dvaui::ui::UI_NodeArchive::CreateNode(boost::intrusive_ptr<dvaui::ui::UI_Node>, dvacore::proplist::PropList const&, boost::function<boost::intrusive_ptr<dvaui::ui::UI_Node> (std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&)>) + 2456
    23  com.adobe.dvaui.framework               0x00000001007d00a9 dvaui::ui::UI_NodeArchive::BuildFromPropList(dvacore::proplist::PropList const&, std::map<std::basic_string<unsigned char, std::char_traits<unsigned char>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned char> > const, dvaui::ui::UI_Node*, std::less<std::basic_string<unsigned char, std::char_traits<unsigned char>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned char> > const>, std::allocator<std::pair<std::basic_string<unsigned char, std::char_traits<unsigned char>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned char> > const, dvaui::ui::UI_Node*> > >&, boost::function<boost::intrusive_ptr<dvaui::ui::UI_Node> (std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&)>) + 297
    24  com.adobe.dvaui.framework               0x00000001007d062d dvaui::ui::UI_NodeBuilder::Build(dvaui::drawbot::SupplierInterface const*, std::map<std::basic_string<unsigned char, std::char_traits<unsigned char>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned char> > const, dvaui::ui::UI_Node*, std::less<std::basic_string<unsigned char, std::char_traits<unsigned char>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned char> > const>, std::allocator<std::pair<std::basic_string<unsigned char, std::char_traits<unsigned char>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned char> > const, dvaui::ui::UI_Node*> > >&, boost::function<boost::intrusive_ptr<dvaui::ui::UI_Node> (std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&)>) const + 173
    25  com.adobe.dvaui.framework               0x0000000100751033 dvaui::sharedui::DVAAboutDlog::ConstructCommon(dvaui::utility::ResourceManager const*, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, dvacore::geom::PointT<float>, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, dvaui::drawbot::SupplierInterface const*, boost::function<boost::intrusive_ptr<dvaui::ui::UI_Node> (std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&)>, bool) + 1187
    26  com.adobe.dvaui.framework               0x0000000100750a42 dvaui::sharedui::DVAAboutDlog::DVAAboutDlog(dvaui::utility::ResourceManager const*, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, dvacore::geom::PointT<float>, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, dvaui::drawbot::SupplierInterface const*, dvaui::ui::UI_Node*, boost::function<boost::intrusive_ptr<dvaui::ui::UI_Node> (std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&)>, bool) + 578
    27  com.adobe.auui.framework                0x00000001050a7943 aui::SplashScreen::SplashScreen(dvaworkspace::workspace::Workspace*, dvaui::utility::ResourceManager*) + 179
    28  com.adobe.auui.framework                0x000000010508fe8f aui::Application::GetNewSplashScreen() + 63
    29  com.adobe.exo.framework                 0x0000000102131c2a exo::app::AppBase::Initialize(exo::app::AppInitArgs&) + 986
    30  com.adobe.auui.framework                0x00000001050806bc aui::Application::Initialize(exo::app::AppInitArgs&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 140
    31  com.adobe.auui.framework                0x00000001050a8c84 AudMacMain(int, char**) + 484
    32  com.adobe.Audition.6.0                  0x0000000100002dd7 main + 119
    33  com.adobe.Audition.6.0                  0x0000000100002c14 start + 52
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff8b9e06d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8db92f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8db92d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8db7d1d1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8b9e0d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff9042bdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff9042b9ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8b9e06d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8db92f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8db92d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8db7d1d1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8b9e06d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8db92f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8db92d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8db7d1d1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8b9e00fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8db94fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff8bb18210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff8bb183e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff8ba7aa98 MPWaitOnQueue + 252
    5   com.adobe.ACE                           0x0000000109cf82c9 0x109cbf000 + 234185
    6   com.adobe.ACE                           0x0000000109cf75da 0x109cbf000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8baef7e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8db907a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8db7d1e1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8b9e06d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8db92f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8db92d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8db7d1d1 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8b9e06d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8db92f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8db92d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8db7d1d1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8b9e06d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8db92f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8db92d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8db7d1d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbfe278  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfe2a0  rsp: 0x00007fff5fbfe278
       r8: 0x00007fff78aeb278   r9: 0x0000000000000017  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff5fbfe400  r13: 0x00007fff5fbfea00  r14: 0x00007fff78aec180  r15: 0x00007fff5fbfe2e0
      rip: 0x00007fff8b9e0212  rfl: 0x0000000000000206  cr2: 0x00007fff78ae4ff0
    Logical CPU: 0
    Binary Images:
           0x100000000 -        0x100003fff +com.adobe.Audition.6.0 (6.0x732 - 6.0) <40486847-5631-382C-A256-77825014BBEE> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/MacOS/Adobe Audition CC
           0x10000a000 -        0x10000cfff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x100012000 -        0x100018ff7 +com.adobe.boost_date_time.framework (7.0.0 - 7.0.0.0) <66FDA84E-732D-3909-A849-9C1A856DE34A> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x10002f000 -        0x10003dfff +com.adobe.boost_threads.framework (7.0.0 - 7.0.0.0) <9842E8D5-33B2-3498-AAE7-134255C35491> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x100061000 -        0x10006cfff +com.adobe.boost_signals.framework (7.0.0 - 7.0.0.0) <D576FB62-3D08-30A0-B0DB-708F025E9EB4> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x100084000 -        0x100088fff +com.adobe.boost_system.framework (7.0.0 - 7.0.0.0) <61605E0F-D1EA-3573-84B5-7657F8B5F39F> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x100091000 -        0x1002dbff7 +com.adobe.dvacore.framework (7.0.0 - 7.0.0.0) <B74BE24B-4DCA-3042-88F7-B281771F2554> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x100511000 -        0x100989ff7 +com.adobe.dvaui.framework (7.0.0 - 7.0.0.0) <775B0CDF-544B-389E-9E9D-B80A5E4AB75B> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x100f75000 -        0x101293ff7 +com.adobe.dvaadameve.framework (7.0.0 - 7.0.0.0) <D78C3499-B0D1-3687-A89E-A4FDB9FF2480> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x101932000 -        0x1019e0ff7 +com.adobe.dvaworkspace.framework (7.0.0 - 7.0.0.0) <2C264C1E-C0E4-3355-BD83-5509F9E311DF> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x101aea000 -        0x101b1ffff +com.adobe.dvamediatypes.framework (7.0.0 - 7.0.0.0) <4CE7B693-1F18-386D-AFD7-A9A5F824BEC3> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes
           0x101b56000 -        0x101bc3fff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 14 - 79.151805) <13002997-BD96-3A65-BFEC-09C9EB786A35> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x101bf6000 -        0x101d02fff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 51 - 79.151805) <596FEA1A-3627-30B3-8AC4-BE1885788307> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x101db0000 -        0x101e25fff +com.adobe.dvametadata.framework (7.0.0 - 7.0.0.0) <2A7F6417-8339-3C16-953F-DBBD6304F1EF> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvametadata.framework/Versions/A/dvametadata
           0x101ede000 -        0x101f97fff +com.adobe.dvametadataUI.framework (7.0.0 - 7.0.0.0) <34CA33DC-0085-304B-9D62-F1784E83EA69> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvametadataui.framework/Versions/A/dvametadataUI
           0x10209f000 -        0x1020f6ff7 +com.adobe.dvatemporalxmp.framework (7.0.0 - 7.0.0.0) <3DFE5FFA-3FDD-3668-9EE1-A25330E6B5D5> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvatemporalxmp.framework/Versions/A/dvatemporalxmp
           0x10212f000 -        0x1021f1fff +com.adobe.exo.framework (7.0.0 - 7.0.0.0) <17C7D996-EB00-3812-AF0F-5D43BD42F537> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x102349000 -        0x102369ff7 +com.adobe.dvaunittesting.framework (7.0.0 - 7.0.0.0) <5ECF260B-8A40-3B3B-B78E-0BBB038B8BB1> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvaunittesting.framework/Versions/A/dvaunittesting
           0x1023a9000 -        0x1023b7fff +com.adobe.aucore.framework (1.0 - 1.0) <BF1F1454-170B-34A5-AE54-D35BE60089D9> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AuCore.framework/Versions/A/AuCore
           0x1023d1000 -        0x1027dafe7 +com.adobe.audsp.framework (1.0 - 1.0) <3ED61DC5-0AE5-3BBA-A527-7F3C0D304455> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AuDSP.framework/Versions/A/AuDSP
           0x10289a000 -        0x102953fff +com.adobe.dvaaudiofilterhost.framework (7.0.0 - 7.0.0.0) <CC6545E3-2B6F-328B-AE50-49D041F1A559> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvaaudiofilterhost.framework/Versions/A/dvaaudiofilterhost
           0x102a3f000 -        0x102b87fcf +com.adobe.auaudiocomponents.framework (1.0 - 1.0) <035B11E8-0E4E-3EC8-A8D6-47761C29A2DB> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AuAudioComponents.framework/Versions/A/AuAudioComponents
           0x102c66000 -        0x102cedfff +com.adobe.dvaaudiodevice.framework (7.0.0 - 7.0.0.0) <B3275462-0CC8-38C3-AE07-0632642F0328> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvaaudiodevice.framework/Versions/A/dvaaudiodevice
           0x102db0000 -        0x102e11ff7 +com.adobe.dvatransport.framework (7.0.0 - 7.0.0.0) <9FD4CDC5-9A30-30AE-BAD0-86A6B5E99225> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
           0x102eab000 -        0x102ed3ff7 +com.adobe.dvamarshal.framework (7.0.0 - 7.0.0.0) <296F3041-E477-3A73-8C36-07E928169F3D> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal
           0x102f1c000 -        0x10310dfff +com.adobe.dynamiclink.framework (7.0.0 - 7.0.0.0) <3BA890E9-D572-3B39-A5F6-CD187C8558CC> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink
           0x10336e000 -        0x10341ffff +com.adobe.dvaplayer.framework (7.0.0 - 7.0.0.0) <76698BB3-3388-3E76-82DC-358FAD3E120C> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvaplayer.framework/Versions/A/dvaplayer
           0x103590000 -        0x1038faff7 +com.adobe.aubackend.framework (1.0 - 1.0) <CF4E0765-B628-336F-87EF-7DF6B944F766> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AuBackEnd.framework/Versions/A/AuBackEnd
           0x103cd5000 -        0x103cddfff +com.adobe.dvaundo.framework (7.0.0 - 7.0.0.0) <BB78A431-4A24-3BBA-AE28-B2385D5823B4> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvaundo.framework/Versions/A/dvaundo
           0x103cee000 -        0x10418bfff +com.adobe.auapplication.framework (1.0 - 1.0) <864D8A7A-3A0C-3FAC-A7CC-60B8BAA9D364> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AuApplication.framework/Versions/A/AuApplication
           0x1045d3000 -        0x1046a4fff +com.adobe.auuitoolkit.framework (1.0 - 1.0) <A88D00FE-241E-3392-BC61-40EA6DF6AECD> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AuUIToolkit.framework/Versions/A/AuUIToolkit
           0x104838000 -        0x1048f6ff7 +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.24321) <C111ECAF-33B8-31E9-A0CD-5E5DBFC15652> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x104946000 -        0x1049f0fff +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.24321) <520981E9-7761-34EA-964F-3FFB2B23FFE5> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x104a35000 -        0x104b63fff +com.adobe.auscripting.framework (1.0 - 1.0) <4DDAC542-AB1B-32AD-9D7C-EBC08AEE151F> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AuScripting.framework/Versions/A/AuScripting
           0x104d04000 -        0x104d51fff +com.adobe.dvaaudiofilterhostui.framework (7.0.0 - 7.0.0.0) <4EA50155-806F-3CC5-A503-0E48DB002DEA> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvaaudiofilterhostui.framework/Versions/A/dvaaudiofilterhostui
           0x104deb000 -        0x104ed2ff7 +com.adobe.auaudiocomponentsui.framework (1.0 - 1.0) <182F9923-883A-3A81-8C0C-4E3C013935EF> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AuAudioComponentsUI.framework/Versions/A/AuAudioComponentsUI
           0x10500e000 -        0x105bd2ff7 +com.adobe.auui.framework (1.0 - 1.0) <0759E710-66A6-3485-9FB4-C7DADC9D6287> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AuUI.framework/Versions/A/AuUI
           0x106673000 -        0x106685fff +com.adobe.boost_filesystem.framework (7.0.0 - 7.0.0.0) <D5D52955-0EA0-386C-B6ED-0DF04E7B7662> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
           0x1066a3000 -        0x10673eff7 +com.adobe.boost_regex.framework (7.0.0 - 7.0.0.0) <448D2B65-29DC-39F5-B7E1-84310909DB51> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x1067d5000 -        0x106891ff7 +com.adobe.dvaeve.framework (7.0.0 - 7.0.0.0) <884864A7-71EF-33C5-94E3-3D58637107C8> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
           0x106a01000 -        0x10717bff7 +libmkl_intel_lp64.dylib (0) <7B0FDA28-FA31-3BAB-AE51-D59247FC50F2> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/libmkl_intel_lp64.dylib
           0x10723c000 -        0x1079e5ff7 +libmkl_sequential.dylib (0) <F802B979-DB19-3CA5-B2E3-81CD2580E3E0> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/libmkl_sequential.dylib
           0x107ae7000 -        0x108a87fef +libmkl_core.dylib (0) <29274263-3EC2-36C8-8BB5-651B73600719> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/libmkl_core.dylib
           0x108c55000 -        0x108c83fff  com.apple.audio.CoreAudioKit (1.6.5 - 1.6.5) <DF069200-1DBF-3137-9440-1758B47334C1> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x108c9e000 -        0x108d48fff +iZotope_Radius (1) <A3438380-77F2-3391-BCB6-0310E054984D> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/iZotope_Radius.framework/Versions/A/iZotope_Radius
           0x108d84000 -        0x108dbafff +iZotopeOmegaStreaming (1) <8C3C07FF-22B8-EFEA-62BF-DC71DAB3F836> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/iZotopeOmegaStreaming.framework/Versions/A/iZotopeOmegaStreami ng
           0x108dcf000 -        0x109436fef +com.sonic.AS_Storage (5.4.17) <68FF6C5F-1703-7508-C200-3E05BADA8C57> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/as_storage.framework/Versions/A/AS_Storage
           0x1097e8000 -        0x109837fff +com.adobe.headlights.LogSessionFramework (2.1.2.1756) <BD518257-970F-344A-92B8-B8BE1A8EB4D8> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x10986d000 -        0x109b45fe6 +libxerces-c-3.0.dylib (0) <46020284-EEA8-7D7B-388C-BF23A318C997> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/libxerces-c-3.0.dylib
           0x109cbf000 -        0x109e38fff +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <7F28B188-1D1B-20C9-BBB9-B74FCC12ECAD> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x109e4c000 -        0x10a576fff +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <62F60F9B-53EF-B531-472E-CEC0947BC869> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x10a624000 -        0x10a643fff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <B7D7EE28-D604-2989-B099-62AEF4885C21> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x10a64b000 -        0x10a673ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <9BDD08A8-2DD8-A570-7A7B-EDAA7097D61B> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x10a67b000 -        0x10a9dcfef +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <8BFF14FB-AA14-1CBF-C2A3-715363B5A841> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10aa2a000 -        0x10aa2ffff  com.apple.agl (3.2.1 - AGL-3.2.1) <49C58BA7-3BF8-35CC-AFB3-2B0432766389> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10aa36000 -        0x10ab25fff +com.adobe.amtlib (7.0.0.169 - 7.0.0.169) <A9A9F814-FF1F-3182-992C-395E5BC52481> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x10ab38000 -        0x10ab52ff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x10ab5c000 -        0x10ab90ff7 +com.adobe.dvacontrolsurfacehost.framework (7.0.0 - 7.0.0.0) <762DFDD7-B1BE-3C0B-9C3D-54B738CBFAB7> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/dvacontrolsurfacehost.framework/Versions/A/dvacontrolsurfaceho st
           0x10ac07000 -        0x10ac09fff +com.adobe.PRM.framework (7.0.0 - 7.0.0.0) <380A370E-706F-3935-928B-4529A8889F36> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/PRM.framework/Versions/A/PRM
           0x10ac11000 -        0x10ac5dff7 +com.adobe.ASLFoundation.framework (7.0.0 - 7.0.0.0) <EEEC998D-16E9-3343-A95A-B2017549CF83> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation
           0x10ad46000 -        0x10ad56ff7 +com.adobe.ASLMessaging.framework (7.0.0 - 7.0.0.0) <B55BF3A8-D44D-312E-A38E-E89C063636A9> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging
           0x10ad73000 -        0x10ad82fff +com.adobe.ASLUnitTesting.framework (7.0.0 - 7.0.0.0) <33948DE5-0648-3E01-ABAF-D8EC6B88F047> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting
           0x10ada1000 -        0x10ae10ff7 +com.adobe.MediaFoundation.framework (7.0.0 - 7.0.0.0) <FC9BEAE0-2BCF-3E81-A50A-E13B33C64D04> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation
           0x10aeb6000 -        0x10aeeafff +com.adobe.DisplaySurface.framework (7.0.0 - 7.0.0.0) <646FA18F-CD8D-3A1C-8C03-BEE24886B466> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/DisplaySurface.framework/Versions/A/DisplaySurface
           0x10af39000 -        0x10b14efef +com.adobe.ImageRenderer.framework (7.0.0 - 7.0.0.0) <4F90B751-ECC1-3371-B334-ACB7FDCCDA83> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer
           0x10b263000 -        0x10b265fff +com.adobe.Memory.framework (7.0.0 - 7.0.0.0) <B249E85D-67B5-324D-83BD-836E0DD13123> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/Memory.framework/Versions/A/Memory
           0x10b26e000 -        0x10b2e6ff7 +com.adobe.VideoFrame.framework (7.0.0 - 7.0.0.0) <93FCA476-D286-3E60-A7FF-D7B43DC84072> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame
           0x10b366000 -        0x10b38afe7 +com.mainconcept.mc.enc.dv (9.6 - 9.6.8.3415) <DDF1DA2E-1FF1-D353-0C4D-D05D7A6E28D4> /Applications/Adobe Audition CC/Adobe Audition CC.app/Contents/Frameworks/mc_enc_dv.framework/Versions/9/mc_enc_dv
           0x10d19f000 -        0x10d1a1ff7  com.apple.textencoding.unicode (2.5 - 2.5) <0518078E-C652-3CFC-A3FB-903C600CE831> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x112375000 -        0x112396fff  libKoreanConverter.dylib (61) <7A601BB8-19DF-3DDC-9C50-3A798290F377> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x112895000 -        0x11289aff7  libFontRegistryUI.dylib (100) <9F172961-DB6F-3A82-9F90-28F9A233F755> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
           0x112990000 -        0x112991ff7  ATSHI.dylib (341.1) <6860AB9D-27E6-3516-91BF-05E4B9E8A8F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
           0x112ab9000 -        0x112acbff7  libTraditionalChineseConverter.dylib (61) <DDAFF75C-0714-34F4-818F-8B439AC7BBCA> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x112d2f000 -        0x112d3eff7  libSimplifiedChineseConverter.dylib (61) <A2B475FF-667F-3B7B-A6E9-8768347F2BD6> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x112f6a000 -        0x112f86ff7  libJapaneseConverter.dylib (61) <D0F762C2-5372-3AA2-BBA4-066B8E4B1F8E> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
        0x7fff6b1c9000 -     0x7fff6b1fd93f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
        0x7fff87ea8000 -     0x7fff87eabfff  libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff87fd7000 -     0x7fff87fddfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff87fde000 -     0x7fff87febfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
        0x7fff882c6000 -     0x7fff882f7ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
        0x7fff882f8000 -     0x7fff884f8fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff884f9000 -     0x7fff88501fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff88502000 -     0x7fff88584ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88585000 -     0x7fff88690fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
        0x7fff88694000 -     0x7fff886beff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff886bf000 -     0x7fff886c0ff7  libSystem.B.dylib (169.3) <FF25248A-574C-32DB-952F-B948C389B2A4> /usr/lib/libSystem.B.dylib
        0x7fff886d2000 -     0x7fff88976ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
        0x7fff88977000 -     0x7fff889c6ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
        0x7fff88ae2000 -     0x7fff88b45ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff88dfb000 -     0x7fff88e31fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff88e32000 -     0x7fff88e37fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff895e0000 -     0x7fff895e1ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff895e2000 -     0x7fff895e6fff  libCGXType.A.dylib (332) <17C8DD17-B3CB-3633-B252-C368AE51204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff89645000 -     0x7fff89747fff  libJP2.dylib (850) <2E43216C-3A5A-3693-820C-38B360698FA0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff898d4000 -     0x7fff898dbfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff898dc000 -     0x7fff89a8afff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89a8b000 -     0x7fff89cc0ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff89cc1000 -     0x7fff89ce8fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff89ce9000 -     0x7fff89cf7fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff89cf8000 -     0x7fff89cf8fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff89cf9000 -     0x7fff89df6ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff89e80000 -     0x7fff89ebbfff  com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff89ebc000 -     0x7fff89edcfff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8a246000 -     0x7fff8a35e92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8a35f000 -     0x7fff8a368ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
        0x7fff8a3f6000 -     0x7fff8a3f7fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8a3fb000 -     0x7fff8a429ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8a42a000 -     0x7fff8a458fff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff8a459000 -     0x7fff8a45cfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
        0x7fff8a45d000 -     0x7fff8a49afef  libGLImage.dylib (8.9.2) <C38649ED-E1C9-315E-9953-F33E8C6A3C89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff8a811000 -     0x7fff8a815fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8a866000 -     0x7fff8a986fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
        0x7fff8a987000 -     0x7fff8a987fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
        0x7fff8aa7a000 -     0x7fff8aa8efff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
        0x7fff8aa8f000 -     0x7fff8aa8ffff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8aa90000 -     0x7fff8aaa3ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
        0x7fff8ac03000 -     0x7fff8ac2fff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8ac57000 -     0x7fff8ac9ffff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8aefc000 -     0x7fff8b25bfff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8b25c000 -     0x7fff8b32eff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8b579000 -     0x7fff8b58bff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8b58c000 -     0x7fff8b5d0fff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
        0x7fff8b5d1000 -     0x7fff8b610ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
        0x7fff8b6af000 -     0x7fff8b6feff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8b6ff000 -     0x7fff8b6fffff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8b700000 -     0x7fff8b72bfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8b79c000 -     0x7fff8b79efff  com.apple.securityhi (4.0 - 55002) <9B6CBA92-123F-3307-A2D7-D77A8D3BF87E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
        0x7fff8b79f000 -     0x7fff8b7aeff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8b9bf000 -     0x7fff8b9cdff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
        0x7fff8b9ce000 -     0x7fff8b9e9ff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8b9ee000 -     0x7fff8ba10ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8ba68000 -     0x7fff8ba6aff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8ba6b000 -     0x7fff8bd82ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
        0x7fff8bd83000 -     0x7fff8bd88fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8bd89000 -     0x7fff8c180fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff8c185000 -     0x7fff8c185fff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8c186000 -     0x7fff8c288fff  libcrypto.0.9.8.dylib (47.1) <72AA650B-0453-3BB4-BA03-824627BB199C> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8c331000 -     0x7fff8c37bff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8c424000 -     0x7fff8c428fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff8c430000 -     0x7fff8cdc04af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
        0x7fff8cdf5000 -     0x7fff8ce93ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
        0x7fff8ce96000 -     0x7fff8ce98fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff8ce99000 -     0x7fff8cf3fff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
        0x7fff8d35f000 -     0x7fff8d35ffff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8d360000 -     0x7fff8d3e0ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
        0x7fff8d3f0000 -     0x7fff8d48bfff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
        0x7fff8d4d4000 -     0x7fff8d4d8fff  libGIF.dylib (850) <D4525F87-759C-338C-B283-BB8DE815D3D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d4d9000 -     0x7fff8d4ddff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
        0x7fff8d561000 -     0x7fff8d5cfff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8d5ec000 -     0x7fff8da09fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
        0x7fff8db7c000 -     0x7fff8dc48ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff8dc97000 -     0x7fff8de1dfff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff8de28000 -     0x7fff8de32fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
        0x7fff8de33000 -     0x7fff8de3ffff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
        0x7fff8e105000 -     0x7fff8e192ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
        0x7fff8e193000 -     0x7fff8e1fbff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8e1fc000 -     0x7fff8e23fff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff8e240000 -     0x7fff8e247fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8e26a000 -     0x7fff8e2bfff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8e35e000 -     0x7fff8e4f9fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
        0x7fff8e4fa000 -     0x7fff8e562fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
        0x7fff8e64f000 -     0x7fff8e66eff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8e85c000 -     0x7fff8e87dff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8e890000 -     0x7fff8e891fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8e892000 -     0x7fff8e8a1fff  com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8e8af000 -     0x7fff8e8d7fff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8e8d8000 -     0x7fff8e989fff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
        0x7fff8e98a000 -     0x7fff8eaffff7  com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8eb00000 -     0x7fff8eb6dff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
        0x7fff8ff6b000 -     0x7fff8ff71fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff90041000 -     0x7fff90060ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff900f2000 -     0x7fff90109fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
        0x7fff9010b000 -     0x7fff90118ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff90119000 -     0x7fff9026bfff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff9026c000 -     0x7fff90369fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff903ab000 -     0x7fff903e2ff7  libssl.0.9.8.dylib (47.1) <B7C438BB-79FF-37B3-B8FB-253E5135CBB4> /usr/lib/libssl.0.9.8.dylib
        0x7fff90427000 -     0x7fff9043cff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff9043d000 -     0x7fff9043efff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff90599000 -     0x7fff9059dff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff905e8000 -     0x7fff90622ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff90660000 -     0x7fff90677fff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff90678000 -     0x7fff9069dff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff906a4000 -     0x7fff906a5ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff9070e000 -     0x7fff9133bfff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff9133c000 -     0x7fff91393ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
        0x7fff91523000 -     0x7fff91529ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff9164f000 -     0x7fff91671ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff91672000 -     0x7fff9167dff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff9167e000 -     0x7fff916d4fff  com.apple.HIServices (1.20 - 417) <839B4EE4-B96F-3371-BE90-3B4EBB86C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
        0x7fff916e1000 -     0x7fff916feff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff916ff000 -     0x7fff91703fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff91704000 -     0x7fff9170bfff  libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff9170c000 -     0x7fff91718fff  libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff91fcf000 -     0x7fff9202bff7  com.apple.Symbolication (1.3 - 93) <D5044687-E424-31CF-B120-667143E6B9C1> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff9202c000 -     0x7fff92086ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff92323000 -     0x7fff923e8ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff92439000 -     0x7fff924b8ff7  com.apple.securityfoundation (6.0 - 55115.4) <64EDD2F2-4DE2-3DE5-BE57-43D413853CF9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff92ce0000 -     0x7fff92d61fff  com.apple.Metadata (10.7.0 - 707.11) <2DD25313-420D-351A-90F1-300E95C970CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
        0x7fff92d62000 -     0x7fff92dbcfff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
        0x7fff92e08000 -     0x7fff92e3efff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff92e3f000 -     0x7fff92e3ffff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff92e40000 -     0x7fff92e57fff  com.apple.CFOpenDirectory (10.8 - 151.10) <7AD5F6E7-A745-3FF4-B813-9D064A8146EC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
        0x7fff92e58000 -     0x7fff92e60ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff92e61000 -     0x7fff92e77fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff92e78000 -     0x7fff92ebbff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/

    Hi Michael,
    Based on the crash report, I'm fairly confident that this is related to an
    obscure (or less-so as more reports come in) OS X Font installation
    issue we have been tracking.  While we haven't been able to
    reproduce it in-house, we have seen an uptick in reports with the
    release of Audition CC and have been able to troubleshoot
    on user systems.  We expect to have an update to fix this issue soon.
    In the meantime, you should be able to work around this problem with the
    following steps:
    1. Open Finder and click Go in the menu
    2. Holding down the OPTION key, you should see an entry appear for
    "Library"  Hold OPTION and click on Library.
    3. In Library, open Preferences > Adobe > Audition > 6.0
    4. Download the Debug Database.txt file in the following link and save it to this folder:
    http://helpx.adobe.com/audition/kb/audition-cs6-crashes-launch/_jcr_content/main-pars/down load/file.res/Debug%20Database.txt
    5. Launch Audition
    This file contains a bit of info that instructs Audition to use a
    different graphics acceleration library which avoids this issue.  I
    believe this will resolve the problem and allow Audition to launch
    successfully.

  • Acrobat Now Crashes When Appending with Scanner

    I have Acrobat 9.3.3 installed and everything worked great until all of a sudden it now crashes almost every time I try to append to a document with scanning in additinal pages.  As well as it'll crash from time to time when I do a "Save As".  The crashes seemed to start after I installed a Wacom Bamboo tablet.  But I'm not sure how that can effect it.
    My system is Win 7 64bit, scanner is a Canon DR-2580C using the same driver as always.
    I've reinsalled Acrobat completly and my scanner driver but the crashing is still there.  It seems to be fine when I scan in the first batch of docs to a new file, but then I can't append to a doc with more without crashing.
    After installing the Wacom tablet, Acrobat poped up with a wizzard for doing Accessibility options (which I don't want) so I went back into preferences and unchecked everything under accessibility.  And still crashing.
    Below is what my event viewer shows for the last Acrobat crash:
    Event 1000, Application Error
    Faulting application name: Acrobat.exe, version: 9.3.3.177, time stamp: 0x4c1d77c5
    Faulting module name: ntdll.dll, version: 6.1.7600.16559, time stamp: 0x4ba9b29c
    Exception code: 0xc0000374
    Fault offset: 0x000cdc9b
    Faulting process id: 0x130c
    Faulting application start time: 0x01cb2a9299e1fca9
    Faulting application path: C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe
    Faulting module path: C:\Windows\SysWOW64\ntdll.dll
    Report Id: e57fccef-9686-11df-91e8-00261896d28c
    Not sure what the deal is.  I'll try removing the wacom tablet but it's something I need to have now.
    Thanks!

    Problem Solved!  I removed the Accessibility.api plugin from Acrobat and now my scanner and Acrobat is back to working normal with no crashes.  AND with my Wacom tablet installed and running.  So something about the accessibility screen reader part and the Wacom tablet don't like each other.
    I disabled the accessibility option plugin as this other member posted:
    "If you are trying to disable a plug-in the preferred method is to crate a new subdirectory under the Acrobat application, like "optional" or "disabled" and move the api plug-in file you want to disable to that folder. This keeps the name and extension standard and easily allows one to renable the API. But this process has to be done to each user's system and does not allow selectively turning it on or off. "

  • Acrobat II crashes when started with eLearning Suite 6.1 64bit in Windows 7

    I am having trouble running Acrobat 11 as part of eLearning Suite 6.1.  The application crashes after starting in about 5 seconds.  Using 64 bit windows 7 OS.

    Look up the exact crash cause:
    Working with your Operating System’s Tools
    Mylenium

  • My new iMac with FCPX crashes when rendering complex templates and crashes when exporting with Motion 5

    My new iMac with FCPX crashes when rendering complex templates and crashes when exporting with Motion 5
    Using Motion 5.0.6 and Final Cut Pro X 10.0.7 on New iMac (December 2012)  Mountain Lion,
    Intel Core i7 quad-core a 3,4GHz, Turbo Boost fino a 3,9GHz
    32GB di SDRAM DDR3 a 1600MHz - 4 x 8GB
    Fusion Drive da 3TB
    NVIDIA GeForce GTX 680MX 2GB GDDR5
    During the rendering of complex FCPX mac crashes and I have to force a restart.
    I also happens when I try to export movies with Motion 5.
    Does anyone have the same problem with my new iMac?

    Problems such as yours are sometimes caused by files that should belong to you but are locked or have wrong permissions. This procedure will check for such files. It makes no changes and therefore will not, in itself, solve your problem.
    First, empty the Trash.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Triple-click anywhere in the line below to select it, then drag or copy it — do not type — into the Terminal window:
    find . $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 -o -acl \) 2> /dev/null | wc -l
    Press return. The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    The output of this command, on a line directly below what you entered, will be a number such as "35." Please post it in a reply.

  • Installed ES - Error when loading adminui: Property Editor not registered with the PropertyEditorManager

    I just installed LiveCycle ES on a Windows 2003 virtual machine using the WebSphere application server.
    Everything is finally installed, but now when I try to access the adminui url (http://xxxxx:9080/adminui/login.faces) I receive the following exception:
    Error 500: com.ibm.ws.jsp.JspCoreException: Unable to convert string 'adminUIResources' to class javax.el.ValueExpression for attribute basename: java.lang.IllegalArgumentException: Property Editor not registered with the PropertyEditorManager
    Am I missing something?  What now?

    You shouldn't have any appserver specific libraries in WEB-INF/lib (covered by the webapp's default classpath). Further on the appserver/lib (covered by the appserver's default classpath) should only contain appserver specific libraries and at highest 3rd party libraries which are going to be shared among all webapps. Finally you should NOT have added or modified anything in the jdk/lib (covered by the runtime's default classpath).
    So in case of a default and unmodified environment everything should just work flawlessly. In your specific case it seems that you've unnecessarily added/copied appserver specific libraries in the WEB-INF/lib or that you have duplicated EL libraries from (another) appserver in the appserver/lib or maybe -more worse- in the jdk/lib.

Maybe you are looking for

  • Solaris 10 zone config for one application

    I have a Solaris 10 x86 server with 48GB of memory and 8 CPUs (although I believe hyperthreading is turned on because prsinfo shows 16 CPUs). The server is dedicated to one big application which spawns many processes/threads. Performance is extremely

  • Add form variable as a URL?

    I'm trying to build a page that inserts a record in a SQL database, that goes to a success page when the insert is successful so that the user can see the unique ID created from information entered back on the first page. I need to modify this line o

  • Documentation on oavc (on approval vendor consinement) cycle.

    please mail me the documentation on my mail id: [email protected]

  • Is there any way to delete an unwanted photo album off of my iphone 4s?

    Is there any way to delete an unwanted photo album off of my iphone 4s?  My camera roll is how I like it, but I have 2 unwanted album subfolders with 5 photos in each that I'm trying to delete.  There is no trash can.

  • Skype crashes whenever i call/get called

    Hello. So today i've stumbled across a problem i have never had with skype. Now. whenever i get called or want to call someone. it crashes and closes. I've checked multiple other threads about this but nothing seems to work. Re-install, delete some k