Can't understand this error message

Hi all,
I'm getting this error while compiling the JavaEditorKit example available from java.sun.com -
"JavaDocument.java:144: cannot reference this before supertype constructor has been called
super(new LocalEnvironment(), newDocumentInputStream(0, getLength()));"
I can't understand what it is supposed to mean. I've tried everything I could think of. Any clues/suggestions would be very welcome,
Please help,
thanks very much,
Nikunj

In a constructor, if you plan on calling the super or calling another constructor in the same class you have to do it before you do anything else.
See the getLength() call in the super... can't do that.
You probably have to know the length going in or wait till the super returns.
kimoS

Similar Messages

  • When I update my nano ipod I get an error message "User ipod cannot be updated.  The disk couldnot be read from or written to."   How can I overcome this error message.

    In the iTunes window, when I update my nano ipod, I get an error message "User ipod cannot be updated.  The disk could not be read from or written to."   How can I overcome this error message.

    Hello there dilip77707,
    It sounds like you are getting this error message that your iPod cannot be read from or written to when you are trying to update your iPod Nano. I recommend the troubleshooting from the following article to help you get that resolved. Its pretty straight forward, just start at the top and work your way down as needed:
     'Disk cannot be read from or written to' when syncing iPod or 'Firmware update failure' error when updating or restoring iPod
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • How can I solve this error message? Some of your photos, including the photo "IMG_0374.jpg", were not copied to the iPad "(my name's) iPad" because they cannot be displayed on your iPad.

    how can I solve this error message? "Some of your photos, including the photo “IMG_0374.jpg”, were not copied to the iPad “(my name’s) iPad” because they cannot be displayed on your iPad."
    There were 273 photos in the event syncing from my Mac, but only the last 103 made it to the ipad. Most of the photos were taken by an iphone. I would appreciate any thoughts or insights - thanks.

    Adrian-
    That error message suggests the photo is somehow corrupt.
    Do you have the Apple Camera Connection Kit?  You can set up a USB thumb drive with MS-DOS FAT-32 format and copy your photos to it into a folder named DCIM.  Assuming they have an 8 character plus suffix name, the iPad will recognize them and give you the option of transferring them via the Kit's USB adapter.
    Once they are transferred, you can find out if there is a problem with any.
    Fred

  • I am running Windows 7 64Bit system and everything was working normal.  However, I am now getting an error message stating objc.dll is missing.  I've re-installed Itunes but to no avail.  How can I get this error message corrected?

    I am running Windows 7 64Bit system and everything was working normal.  However, I am now getting an error message stating objc.dll is missing.  I've re-installed Itunes but to no avail.  How can I get this error message corrected?

    See this User Tip by turingtest2
      https://discussions.apple.com/docs/DOC-6562

  • OAM 11g - Can anyone decipher this error message?

    I'm just started getting this error message whenever I hit any protected page. Instead of redirecting to the login page, it shows a generic System Error and the logs show the error below. If I unprotect the page, it comes up fine.
    Anyone ever ran across this?
    Thanks so much
    ===
    [2011-09-19T18:31:35.759-05:00] [oam_server1] [ERROR] [] [oracle.oam.proxy.oam] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JA41weuCSs0pnwh8iZ1ESFp10000I_,0] [APP: oam_server] Exception in decryption[[
    javax.crypto.BadPaddingException: Given final block not properly padded
    at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
    at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
    at com.sun.crypto.provider.AESCipher.engineDoFinal(DashoA13*..)
    at javax.crypto.Cipher.doFinal(DashoA13*..)
    at oracle.security.am.common.nap.util.decryptor.CookieDecryptor.doAESDecryption(CookieDecryptor.java:233)
    at oracle.security.am.proxy.oam.pbl.plugin.OAMProxyEngine.getSSOToken(OAMProxyEngine.java:577)
    at oracle.security.am.proxy.oam.pbl.plugin.OAMProxyEngine.handleOAMLoginRequest(OAMProxyEngine.java:259)
    at oracle.security.am.engines.enginecontroller.OAMEngineController.processEvent(OAMEngineController.java:127)
    at oracle.security.am.controller.MasterController.processEvent(MasterController.java:354)
    at oracle.security.am.controller.MasterController.processRequest(MasterController.java:517)
    at oracle.security.am.controller.MasterController.process(MasterController.java:457)
    at oracle.security.am.pbl.PBLFlowManager.delegateToMasterController(PBLFlowManager.java:209)
    at oracle.security.am.pbl.PBLFlowManager.handleBaseEvent(PBLFlowManager.java:147)
    at oracle.security.am.pbl.PBLFlowManager.processRequest(PBLFlowManager.java:107)
    at oracle.security.am.pbl.transport.http.AMServlet.handleRequest(AMServlet.java:168)
    at oracle.security.am.pbl.transport.http.AMServlet.doPost(AMServlet.java:133)
    at oracle.security.am.pbl.transport.http.AMServlet.doGet(AMServlet.java:673)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    [2011-09-19T18:31:35.761-05:00] [oam_server1] [ERROR] [OAM-04037] [oracle.oam.proxy.oam] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JA41weuCSs0pnwh8iZ1ESFp10000I_,0] [APP: oam_server] Exception encountered while processing the HTTP message in OAM proxy. Exception NAPException in parsing the Obrareq request
    [2011-09-19T18:31:35.761-05:00] [oam_server1] [ERROR] [OAM-00002] [oracle.oam.binding] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JA41weuCSs0pnwh8iZ1ESFp10000I_,0] [APP: oam_server] Error occurred while handling the request.[[
    oracle.security.am.common.utilities.exception.AmRuntimeException: NAPException in parsing the Obrareq request
    at oracle.security.am.proxy.oam.pbl.plugin.OAMProxyEngine.handleOAMLoginRequest(OAMProxyEngine.java:320)
    at oracle.security.am.engines.enginecontroller.OAMEngineController.processEvent(OAMEngineController.java:127)
    at oracle.security.am.controller.MasterController.processEvent(MasterController.java:354)
    at oracle.security.am.controller.MasterController.processRequest(MasterController.java:517)
    at oracle.security.am.controller.MasterController.process(MasterController.java:457)
    at oracle.security.am.pbl.PBLFlowManager.delegateToMasterController(PBLFlowManager.java:209)
    at oracle.security.am.pbl.PBLFlowManager.handleBaseEvent(PBLFlowManager.java:147)
    at oracle.security.am.pbl.PBLFlowManager.processRequest(PBLFlowManager.java:107)
    at oracle.security.am.pbl.transport.http.AMServlet.handleRequest(AMServlet.java:168)
    at oracle.security.am.pbl.transport.http.AMServlet.doPost(AMServlet.java:133)
    at oracle.security.am.pbl.transport.http.AMServlet.doGet(AMServlet.java:673)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: oracle.security.am.common.exceptions.NAPException: Exception in decryption
    at oracle.security.am.common.nap.util.decryptor.CookieDecryptor.doAESDecryption(CookieDecryptor.java:257)
    at oracle.security.am.proxy.oam.pbl.plugin.OAMProxyEngine.getSSOToken(OAMProxyEngine.java:577)
    at oracle.security.am.proxy.oam.pbl.plugin.OAMProxyEngine.handleOAMLoginRequest(OAMProxyEngine.java:259)
    ... 36 more
    Caused by: javax.crypto.BadPaddingException: Given final block not properly padded
    at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
    at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
    at com.sun.crypto.provider.AESCipher.engineDoFinal(DashoA13*..)
    at javax.crypto.Cipher.doFinal(DashoA13*..)
    at oracle.security.am.common.nap.util.decryptor.CookieDecryptor.doAESDecryption(CookieDecryptor.java:233)
    ... 38 more

    One possible cause can be that the cwallet.sso files in configurations are out of sync. Check every cwallet.sso in your OAM Server domain and webgate configurations.
    HTH,
    --olaf                                                                                                                                                                                                                                                                                                                                                                           

  • Can anyone explain this Error Message?

    I am wondering if the following message taken from my console log would have any impact on not being able to use Back to My Mac and screen sharing in iChat across the internet at times.
    Here is the error message: (IP address has been XXX out)
    9/2/08 4:08:57 PM mDNSResponder[19] Failed to obtain NAT port mapping 00047CEC from router 192.168.2.1 external address XXX.XXX.XXX.XXX internal port 5353 error 0 .
    I believe I get this error message each time a wake my computer up from sleep.
    Any thoughts on what this message means?
    Thanks, Tom

    That's probably iTunes looking for Apple TVs.
    http://support.apple.com/kb/HT2463

  • Can anyone read this error message??

    G'day,
    Im imac randomly crashed and a white screen rebooted my computer. I have no Idea why it rebooted. This was the error message... and as Im new to Apple, I have no idea what it says. I was hoping someone could understand it for me??
    Anonymous UUID:  
    73A10893-6411-9F2A-F81B-359A3831E84D
    Sun Mar  9 16:31:46 2014
    panic(cpu 0 caller 0xffffff80026dc19e): Kernel trap at 0xffffff80026524b9, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000017, CR3: 0x00000000052eb000, CR4: 0x00000000001606e0
    RAX: 0xdeadbeefdeadbeef, RBX: 0xffffff80069f1240, RCX: 0x0000000000000020, RDX: 0xdeadbeefdeadbeef
    RSP: 0xffffff83934038a0, RBP: 0xffffff83934038f0, RSI: 0xffffff80486ec2a0, RDI: 0xffffff80486ec100
    R8:  0x0000000000000017, R9:  0x0000000000000000, R10: 0xffffff8393403e20, R11: 0x0000000000000200
    R12: 0xffffff80486ec100, R13: 0xdeadbeefdeadbeef, R14: 0xffffff80486ecfd8, R15: 0xffffff80486ec2a0
    RFL: 0x0000000000010246, RIP: 0xffffff80026524b9, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000017, Error code: 0x0000000000000002, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8393403530 : 0xffffff8002622f69
    0xffffff83934035b0 : 0xffffff80026dc19e
    0xffffff8393403780 : 0xffffff80026f3606
    0xffffff83934037a0 : 0xffffff80026524b9
    0xffffff83934038f0 : 0xffffff8002651d09
    0xffffff83934039f0 : 0xffffff800262aa2f
    0xffffff8393403a20 : 0xffffff8002a8369f
    0xffffff8393403a40 : 0xffffff7f83a1bd4c
    0xffffff8393403a90 : 0xffffff7f83af4dbd
    0xffffff8393403c30 : 0xffffff7f82f21223
    0xffffff8393403d30 : 0xffffff7f836d2706
    0xffffff8393403de0 : 0xffffff7f836d34f1
    0xffffff8393403e20 : 0xffffff7f836e0b86
    0xffffff8393403ed0 : 0xffffff7f836e85e1
    0xffffff8393403ef0 : 0xffffff8002aada80
    0xffffff8393403f30 : 0xffffff8002aac522
    0xffffff8393403f80 : 0xffffff8002aac5f7
    0xffffff8393403fb0 : 0xffffff80026d6aa7
    Kernel Extensions in backtrace:
    com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xfff fff7f82f1e000->0xffffff7f82f7cfff
    dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f82cba000
    com.apple.driver.AppleUSBXHCI(650.4.3)[C7BAD101-33FC-38B3-B8A7-DBE09CA99BCE]@0xf fffff7f836d1000->0xffffff7f836edfff
    dependency: com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xff ffff7f82f1e000
    dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f82cba000
    com.apple.iokit.IOBluetoothHostControllerUSBTransport(4.2f6)[700ECB2E-3D91-310F- 9369-D2A2AEC28CB5]@0xffffff7f83aee000->0xffffff7f83b0afff
    dependency: com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xff ffff7f82f1e000
    dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f838d9000
    dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f82cba000
    com.apple.iokit.IOBluetoothFamily(4.2f6)[7354BB5B-1D58-3330-9983-F09F59D1346D]@0 xffffff7f83a16000->0xffffff7f83ab2fff
    dependency: com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xff ffff7f82f1e000
    dependency: com.apple.iokit.IOReportFamily(21)[C9064240-B311-3D2F-BAC6-0C90078E2DC5]@0xffff ff7f838c8000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:
    0x0000000002400000
    Kernel text base: 0xffffff8002600000
    System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61)
    System uptime in nanoseconds: 20908562022163
    last loaded kext at 11089585076982: com.apple.macos.driver.AppleUSBEthernetHost
    7.0 (addr 0xffffff7f84c1e000, size 28672)
    last unloaded kext at 11155025491858: com.apple.macos.driver.AppleUSBEthernetHost
    7.0 (addr 0xffffff7f84c1e000, size 20480)
    loaded kexts:
    com.zte.LTEdriver.cdc_ecm_qmi
    1.0.2
    com.zte.LTEdriver.cdc_usb_bus
    1.0.2
    com.ZTE.driver.ZTELTEUSBCDCACMData
    5.0.1
    com.apple.driver.AppleHWSensor
    1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch
    80.14
    com.apple.driver.AudioAUUC
    1.60
    com.apple.filesystems.autofs
    3.0
    com.apple.iokit.IOBluetoothSerialManager
    4.2.0f6
    com.apple.driver.AGPM
    100.14.11
    com.apple.driver.X86PlatformShim
    1.0.0
    com.apple.driver.ApplePlatformEnabler
    2.0.9d1
    com.apple.driver.AppleMikeyHIDDriver
    124
    com.apple.driver.AppleHDA
    2.5.3fc1
    com.apple.GeForce
    8.1.8
    com.apple.iokit.IOUserEthernet
    1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X
    7.0.0
    com.apple.driver.AppleHWAccess
    1
    com.apple.driver.AppleMikeyDriver
    2.5.3fc1
    com.apple.driver.AppleUpstreamUserClient
    3.5.13
    com.apple.driver.AppleThunderboltIP
    1.0.10
    com.apple.driver.AppleSMCLMU
    2.0.4d1
    com.apple.driver.AppleBacklight
    170.3.5
    com.apple.driver.AppleMCCSControl
    1.1.12
    com.apple.driver.AppleLPC
    1.7.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
    4.2.0f6
    com.apple.driver.AppleIntelHD5000Graphics
    8.1.8
    com.apple.driver.AppleIntelFramebufferAzul
    8.1.8
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless
    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib
    1.0.0d1
    com.apple.BootCache
    35
    com.apple.driver.AppleUSBHub
    650.4.4
    com.apple.driver.XsanFilter
    404
    com.apple.iokit.IOAHCIBlockStorage
    2.4.0
    com.apple.driver.AppleSDXC
    1.4.0
    com.apple.driver.AirPort.Brcm4360
    800.21.45
    com.apple.iokit.AppleBCM5701Ethernet
    3.6.9b9
    com.apple.driver.AppleAHCIPort
    2.9.5
    com.apple.driver.AppleUSBXHCI
    650.4.3
    com.apple.driver.AppleACPIButtons
    2.0
    com.apple.driver.AppleRTC
    2.0
    com.apple.driver.AppleHPET
    1.8
    com.apple.driver.AppleSMBIOS
    2.0
    com.apple.driver.AppleACPIEC
    2.0
    com.apple.driver.AppleAPIC
    1.7
    com.apple.nke.applicationfirewall
    153
    com.apple.security.quarantine
    3
    com.apple.driver.AppleBluetoothHIDKeyboard
    170.15
    com.apple.driver.AppleHIDKeyboard
    170.15
    com.apple.driver.IOBluetoothHIDDriver
    4.2.0f6
    com.apple.driver.AppleMultitouchDriver
    245.13
    com.apple.kext.triggers
    1.0
    com.apple.driver.DspFuncLib
    2.5.3fc1
    com.apple.vecLib.kext
    1.0.0
    com.apple.iokit.IOAudioFamily
    1.9.4fc11
    com.apple.kext.OSvKernDSPLib
    1.14
    com.apple.iokit.IOAcceleratorFamily
    98.7.1
    com.apple.iokit.IOSerialFamily
    10.0.7
    com.apple.iokit.IOBluetoothFamily
    4.2.0f6
    com.apple.driver.AppleSMBusPCI
    1.0.12d1
    com.apple.nvidia.driver.NVDAGK100Hal
    8.1.8
    com.apple.driver.AppleHDAController
    2.5.3fc1
    com.apple.iokit.IOHDAFamily
    2.5.3fc1
    com.apple.nvidia.driver.NVDAResman
    8.1.8
    com.apple.driver.X86PlatformPlugin
    1.0.0
    com.apple.driver.AppleThunderboltEDMSink
    1.2.1
    com.apple.driver.AppleSMC
    3.1.6d1
    com.apple.driver.AppleBacklightExpert
    1.0.4
    com.apple.driver.AppleSMBusController
    1.0.11d1
    com.apple.driver.IOPlatformPluginFamily
    5.5.1d27
    com.apple.iokit.IOBluetoothHostControllerUSBTransport
    4.2.0f6
    com.apple.iokit.IOSurface
    91
    com.apple.iokit.IOAcceleratorFamily2
    98.7.1
    com.apple.AppleGraphicsDeviceControl
    3.4.12
    com.apple.iokit.IONDRVSupport
    2.3.6
    com.apple.iokit.IOGraphicsFamily
    2.3.6
    com.apple.iokit.IOUSBHIDDriver
    650.4.4
    com.apple.iokit.IOSCSIBlockCommandsDevice
    3.6.0
    com.apple.driver.AppleUSBMergeNub
    650.4.0
    com.apple.iokit.IOUSBMassStorageClass
    3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily
    3.6.0
    com.apple.driver.AppleUSBComposite
    650.4.0
    com.apple.driver.AppleThunderboltDPOutAdapter
    2.5.0
    com.apple.driver.AppleThunderboltDPInAdapter
    2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily
    2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter
    1.4.0
    com.apple.driver.CoreStorage
    380
    com.apple.iokit.IOUSBUserClient
    650.4.4
    com.apple.driver.AppleThunderboltNHI
    1.9.2
    com.apple.iokit.IOThunderboltFamily
    2.8.5
    com.apple.iokit.IO80211Family
    600.34
    com.apple.iokit.IOEthernetAVBController
    1.0.3b3
    com.apple.driver.mDNSOffloadUserClient
    1.0.1b4
    com.apple.iokit.IONetworkingFamily
    3.2
    com.apple.iokit.IOAHCIFamily
    2.6.0
    com.apple.iokit.IOUSBFamily
    650.4.4
    com.apple.driver.AppleEFINVRAM
    2.0
    com.apple.driver.AppleEFIRuntime
    2.0
    com.apple.iokit.IOHIDFamily
    2.0.0
    com.apple.iokit.IOSMBusFamily
    1.1
    com.apple.security.sandbox
    278.10
    com.apple.kext.AppleMatch
    1.0.0d1
    com.apple.security.TMSafetyNet
    7
    com.apple.driver.AppleKeyStore
    2
    com.apple.driver.DiskImages
    371.1
    com.apple.iokit.IOStorageFamily
    1.9
    com.apple.iokit.IOReportFamily
    21
    com.apple.driver.AppleFDEKeyStore
    28.30
    com.apple.driver.AppleACPIPlatform
    2.0
    com.apple.iokit.IOPCIFamily
    2.8
    com.apple.iokit.IOACPIFamily
    1.4
    com.apple.kec.pthread
    1
    com.apple.kec.corecrypto
    1.0

    Anyone?! 

  • Photoshop CS4 Crashing-Can anyone understand this error report?

    My program keeps crashing when I do mostly anything. I get this error report, but it's all gibberish to me. Can anyone tell me what it's saying?
    Thanks,
    S
    Error Report:
    Process:         Adobe Photoshop CS4 [975]
    Path:            /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Identifier:      com.adobe.Photoshop
    Version:         11.0.2 [11.0.2x20100519 [20100519.r.592 2010/05/19:02:00:00 cutoff; r branch]] (11.0.2)
    Code Type:       X86 (Native)
    Parent Process:  launchd [149]
    Responsible:     Adobe Photoshop CS4 [975]
    User ID:         501
    Date/Time:       2014-07-07 06:55:46.705 -0400
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  3A4AFA39-7E87-94AC-5944-409EC2452791
    Sleep/Wake UUID: B8B69405-9231-4368-AE3D-74BCDF90C828
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000bc55b28
    VM Regions Near 0xbc55b28:
        MALLOC_TINY            000000000bb00000-000000000bc00000 [ 1024K] rw-/rwx SM=PRV 
    --> __TEXT                 000000000bc00000-000000000bd01000 [ 1028K] r-x/rwx SM=COW  /Library/Application Support/Adobe/*/VersionCue.framework/Versions/A/VersionCue
        __DATA                 000000000bd01000-000000000bd38000 [  220K] rw-/rwx SM=COW  /Library/Application Support/Adobe/*/VersionCue.framework/Versions/A/VersionCue
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.QD                   0x90955d06 _SetDstBits32BGRA + 8
    1   com.apple.QD                   0x9094c02d DevFrameRect + 710
    2   com.apple.QD                   0x9094bd2c StdRectWithPort + 241
    3   com.apple.QD                   0x90956ba5 CallRect + 59
    4   com.apple.QD                   0x90956bdd FrameRect + 49
    5   com.adobe.Photoshop           0x000cdfb3 0x1000 + 839603
    6   com.adobe.Photoshop           0x00571179 0x1000 + 5702009
    7   com.adobe.Photoshop           0x00568ad0 0x1000 + 5667536
    8   com.adobe.Photoshop           0x003508c7 0x1000 + 3471559
    9   com.adobe.Photoshop           0x0006a963 0x1000 + 432483
    10  com.adobe.Photoshop           0x0006ae52 0x1000 + 433746
    11  com.adobe.Photoshop           0x000628f0 0x1000 + 399600
    12  com.adobe.Photoshop           0x0006a6e5 0x1000 + 431845
    13  com.adobe.Photoshop           0x00063c65 0x1000 + 404581
    14  com.adobe.Photoshop           0x00063dd3 0x1000 + 404947
    15  com.adobe.Photoshop           0x0006212f 0x1000 + 397615
    16  com.adobe.Photoshop           0x002205da 0x1000 + 2225626
    17  com.adobe.Photoshop           0x00220666 0x1000 + 2225766
    18  com.adobe.Photoshop           0x00003812 0x1000 + 10258
    19  com.adobe.Photoshop           0x00003739 0x1000 + 10041
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x994ff992 kevent64 + 10
    1   libdispatch.dylib             0x97234899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x97234532 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x994ff046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9b468dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x9b46ccce start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x9b46bfa3 pthread_cond_wait + 48
    3   com.adobe.amt.services         0x075aa552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services         0x075a5995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services         0x075aa5b0 AMTThread::Worker(void*) + 20
    6   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib         0x994ff046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9b468dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x9b46ccce start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib         0x994f9fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x93473071 MPWaitOnSemaphore + 104
    2   MultiProcessor Support         0x27791eff 0x27762000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    4   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    5   libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    6   libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib         0x994f9fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x93473071 MPWaitOnSemaphore + 104
    2   MultiProcessor Support         0x27791eff 0x27762000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    4   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    5   libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    6   libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib         0x994f9fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x93473071 MPWaitOnSemaphore + 104
    2   MultiProcessor Support         0x27791eff 0x27762000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    4   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    5   libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    6   libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib         0x994f9fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x93473071 MPWaitOnSemaphore + 104
    2   MultiProcessor Support         0x27791eff 0x27762000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    4   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    5   libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    6   libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib         0x994f9fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x93473071 MPWaitOnSemaphore + 104
    2   MultiProcessor Support         0x27791eff 0x27762000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    4   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    5   libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    6   libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib         0x994f9fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x93473071 MPWaitOnSemaphore + 104
    2   MultiProcessor Support         0x27791eff 0x27762000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    4   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    5   libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    6   libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib         0x994f9fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x93473071 MPWaitOnSemaphore + 104
    2   MultiProcessor Support         0x27791eff 0x27762000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    4   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    5   libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    6   libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x9b46bbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x934a6682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x934a68a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x93472cf2 MPWaitOnQueue + 199
    6   AdobeACE                       0x027c138d 0x2790000 + 201613
    7   AdobeACE                       0x027c0d85 0x2790000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x9b46bbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x934a6682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x934a68a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x93472cf2 MPWaitOnQueue + 199
    6   AdobeACE                       0x027c138d 0x2790000 + 201613
    7   AdobeACE                       0x027c0d85 0x2790000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x9b46bbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x934a6682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x934a68a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x93472cf2 MPWaitOnQueue + 199
    6   AdobeACE                       0x027c138d 0x2790000 + 201613
    7   AdobeACE                       0x027c0d85 0x2790000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x9b46bbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x934a6682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x934a68a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x93472cf2 MPWaitOnQueue + 199
    6   AdobeACE                       0x027c138d 0x2790000 + 201613
    7   AdobeACE                       0x027c0d85 0x2790000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x9b46bbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x934a6682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x934a68a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x93472cf2 MPWaitOnQueue + 199
    6   AdobeACE                       0x027c138d 0x2790000 + 201613
    7   AdobeACE                       0x027c0d85 0x2790000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x9b46bbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x934a6682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x934a68a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x93472cf2 MPWaitOnQueue + 199
    6   AdobeACE                       0x027c138d 0x2790000 + 201613
    7   AdobeACE                       0x027c0d85 0x2790000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x9b46bbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x934a6682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x934a68a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x93472cf2 MPWaitOnQueue + 199
    6   AdobeACE                       0x027c138d 0x2790000 + 201613
    7   AdobeACE                       0x027c0d85 0x2790000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x934732ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib         0x994fa0a6 mach_wait_until + 10
    1   libsystem_c.dylib             0x9970dc4a nanosleep + 366
    2   com.adobe.PSAutomate           0x382db1b1 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.PSAutomate           0x382db211 ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.PSAutomate           0x382cbdc6 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.PSAutomate           0x382db4d3 ScObjects::Thread::go(void*) + 239
    6   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib         0x994ff046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9b468dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x9b46ccce start_wqthread + 30
    Thread 21:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x9b46bfa3 pthread_cond_wait + 48
    3   data_flow                     0x03ba02b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9365b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b96061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b96bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9390b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b95fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba1bc5 thread_proxy + 99
    10  libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x9b46bfa3 pthread_cond_wait + 48
    3   data_flow                     0x03ba02b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9365b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b96061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b96bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9390b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b95fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba1bc5 thread_proxy + 99
    10  libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x9b46bfa3 pthread_cond_wait + 48
    3   data_flow                     0x03ba02b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9365b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b96061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b96bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9390b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b95fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba1bc5 thread_proxy + 99
    10  libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x9b46bfa3 pthread_cond_wait + 48
    3   data_flow                     0x03ba02b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9365b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b96061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b96bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9390b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b95fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba1bc5 thread_proxy + 99
    10  libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x9b46bfa3 pthread_cond_wait + 48
    3   data_flow                     0x03ba02b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9365b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b96061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b96bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9390b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b95fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba1bc5 thread_proxy + 99
    10  libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x9b46bfa3 pthread_cond_wait + 48
    3   data_flow                     0x03ba02b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9365b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b96061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b96bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9390b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b95fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba1bc5 thread_proxy + 99
    10  libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x9b46bfa3 pthread_cond_wait + 48
    3   data_flow                     0x03ba02b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9365b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b96061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b96bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9390b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b95fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba1bc5 thread_proxy + 99
    10  libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib         0x994fe7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b469d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x9b46bfa3 pthread_cond_wait + 48
    3   data_flow                     0x03ba02b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9365b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b96061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b96bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9390b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b95fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba1bc5 thread_proxy + 99
    10  libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib         0x994ffd66 __pwrite + 10
    1   com.apple.CoreServices.CarbonCore 0x93440b3e BasicWrite(FileRecord*, short, long long, unsigned long long*, void*, unsigned long long*) + 362
    2   com.apple.CoreServices.CarbonCore 0x93461cbe PBWriteForkSync + 114
    3   com.apple.CoreServices.CarbonCore 0x93451d51 AsyncFileThread(void*) + 179
    4   libsystem_pthread.dylib       0x9b4675fb _pthread_body + 144
    5   libsystem_pthread.dylib       0x9b467485 _pthread_start + 130
    6   libsystem_pthread.dylib       0x9b46ccf2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xffbb38f7  ebx: 0xbfffefc2  ecx: 0x0bc55b28  edx: 0x0000000c
      edi: 0x0bc55b28  esi: 0xbfffed08  ebp: 0xbfffecb8  esp: 0xbfffec5c
       ss: 0x00000023  efl: 0x00010282  eip: 0x90955d06   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0bc55b28
    Logical CPU:     2
    Error Code:      0x00000007
    Trap Number:     14
    Binary Images:
        0x1000 -  0x19aefdf +com.adobe.Photoshop (11.0.2 [11.0.2x20100519 [20100519.r.592 2010/05/19:02:00:00 cutoff; r branch]] - 11.0.2) <40DBAC70-2688-44B1-A8CE-142BF8A18887> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    0x207f000 -  0x2085fff  org.twain.dsm (1.9.5 - 1.9.5) <3CE5B8E4-1F2D-3694-890D-B3965F244443> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x208d000 -  0x246701f +com.adobe.linguistic.LinguisticManager (4.0.0 - 7863) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x251b000 -  0x2715fcf +AdobeOwl (1) <4CCA2C7B-4896-4DDA-A14B-725FB0C202B5> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2790000 -  0x289dfff +AdobeACE (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x28bb000 -  0x2c85fef +AdobeMPS (1) <277E01A3-CAC3-4FA9-A591-4BC0A5BC125A> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x2d14000 -  0x2d74fc7 +AdobeXMP (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2d83000 -  0x307efff +AdobeAGM (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x313e000 -  0x33d1fe7 +AdobeCoolType (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3455000 -  0x346efff +AdobeBIB (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x3478000 -  0x3499ff7 +AdobeBIBUtils (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x34a6000 -  0x34c1ff9 +AdobePDFSettings (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x34db000 -  0x34ffff6 +AdobeAXE8SharedExpat (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x3512000 -  0x359f2cb +libicucnv.dylib.36.0 (36) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x35cc000 -  0x35e780f +libicudata.dylib.36.0 (36) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x35ea000 -  0x37a0ff4 +com.adobe.amtlib (amtlib 2.0.1.10077 - 2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x37d7000 -  0x3867fc3 +WRServices (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x39e9000 -  0x39edffc +com.adobe.AdobeCrashReporter (2.5 - 3.0.20080806) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x39f3000 -  0x3a0ffd7 +com.adobe.LogTransport (1.0 - 1.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x3a1a000 -  0x3aeffdd +FileInfo (0) <F0932F89-FC98-4BA9-B4F2-C58D0E71D3C1> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x3b20000 -  0x3b77fff +aif_core (0) <B4DCB439-E1EE-ABE3-BD12-2C42E980366B> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x3b8f000 -  0x3bacffd +data_flow (0) <8E452B6F-8032-39D8-EB5C-49A4E31CB988> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x3bd8000 -  0x3c51fff +image_flow (0) <498A857D-F8C6-F9E0-C92F-BC3EC8680ED0> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x3cb7000 -  0x3cc7fff +image_runtime (0) <F379A952-2983-1E44-676D-BBD8259F131A> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x3cdc000 -  0x3e9bffe +aif_ogl (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x3f4c000 -  0x444afc3 +AdobeOwlCanvas (1) <FCB2D1A3-1F6E-4182-8E2C-D0B23572D285> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x4593000 -  0x4665fe7 +AdobeAXEDOMCore (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x4719000 -  0x477bfe7 +com.adobe.PlugPlug (1.0.0.73 - 1.0.0.73) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x47dc000 -  0x4823fc7 +com.adobe.adobe_caps (adobe_caps 2.0.99.0 - 2.0.99.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x4833000 -  0x486fff7  com.apple.vmutils (4.2.1 - 108) <37A7D6A9-0BA7-39D9-A203-7123124A18B0> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x4b9f000 -  0x4ba0ffd  com.apple.textencoding.unicode (2.6 - 2.6) <27946D57-CEFB-3EF1-B124-4A39D2621738> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x758a000 -  0x762bfc3 +com.adobe.amt.services (AMTServices 2.0.1.10077 [BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09] - 2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x779d000 -  0x77abfff  libSimplifiedChineseConverter.dylib (61) <6E42E198-9C8D-3F0F-9660-6D9975C2461E> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x77af000 -  0x77c1ffd  libTraditionalChineseConverter.dylib (61) <EFC81138-0455-321B-A93A-F4E9C4A3EB31> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x77c5000 -  0x77c6ff8  ATSHI.dylib (363.3) <62AF40CE-1110-31D5-931C-2B2AFB5C1A18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x77cd000 -  0x77daff7 +com.adobe.asneu.framework (asneu version 1.6.2f01 - 1.6.2) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0xa6ae000 -  0xa6d3ff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0xa6e8000 -  0xa6f3ffa  com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0xafe4000 -  0xafeffff  libGPUSupport.dylib (9.6.1) <46231771-6D1B-3539-A571-0FF7BF73A595> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
    0xb800000 -  0xb823ff7 +CSI-Launcher.dylib (1) /Library/Application Support/Adobe/*/CSI-Launcher.dylib
    0xba50000 -  0xba81fe3 +com.adobe.amt.registration (AMTRegistration 2.0.1.10077 [BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09] - 2 . 0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/registration.framework/Versions/a/registration
    0xbc00000 -  0xbd00fcf +com.adobe.versioncue (4.0.0.344) /Library/Application Support/Adobe/*/VersionCue.framework/VersionCue
    0xbe45000 -  0xbea1ff2 +AdobeUpdater (1) <064CFAA4-1CAF-46E3-BEBF-04948641C927> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/a/AdobeUpdater
    0x1bdeb000 - 0x1bdf6fff +Enable Async IO (???) <FD91E79F-C4AA-4EBC-AF6D-3E154F14878F> /Applications/Adobe Photoshop CS4/*/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x274e1000 - 0x274ef02f +FastCore (???) <F12878B7-BEE9-40CA-9F05-65CD0F5688E2> /Applications/Adobe Photoshop CS4/*/FastCore.plugin/Contents/MacOS/FastCore
    0x27740000 - 0x2774bffb +PPCCore (???) <ED521EB7-681D-45AA-9AE3-6BF4663E4BD3> /Applications/Adobe Photoshop CS4/*/PPCCore.plugin/Contents/MacOS/PPCCore
    0x27751000 - 0x2775cffe +AltiVecCore (???) <A967AE2A-F2AE-4E12-A7B6-68B981CBD906> /Applications/Adobe Photoshop CS4/*/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0x27762000 - 0x277a9ff7 +MultiProcessor Support (???) <001A163B-5314-4613-A23A-F35B63065FD0> /Applications/Adobe Photoshop CS4/*/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x290f3000 - 0x29476fff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.13 - 8.2.4) <CE254005-254B-386A-A4C9-4196AE0D3953> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD3000GraphicsGLDriver
    0x2a3ff000 - 0x2a464fe3 +MMXCore (???) <E206C8DC-AEA8-49DF-8FBC-8B447E3A59A1> /Applications/Adobe Photoshop CS4/*/MMXCore.plugin/Contents/MacOS/MMXCore
    0x2a502000 - 0x2a654fc7 +com.adobe.coretech.adm (3.10x16 - 3.1) /Applications/Adobe Photoshop CS4/*/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x2afdb000 - 0x2b08bfff  ColorSyncDeprecated.dylib (426) <F54DBFF3-3165-3D15-8AE4-37B603502A5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x2b0ee000 - 0x2b0f0ffa +Adobe Unit Types (a2.0.0 - 2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x381a3000 - 0x383fffdf +com.adobe.PSAutomate (11.0.1 - 11.0.1) /Applications/Adobe Photoshop CS4/*/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x38693000 - 0x38761fff +AdobeExtendScript (3.7) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x387d8000 - 0x38879fd7 +AdobeScCore (3.7) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x38c40000 - 0x390c2fe3 +AdobeLM_libFNP.dylib (1) <02E9AC76-9CC6-4974-AF05-48E737C2CC20> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/a/AdobeLM_libFNP.dylib
    0x40000000 - 0x400ae030 +AdobeJP2K (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x50000000 - 0x502b2ff7  com.apple.AMDRadeonX3000GLDriver (1.22.25 - 1.2.2) <DE36702C-C149-331B-93C6-DD211FB4BE20> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLD river
    0x8fe5f000 - 0x8fe91417  dyld (239.4) <FF5ED937-CC28-3FEF-BCAF-750B1CDBAE36> /usr/lib/dyld
    0x90008000 - 0x9004eff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x90167000 - 0x903e3fe7  com.apple.QuickTime (7.7.3 - 2826.19) <AEF12245-C9D5-3B50-8AB6-45DC794E693E> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x903e4000 - 0x903f0ffc  libkxld.dylib (2422.100.13) <5C97CA53-F237-3ECC-9725-E71DDFEC661E> /usr/lib/system/libkxld.dylib
    0x903f1000 - 0x903f4ff7  libdyld.dylib (239.4) <B2BD2222-2A51-39B7-BCC5-B8A4F36F900A> /usr/lib/system/libdyld.dylib
    0x903f5000 - 0x903f9fff  com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x903fa000 - 0x90405ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90406000 - 0x90408fff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x90409000 - 0x9045efff  libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x9045f000 - 0x90489fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x90492000 - 0x9049cff7  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x90827000 - 0x908a7ff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <382BE89A-9F37-3316-9AB8-DDEA691A80D1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x908a8000 - 0x908acffc  com.apple.IOSurface (91.1 - 91.1) <70637267-4D54-3EFF-A929-54FC0A8A907A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x908ad000 - 0x908afff2  com.apple.EFILogin (2.0 - 2) <BC558029-74C0-3A69-B376-8F4CBF8C338F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x908c7000 - 0x908dbff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <06C2834A-91E9-3DCC-B7D0-9EAC592CE1C5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x90906000 - 0x909a2fff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x909a3000 - 0x90a01ffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x90a02000 - 0x90a10ff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x90a11000 - 0x90a59fff  com.apple.PerformanceAnalysis (1.47 - 47) <5C6FA727-EAC9-3924-8662-AF01090A9EF4> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x90b01000 - 0x90b39ff7  com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x90b3a000 - 0x90b68ff3  com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x90b69000 - 0x90b69fff  com.apple.Carbon (154 - 157) <6C29C608-97B4-306E-AEC5-6F48EDF7EFB5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90b6a000 - 0x90b9aff7  com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x90e1b000 - 0x90e1cffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x90e1d000 - 0x90e86fff  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <3AD9C90B-40A9-312B-B479-3AB178A96EA1> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x910c4000 - 0x910c5fff  libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x910c6000 - 0x910e0ff7  com.apple.GenerationalStorage (2.0 - 160.3) <D39634C9-93BF-3C74-828B-4809EF895DA0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x910e1000 - 0x91127ff7  libcurl.4.dylib (78.92.2) <452F5FFA-68A4-3834-B457-CA667C969F79> /usr/lib/libcurl.4.dylib
    0x9112e000 - 0x91131ff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x91132000 - 0x9113dfff  libGPUSupportMercury.dylib (9.6.1) <4733F91D-0778-3DA3-965E-624DD53D0C9C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport Mercury.dylib
    0x9113e000 - 0x912e64af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x912e7000 - 0x912e9ffe  libCVMSPluginSupport.dylib (9.6.1) <C2071F9E-72A1-360C-BF7E-286F9681922F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x912ea000 - 0x91315ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x91686000 - 0x9168bff3  libsystem_platform.dylib (24.90.1) <0613F163-9A7A-3908-B30B-AC1627503933> /usr/lib/system/libsystem_platform.dylib
    0x916a6000 - 0x91774ff7  com.apple.backup.framework (1.5.3 - 1.5.3) <03BFC83E-A086-3CA8-A3E6-2EA6F1D388AF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91851000 - 0x918a6ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <0F1C111F-1E64-33BB-A69F-14643B3037D5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x918a7000 - 0x91982ff7  com.apple.LaunchServices (572.26 - 572.26) <5915A9AC-7928-30B1-9329-94048ADE81D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x91983000 - 0x91abafff  com.apple.desktopservices (1.8.3 - 1.8.3) <3574872B-435C-3AB8-A453-02A33A771CDB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x91aed000 - 0x91b1effb  com.apple.GSS (4.0 - 2.0) <145B389F-AC1E-3817-835D-8EA263E96EA5> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9208d000 - 0x920e9ffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x920ea000 - 0x920ebffa  libsystem_sandbox.dylib (278.11) <1A6276FC-9204-3A59-8024-2D572BA9D2F2> /usr/lib/system/libsystem_sandbox.dylib
    0x920ec000 - 0x9213cff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x9215b000 - 0x92168fff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x92169000 - 0x9219ffff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x921a0000 - 0x922b2ffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x922b3000 - 0x922bbfff  liblaunch.dylib (842.90.1) <B259692D-D60B-3BCE-9E03-32F457CB5046> /usr/lib/system/liblaunch.dylib
    0x922bc000 - 0x9238cfef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x923dc000 - 0x923e2ff7  com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x923e8000 - 0x9241dffd  libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
    0x9241e000 - 0x9243aff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x9243b000 - 0x9243ffff  libheimdal-asn1.dylib (323.92.1) <DD8BAEED-28AC-389E-9DC4-E32DA60CB05A> /usr/lib/libheimdal-asn1.dylib
    0x9249f000 - 0x924a7fff  libcopyfile.dylib (103) <1B1484BD-08B6-3BA9-94CA-A7C24B610EB3> /usr/lib/system/libcopyfile.dylib
    0x924a8000 - 0x924b0fff  libsystem_dnssd.dylib (522.90.2) <A73663C9-CE65-3FF3-B41B-686728BBFB00> /usr/lib/system/libsystem_dnssd.dylib
    0x924bc000 - 0x924ccff7  libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
    0x924cd000 - 0x924cdfff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x924ce000 - 0x924d0fff  com.apple.securityhi (9.0 - 55005) <FD6FC95D-CBE2-329F-9ACB-AB3027CAAB6D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x924d1000 - 0x92570ff7  libCoreStorage.dylib (380) <78F0E11F-D040-31DD-BD5E-6AC0EC8FD0D4> /usr/lib/libCoreStorage.dylib
    0x92585000 - 0x92668ff7  libcrypto.0.9.8.dylib (50) <B367D3A3-FC1F-326C-92EC-CAD81666524D> /usr/lib/libcrypto.0.9.8.dylib
    0x926d0000 - 0x926f8fff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x926f9000 - 0x92701ffe  libGFXShared.dylib (9.6.1) <632989B3

    Firstly, well done for getting the crash log.
    The bit :
    +Processor context corrupt+
    +Error enabled+
    +Uncorrected error+
    +panic(cpu 3 caller 0x001A8656)...+
    I'd say is the immediate cause (kernel panic) of the shutdown.
    Apart from that, is your memory ok?
    There was an identical (is that you\?) post a while back on:
    http://forums.macrumors.com/showthread.php?t=484526
    This article gives some mmore info as to possible resolution:
    http://support.apple.com/kb/TS1388?viewlocale=en_US
    Antoher poster had problems with 1st gen Mac Pros:
    http://discussions.apple.com/thread.jspa?threadID=1722821&tstart=0
    Finally, and this is probably your best course of action: *phone apple (if you cannot get into an Apple store).* It sounds serious enough to me.
    Sorry I could not help any further. Good luck

  • Lightroom 5.7.1 64 bit keeps crashing! Tried everything! Do you understand this error message?

    Please help... The error message below has only recently started appearing. Before I would get a rather standard error message that Lightroom has an unexpected error and needs to quit. I tried deleting the previews.lrdata in catalogs and that helped for a few minutes.
    I removed the preferences folder. Didn't do anything.
    I uninstalled and reinstalled. That did nothing.
    Please help. I can't do a thing in Lightroom.
    Thank you!

    Disk I/O error usually means your disk is going bad.
    PS - If you haven't tried moving your catalog (the whole folder it's in) to a different disk, then you haven't tried everything .

  • When opening firefox, how can I stop this error message pops-up: NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS

    This is in the body of the error message.
    '[JavaScript Error: "dir is null" {file: "file:///C:/Users/Peny/AppData/Roaming/Mozilla/Firefox/Profiles/1ga2twaw.default/extensions/%7B0538E3E3-7E9B-4d49-8831-A227C80A7AD3%7D/components/nsForecastfox.js" line: 323}]' when calling method: [ffIDiskService::get]

    FYI: The "nsExtensionManager.js:623" issue is caused by an incompatibility of Personas Plus 1.6 with the Google Toolbar.
    See [https://bugzilla.mozilla.org/show_bug.cgi?id=590608 Bug 590608] - Personas Plus 1.6 incompatibility with Google Toolbar
    Your user agent shows that you have the Fast Browser Search toolbar (FBSMTWB) installed.
    Control Panel > Add or Remove Programs. Uninstall "Fast Browser search protection" and "Fast Browser Search" (MyWebTatoo) (My Tattoons) (mywebtattoo.com)(www.tattoodle.com)
    Files: fast-browser-search.xml, fbstoolbar.jar, fbstoolbar.manifest<br />
    http://www.tattoodle.com/uninstall.aspx<br />
    See these pages and threads about Fast Browser Search (FBSMTWB in the user agent, Help > About).
    *http://www.fastbrowsersearch.com/FBS_Toolbar/Help/helpUninstalling.aspx
    *http://www.pccybertek.com/2009/05/remove-fast-browser-search
    *http://forums.mozillazine.org/viewtopic.php?f=38&t=1430845

  • Help! I am new to Itunes and don't understand this error message re Runtime

    When I try to open itunes, I immediately get an error message which says "Microsoft Visual C++ Runtime Library. Program: C:/Program Files/iTunes/iTunes.exe. This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
    Please help! What do I do?

    Some people have found that removing Apple Software Update cures this.
    See this thread:
    http://discussions.apple.com/message.jspa?messageID=4874889#4874889

  • Can you explain this error message with MERGE statement

    Here is the code that gives me headache.
    I give you the description of the two tables involved and the error message I get when I run a simple MERGE statement
    SQL> desc employees
    Name Null? Type
    EMPLOYEE_ID NOT NULL NUMBER(6)
    FIRST_NAME VARCHAR2(20)
    LAST_NAME NOT NULL VARCHAR2(25)
    EMAIL NOT NULL VARCHAR2(25)
    PHONE_NUMBER VARCHAR2(20)
    HIRE_DATE NOT NULL DATE
    JOB_ID NOT NULL VARCHAR2(10)
    SALARY NUMBER(8,2)
    COMMISSION_PCT NUMBER(2,2)
    MANAGER_ID NUMBER(6)
    DEPARTMENT_ID NUMBER(4)
    SQL> desc emp2
    Name Null? Type
    EMPLOYEE_ID NOT NULL NUMBER(6)
    FIRST_NAME VARCHAR2(20)
    LAST_NAME VARCHAR2(25)
    1 MERGE INTO emp2 e2
    2 USING employees e
    3 ON (e2.employee_id = e.employee_id)
    4 WHEN MATCHED THEN
    5 UPDATE SET
    6 e2.employee_id = e.employee_id,
    7 e2.last_name = e.last_name,
    8 e2.first_name = e.first_name
    9 WHEN NOT MATCHED THEN
    10 INSERT VALUES
    11 (e.employee_id,
    12 e.last_name,
    13* e.first_name)
    14 /
    ON (e2.employee_id = e.employee_id)
    ERROR at line 3:
    ORA-00904: "E2"."EMPLOYEE_ID": invalid identifier
    Any responce much appreciated

    Hi,
    Columns going to be updated should not be in 'ON clause' , try to delete the line 6 of your query. By the way, there isno sense to update e2.employee_id = e.employee_id when matched, the equality is already verified.
    Nicolas.

  • Can't open iMovie - error message won't go away

    The error message reads "The movie File "Pierce Struts" cannot be found. Without this file, the movie cannot play properly."
    And then I either click Cancel or Search.
    I've tried everything and can't get this error message to stop. It won't let me open iMovie. Help.

    reproduce is easy. anytime i click to open an attachment or a pdf file.
    it won't open.  comes up with notice that adobe acrobat has stopped
    working and the program will close.  I can go to READER AND OPEN THE
    FILE BUT NOT FROM ACROBAT X PRO.   RATHER SILLY.
    ERROR MESSAGES ATTACHED
    THANKS FOR THE ASSIST
    Dan Valentine, GRI, e-PRO, MA min
    Broker-Owner
    Valentine Sales & Management
    "Building & Maintaining Rental Portfolios"
    "One-Stop-Shop: AcquireRehabLeaseManagementStrategic Disposition"
    www.ValentineTeam.com
    www.ValentinePropertyManagement.com
    www.InvestAZRentals.com
    12031 N. Cave Creek Rd.
    Phoenix, AZ 85020
    Cell-Text 602-377-0621
    Office- 602-866-0150
    Fax-602-926-8260
    [email protected]

  • I keep getting this error message when I (right-click) on a photo file on my desktop to burn to a CD. I don't understand this code...does anyone?  Thanks  Ariel**:The disc can't be burned because an unexpected error occurred (error code 0x80020000).

    I keep getting this error message when I (right-click) on a photo file on my desktop to burn to a CD. I don't understand this code...does anyone?  Thanks  Ariel**:    The disc can’t be burned because an unexpected error occurred (error code 0x80020000).

    I tried every obvious solution to this problem with different types of disc (-R; +R; -RW and +RW) and the problem persisted.  Then I read about removing a hyphen in picture filenames.  I renamed all the images and bingo there were no further problems.  Apple should have solved this by now.  This error code has been reported for several years and my MacBook Pro is quite new.  Anyway, I hope this helps.  It does work.
    Piggywiggle

  • Just updated to 3.6.8. Now can't navigate reliably. Frequently get this error message: "Server Error in '/' Application. Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies th

    Just updated to 3.6.8. Now can't navigate reliably. Frequently get this error message: "Server Error in '/' Application. Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster." Pending fix of this glitch, is there a way to go back to previous version of Firefox that worked perfectly well?
    == URL of affected sites ==
    http://www.americanleather.com/ComfortSleeper/Madison.aspx?page=2

    Hi JH,
    According to your description, my understanding is that you got an error when you deleted  columns in SharePoint 2010.
    Please add the following string in <system.web> section of your web.config file :
    <pages validateRequest="false" enableEventValidation="false" viewStateEncryptionMode ="Never" />
    Note: before changing web.config, please make a backup for the file.
    Here are some similar posts for you to take a look at:
    http://forums.asp.net/p/1355367/2778642.aspx
    http://forums.asp.net/t/1166634.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • Project stops at a certain frame

    I have been scanning these forums and I have not come across a fix for the problem I am having. Also, please keep in mind I am somewhat of a AE Novice, so if the fix is simple don't blame me for not finding it Basically, I am trying to render a loopi

  • Balance sheet evaluation

    Dear All, 1) May I know balance sheet evaluation monthly activity will be reversed whereas year end will not be reversed? The practice is just like F101 balance sheet evaluation on open item? 2) Also the balance sheet currency only in local currency

  • How can I make a fence disappear in PS CS6?

    Hi, I can select the fence - change the color but how can I make it appear to disappear Thanks, for constructive help... Best, Bee

  • Oracle Shared Server Session Scheduling

    Hi, We're currently evaluating the shared server architecture for production use. As far as we know, Oracle schedules N sessions across M operating system threads, dependent on the configured limits. An essential requirement for our production system

  • Firefox does not start

    i am using Duke 64 bit. 50% of the times firefox just does not start. i had the same problem in 2.0.0.3 and now it is 2.0.0.4 but problem is not solved. when i use command "firefox" in X Terminal, cursor just goes to the next line without doing anyth