LabVIEW 2010 crashes often when deleting multiple diagram objects

LabVIEW 2010f2 has been reasonably stable for me so far, but I seem to get crashes to the desktop exactly under the following conditions:
When deleting larger sections of code (=several objects selected with the mouse, typically including bad wires in the selection, followed by hitting the delete key).
When this happens, LabVIEW becomes unresponsive for about 10 seconds, then crashes to the desktop. This scenario is quite reproducible in a statistically significant way. While it is not 100% reproducible, I've had it happen a couple of times in a row on the same restored VI, doing basically the same delete procedure. It happened in quite a few unrelated VIs.
This is LabVIEW 2010f2 32bit on Windows 7 64bit. There is nothing in the failure log.
I wonder if anybody else has seen similar correlations.... Thanks!
LabVIEW Champion . Do more with less code and in less time .
Solved!
Go to Solution.

Ben J wrote:
   I'll be looking forward to a jing or reproducable code of the issue.
OK, got one!
Open the attached file in 2010f2. (from this discussion. All that padding and re-stripping of the 2D array is not necessary, so we try to clean up the code a bit. )
Jing file is here.
We delete a few things in the right, then on the left, then on the bottom left.
At 7 seconds, LabVIEW becomes unresponsive. At 12 seconds, it crashes to the desktop.
(I was able to record this two times in a row!)
LabVIEW Champion . Do more with less code and in less time .
Attachments:
BlurBenchmark3.vi ‏211 KB

Similar Messages

  • Crashing often when firefox loads a page, ID: TppNBQUnreserveNode

    Firefox seems to crash often when loading web pages...If anyone could provide help, I'd be very appreciative. Thanks!

    To stop F/fox 3.6.12 loading pages twice, disable Adblock+ and Adblock + uploader in Add-ons. Worked for me.

  • After installing IOS5 my iPad runs slower and crashes often when I have safari or any application opened. Is apple working on fixing this issue? is it happening to most of you or just me?

    After installing IOS5 my iPad runs slower and crashes often when I have safari or any application opened. Is apple working on fixing this issue? is it happening to most of you or just me?
    I appreciate any information you can provide. Using this device is getting annoying !

    I'm using mine right now to answer you and I've not had the issues you are having. Have you tried a Restore from Backup?

  • Crashing when deleting multiple podcasts app

    Te app crashed on me three times when trying to delete multiple podcasts. Just putting it on here for apple to see and bug fix :)

    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 icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post other kinds of diagnostic report — they're very long and not helpful.

  • LabVIEW 2010 crash when calling user32.dll

    Interesting LabVIEW 2010 "feature" I discovered this morning.
    Attached are two identical VIs, one saved in 2010 and one saved in 2009.  These VIs were specifically written to demonstrate the bug I stumbled upon this afternoon.  Each VI when run should allow you to find a specific program (window) open in Microsoft Windows and bring it to the foreground.  It relies on "user32.dll" to perform this operation.  It also allows you to specify the calling convention for the function call.
    In LV 2009, either calling convention works, without error.  However, in LV 2010 the calling convention for the function must be "stdcall (WINAPI)" and not the default "C".  If the calling convention is "C" then LabVIEW crashes and closes without warning.
    If you happen to have both LV 2009 and LV 2010 on your computer, I would love to hear if this phenomenon is duplicated so that I can pinpoint whether the bug is LV 2010 related or is more specific to my personal setup.
    Thanks,
    ~David
    Solved!
    Go to Solution.
    Attachments:
    LV2010 test.vi ‏13 KB
    LV2009 test.vi ‏14 KB

    221113
    Return
    CLFN with the wrong calling convention may siliently crash LabVIEW.
    LabVIEW 8.5 through 2009 could adjust the calling convention at run time if the user selected the wrong option. In 2010 this no longer happens. More information is found in KnowledgeBase 59KB14WI
    Workaround: Use the correct calling convention
    Reported Version: 2010 32-bit
    Resolved Version: N/A
    Added: 07/23/2010
    From 2010 release notes.
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

  • LabVIEW 2010 crashes when changing representation of TypeDef

    Hello NI,
    I have to report a bug
    which causes LV 2010 to crash with error in "datamgr.cpp", line 2720.
    This crash is reproduceable.I use LabVIEw 2010, 32 bit on Windows 7.
    To cause this crash you have to perform the
    following steps (I attached a sample VI to reproduce these steps.):
    Place a ring control on the FP, change
    representation to I32
    On the BD, create a property node “Strings
    And Values[]”
    The datatype of this property is Array of
    Cluster with 2 Elems, “String” & “Value”, where “Value” is of type I32
    Create a control of this property,
    surprisingly the type of Value is “extended”
    On the FP, select the cluster inside the
    array, click “Customize Control…” from Edit- menu
    In the Control- Editor change the DataType
    of Value to I32, then exit the Control Editor without saving the control,
    but replacing the original cluster
    LabVIEW 2010 will crash with the error
    message stated above
    The problem is to change the
    representation of the cluster element, where the cluster is part of a typedef. A
    solution is to forbid to call the “Customize”- editor directly from the FP (not
    nice) or to forbid to replace the orginal control, instead force the user to
    save the altered control to a .ctl (nicer).
    This shows a general problem with TypeDefs,
    where the array of a not-typedefed cluster is typedefed. This was discussed
    earlier with the cursor list of waveform graphs (couldn’t find it anymore, but
    read it in this forum) where this problem also can occur. So this is an appeal
    to National Instruments to change the TypeDef to the clusters and make arrays
    of them.
    And, after all, for me it is
    unexpected behaviour that a constant / control / indicator, created from a
    property (or any terminal / node I can find on the BD) has another datatype
    than the original terminal or node.
    Greets, Dave
    Picture 1: Type of property node
    Picture 2: Type of created control
    Picture 3: Error message
    Greets, Dave
    Attachments:
    Ring TypeDef Problem.vi ‏66 KB

    Hi All,
    I am also facing the same bug from the long time which causes loss of data unexpected.Please solve this bug and tell me any way to solve this.I am using Control Type Def in my project.
    Thanks
    Yogeshwar
    Attachments:
    error.jpg ‏19 KB

  • LabVIEW 2010 Crash

    All,
    LabVIEW 2010 now crashes every time I try and open it. It seems to crash at the "loading plugins" phase. I don't recall what I did to cause this. How can I solve this?
    Also there's no error log in the LabVIEW data folder under my documents.
    Regards,
    Ken

    Has anything changed about the system? Has the system ever been in a working state? Has the computer received recent updates from IT or the OS? Did you face any installation problems? 
    Has any third party software been recently installed on the computer? 
    Thank you very much for your time and follow up. Perhaps an installation repair for LabVIEW would assist in ensuring all the correct files are still on disk, in case anything may have been deleted.
    Cheers, 
    Patrick Corcoran
    Application Engineering Specialist | Control
    National Instruments

  • Mac OS X crashes often when using Preview,Adobe Photoshop,Pixelmator....

    When I work with Preview ,Photoshop,Pixelmator Mac crashes and again reboots. This happens very often like 3 times in 20 minutes.
    But sometimes it doesnt happen it works normal for a long period and suddenly crashes.
    I happened in Lion OS X so I upgraded to Mountian Lion OS X but still the problem remains
    I did Verify Disk then i got
    Verifying permissions for “Macintosh HD”
    Group differs on “Library/Java”; should be 0; group is 80.
    Permissions differ on “Library/Java”; should be drwxr-xr-x ; they are drwxrwxr-x .
    Warning: SUID file “System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent” has been modified and will not be repaired.
    Permissions differ on “System/Library/Frameworks/CoreGraphics.framework/CoreGraphics”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Permissions differ on “System/Library/Frameworks/CoreGraphics.framework/Resources”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Permissions differ on “System/Library/Frameworks/CoreGraphics.framework/Versions/Current”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Permissions verification complete
    Please kindly someone me solution or direct to the thread with this problem
    Muhil

    No, Mac crashed again when i opened Pixelmator
    And got following report
    Interval Since Last Panic Report:  38834 sec
    Panics Since Last Report:          19
    Anonymous UUID:                    2B96FF86-3454-406B-AD1F-5FA46A908E0B
    Tue Sep  4 11:00:10 2012
    panic(cpu 1 caller 0xffffff7f85761c85): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff80a44a0000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 1), Frame : Return Address
    0xffffff8080913220 : 0xffffff800501d5f6
    0xffffff8080913290 : 0xffffff7f85761c85
    0xffffff8080913320 : 0xffffff7f8585b5b7
    0xffffff8080913380 : 0xffffff7f8585b62b
    0xffffff80809133f0 : 0xffffff7f85b70883
    0xffffff8080913530 : 0xffffff7f8588175d
    0xffffff8080913560 : 0xffffff7f8576b9e6
    0xffffff8080913610 : 0xffffff7f857670b8
    0xffffff8080913800 : 0xffffff7f85767b3a
    0xffffff80809138f0 : 0xffffff7f869bac51
    0xffffff8080913940 : 0xffffff7f869b7fad
    0xffffff8080913980 : 0xffffff7f869b61a5
    0xffffff80809139b0 : 0xffffff7f86966fef
    0xffffff80809139d0 : 0xffffff7f8697a78e
    0xffffff80809139f0 : 0xffffff7f8697d88a
    0xffffff8080913c00 : 0xffffff7f8697daf4
    0xffffff8080913c20 : 0xffffff80054638ef
    0xffffff8080913d70 : 0xffffff80050981a1
    0xffffff8080913e80 : 0xffffff8005020abd
    0xffffff8080913eb0 : 0xffffff8005010448
    0xffffff8080913f00 : 0xffffff80050195fb
    0xffffff8080913f70 : 0xffffff80050a5ad6
    0xffffff8080913fb0 : 0xffffff80050ced13
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(8.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f856fa 000->0xffffff7f859fcfff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f8566f000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[E37F420A-B5CD-38ED-9441-5247583B6ACE]@0xff ffff7f856e6000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[5D671681-D21B-3CCA-9810-B15E648C1B27]@0 xffffff7f856a3000
             com.apple.nvidia.nv50hal(8.0)[9CD95A4A-FD94-349E-A4B6-FC3B74E197F5]@0xffffff7f8 5a0a000->0xffffff7f85d2cfff
                dependency: com.apple.NVDAResman(8.0.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f856 fa000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f8566f000
             com.apple.GeForce(8.0)[91C40470-82BA-329A-A9D7-4C70F28275FD]@0xffffff7f86961000 ->0xffffff7f86a23fff
                dependency: com.apple.NVDAResman(8.0.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f856 fa000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[E37F420A-B5CD-38ED-9441-5247583B6ACE]@0xff ffff7f856e6000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f8566f000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[5D671681-D21B-3CCA-9810-B15E648C1B27]@0 xffffff7f856a3000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12B19
    Kernel version:
    Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
    Kernel UUID: 3005059E-270B-3B9F-940D-7A66C05DDC9D
    Kernel slide:     0x0000000004e00000
    Kernel text base: 0xffffff8005000000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 1841440316782
    last loaded kext at 34272661651: com.apple.driver.AppleHWSensor          1.9.5d0 (addr 0xffffff7f871ab000, size 36864)
    last unloaded kext at 225144607169: com.apple.driver.AppleUSBUHCI          5.1.5 (addr 0xffffff7f86023000, size 65536)
    loaded kexts:
    com.eltima.ElmediaPlayer.kext          1.0
    com.logmein.driver.LogMeInSoundDriver          1.0.0
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AGPM          100.12.69
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleHDA          2.3.0f2
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f8
    com.apple.driver.AppleMikeyDriver          2.3.0f2
    com.apple.driver.AppleSMCLMU          2.0.2d0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleMuxControl          3.2.6
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.driver.AppleIntelHDGraphics          8.0.0
    com.apple.driver.AppleIntelHDGraphicsFB          8.0.0
    com.apple.GeForce          8.0.0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.6
    com.apple.driver.AppleUSBTCButtons          235.4
    com.apple.driver.AppleUSBTCKeyboard          235.4
    com.apple.driver.AppleUSBCardReader          3.1.0
    com.apple.driver.AppleIRController          320.15
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.1
    com.apple.driver.AppleUSBHub          5.1.6
    com.apple.driver.AppleFWOHCI          4.9.5
    com.apple.driver.AppleAHCIPort          2.4.0
    com.apple.driver.AirPort.Brcm4331          601.15.21
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleUSBEHCI          5.1.5
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.0f2
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.iokit.IOAudioFamily          1.8.9fc9
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOSurface          86.0.2
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.3.0f2
    com.apple.iokit.IOHDAFamily          2.3.0f2
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.iokit.IOBluetoothFamily          4.0.9f8
    com.apple.driver.AppleSMC          3.1.3d11
    com.apple.driver.AppleGraphicsControl          3.2.6
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.AppleUSBMultitouch          235.7
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.driver.AppleUSBMergeNub          5.1.5
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOAHCIFamily          2.2.0
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBFamily          5.1.6
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.58f16
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.81.21)
    Bluetooth: Version 4.0.9f8 10405, 2 service, 11 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9SA02, 320.07 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3

  • Labview 2010 crashes XP while looking for webserver

    Hi,
    I am using a Windows 7 laptop with LV 2010 to compile my 32-bit executable.  I've copied it to my target Windows XP, SP3 computer and after running it for a short while it rebooted the computer automatically (I believe the reboot was caused by a BSOD).
    I've gone into the Windows Event Viewer and there is an event that says "Labview information:  Error: 404 "Not Found" for "national instruments/ni-rpc/interface/eadfc80d-1e6f-425b-8986-12ccef98f646/ncalrpc", file "c:/program files/national instruments/shared/ni webserver/www/national instruments/ni-rpc/interface/eadfc80d-1e6f-425b-8986-12ccef98f646/ncalrpc": Can't access URL     ."
    I'm attaching a jpg of the Event in case I typed it incorrectly.  There is another post that mentions this error but there is no resolution and the discussion went in a different direction:  http://forums.ni.com/t5/LabVIEW/LabVIEW-2010-unstable-on-Windows-7/m-p/1247366/highlight/true
    Neither my Win 7 development laptop or my target Win XP system have this www folder.
    Has anyone seen this before or know the cause?  Thanks.
    Steve
    Attachments:
    Event Viewer small.jpg ‏69 KB

    Altenbach,
    Thanks for the quick reply.
    Yes, the time stamp of this error coincides with the crash.  I guess I assumed that it caused the crash because I see about 20-25 instances of it in the Event Viewer.  Immediately before these errors appear there are two instances of the NI Configuration Manager with the Description saying "Opening configuration database".
    This only happened on time and I have not been able to reproduce it again.
    I'll need to explain to my customer why this Error has appeared so many times in the Event Viewer, and also how I can get it to not happen again.  Do you have any suggestions?  Once I isolate this error and prevent it from happening again then I can monitor the computer for future crashes.
    Thanks.
    Steve

  • Retaining links when deleting multiple files

    Hi there,
    I need to delete a lot of files from a project, but I don't
    want to lose the links to those topics in other files. If I delete
    a single file, Robohelp HTML displays a dialog box that gives the
    option to keep references to that file in other files. This is the
    behaviour I want to achieve.
    When I try to delete multiple files, however, Robohelp
    doesn't give the option to keep the references and the links
    disappear from other files.
    Does anyone know any way to delete mulitple files and keep
    all references to those files? I really don't want to have to
    delete every topic individually!
    Many thanks
    Kate

    Hi Rick,
    Thanks very much for that quick reply. That's a good idea - I
    don't why I didn't think of it
    I deleted some files and they disappeared from Robohelp
    before my very eyes...then I tried again in another folder and they
    didn't disappear, but nasty red crosses appeared on their icons. It
    doesn't seem to matter whether I have Robohelp open or closed - the
    red crosses appear all the time now.
    Any ideas why some topics delete seamlessly, and Robohelp
    doesn't want to let go of others?
    Cheers
    Kate

  • Labview 2010 crash at startup windows 7

    Hi,
    Labview crashes on startup. I get this message: "Labview 10.0 Development System has stopped working." I don't get any further than this.
    I have 95 computers running Windows 7 64-bit Enterprise. To install Labview on these I use the automated installer with these options: "/q /acceptlicenses yes /r:n /applyspecfile k:\zfdmsi\Labview2010\yellow1\".
    This was working on Windows XP. I have tried to install Labview manually on one of the windows 7 computers and it works fine.. But I cant do that on 95 computers...
    Any ideas why it's crashing?
    Thanks in advance.
    Solved!
    Go to Solution.

    Yes, m: is a network drive. We have a local policy on all workstations redirecting My Documents to the M: drive.
    I got the issue resolved by installing Labview 2010 SP1

  • IOS 4 Error: "Unable to Move Messages" when Deleting Multiple Messages

    Using an iPhone 4 and IOS 4.x (all versions to date including 4.1) if I'm in the All Inboxes view and use Edit to select multiple messages from more than one Exchange account and then delete them I get the following error:
    Unable to Move Messages
    The messages could not be moved to the mailbox Trash.
    Deleting multiple messages from a single Exchange account is fine, but when selecting messages from more than one account the message pops up as many times as messages I'm trying to delete. I currently have three Exchange accounts on both 2003 and 2007 servers. This issue persists across multiple iPhone 4s as well as after a complete restore and manual setup of the Exchange accounts from scratch.

    Not sure if this will work for the first poster, but it might for you, Busta999.
    I have my email set up as an IMAP account and was getting the same "unable to move..." message for individual deletions. I suspected the problem for me had to do something with the trash bin on the phone and the trash bin on the server not communicating properly. I tried this and it worked for me, although from other posts, I see it doesn't work for everyone:
    1. Go to "Settings"
    2. Select "Mail, Contacts, Calendars"
    3. Select the mail account in question
    4. Select "Account Info"
    4. Select "Advanced"
    5. Select "Deleted Mailbox"
    6. Under "On My Server", Click the "Trash" folder (or whatever your trash folder is called on your server). This should put a check mark beside it.

  • Aperature Crashes when Deleting Multiple Images from Reject

    I have over 5,000 images in my reject file and I cannot delete them. When I make multiple selections and attempt to delete them Aperature crashes. Anyone have this problem? I'm trying to open up more space on my Mac HD.

    that is because there is no project rejects ...
    all rejects remain in the project that they were in when rejected ... what happens is, by default, the browser is set to unrated or better ... thus hiding your rejects ... folders do not contain masters ... each master resides in one and only one project - fundamental to apertures organization ... might i suggest a refresher in aperture basics ???
    http://www.bagelturf.com/aparticles/library/fivesimple/index.html
    you can change that search filter by clicking on it ...
    do this for each project ... you can find the project by going to the "global" smart album (blue one) under library ... select an image and get its master location - the project in which it resides ...

  • Adobe Acrobat Pro, InDesign and MS Excel crash often when trying to print to a network or USB printer?

    Since I've installed OS 10.8 Mountain Lion, I have had consistant issues with printing.  It often occurs in Adobe Acrobat Pro, when either trying to print to a network printer or via a USB interface.  Crash either occurs upon the Print commmand, and sometimes will even occur when pulling up the Print dialog.  I've run into the same issue when trying to print from Excel and even Adobe InDesign.
    Please help!  It is quite frustrating not being able to print and having the software immediately crash on you.  It is really interuppting my workflow.
    Drivers are up to date.  And I have not had issues printing from Adobe Illustrator.
    Thanks!

    Process:    
    Acrobat [3309]
    Path:       
    /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/MacOS/Acrobat
    Identifier: 
    com.adobe.Acrobat.Pro
    Version:    
    8.0.0 (8.0.0)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [281]
    User ID:    
    501
    Date/Time:  
    2012-08-24 09:19:08.048 -0400
    OS Version: 
    Mac OS X 10.8 (12A269)
    Report Version:  10
    Sleep/Wake UUID: C60EF6C2-AABD-41CD-A538-CDBCB2706319
    Interval Since Last Report:     
    316628 sec
    Crashes Since Last Report:      
    9
    Per-App Interval Since Last Report:  375559 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                 
    BCA2579F-F3F1-4E78-A944-09B2182A41F8
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    Performing @selector(executeNSMenuItem:) from sender NSMenuItem 0x4a30c0
    Dyld Error Message:
      Symbol not found: _PMTemplateGetSInt32DefaultValue
      Referenced from: /Library/Printers/PPD Plugins/Color.plugin/Contents/MacOS/Color
      Expected in: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   dyld                     
    0x8fe190b5 dyld_fatal_error + 1
    1   dyld                     
    0x8fe1bf36 dyld::bindLazySymbol(mach_header const*, unsigned long*) + 72
    2   dyld                     
    0x8fe2cdbe stub_binding_helper_interface2 + 20
    3   com.zeno.print.2600series.pde.Color
    0x02602047 PDEInitialize + 629
    4   com.apple.print.framework.Print.Private
    0x0a70351c 0xa6ec000 + 95516
    5   com.apple.print.framework.Print.Private
    0x0a6f42a6 0xa6ec000 + 33446
    6   com.apple.print.framework.Print.Private
    0x0a6f4982 0xa6ec000 + 35202
    7   com.apple.print.framework.Print.Private
    0x0a6f4feb 0xa6ec000 + 36843
    8   com.apple.print.framework.Print.Private
    0x0a6f2f06 0xa6ec000 + 28422
    9   com.apple.print.framework.Print.Private
    0x0a6f14a2 0xa6ec000 + 21666
    10  com.apple.print.framework.Print.Private
    0x0a6ef46d 0xa6ec000 + 13421
    11  com.apple.print.framework.Print.Private
    0x0a7084ae 0xa6ec000 + 115886
    12  com.apple.print.framework.Print.Private
    0x0a707da0 0xa6ec000 + 114080
    13  com.apple.AppKit         
    0x957dbf76 -[NSWindowController _windowDidLoad] + 499
    14  com.apple.AppKit         
    0x957aae2a -[NSWindowController window] + 121
    15  com.apple.print.framework.Print.Private
    0x0a70fecc 0xa6ec000 + 147148
    16  com.apple.print.framework.Print.Private
    0x0a6fd3af PMPrivatePrintDialog + 294
    17  com.apple.print.framework.Print
    0x952eaa88 PJCPrintDialog + 148
    18  com.apple.print.framework.Print
    0x952eb213 sessionPrintDialog(OpaquePMPrintSession*, OpaquePMPrintSettings*, OpaquePMPageFormat*, unsigned char, unsigned char*) + 410
    19  com.apple.print.framework.Print
    0x952eb074 PMSessionPrintDialog + 38
    20  com.adobe.Acrobat.framework  
    0x841d37f7 CopiesPagesPDE_Open + 67499
    21  com.adobe.Acrobat.framework  
    0x841bc1c1 CopiesPagesPDE_Initialize + 22495
    22  com.adobe.Acrobat.framework  
    0x841bca7b CopiesPagesPDE_Initialize + 24729
    23  com.adobe.Acrobat.framework  
    0x841bcb4a CopiesPagesPDE_Initialize + 24936
    24  com.adobe.Acrobat.framework  
    0x8443fb95 CopiesPagesPDE_Open + 2607945
    25  com.adobe.Acrobat.framework  
    0x8420723a CopiesPagesPDE_Open + 279022
    26  com.adobe.Acrobat.framework  
    0x84398497 CopiesPagesPDE_Open + 1922123
    27  com.adobe.Acrobat.framework  
    0x8439859d CopiesPagesPDE_Open + 1922385
    28  com.adobe.Acrobat.framework  
    0x8418d64a RunAcrobat + 2092300
    29  libobjc.A.dylib          
    0x9815e5d3 -[NSObject performSelector:withObject:] + 70
    30  com.apple.AppKit         
    0x957759a2 -[NSApplication sendAction:to:from:] + 436
    31  com.apple.AppKit         
    0x958b212c -[NSMenuItem _corePerformAction] + 529
    32  com.apple.AppKit         
    0x958b1dbb -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 163
    33  com.apple.AppKit         
    0x958b1444 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    34  com.apple.AppKit         
    0x9559256a -[NSMenu performActionForItemAtIndex:] + 65
    35  com.apple.AppKit         
    0x9559251f -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    36  com.apple.AppKit         
    0x955924ea -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    37  com.apple.AppKit         
    0x95592369 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 162
    38  com.apple.AppKit         
    0x958aa4be NSSLMMenuEventHandler + 454
    39  com.apple.HIToolbox      
    0x944640cb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    40  com.apple.HIToolbox      
    0x942ebcd4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    41  com.apple.HIToolbox      
    0x942eb0c0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    42  com.apple.HIToolbox      
    0x942fef8d SendEventToEventTarget + 88
    43  com.apple.HIToolbox      
    0x94463f7a SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 498
    44  com.apple.HIToolbox      
    0x942db2c4 SendMenuCommandWithContextAndModifiers + 70
    45  com.apple.HIToolbox      
    0x942db271 SendMenuItemSelectedEvent + 268
    46  com.apple.HIToolbox      
    0x942db0f6 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
    47  com.apple.HIToolbox      
    0x944b039e MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 623
    48  com.apple.HIToolbox      
    0x942bba62 _HandleMenuSelection2 + 633
    49  com.apple.HIToolbox      
    0x942bb7df _HandleMenuSelection + 53
    50  com.apple.AppKit         
    0x95763277 _NSHandleCarbonMenuEvent + 309
    51  com.apple.AppKit         
    0x9568a0ff _DPSNextEvent + 2425
    52  com.apple.AppKit         
    0x9568928c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    53  com.apple.AppKit         
    0x9567f6dc -[NSApplication run] + 855
    54  com.adobe.Acrobat.framework  
    0x83f8f44a RunAcrobat + 2828
    55  com.adobe.Acrobat.framework  
    0x83f8ea6e RunAcrobat + 304
    56  com.adobe.Acrobat.Pro    
    0x00002e8b start + 2455
    57  com.adobe.Acrobat.Pro    
    0x00002602 start + 270
    58  com.adobe.Acrobat.Pro    
    0x0000251d start + 41
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x9001e9ae kevent + 10
    1   libdispatch.dylib        
    0x97549cc5 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib        
    0x975497fd _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib   
    0x9001b826 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore
    0x901e581c MPWaitOnSemaphore + 106
    2   AdobeACE                 
    0x8fc3a0c5 ACEInitialize + 6319
    3   AdobeACE                 
    0x8fc39a51 ACEInitialize + 4667
    4   com.apple.CoreServices.CarbonCore
    0x901e5a87 PrivateMPEntryPoint + 68
    5   libsystem_c.dylib        
    0x9085e557 _pthread_start + 344
    6   libsystem_c.dylib        
    0x90848cee thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib   
    0x9001b8e6 mach_wait_until + 10
    1   libsystem_c.dylib        
    0x908efc28 nanosleep + 375
    2   com.adobe.AcrobatPlugin.BridgeTalkClient
    0x078b405f ScObjects::Thread::sleep(unsigned int) + 79
    3   com.adobe.AcrobatPlugin.BridgeTalkClient
    0x078b7909 ScObjects::BridgeTalkThread::run() + 153
    4   com.adobe.AcrobatPlugin.BridgeTalkClient
    0x078b4149 ScObjects::Thread::go(void*) + 167
    5   libsystem_c.dylib        
    0x9085e557 _pthread_start + 344
    6   libsystem_c.dylib        
    0x90848cee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib   
    0x9001b7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x9001acb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x915c7cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x915cd6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x915ccd6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x915ccbdb CFRunLoopRunInMode + 123
    6   com.adobe.AcrobatPlugin.Comments
    0x8c66e6cb AcroPluginMain + 1083631
    7   com.adobe.AcrobatPlugin.Comments
    0x8c66f29b AcroPluginMain + 1086655
    8   com.apple.CoreServices.CarbonCore
    0x901e5a87 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9085e557 _pthread_start + 344
    10  libsystem_c.dylib        
    0x90848cee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib   
    0x9001e0ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9086104c _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x90860e19 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x90848cca start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib   
    0x9001e0ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9086104c _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x90860e19 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x90848cca start_wqthread + 30
    Thread 7:
    0   libsystem_kernel.dylib   
    0x9001e0ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9086104c _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x90860e19 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x90848cca start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib   
    0x9001e0ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9086104c _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x90860e19 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x90848cca start_wqthread + 30
    Thread 9:
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x8fe259c4  ebx: 0x02601de0  ecx: 0x00000000  edx: 0x000000d4
      edi: 0x8fe19f71  esi: 0x8fe4c07c  ebp: 0xbfffd288  esp: 0xbfffd26c
       ss: 0x00000023  efl: 0x00000246  eip: 0x8fe190b5   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x8fe443ac
    Logical CPU: 1
    Binary Images:
    0x1000 -
    0x2fff +com.adobe.Acrobat.Pro (8.0.0 - 8.0.0) <6FC21A8F-6201-453F-B620-F2EF8BA25BE0> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/MacOS/Acrobat
       0x75000 -
    0x77fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
       0x7b000 -
    0x7bffd +cl_kernels (???) <78111423-C1CE-450E-BC0F-476835D5067C> cl_kernels
       0x88000 -
    0x90ff2  libcldcpuengine.dylib (2.1.16) <61717F57-9AAC-31B4-8894-27A1BF7987B9> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x97000 -
    0x97ff7  libffi.dylib (18) <362F6C27-6407-388E-9521-8A2A0845188C> /usr/lib/libffi.dylib
      0x600000 -   0x71eff3  com.apple.WebKit (8536 - 8536.25) <5365AA39-A1A7-315D-AA1C-0C564909C0E0> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
      0x7fa000 -   0x7fbfff +com.ecamm.pluginloader (Ecamm Plugin Loader v1.0.5 - 1.0.5) /Library/InputManagers/*/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0x1000000 -  0x1c8aff3  com.apple.WebCore (8536 - 8536.24) <06F7EC1E-A7F2-37F1-ADC6-687284E661D8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x2556000 -  0x2563ffb  com.apple.Librarian (1.1 - 1) <C8D82AA3-AE5E-3B6D-A8D1-847856057186> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x2570000 -  0x2571fff +com.cooliris.safariplugin (1.7) <5568367D-4A7A-13C4-15BD-543AAB199199> /Library/InputManagers/*/Cooliris.bundle/Contents/MacOS/Cooliris
    0x25d3000 -  0x25d4ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x2600000 -  0x2602fff +com.zeno.print.2600series.pde.Color (1.3 - 1.3) /Library/Printers/PPD Plugins/Color.plugin/Contents/MacOS/Color
    0x2608000 -  0x260efc7 +com.Adobe.print.AdobePDF8.pde (AdobePDF 8.1.2 - 8.1.2) /Library/Printers/PPD Plugins/AdobePDFPDE800.plugin/Contents/MacOS/AdobePDFPDE800
    0x264a000 -  0x2653fff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x76d1000 -  0x777cfff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x788b000 -  0x78c9fe7 +com.adobe.AcrobatPlugin.BridgeTalkClient (8.0.69) <28B8A085-D7B5-4E79-9B59-6A8062B4BEBE> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/BridgeTalkClient.acroplugin/Contents/MacOS/B ridgeTalkClient
    0x7e37000 -  0x7e7efc7 +com.adobe.adobe_caps (adobe_caps 0.0.120.0 - 0.0.120.0) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
    0x7efd000 -  0x7f51ffd +com.adobe.AdobeXMPCore (Adobe XMP Core 4.0 -c 316 44 . 253921  - 0) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeXMP.framework/AdobeXMP
    0x89f0000 -  0x89fbfef +com.adobe.epic (adobe_epic 2.0.0 - 2.0) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/adobe_epic.framework/adobe_epic
    0x8f6a000 -  0x8f8bfe7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeBIBUtils.framework/AdobeBIBUtils
    0x8faf000 -  0x8fbdfff  libSimplifiedChineseConverter.dylib (61) <60899F9C-A79F-3BC2-855E-DC5C78B98FEB> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x8fc1000 -  0x8fd7fff +com.adobe.selfhealer (AdobeSelfHealing version 2.1.0 - 2.1.0) <A6A98D18-4FEA-47EA-AED5-C08416DF5C50> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeSelfHealing.framework/AdobeSelfHealin g
    0x8fe0000 -  0x8feffc4 +com.adobe.personalization (adobe_personalization 2.0.0 - 2.0) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/adobe_personalization.framework/adobe_pers onalization
    0xa578000 -  0xa591ff7  com.apple.ScriptingBridge (1.3 - 61.2) <74397541-E4DD-3DCA-BA5F-F7AAF145819A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0xa5b2000 -  0xa5d5fd6 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.3.208 - 3.3.208) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/AdobeAXE8Sh aredExpat
    0xa6ec000 -  0xa72dffb  com.apple.print.framework.Print.Private (8.0 - 409) <67534838-4EC8-3C20-9F9B-C3A2BC191AC6> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0xb1e0000 -  0xb272ff7  unorm8_bgra.dylib (2.1.16) <0F63B53F-4A0A-3485-9645-200572D265F5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0xb284000 -  0xb2b5fff  com.apple.printingprivate.framework.PrintingPrivate (8.0 - 91) <E5F60576-6111-3420-9958-1B04C70EE4BC> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
    0xc7ef000 -  0xc833ff7 +com.adobe.adobe_pcd (adobe_pcd 1.0.0 - 1.0) <26ED7749-B5C3-40AA-B138-B5A3C030EE56> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/adobe_pcd.framework/adobe_pcd
    0xc838000 -  0xc845ff7 +com.adobe.asneu.framework (asneu version 1.6.2f01 - 1.6.2) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/asneu.framework/asneu
    0xc972000 -  0xc984ffd  libTraditionalChineseConverter.dylib (61) <519CAA3F-715E-3CAE-B158-57EC95D916B1> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xc988000 -  0xc9e4fff  com.apple.corelocation (1.0 - 1239.35) <6E266E57-FA31-3B35-9CFD-29AA45B52C7B> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0xca11000 -  0xca43ff3  com.apple.GeoServices (1.0 - 1) <5D61BA20-171C-373D-A8F0-BCC02AD1DD81> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0xcc4d000 -  0xcc8aff7  com.apple.print.PrintingCocoaPDEs (8.0 - 409) <B3C9ABC3-7979-36EB-B3B4-127BAEC9F521> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/ PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0xcc9c000 -  0xccd303f +com.adobe.ARE (AdobeARE 1.5.02 - 1.5.02) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeARE.framework/AdobeARE
    0xcd7f000 -  0xce3dff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0xce81000 -  0xd088fe7 +com.adobe.adobelm.framework (Adobe License Manager 2.0.5.27 - 2.0.5.27) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/adobelm.framework/adobelm
    0xd0dd000 -  0xd555feb +AdobeLM_libFNP.dylib (1) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/MacOS/AdobeLM_libFNP.dylib
    0xd68d000 -  0xd75fff9 +com.lextek.onix (1.1 - 1.1) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/Onix.framework/Onix
    0x40000000 - 0x400a6fc8 +AdobeJP2K (0) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x45000000 - 0x450ac25f +com.adobe.Preflight (Preflight version 8.0.0 [224] - 8.0.0 [224]) /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Preflight.acroplugin/Preflight
    0x83f8c000 - 0x84e35fe4 +com.adobe.Acrobat.framework (Acrobat version 8.0.0 - 8.0.0) <94E1BCA6-3332-47E5-BDBD-98F35C7CB58A> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x869f5000 - 0x86a1dfea +com.adobe.AcrobatPlugin.WebLink (8.0.0 - 8.0.0) <2D2BBB90-AD20-4249-A8D7-5FCDEBC5AD8E> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/WebLink.acroplugin/Contents/MacOS/WebLink
    0x86a6a000 - 0x86b0afca +com.adobe.AcrobatPlugin.Web2PDF (8.0.0 - 8.0.0) <95AC7473-90CB-4F62-9222-4FB36AE7FB26> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Web2PDF.acroplugin/Contents/MacOS/Web2PDF
    0x86cab000 - 0x86cdbfea +com.adobe.AcrobatPlugin.Updater (8.0.0 - 8.0.0) <F5F74E7A-D86E-4AD0-917F-66FF008D4F26> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Updater.acroplugin/Contents/MacOS/Updater
    0x86d39000 - 0x86f24b2f +com.adobe.AcrobatPlugin.TouchUp (8.0.0 - 8.0.0) <8A1DB3DC-A7A5-478D-AF18-A8E6331F0351> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/TouchUp.acroplugin/Contents/MacOS/TouchUp
    0x872f5000 - 0x87316ffb +com.adobe.AcrobatPlugin.TablePicker (8.0.0 - 8.0.0) <F26DECF4-3A5C-4FCE-ABF7-CD6DF87DCDB2> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/TablePicker.acroplugin/Contents/MacOS/TableP icker
    0x87361000 - 0x87436047 +com.adobe.AcrobatPlugin.Spelling (8.0.0 - 8.0.0) <CDE64DEC-984F-4592-A421-D98DDCB4649B> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Spelling.acroplugin/Contents/MacOS/Spelling
    0x87567000 - 0x87583fff +com.adobe.AcrobatPlugin.SendMail (8.0.0 - 8.0.0) <BEFCFE6C-B189-45CE-80BF-D1034070AFA9> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/SendMail.acroplugin/Contents/MacOS/SendMail
    0x875bd000 - 0x87622fcf +com.adobe.AcrobatPlugin.Search (8.0.0 - 8.0.0) <824B9A2D-21A9-47EA-8AD0-C4B5C7FBDD22> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Search.acroplugin/Contents/MacOS/Search
    0x876c4000 - 0x8778efe2 +com.adobe.AcrobatPlugin.Scan (8.0.0 - 8.0.0) <14BF5FAB-7C17-40A1-A66A-C52651D4E04E> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Scan.acroplugin/Contents/MacOS/Scan
    0x8782d000 - 0x8788f2df +com.adobe.AcrobatPlugin.SaveAsXML (8.0.0 - 8.0.0) <96B533FC-AB0C-4814-9075-42FFD9FA5CA3> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/SaveAsXML.acroplugin/Contents/MacOS/SaveAsXM L
    0x879bd000 - 0x87a19fca +com.adobe.AcrobatPlugin.SaveAsRTF (8.0.0 - 8.0.0) <1CA1109B-BD29-41E0-8B43-BBD727E208FA> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/SaveAsRTF.acroplugin/Contents/MacOS/SaveAsRT F
    0x87aba000 - 0x87b1bfdf +com.adobe.AcrobatPlugin.Reflow (8.0.0 - 8.0.0) <58002CC2-E9BD-4F0B-A7C8-24B68C13EFA0> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Reflow.acroplugin/Contents/MacOS/Reflow
    0x87bd1000 - 0x87be6fc0 +com.adobe.AcrobatPlugin.ReadOutLoud (8.0.0 - 8.0.0) <328F391F-BEAD-4F40-B271-116F4A086524> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/ReadOutLoud.acroplugin/Contents/MacOS/ReadOu tLoud
    0x87c12000 - 0x8827c1e8 +com.adobe.AcrobatPlugin.PPKLite (8.0.0 - 8.0.0) <A9D154DC-3FA0-43FA-AE7B-DF21A3757DE4> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/PPKLite.acroplugin/Contents/MacOS/PPKLite
    0x88f4f000 - 0x88fd5fcb +com.adobe.AcrobatPlugin.PDDom (8.0.0 - 8.0.0) <110E7BEF-0C0A-4C40-BCAE-ABA9104C91BE> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/PDDom.acroplugin/Contents/MacOS/PDDom
    0x89102000 - 0x8912afdf +com.adobe.AcrobatPlugin.PaperCapture (8.0.0 - 8.0.0) <9F1E3DC1-60B5-4846-8970-BAC5E8974BE0> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/PaperCapture.acroplugin/Contents/MacOS/Paper Capture
    0x8916e000 - 0x8931ffd6 +com.adobe.AcrobatPlugin.Multimedia (8.0.0 - 8.0.0) <68E3E3B3-B505-4551-826D-CE7691E4DD5B> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Multimedia.acroplugin/Contents/MacOS/Multime dia
    0x897a8000 - 0x89b63fee +com.adobe.AcrobatPlugin.MakeAccessible (8.0.0 - 8.0.0) <EB58E402-D67B-468F-9ACF-604E8E632DE1> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/MakeAccessible.acroplugin/Contents/MacOS/Mak eAccessible
    0x8a070000 - 0x8a136fc7 +com.adobe.AcrobatPlugin.JDFProdDef (8.0.0 - 8.0.0) <8EBDAB15-37E4-42C2-A945-7D92C5EECF9C> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/JDFProdDef.acroplugin/Contents/MacOS/JDFProd Def
    0x8a26d000 - 0x8a284ffe +com.adobe.AcrobatPlugin.InDesignPI (8.0.0 - 8.0.0) <15425C06-A055-4A43-8E32-C26BBB9B5651> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/InDesignPI.acroplugin/Contents/MacOS/InDesig nPI
    0x8a2ac000 - 0x8a388ebb +com.adobe.AcrobatPlugin.ImageConversion (8.0 - 8.0) <1437D021-B018-458E-92C8-93C6F4B0EFB3> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/ImageConversion.acroplugin/Contents/MacOS/Im ageConversion
    0x8a451000 - 0x8a740ffb +com.adobe.AcrobatPlugin.HTML2PDF (8.0.0 - 8.0.0) <C4820D26-D8B6-4A3C-BC2C-155D36A3E2EA> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/HTML2PDF.acroplugin/Contents/MacOS/HTML2PDF
    0x8b128000 - 0x8b12ffdf +com.adobe.AcrobatPlugin.HLS (8.0.0 - 8.0.0) <E62AB987-FF39-4D30-95A3-3E5B892D5903> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/HLS.acroplugin/Contents/MacOS/HLS
    0x8b140000 - 0x8b169fff +com.adobe.AcrobatPlugin.EWH (8.0.0 - 8.0.0) <88C9E01D-8F27-4AEB-8949-78B5701C8460> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/EWH.acroplugin/Contents/MacOS/EWH
    0x8b1b4000 - 0x8b353fcb +com.adobe.AcrobatPlugin.EScript (8.0.0 - 8.0.0) <B3E2AF8F-5B97-4E23-980E-AB0398E84CBB> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/EScript.acroplugin/Contents/MacOS/EScript
    0x8b57a000 - 0x8b5a6ff7 +com.adobe.AcrobatPlugin.EFS (8.0.0 - 8.0.0) <7FF9F374-D4C2-4D63-9CEC-628A46270739> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/EFS.acroplugin/Contents/MacOS/EFS
    0x8b61c000 - 0x8b975e28 +com.adobe.AcrobatPlugin.Editor (8.0.0 - 8.0.0) <26EAA777-3C5D-4E1D-AF08-3B40414F72F2> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Editor.acroplugin/Contents/MacOS/Editor
    0x8c18d000 - 0x8c196fe7 +com.adobe.AcrobatPlugin.eBook (8.0 - 8.0) <2E333F69-8FAC-4152-99C0-831CFD8B9C56> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/eBook.acroplugin/Contents/MacOS/eBook
    0x8c1b0000 - 0x8c1cefff +com.adobe.AcrobatPlugin.DVA (8.0.0 - 8.0.0) <FA7ABD85-AEBB-422E-AA92-6285B74F9DEA> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/DVA.acroplugin/Contents/MacOS/DVA
    0x8c1f6000 - 0x8c206fef +com.adobe.AcrobatPlugin.Distiller (8.0 - 8.0) <69B6BC96-2FD4-4ED2-98D4-2C65458215B1> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/DistillerPI.acroplugin/Contents/MacOS/Distil lerPI
    0x8c224000 - 0x8c362fee +com.adobe.AcrobatPlugin.DigSig (8.0.0 - 8.0.0) <388015E0-F3A7-4ADF-A576-E9643FE06787> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/DigSig.acroplugin/Contents/MacOS/DigSig
    0x8c563000 - 0x8c94e6e7 +com.adobe.AcrobatPlugin.Comments (8.0 - 8.0.0) <7FCAF207-F8D0-4793-A1A1-88670D43F407> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Comments.acroplugin/Contents/MacOS/Comments
    0x8cfe9000 - 0x8d06dfe2 +com.adobe.AcrobatPlugin.Checkers (8.0.0 - 8.0.0) <8D93AE2A-D116-423C-A704-A5C632E5F910> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Checkers.acroplugin/Contents/MacOS/Checkers
    0x8d1df000 - 0x8d21efcf +com.adobe.AcrobatPlugin.Catalog (8.0.0 - 8.0.0) <0EFFAC59-C338-42A4-BB92-DEE97D888D0B> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Catalog.acroplugin/Contents/MacOS/Catalog
    0x8d28a000 - 0x8dae690c +com.adobe.AcrobatPlugin.AcroForm (8.0.0 - 8.0.0) <824092CE-BD04-4994-A6B7-64EB231C010F> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/AcroForm.acroplugin/Contents/MacOS/AcroForm
    0x8e956000 - 0x8e99cfeb +com.adobe.AcrobatPlugin.Accessibility (8.0.0 - 8.0.0) <B858F5BC-8FB6-478A-9859-7E9E131E4307> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Accessibility.acroplugin/Contents/MacOS/Acce ssibility
    0x8ea27000 - 0x8ec88fcf +AdobeCoolType (1) <8802F7FF-15A4-496B-88E7-5DF2D6FF0946> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCo olType
    0x8efdd000 - 0x8eff6ff7 +AdobeBIB (1) <25F81A44-3778-4EBA-A158-4B17885DDFFC> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x8f03c000 - 0x8f496fe7 +AdobeAGM (1) <36369F6F-7740-4231-80CD-7A84BA8DE67D> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x8fc37000 - 0x8fd2dff7 +AdobeACE (1) <DC253EAF-FF51-44C8-8959-BA42103CD701> /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x8fe18000 - 0x8fe4ae57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90009000 - 0x90023ffc  libsystem_kernel.dylib (2050.7.9) <81E269C6-0F96-3075-9589-D35657D23CDD> /usr/lib/system/libsystem_kernel.dylib
    0x90024000 - 0x90057ff5  libssl.0.9.8.dylib (47) <3224FBB3-3074-3022-AD9A-187703680C03> /usr/lib/libssl.0.9.8.dylib
    0x90058000 - 0x90058fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x900b1000 - 0x900b2fff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x900b3000 - 0x900c0ff7  com.apple.HelpData (2.1.3 - 84) <D62F7C48-AA6C-3B3A-B5A4-52330A4F361F> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x900c1000 - 0x90117ff3  com.apple.HIServices (1.20 - 416) <B23E2C58-A6A5-32B6-811C-0F0551E14483> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90118000 - 0x9014dfff  libTrueTypeScaler.dylib (84.5) <2598F930-5E6B-37D7-B1E6-18181A972C6E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9014e000 - 0x9014efff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9014f000 - 0x90454fff  com.apple.CoreServices.CarbonCore (1037 - 1037) <92494ADA-2ED1-3141-81B9-23F2C27E779C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90455000 - 0x90463ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x90464000 - 0x90465fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x90466000 - 0x90499ff3  com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9049a000 - 0x90784fff  com.apple.AOSKit (1.05 - 148) <9F077C87-CDC2-308E-83A1-06A9662482F9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x90785000 - 0x907e9ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x907ea000 - 0x90820ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x90821000 - 0x9083efff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x9083f000 - 0x90847fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x90848000 - 0x90905ffb  libsystem_c.dylib (825.24) <7D90CAC5-EC98-35F8-A52E-81B54F0C7DCC> /usr/lib/system/libsystem_c.dylib
    0x90906000 - 0x90906fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90907000 - 0x90981ff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x909b1000 - 0x90d43ff3  com.apple.MediaToolbox (1.0 - 926.37) <6B111039-22B1-3ED0-9E1B-E4810B6BC23E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x90d44000 - 0x90e35ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x90e36000 - 0x90e38fff  libCVMSPluginSupport.dylib (8.5) <9043B315-4E68-3262-A310-76E64F0409C9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x90e39000 - 0x90e42ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90e43000 - 0x90ec8ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90ec9000 - 0x90faafff  libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib
    0x90fad000 - 0x90fe8fe7  libGLImage.dylib (8.5) <E5F2D8DE-3053-361A-982B-9BB2AE73E324> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90fe9000 - 0x9109cff7  com.apple.coreui (2.0 - 181) <4F071012-F857-367D-B0B8-EAD088A05740> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9109d000 - 0x9109effd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x9109f000 - 0x910a6ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x910a7000 - 0x910b9fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x910c6000 - 0x91114ffb  com.apple.SystemConfiguration (1.12 - 1.12) <F3C87D17-D5F3-39D3-B6F1-1DF3DBECCBDE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91115000 - 0x91115ffe  com.apple.AOSMigrate (1.0 - 1) <4EA0829E-6AE5-3877-A5B6-032AFDF28D39> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x9111d000 - 0x911bdff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x911be000 - 0x912d6ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x912d7000 - 0x912d7fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x912d8000 - 0x91318fff  com.apple.MediaKit (13 - 658) <2CF2116F-EA07-31BB-A702-5B6C77F9D68B> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x91319000 - 0x913a1fff  com.apple.PDFKit (2.7 - 2.7) <D65CBEF8-4BEF-38E4-8622-ECEA79C66F7F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x913a2000 - 0x914ffffb  com.apple.QTKit (7.7.1 - 2599) <78806D5A-A983-3C4C-A151-2AEF28779358> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91500000 - 0x91592ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91593000 - 0x91595ffb  libRadiance.dylib (843) <6C2B92DB-A537-3618-9E68-F006DF427D2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x91596000 - 0x9177dffb  com.apple.CoreFoundation (6.8 - 744) <A2BB4949-264A-302B-897E-713860894FE6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9177e000 - 0x91786fff  com.apple.DiskArbitration (2.5 - 2.5) <E49427B0-5317-3DFD-B12E-117402BB19CB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91787000 - 0x9178affc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x9178b000 - 0x9178bfff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9178c000 - 0x917ceff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x917cf000 - 0x917fafff  com.apple.shortcut (2.2 - 2.2) <FA94F2BF-37E1-3F16-9085-7BCCB815BAE9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x917fb000 - 0x91906ff7  libJP2.dylib (843) <D8FE1E1C-D4DC-3465-95C4-AEADD6C2611C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91907000 - 0x91a14ffb  com.apple.ImageIO.framework (3.2.0 - 843) <4BFEFB05-3EE3-36A7-891D-CE03D1DF8125> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x91a17000 - 0x91a3bfff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x91a3c000 - 0x91a95fff  com.apple.QuickLookFramework (4.0 - 555.0) <291276B2-7A40-3D68-98ED-7FBD1F601D84> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91a96000 - 0x91d53ff3  com.apple.security (7.0 - 55163.44) <798A1E51-3030-35BD-B5E6-4B6F65469357> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91d54000 - 0x91d5fffb  com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91d60000 - 0x91d62fff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91d63000 - 0x91d63ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <B688A998-93B5-3D9B-BAE4-E49947AA82B4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91d64000 - 0x91d79fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <20E394D6-D9BA-3C1D-993A-533B60EF3B63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91d7a000 - 0x91e50fff  com.apple.DiscRecording (7.0 - 7000.2.4) <C14E99B9-DEFA-3812-89E5-464653B729F4> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x91e51000 - 0x91e86ff7  com.apple.framework.internetaccounts (2.0 - 200) <AA6349FE-B029-3755-9DF5-90CD13CFB5A0> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x91e87000 - 0x91fa2ff3  com.apple.desktopservices (1.7.0 - 1.7.0) <62495AB3-8FD5-39D0-A881-07BA77139EAA> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91fa3000 - 0x9239ffe3  com.apple.VideoToolbox (1.0 - 926.37) <268DD75A-153C-39A0-98B1-439374DA1144> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x923a0000 - 0x923fbfff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x923fc000 - 0x92464fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92465000 - 0x92492ffb  com.apple.CoreServicesInternal (153 - 153) <DB105788-CCF5-3678-88C5-65A7267DC581> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x92b9f000 - 0x92ba3fff  com.apple.IOSurface (86.0.2 - 86.0.2) <BDF93CE4-9F14-3747-9CD5-FFE71D488BDA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92bd5000 - 0x92bd8ffb  com.apple.TCC (1.0 - 1) <C1B2A1EB-9EA2-3340-8611-F788C87A951F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x92bd9000 - 0x92c71ff7  com.apple.CoreServices.OSServices (557 - 557) <219C11A8-8446-336E-B518-F52D1571420F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92c72000 - 0x92e72ffb  com.apple.CoreData (106 - 407.5) <B4386286-5C67-3134-A5BD-852447DA696E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92e73000 - 0x92e73fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92e74000 - 0x92e8bff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x92e8c000 - 0x92ebbff7  com.apple.securityinterface (6.0 - 55024.3) <64FA808A-4DBE-3F7B-AEA8-369C70B77DB8> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x93241000 - 0x93241fff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93242000 - 0x932a4fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x932a5000 - 0x932b2fff  libGL.dylib (8.5) <930067EA-F131-336E-BE31-49DD7F6DFB81> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x932b3000 - 0x9335dff7  com.apple.LaunchServices (539 - 539) <4C026504-5420-35D7-912E-A584C6F9FFC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94097000 - 0x940d9ff7  com.apple.RemoteViewServices (2.0 - 80.3) <EE36AF6C-E574-3F48-9AC3-E8C8295739FF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x940da000 - 0x940f0fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x94131000 - 0x942a9ff5  com.apple.QuartzCore (1.8 - 304.0) <0B0EC55A-9084-3E28-9A84-1813CE3FAA9B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x942aa000 - 0x942b2fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x942b3000 - 0x942b7fff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x942b8000 - 0x9469aff7  com.apple.HIToolbox (2.0 - 624) <04C20B6A-FE3D-396E-BCAF-AC4DBAB3747E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9469b000 - 0x946a4ffe  com.apple.aps.framework (3.0 - 3.0) <75A60380-46BE-31FA-8267-9DE6A32D6FC0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x946a5000 - 0x946fffff  com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x94700000 - 0x9470affc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <D3112172-D3A7-3C9A-825D-5630D47327D1> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x9470b000 - 0x94719fff  com.apple.opengl (1.8.5 - 1.8.5) <AA14FBC0-8AF3-3CCB-A390-C8F9AE81E1E9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9471a000 - 0x94b5cff3  com.apple.CoreGraphics (1.600.0 - 322) <2E04AAAD-8403-3819-BD6C-9836D42F58B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94b5d000 - 0x94b5efff  libdnsinfo.dylib (453.16) <6441AEC9-3916-3BF6-BE54-9C25E2BE61E1> /usr/lib/system/libdnsinfo.dylib
    0x94b5f000 - 0x94ba4ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94ba5000 - 0x94beeff3  com.apple.framework.CoreWLAN (3.0 - 300.9) <0C5A2604-2185-3D71-950C-D5E93239419A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x94bef000 - 0x94bffff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94c00000 - 0x94c15fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94c16000 - 0x94cffff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x94d00000 - 0x94d06fff  libGFXShared.dylib (8.5) <D2D214E8-A243-3FFD-BA70-D695FF5BD040> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x94d07000 - 0x94d1aff9  com.apple.MultitouchSupport.framework (235.27 - 235.27) <75D9C0FD-6A40-3A9E-8861-C74DBE137CF3> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x94d1b000 - 0x94db5fff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x94db6000 - 0x94dbaffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x94dbb000 - 0x94ddbff7  com.apple.ChunkingLibrary (2.0 - 132) <172C3F7F-CB49-323F-932F-35340999979E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x94ddc000 - 0x94deaff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x94deb000 - 0x94debfff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x94e8a000 - 0x951a7fff  com.apple.Foundation (6.8 - 945) <B6F00754-C3F7-3E33-B708-CCEA2AA3E969> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x951a8000 - 0x9529cfff  com.apple.QuickLookUIFramework (4.0 - 555.0) <457CB3C3-5049-3F98-9C6E-EFEBC09A7653> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9529d000 - 0x952aaff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x952ab000 - 0x952abffd  libOpenScriptingUtil.dylib (148) <6B34E8E4-EE31-3E2B-AEB3-8714C3102AED> /usr/lib/libOpenScriptingUtil.dylib
    0x952ac000 - 0x952affff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x952b0000 - 0x952ceffb  com.apple.Ubiquity (1.2 - 234.2) <BEFF43DE-CF72-3E66-90C8-CAECAFD5F3ED> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x952cf000 - 0x952e8fff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x952e9000 - 0x952effff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x952f0000 - 0x95520fff  com.apple.QuartzComposer (5.1 - 281) <F52C0922-7E0C-36B1-A055-96E0FDB00F14> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95524000 - 0x95525ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x95526000 - 0x960dffff  com.apple.AppKit (6.8 - 1187) <5E13B150-4096-3B61-9DC0-6ABA48F6515B> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x960e8000 - 0x960e8fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x960e9000 - 0x9612eff5  com.apple.opencl (2.1.17 - 2.1.17) <921C1549-637A-33D7-A891-834FB9F582C7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9612f000 - 0x963abff7  com.apple.QuickTime (7.7.1 - 2599) <C1EAA16D-C51E-3A85-B114-6C7DDCEC864C> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x963ac000 - 0x96535ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96536000 - 0x9655ffff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x96671000 - 0x96675ffc  libGIF.dylib (843) <355B672B-D07D-36FE-B6B9-142406ACFBA2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96678000 - 0x9667efff  com.apple.phonenumbers (1.1 - 47) <DD22B3D1-DA4B-3794-9D73-E90D49A1F88E> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x9667f000 - 0x9667ffff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x96680000 - 0x966ccfff  libcorecrypto.dylib (106) <FAAD1A30-0D84-3A17-AC40-288EF0F529AA> /usr/lib/system/libcorecrypto.dylib
    0x966cd000 - 0x967c9ff3  com.apple.DiskImagesFramework (10.8 - 344) <98C16F91-9D3E-3FD0-A30B-BD49EE4ED9A4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x967d4000 - 0x967e0ff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x967e1000 - 0x96850ffb  com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x96851000 - 0x968e8fff  com.apple.ink.framework (1.4 - 110) <C01F2572-E7E4-3A6C-B4F2-2F97B4AD43D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x968e9000 - 0x96906ff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x96907000 - 0x9690bff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x9690c000 - 0x96931ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x96932000 - 0x96a30ff7  libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x96a31000 - 0x96a62ff7  com.apple.DictionaryServices (1.2 - 184) <9199E88F-2477-3596-9F56-B8E317A7164D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96a63000 - 0x96a6afff  liblaunch.dylib (442.21) <349330F8-1BBF-3B78-AFB2-4F32413CE971> /usr/lib/system/liblaunch.dylib
    0x96a6b000 - 0x96e23ffa  libLAPACK.dylib (1073.3) <0F813868-D84F-365D-8A7B-67FDA169F19C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96e24000 - 0x974b0feb  com.apple.CoreAUC (6.16.00 - 6.16.00) <654A0AB8-F24F-3489-8F70-F0A22414FE08> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x974b1000 - 0x974ddff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x974de000 - 0x9751dff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9751e000 - 0x9753aff7  libPng.dylib (843) <43C3DD20-4BB2-3429-A40A-7FF9BC50E5FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9753b000 - 0x97544fff  com.apple.DisplayServicesFW (2.6 - 352.4.2) <96F5E1F9-395F-3695-80E9-F3803BCD6576> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97545000 - 0x97557ff7  libdispatch.dylib (228.18) <833C83BE-278C-353E-AC6D-9B85FAC50A1D> /usr/lib/system/libdispatch.dylib
    0x975a4000 - 0x979c1ff3  FaceCoreLight (2.0.1) <3EF03B25-C361-31A6-8704-3FBFFBD0E10B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x979c2000 - 0x979ccfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x979cd000 - 0x97c36ff7  com.apple.imageKit (2.2 - 660) <66EE23B9-3562-3888-833B-DDB732603C14> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x97c37000 - 0x97c8eff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x97c8f000 - 0x97cb8ff7  libRIP.A.dylib (322) <48626D20-EFD2-3F8C-B458-30514DDD7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x97cb9000 - 0x97cbfffc  libCGXCoreImage.A.dylib (322) <85B27BF1-8CCA-3C26-92D6-6C44B4A3C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x97cc0000 - 0x97cc3ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x97cc4000 - 0x97d2bff7  com.apple.framework.IOKit (2.0 - 755.9.7) <CB976A7C-2601-3054-BC41-C3AD6896327C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97d2c000 - 0x97d2dfff  libDiagnosticMessagesClient.dylib (7) <B2BC6

  • ITunes 6.0.1.3 crashes often when importing cds -- help!

    I just installed iTunes 6.0.1.3 for the first time on my PC since I have it already on my iMac. It crashes fairly consistently when importing CDs. It seems basically useless on my Windows machine.
    My import settings are:
    320kbps/VBR-highest/normal stereo
    I have a clean Windows XP machine, no viruses, no malware.
    Is there any reason this can be happening besides iTunes being a POS on Windows?
    thanks

    I've determined that iTunes has to be the topmost active window when importing, otherwise it will crash consistantly. And I though Microsoft was bad...
    iTunes for the Mac works fine though.

Maybe you are looking for

  • Photos are not showing up in my photo stream

    Cannot see pictures on my photo stream . It says my photo stream is empty but I have lots of pictures. All sharing buttons are on and I'vv backed it up.

  • DW CS3 not importing entire site cache from DW8

    Hi; I upgraded to the CS3 web premium suite from studio 8. My site caches were imported but the log on info for each was not. Is there a fix for this ? Thanks; Pat

  • Impact of Controller Policy on ASM

    This is to share with everyone my discoveries in regard to Controller Policy for ASM (Automatic Storage Management) in a JBOD (just a bunch of disks) configuration. As it turns out, it makes a big difference in performance how you set your controller

  • Correct procedure for upgrading/ reinstalling new version of Add On.

    Hey, I hope someone can help me have a better understanding of how to upgrade a previously installed add on for my clients. We are using SBO 2004 I have tried removing the installed add ons from the server and re registering the new add on but that a

  • BUG 1.5 : Can't create package body.

    I'm getting this stack dump in the console trying to create a package body. I'm logged in as a dba. executed 'alter session set current schema=x'; created package in the worksheet. opened package from Other users|x|packages. Edited and compiled packa