DW CS3 crashing due to negative margin CSS?

I have a simply CSS layout with an element I'm positioning with a negative top margin.
Every time I input the margin attribute when in either Design view or Split view Dreamweaver throws the spinning beachball of death and I have to force quit.
I inched my way up to -100px just fine. As soon as I hit -200 pix I'm toast. I have replicated this over and over. I've tossed preferences, I've rebooted. I've opened other pages. I successfully input the proper value in Code view. But as soon as I toggle to Design or Split, same thing.
I'm using DW CS3, on a Mac G5 tower with loads of RAM, hard drive space. I'm running the current OS X update for my G5.
Insanely, the file will also crash DW CS3 on my MacBook Pro.
What could be so bad about one CSS entry that DW cannot display the page?
I don't recall ever seeing a CSS rule limiting negative margin...

8k exactly? As in 8192 bytes? If so, then you've been lucky to not see it crash. Try adding a comment line to the file just to bump it out of that 8K figure. Although I seem to recall that the 8k bug would crash DW without even getting the chance to open the file. There might be a chance that embedded CSS in an HTML file equals that number of bytes, too. If so, add a comment line there, too.
FWIW, the following causes no troubles on my CS3 Vista box.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Untitled Document</title>
    <style type="text/css">
      #neg {
        margin-top: -212px; /* or any large number. Tried it up to 1024*/
    </style>
  </head>
  <body>
    <div id="neg">This is my negative margin content</div>
    <p>Here is my body content.</p>
  </body>
</html>
Mark A. Boyd
Keep-On-Learnin' :-)

Similar Messages

  • DW CS3 crashing due to ADDT?

    Hello,
    Since this weekend DW CS3 crashes each time I open a page containing some ADDT code. On Friday everything was fine, and since Sunday it crashes everytime.
    I tried on two separate computers and the same thing happens. It never happened before this weekend. Nothing was changed on these machines: no external code change, no new program added, no windows update.
    I really don't understand what happens...
    Please help me if you have an idea... Thanks a lot!
    Damien

    Follow the link above on how to remedy this situation. I spent all day today doing virus scans and spyware scans - thinking something was pulling down my system resources.
    It was so sudden as to how Dreamweaver CS3 kept on crashing. I would have a "Suggest Website" page open and was using ADDT to add the "insert record" form to the webpage. And everytime I would try to click "Final" in ADDT, the program crashed. I wasted an entire day trying to fiqure it out and was about to start with the lengthy uninstall/reinstall process.
    I finally decided to read the forum. Note: make sure after you delete the file spoken of in the link above from Gunter, to clear your Recycle Bin before you restart Dreamweaver. I had deleted the file at first and it didn't work. Once I deleted it a second time from the folder and then from the Recycle Bin - Dreamweaver is perfect once again! Thank you, Gunter!!!

  • DW CS3 crashes on CSS file

    Why would Dreamweaver CS3 crash completely on this CSS file?
    I have no problems with other files, all goes wel, except
    when I 'get' this file. Also, if I make a blank CSS and copy this
    code in it, DW crashes immediately.
    Is this strange or is this strange?
    Greetings,
    Vincent

    Nope - no crash. Clicking anywhere on the page, either in
    Code view or
    Design view has no detrimental effect for me.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Eyeness" <[email protected]> wrote in
    message
    news:fg3pth$r4l$[email protected]..
    > Hi, all!
    >
    > My DW CS3 crashes on the next code in editor mode - try
    to create such
    > file
    > and then open it and place the cursor into the select.
    >
    > test.php
    >
    > <html>
    > <head>
    > </head>
    > <body>
    > <form id="form1" name="form1" method="post"
    action="">
    > <select name="select" id="select">
    > <?php
    > ?>
    > </select>
    > </form>
    > </body>
    > </html>
    >
    >

  • DW CS3 crashing and other

    I keep getting the error message (unable to launch Macintosh
    HD applications: Adobe Flash CS3: Adobe Flash CS3.app be sure that
    this application exists and there is enough memory to run it) when
    I try and open a file from the DW CS3 files panel. Also, if I
    attempt to put any file on the server DW crashes. I am using a
    Intel Mac Book Pro OSX Leopard with plenty of RAM etc. Thank
    you.

    8k exactly? As in 8192 bytes? If so, then you've been lucky to not see it crash. Try adding a comment line to the file just to bump it out of that 8K figure. Although I seem to recall that the 8k bug would crash DW without even getting the chance to open the file. There might be a chance that embedded CSS in an HTML file equals that number of bytes, too. If so, add a comment line there, too.
    FWIW, the following causes no troubles on my CS3 Vista box.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
      <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        <title>Untitled Document</title>
        <style type="text/css">
          #neg {
            margin-top: -212px; /* or any large number. Tried it up to 1024*/
        </style>
      </head>
      <body>
        <div id="neg">This is my negative margin content</div>
        <p>Here is my body content.</p>
      </body>
    </html>
    Mark A. Boyd
    Keep-On-Learnin' :-)

  • Negative margins

    We have had a new website produced and being tested at
    http://opie.monkeyshrine.com/
    Firstly any comments of any kind warmly welcomed.
    More importantly there is a bug with the coding, as suggested
    in the title, due to the negative margins used in the css.
    Basically the layout shifts the main content over 200 px and so
    part of the main content appears to be locked by the template when
    you hover over, and can not be clicked into.
    The web guy explained it as follows ...
    >>
    In the CSS file there's a section titled LAYOUT, you can find
    it quickly by putting that into the Find tool.
    The main part where the negative margins are used is to
    position div#main-content (all content) and div#sub-nav (quick
    links etc).
    I used negative margins for two main reasons
    1. so that the most important content on the page would load
    first / come first in the code
    2. so that when the page is resized the different parts of
    the page would move to the right spots ie the Recent New / Also in
    this section would drop down underneath
    I think it could be got around with the design time
    stylesheet I've heard about, you'd lose the layout of the page a
    little but there's always the preview in browser option when that
    server is set up right.
    >>
    Can you please let me know if there is another way around
    this?
    Tanks in advance

    any thoughts?

  • Adobe After Effects CS3 crashes with Codecs such as Motion JPEG and Avid DnxHD

    Hey guys, I'm new here
    I'm having a problem with After Effects CS3 crashing with .mov files (exported from Adobe Premiere) with codecs such as Motion Jpeg A and Avid's DnxHD. Its driving me crazy.
    If I import a Motion Jpeg A file, AE crashes immediately. If I import a DnxHD file that works fine with Premiere, it seems to import ok. However, when I try to play it in AE it comes up as a plain white... thing. If I move the slider across it previews one or two frames before AE crashes. Its driving me crazy.
    AE works ok with H.164 and animation files.
    I'm reinstalled quicktime and Avids codecs, uninstalled ffdshow, disabled Open GL and multiprocessing, changed between 10bit and 8bit (whatever that is all about) with the dnxhd and I'm really stumped. If I can get Dnxhd working I'm fine with that. I thought I'd mention the Motion Jpeg A codec to see if they're a result of the same problem.
    I've also tried Avid's RGB packed Codec with the same results.
    I'm running Windows Xp 32 bit with 3gbs of ram, a GeForce 8600 gt with a Intel Pentium Duo Core Processor 2.00 GHZ.
    Can anyone help me please?

    I'm mistaken, Animation files don't work either!
    I tried that with no luck. I even tried a few more Quicktime codecs with the same results.
    Only H.164 and some png compressed .mov files seem to work. Very frustrating.
    I'm surprised thats the case - I am defintley due for an upgrade. Even though this system seems to work ok, struggling a little bit with HD .mov files but yeah, I've been planning a new system for a while.

  • Flash CS3 crashing after Mac 10.5.7 Update

    Ever since I updated to 10.5.7 Flash CS3 crashes a lot! I could be doing anything and it just crashes. It happens every hour or so, it's weird. Has there been any reported issues of this? Can anybody assist me in maybe how to fix this?

    I have been using an external CSS file simply for defining font styles
    site wide. The rendering of them on screen in layout view is now just
    the plain default font prior to showing the CSS altered version of it.
    Sorry, I'm not sure I understand what you mean here. You mean it shows your text in the default and *then* renders it correctly using the CSS after a delay?
    I tried torching the prefs...perhaps I did the wrong file...what file is to be deleted?
    ~/Library/Preferences/Adobe GoLive 9.0 Prefs
    ~/Library/Preferences/Adobe/GoLive/Settings9 (a folder)
    ~/Library/Preferences/com.Adobe.GoLive.plist
    Move them out to, say, the Desktop. If they are not the cause of the problem, put them back replacing the newly-created versions.
    I cloned my os prior to the update and all was fine. Rebooting to clone
    css renders normal...but in 10.5.7 its not rendering in layout view.
    I'm not seeing the same thing here with GL9/OS X 10.5.7, so it may be its something specific to your particular update. You might also want to consider doing a re-import of the site to recreate the site file and see if that helps.
    John

  • Adobe Bridge CS3 crashes on load in my Windows 7 workstation.

    Adobe Bridge CS3 crashes on load in my Windows 7 workstation.
    I recently completely removed, deactivated and reinstalled all my Adobe Creative Suite CS3 Master Collection to solve some problems with other application from the suite and now I'm surprise Bridge continues to fail. In my portable workstation the same software (Bridge) uses to work.
    I tried launching Bridge under several compatibility modes. All failed.
    Is there any know bug I should be aware of? Any fix?
    Is this a common problem?

    Curt Y. Thank you for your answer.
    It was only Bridge who was crashing. It failed to load and Windows was giving an error message.
    I tried your suggestion, and resetting all options in the reset window it now loads. It was as simple as that.

  • After upgrade to OSX Mavericks my 2009 MBP keeps crashing due to kernel panic

    After upgrade to OSX Mavericks my 2009 MBP keeps crashing due to kernel panic (happens every 20 minutes or so). Please help me with this, it's getting very frustrating. Have tried disk utility, there were errors (file system was corrupted), the disk utility managed to repair the disk but the crashes continue.
    Etre-check:
    EtreCheck version: 1.9.12 (48)
    Report generated 26 juli 2014 12:29:37 CEST
    Hardware Information:
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
      8 GB RAM
    Video Information:
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:14:20
    Disk Information:
      FUJITSU MJA2160BH FFS G1 disk0 : (160,04 GB)
      EFI (disk0s1) <not mounted>: 209,7 MB
      Macintosh HD (disk0s2) / [Startup]: 159,18 GB (26 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS23N 
    USB Information:
      Apple Internal Memory Card Reader
      Iomega Iomega 500,11 GB
      EFI (disk1s1) <not mounted>: 209,7 MB
      IOMEGA (disk1s2) /Volumes/IOMEGA: 499,76 GB (499,32 GB free)
      Apple Inc. Built-in iSight
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.FTDI.driver.FTDIUSBSerialDriver (2.2.18 - SDK 10.6) Support
      [not loaded] com.caiaq.driver.NIUSBGuitarRigMobileDriver (2.4.23) Support
      [not loaded] com.caiaq.driver.NIUSBHardwareDriver (2.4.23) Support
      [loaded] com.fortinet.fct.kext.avkern (1.0.1 - SDK 10.7) Support
      [not loaded] com.fortinet.fct.kext.fctapnke (1 - SDK 10.7) Support
      [loaded] com.fortinet.fct.kext.fctwfnke (1.0 - SDK 10.7) Support
      [not loaded] com.fortinet.kext.fctrouternke (1 - SDK 10.7) Support
      [not loaded] nl.bjaelectronics.driver.PL2303 (1.0.0d1) Support
      [loaded] org.virtualbox.kext.VBoxDrv (4.2.12) Support
      [not loaded] org.virtualbox.kext.VBoxNetAdp (4.2.12) Support
      [not loaded] org.virtualbox.kext.VBoxNetFlt (4.2.12) Support
      [loaded] org.virtualbox.kext.VBoxUSB (4.2.12) Support
    Startup Items:
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      HWNetMgr: Path: /Library/StartupItems/HWNetMgr
      HWPortDetect: Path: /Library/StartupItems/HWPortDetect
      M-Audio Firmware Loader: Path: /Library/StartupItems/M-Audio Firmware Loader
      StartOuc: Path: /Library/StartupItems/StartOuc
      VirtualBox: Path: /Library/StartupItems/VirtualBox
      wpa_supplicant_srv: Path: /Library/StartupItems/wpa_supplicant_srv
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.fortinet.forticlient.appfw.plist Support
      [running] com.fortinet.forticlient.epctrl.plist Support
      [running] com.fortinet.forticlient.fmon.plist Support
      [running] com.fortinet.forticlient.servctl.plist Support
      [loaded] com.fortinet.forticlient.vpn.plist Support
      [running] com.fortinet.forticlient.wf.plist Support
      [not loaded] com.teamviewer.teamviewer_service.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
      [not loaded] com.teamviewer.teamviewer.plist Support
      [not loaded] com.teamviewer.teamviewer_desktop.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
      [failed] com.adobe.ARM.[...].plist Support
      [running] com.spotify.webhelper.plist Support
      [not loaded] org.virtualbox.vboxwebsrv.plist Support
    User Login Items:
      FIREBOX Control
      iTunesHelper
      Dropbox
      Emil
      NIHardwareAgent
      FortiClientAgent
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.1.0 Support
      Silverlight: Version: 4.1.10329.0 Support
      iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Citrix online plug-in  Support
      Flash Player  Support
      Native Instruments USB Audio  Support
    Time Machine:
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 148.25 GB Disk used: 124.04 GB
      Destinations:
      IOMEGA [Local] (Last used)
      Total size: 0 B
      Total number of backups: (null)
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 124.04 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          8% mds_stores
          4% com.apple.WebKit.WebContent
          2% Safari
          1% WindowServer
          1% diskimages-helper
    Top Processes by Memory:
      190 MB mds_stores
      106 MB com.apple.WebKit.WebContent
      98 MB Safari
      90 MB com.apple.IconServicesAgent
      82 MB Dropbox
    Virtual Memory Information:
      4.64 GB Free RAM
      1.52 GB Active RAM
      947 MB Inactive RAM
      684 MB Wired RAM
      1.20 GB Page-ins
      0 B Page-outs

    Hi, thanks for the reply. I deleted some of the old stuff that showed up on the report (have removed virtual box long ago but some residual files were apparently left). It didn't help though. Will remove forticlient too as a test.
    Meanwhile here's the new etre-check and crash report:
    last crash:
    Anonymous UUID:       xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    Sat Jul 26 13:21:42 2014
    panic(cpu 1 caller 0xffffff801a2dc24e): Kernel trap at 0xffffff801a5e2e49, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffef811ca9bea0, CR3: 0x000000004274c000, CR4: 0x0000000000000660
    RAX: 0x0000000000000100, RBX: 0xffffff802dd897b0, RCX: 0x00000000e7b76fff, RDX: 0x0000000018489000
    RSP: 0xffffff811ca9be00, RBP: 0xffffff811ca9be00, RSI: 0xffffff8115e0d068, RDI: 0xffffef811ca9be80
    R8:  0xffffff8115d9d078, R9:  0xffffff8115e0d068, R10: 0xffffff811ca9bb90, R11: 0x0000000000000246
    R12: 0x0000000000000000, R13: 0xffffff801a7693d1, R14: 0xffffef811ca9be80, R15: 0x0000000000000000
    RFL: 0x0000000000010282, RIP: 0xffffff801a5e2e49, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffef811ca9bea0, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff811ca9ba90 : 0xffffff801a222f79
    0xffffff811ca9bb10 : 0xffffff801a2dc24e
    0xffffff811ca9bce0 : 0xffffff801a2f3746
    0xffffff811ca9bd00 : 0xffffff801a5e2e49
    0xffffff811ca9be00 : 0xffffff801a5f6733
    0xffffff811ca9be60 : 0xffffff801a5f20be
    0xffffff811ca9bf00 : 0xffffff801a5f1ecf
    0xffffff811ca9bf60 : 0xffffff801a640777
    0xffffff811ca9bfb0 : 0xffffff801a2f3c38
    BSD process name corresponding to current thread: dbfseventsd
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x000000001a000000
    Kernel text base: 0xffffff801a200000
    System model name: MacBookPro5,5 (Mac-F2268AC8)
    System uptime in nanoseconds: 3901629665348
    last loaded kext at 3718616795316: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f9c773000, size 49152)
    last unloaded kext at 3844885002402: com.apple.driver.AppleUSBCDC 4.2.1b5 (addr 0xffffff7f9c658000, size 16384)
    loaded kexts:
    com.fortinet.fct.kext.avkern 1.0.1
    com.fortinet.fct.kext.fctwfnke 1.0
    org.virtualbox.kext.VBoxUSB 4.2.12
    org.virtualbox.kext.VBoxDrv 4.2.12
    com.apple.filesystems.smbfs 2.0.2
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AGPM 100.14.28
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.GeForceTesla 8.2.4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.nvenet 2.0.21
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBOHCI 656.4.1
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.kext.triggers 1.0
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.nvidia.classic.NVDANV50HalTesla 8.2.4
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.nvidia.classic.NVDAResmanTesla 8.2.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.6
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.NVSMU 2.2.9
    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.11.1
    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 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 8 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341344758334D314131333333433920
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341344758334D314131333333433920
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MJA2160BH FFS G1, 160,04 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Iomega
    USB Device: Built-in iSight
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: IR Receiver
    Thunderbolt Bus:
    new etre check:
    EtreCheck version: 1.9.12 (48)
    Report generated 26 juli 2014 13:24:10 CEST
    Hardware Information:
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
      8 GB RAM
    Video Information:
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:3:27
    Disk Information:
      FUJITSU MJA2160BH FFS G1 disk0 : (160,04 GB)
      EFI (disk0s1) <not mounted>: 209,7 MB
      Macintosh HD (disk0s2) / [Startup]: 159,18 GB (26,73 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS23N 
    USB Information:
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Iomega Iomega 500,11 GB
      EFI (disk1s1) <not mounted>: 209,7 MB
      IOMEGA (disk1s2) /Volumes/IOMEGA: 499,76 GB (498,79 GB free)
      Apple Inc. Built-in iSight
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.FTDI.driver.FTDIUSBSerialDriver (2.2.18 - SDK 10.6) Support
      [not loaded] com.caiaq.driver.NIUSBGuitarRigMobileDriver (2.4.23) Support
      [not loaded] com.caiaq.driver.NIUSBHardwareDriver (2.4.23) Support
      [loaded] com.fortinet.fct.kext.avkern (1.0.1 - SDK 10.7) Support
      [not loaded] com.fortinet.fct.kext.fctapnke (1 - SDK 10.7) Support
      [loaded] com.fortinet.fct.kext.fctwfnke (1.0 - SDK 10.7) Support
      [not loaded] com.fortinet.kext.fctrouternke (1 - SDK 10.7) Support
      [not loaded] nl.bjaelectronics.driver.PL2303 (1.0.0d1) Support
    Startup Items:
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      HWNetMgr: Path: /Library/StartupItems/HWNetMgr
      HWPortDetect: Path: /Library/StartupItems/HWPortDetect
      StartOuc: Path: /Library/StartupItems/StartOuc
      wpa_supplicant_srv: Path: /Library/StartupItems/wpa_supplicant_srv
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.fortinet.forticlient.appfw.plist Support
      [running] com.fortinet.forticlient.epctrl.plist Support
      [running] com.fortinet.forticlient.fmon.plist Support
      [running] com.fortinet.forticlient.servctl.plist Support
      [loaded] com.fortinet.forticlient.vpn.plist Support
      [running] com.fortinet.forticlient.wf.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
      [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
      [running] com.spotify.webhelper.plist Support
    User Login Items:
      Dropbox
      Emil
      NIHardwareAgent
      FortiClientAgent
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.1.0 Support
      Silverlight: Version: 4.1.10329.0 Support
      iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Citrix online plug-in  Support
      Flash Player  Support
      Native Instruments USB Audio  Support
    Time Machine:
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 148.25 GB Disk used: 123.36 GB
      Destinations:
      IOMEGA [Local] (Last used)
      Total size: 0 B
      Total number of backups: (null)
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 123.36 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          4% mds
          4% WindowServer
          3% Mail
          3% backupd
          1% mdworker
    Top Processes by Memory:
      98 MB com.apple.IconServicesAgent
      82 MB Dropbox
      74 MB Mail
      41 MB WindowServer
      41 MB Dock
    Virtual Memory Information:
      5.66 GB Free RAM
      1.17 GB Active RAM
      346 MB Inactive RAM
      603 MB Wired RAM
      318 MB Page-ins
      0 B Page-outs

  • CS3 crashes, every time I open it

    Flash cs3 crashes on me every time I open it. Sometimes I can open a file before it crashes and sometimes it crashes even if it's just the software that's open.
    The message I get is the generic Windows "Flash has closed unexpectedly would you like to send an error report, sorry for the inconvenience"...
    It makes it hard to get any work done when the software won't run properly.
    Anyone have any ideas?
    Thanks in advance.

    You could try re-installing the software - ...or you could try calling tech support and wait on hold for an hour or two before someone from another part of the world tries to walk you through a couple more hours of frustration before telling you they've tried everything they know - "maybe it's your computer"...
    Sorry if I sound synical, but I just spent $1800 on a full e-Learning suite that won't load, and I've spent two full days back and forth and on hold with Adobe's so-called support to no avail - and now it "must be my computer causing a conflict..."
    So... "I could try re-installing the Operating System and wiping the computer clean" (and re-installing ALL of my previous softwares), and that might help...
    Good luck with your issue... At least they "apologize for the inconvenience" when it crashes...
    Jesse

  • Adobe Photoshop CS3 crashing at open file screen

    Hi all
    I've searched online but can't find a relative discussion or solution.
    I have Adobe Photoshop CS3. My system is Windows 7 and it's 64-bit (that's about as far as my hardware/technical knowledge goes...).
    The problem has only started happening today. Open PS, and go to FILE>OPEN. A sub screen is opened. On the left of this sub-screen are a variety of short cut locations such as 'My Documents', 'My Pictures' and 'My Computer'. Clicking on any of these shortcut tabs results in PS crashing.
    The only thing I can think of that has changed since the last time I used PS CS3 on my machine (and I use it daily) is the following:
    Installed trial version of Autodesk AutoCAD LT 2014
    From this, to watch a Flash video of AutoCAD demo I had to download the latest version of Adobe Flash Player (it was 2011 I believe).
    Following the CS3 crashing problems I uninstalled Flash player and re-started but still no luck.
    Have not touched AutoCAD yet.
    Any thoughts / comments? My company is looking to invest in AutoCAD so CS3 will need to learn to live alongside AutoCAD (IF AutoCAD is the problem, but I think this is unlikely).
    Let me know what you all think!
    Thanks
    David

    Thanks for all the replies.
    We (myself and our company IT guy) just tried several of the above, plus some other things.
    1. Shift/ctl/alt reset preferences. Did not solve the problem.
    2. Video driver upgrade. Did not solve the problem.
    3. Complete reinstall of CS3. Did not solve the problem.
    4. Install old video driver (apparently this solved a similar problem in another area of the company). Did not solve the problem.
    5. System rollback/restore (to 20-11-2013 settings). PROBLEM SOLVED!
    We have a suspicion therefore that the Autodesk AutoCAD LT 2014 may be something to do with it. We will find out later/tomorrow as I need to get some stuff done in CS3 now (can't afford more lost time!).
    Will update once we have reinstalled AutoCAD LT 2014 as to whether this changed anything.
    Thanks again
    David

  • Jrockit crashes due to outofmemory and illegal memory acces

    Hello,
    We have been using jrmc-3.1.2-1.6.0 and lately we are seeing JVM crashes after every couple days. Note: We have been seeing these crashes recently , for last 1 year we did not see such crashes.
    Following are different issues that we have seen over last few days:
    1. Crash due to illegal memory access
    2. Crash due to out of memory error
    3. Sever becoming unresponsive/Idle
    For illegal memory access and out of memory crashes, there was jRockit dump file created and Dump file seems to be pointing at Jrockit libjvm.so module for the exception/crash.
    Any help would be appreciated!
    *** Dump for Illegal Memory Access
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=1 si_addr=0x10
    Version : BEA JRockit(R) R27.6.5-32_o-121899-1.6.0_14-20091001-2113-linux-ia32
    CPU : Intel Core i7 (HT) SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 Core Intel64
    Number CPUs : 4
    Tot Phys Mem : 12762509312 (12171 MB)
    OS version : Red Hat Enterprise Linux Server release 5.6 (Tikanga)
    Linux version 2.6.18-164.15.1.el5PAE ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Mon Mar 1 11:14:09 EST 2010 (i686)
    Thread System: NPTL
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -Djava.util.logging.config.file=/usr/local/springsource/tcServer-6.0/zplus/conf/logging.properties -Djava.util.logging.manager=com.springsource.tcserver.serviceability.logging.TcServerLogManager -Xmx2048m -Xms2048m -Djava.rmi.server.hostname=300714-web8.echovox.com -XgcPrio:pausetime -DTERRACOTTA_URL=338449-web10.echovox.com:9510,338450-web11.echovox.com:9510 -Dapp_version= -Xmanagement -Dcom.sun.management.jmxremote.port=7091 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dehcache.monitor.enabled=True -Djava.endorsed.dirs=/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A/endorsed -Dcatalina.base=/usr/local/springsource/tcServer-6.0/zplus -Dcatalina.home=/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A -Djava.io.tmpdir=/usr/local/springsource/tcServer-6.0/zplus/temp -Dsun.java.launcher=SUN_STANDARD org.apache.catalina.startup.Bootstrap start
    java.home : /usr/local/jrmc-3.1.2-1.6.0/jre
    j.class.path : :/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A/bin/bootstrap.jar
    j.lib.path : /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit:/usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386:/usr/local/jrmc-3.1.2-1.6.0/jre/../lib/i386
    JAVA_HOME : <not set>
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit:/usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386:/usr/local/jrmc-3.1.2-1.6.0/jre/../lib/i386
    LD_PRELOAD : <not set>
    LD_ASSUME_KERNEL: <not set>
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    C Heap : Good; no memory allocations have failed
    GC Strategy : Mode: pausetime. Currently using strategy: genconcon
    GC Status : OC currently running, in phase: marking. This is OC#2905.
    : YC is not running. Last finished YC was YC#100045.
    OC History : Strategy genconcon was used for OC#2776.
    : Strategy genconpar was used for OC#2777 to OC#2781.
    : Strategy genconcon was used for OC#2782 to OC#2783.
    : Strategy genconpar was used for OC#2784 to OC#2790.
    : Strategy genconcon was used for OC#2791 to OC#2905.
    YC History : Ran 1 YCs before OC#2901.
    : Ran 0 YCs before OC#2902.
    : Ran 1 YCs before OC#2903.
    : Ran 0 YCs before OC#2904.
    : Ran 2 YCs before OC#2905.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x8b00000 - 0x88b00000 (Size: 2048 MB)
    Compaction : 0x49b00000 - 0x51b00000 (Current compaction type: internal)
    NurseryList : 0xaf67e18 - 0x8226c988
    KeepArea : 0x817031e8 - 0x8226c988
    NurseryMarker: [ 0x80d031f0,  0x817031e8 ]
    CompRefs : References are 32-bit.
    Registers (from ThreadContext: 0x96b75420 / OS context: 0x96b7551c):
    eax = 00000000 ecx = ffffffcc edx = 8b80eb78 ebx = 8b80eb78
    esp = 96b75814 ebp = 96b75960 esi = 96b75a48 edi = 00000000
    es = 0000007b cs = 00000073 ss = 0000007b ds = 0000007b
    fs = 00000000 gs = 00000033
    eip = b7d3a397 eflags = 00210296
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-08058233 /usr/local/jrmc-3.1.2-1.6.0/jre/bin/java
    b7f24000-b7f2462b /usr/local/jrmc-3.1.2-1.6.0/jre/bin/java
    00754000-00768f17 /lib/libpthread.so.0
    006b2000-006d8a23 /lib/libm.so.6
    006ab000-006ad0fb /lib/libdl.so.2
    00550000-006a2723 /lib/libc.so.6
    00531000-0054b4f7 /lib/ld-linux.so.2
    b7c46000-b7e9fea7 */usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit/libjvm.so
    007a3000-007a9ebf /lib/librt.so.1
    b722f000-b723839b /lib/libnss_files.so.2
    b7118000-b71229bb /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libverify.so
    b70f3000-b7115f57 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libjava.so
    007ae000-007c27a7 /lib/libnsl.so.1
    b723e000-b7243ef0 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/native_threads/libhpi.so
    b59f0000-b59fe3e4 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libzip.so
    b5805000-b580a666 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libmanagement.so
    b5224000-b5236a18 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libnet.so
    b723c000-b723c6ad /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/librmi.so
    b2d42000-b2d45c2f /lib/libnss_dns.so.2
    b2d2e000-b2d3d74b /lib/libresolv.so.2
    b2d4a000-b2d503a4 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libnio.so
    b1f9d000-b1fc5857 /usr/local/springsource/tcServer-6.0/zplus/temp/tmpSigarJars841342613926113968186721535772/libsigar-x86-linux-1.6.4.so
    Stack:
    (* marks the word pointed to by the stack pointer)
    96b75814: b7cbce41* 00000000 006772e2 b04dbab8 006a4ff4 00000030
    96b7582c: 00000002 96b758a0 00000000 00000000 00010000 0061eea8
    96b75844: b7e48510 00010000 00000000 0061eeb9 b7d8f0f8 20000000
    96b7585c: 00010000 00000000 00004022 ffffffff 00000000 96b75890
    Code:
    (* marks the word pointed to by the instruction pointer)
    b7d3a364: c0a108ec e8b7f0fe ffffffa0 f0fed4a1 ff96e8b7 b8c9ffff
    b7d3a37c: 00000001 900debc3 90909090 90909090 90909090 8be58955
    b7d3a394: 8b5d0845* d2851050 0fc0950f b60fc0b6 768dc3c0 27bc8d00
    b7d3a3ac: 00000000 53e58955 0134ec81 9d8d0000 fffffee8 04245c89
    "RMI TCP Connection(idle)" id=440712 idx=0x7c4 tid=825 lastJavaFrame=0x96b75ecc
    Stack 0: start=0x96b54000, end=0x96b78000, guards=0x96b59000 (ok), forbidden=0x96b57000
    Thread Stack Trace:
    at jniExceptionCheck+7()@0xb7d3a397
    at cmgrGenerateCode+260()@0xb7cbe024
    at generate_code2+937()@0xb7da6c99
    at generate_code+97()@0xb7da6f11
    at get_runnable_codeinfo2+275()@0xb7da74c3
    at call_java+317()@0xb7d42f0d
    at jniInvoke+110()@0xb7d451be
    -- Java stack --
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun/reflect/DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)[optimized]
    at java/lang/reflect/Constructor.newInstance(Constructor.java:513)[optimized]
    at java/lang/Class.newInstance0(Class.java:355)[inlined]
    at java/lang/Class.newInstance(Class.java:308)[optimized]
    at sun/reflect/MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:381)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:233)[inlined]
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:241)[inlined]
    at sun/reflect/MethodAccessorGenerator.generate(MethodAccessorGenerator.java:377)[optimized]
    at sun/reflect/MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:59)
    at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:28)
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:597)[inlined]
    at java/io/ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)[inlined]
    at java/io/ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)[optimized]
    at java/io/ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)[inlined]
    at java/io/ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)[inlined]
    at java/io/ObjectOutputStream.writeObject(ObjectOutputStream.java:326)[optimized]
    at sun/rmi/server/UnicastRef.marshalValue(UnicastRef.java:274)
    at sun/rmi/server/UnicastServerRef.dispatch(UnicastServerRef.java:315)
    at sun/rmi/transport/Transport$1.run(Transport.java:159)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:255)[optimized]
    at sun/rmi/transport/Transport.serviceCall(Transport.java:155)
    at sun/rmi/transport/tcp/TCPTransport.handleMessages(TCPTransport.java:535)
    at sun/rmi/transport/tcp/TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
    at sun/rmi/transport/tcp/TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
    at java/util/concurrent/ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[inlined]
    at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[optimized]
    at java/lang/Thread.run(Thread.java:619)[optimized]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    Extended, platform specific info:
    libc release: 2.5-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00565fe0 PHOFF: 00000034 SHOFF: 0019ccbc EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 75 STIDX: 74
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00758850 PHOFF: 00000034 SHOFF: 00021474 EF: 0x0 HS: 52 PS: 32 PHN; 9 SS: 40 SHN: 40 STIDX: 39
    libjvm ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 0004c3a0 PHOFF: 00000034 SHOFF: 012c9a58 EF: 0x0 HS: 52 PS: 32 PHN; 4 SS: 40 SHN: 29 STIDX: 26
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    ===== END DUMP ===============================================================
    ****** Dump for OutOfMemory error
    Error Message: Out of memory [68]
    Signal info : si_signo=11, si_code=1 si_addr=(nil)
    Fatal Error : Reference Iteration refIterInit src/jvm/code/runtime/refiter.c:167
    Version : BEA JRockit(R) R27.6.5-32_o-121899-1.6.0_14-20091001-2113-linux-ia32
    CPU : Intel Core i7 (HT) SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 Core Intel64
    Number CPUs : 4
    Tot Phys Mem : 12762509312 (12171 MB)
    OS version : Red Hat Enterprise Linux Server release 5.6 (Tikanga)
    Linux version 2.6.18-164.15.1.el5PAE ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Mon Mar 1 11:14:09 EST 2010 (i686)
    Thread System: NPTL
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -Djava.util.logging.config.file=/usr/local/springsource/tcServer-6.0/zplus/conf/logging.properties -Djava.util.logging.manager=com.springsource.tcserver.serviceability.logging.TcServerLogManager -Xmx2048m -Xms2048m -Djava.rmi.server.hostname=300714-web8.echovox.com -XgcPrio:pausetime -DTERRACOTTA_URL=338449-web10.echovox.com:9510,338450-web11.echovox.com:9510 -Dapp_version= -Xmanagement -Dcom.sun.management.jmxremote.port=7091 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dehcache.monitor.enabled=True -Djava.endorsed.dirs=/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A/endorsed -Dcatalina.base=/usr/local/springsource/tcServer-6.0/zplus -Dcatalina.home=/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A -Djava.io.tmpdir=/usr/local/springsource/tcServer-6.0/zplus/temp -Dsun.java.launcher=SUN_STANDARD org.apache.catalina.startup.Bootstrap start
    java.home : /usr/local/jrmc-3.1.2-1.6.0/jre
    j.class.path : :/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A/bin/bootstrap.jar
    j.lib.path : /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit:/usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386:/usr/local/jrmc-3.1.2-1.6.0/jre/../lib/i386
    JAVA_HOME : <not set>
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit:/usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386:/usr/local/jrmc-3.1.2-1.6.0/jre/../lib/i386
    LD_PRELOAD : <not set>
    LD_ASSUME_KERNEL: <not set>
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    C Heap : 1 memory allocations have failed
    : First failure was a mmMalloc of 20 bytes
    : Last failure was a mmMalloc of 20 bytes
    GC Strategy : Mode: pausetime. Currently using strategy: genconpar
    GC Status : OC is not running. Last finished OC was OC#1945.
    : YC is not running. Last finished YC was YC#90824.
    OC History : Strategy genconpar was used for OC#1745 to OC#1755.
    : Strategy genparpar was used for OC#1756 to OC#1757.
    : Strategy genconpar was used for OC#1758 to OC#1938.
    : Strategy genparpar was used for OC#1939 to OC#1940.
    : Strategy genconpar was used for OC#1941 to OC#1945.
    YC History : Ran 1 YCs before OC#1941.
    : Ran 6 YCs before OC#1942.
    : Ran 4 YCs before OC#1943.
    : Ran 6 YCs before OC#1944.
    : Ran 4 YCs before OC#1945.
    : Ran 5 YCs since last OC.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x8100000 - 0x88100000 (Size: 2048 MB)
    Compaction : 0x64100000 - 0x68100020 (Current compaction type: internal)
    NurseryList : 0x8214640 - 0x84438f20
    KeepArea : (no keeparea in use)
    NurseryMarker: [ 0x827bfd10,  0x83996a00 ]
    CompRefs : References are 32-bit.
    Registers (from ThreadContext: 0x2a96c20 / OS context: 0x2a96d1c):
    eax = 00001267 ecx = 00000000 edx = 00000042 ebx = b7eb0de4
    esp = 02a97010 ebp = 02a97028 esi = 00000044 edi = 02a97078
    es = 0000007b cs = 00000073 ss = 0000007b ds = 0000007b
    fs = 00000000 gs = 00000033
    eip = b7cfca45 eflags = 00010206
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-08058233 /usr/local/jrmc-3.1.2-1.6.0/jre/bin/java
    b7f44000-b7f4462b /usr/local/jrmc-3.1.2-1.6.0/jre/bin/java
    00754000-00768f17 /lib/libpthread.so.0
    006b2000-006d8a23 /lib/libm.so.6
    006ab000-006ad0fb /lib/libdl.so.2
    00550000-006a2723 /lib/libc.so.6
    00531000-0054b4f7 /lib/ld-linux.so.2
    b7c66000-b7ebfea7 */usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit/libjvm.so
    007a3000-007a9ebf /lib/librt.so.1
    b724f000-b725839b /lib/libnss_files.so.2
    b7138000-b71429bb /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libverify.so
    b7113000-b7135f57 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libjava.so
    007ae000-007c27a7 /lib/libnsl.so.1
    b725e000-b7263ef0 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/native_threads/libhpi.so
    b5972000-b59803e4 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libzip.so
    b5803000-b5808666 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libmanagement.so
    b51a8000-b51baa18 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libnet.so
    b725c000-b725c6ad /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/librmi.so
    b2dae000-b2db1c2f /lib/libnss_dns.so.2
    b2d9a000-b2da974b /lib/libresolv.so.2
    b47ae000-b47b43a4 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libnio.so
    b1ec7000-b1eef857 /usr/local/springsource/tcServer-6.0/zplus/temp/tmpSigarJars551489478996731294326116727652638760/libsigar-x86-linux-1.6.4.so
    Stack:
    (* marks the word pointed to by the stack pointer)
    02a97010: b7ec5040* 00000200 b7eb0de4 02a97078 02a97078 02a97034
    02a97028: 02a97048 b7e78894 00000044 b7eb0de4 02a97078 00000001
    02a97040: 02a970d0 02a97110 02a97068 b7e788bf 00000044 b7eb0de4
    02a97058: 02a97078 b666692a 00000001 02a970d0 02a97088 b7e2147a
    Code:
    (* marks the word pointed to by the instruction pointer)
    b7cfca14: 4c892074 458b0824 2404c710 b7ec5040 0c244489 000200b8
    b7cfca2c: 24448900 b5dae804 01b80017 a3000000 b7ec5024 001267b8
    b7cfca44: 0000a300* 04c70000 00003f24 bdcae800 768d0017 27bc8d00
    b7cfca5c: 00000000 e589fc55 53c03157 b9e87d8d 00000004 00c0ec81
    "tomcat-http--119" id=24059 idx=0x60c tid=8771 lastJavaFrame=0xfffffffc
    Stack 0: start=0x2a74000, end=0x2a98000, guards=0x2a79000 (ok), forbidden=0x2a77000
    Thread Stack Trace:
    at dumpForceDump+117()@0xb7cfca45
    at vmFatalErrorMsgV+84()@0xb7e78894
    at vmFatalErrorMsg+31()@0xb7e788bf
    at fatalError+42()@0xb7e2147a
    at refIterInit+111()@0xb7e215bf
    at trProcessLocksForThread+41()@0xb7e300f9
    at get_all_locks+106()@0xb7d476ca
    at javaLockConvertLazyToThin+99()@0xb7d477b3
    at javaLockUnmatchedLock+802()@0xb7d488f2
    at jniMonitorEnter+48()@0xb7d66cf0
    at vmtiDetachFromThreadObject+85()@0xb7d9ec85
    at tsiThreadStub+147()@0xb7d9f0f3
    at ptiThreadStub+18()@0xb7e0e1d2
    at start_thread+226()@0x759832
    at __clone+94()@0x62245e
    -- Java stack --

    From the command-line (-Dehcache.monitor.enabled=True) you are using some form of caching.
    The out-of-memory occured as the JVM was unable the allocate an object: C Heap : 1 memory allocations have failed
    Could you check how the live data set is going (or the memory leak detector)
    Some concerns with regard to tune a JVM that runs a cache can be found here: http://middlewaremagic.com/weblogic/?p=7083
    Note that the example given discusses Coherence, but can be adopted for another caching mechanism as well.

  • My Vista system crashed due to a corrupted windows file. When I reformatted C:/ & reloaded firefox & tbird, my bookmarks were gone. I have an image of the drive , but I don't know how to recover them and get the data back where I can access it.

    Vista system crashed due to a corrupted system file. The C drive was reformatted, and windows reloaded, along with the rest of my programs.
    Before the drive was reformatted, an image was made of it on a USB drive to save all the data. Now I need to know how to get the Bookmarks back for Firefox, and the Address Book back for Thunderbird.
    Thanks

    Thanks for the quick response. It worked very well, for both Firefox and Tbird.
    One hitch, until I remembered: those are all hidden files, in hidden folders. I had a devil of a time finding the "roaming" folder, until I found out how to unhide everything. In years past, I used DOS for that kind of thing. Explorer is much less user-friendly. Now that I know how to do it, it's simple.
    Thanks again for the guidance

  • InDesign CS3 crashes without error when opening any 2nd InDesign file

    Issue: InDesign CS3 crashes without error and remains resident in memory if we have an InDesign file open and attempt to open a second InDesign file.
    OS: Win XP SP2
    InDesign Version: 5.0.2
    Hardware: Dell Precision WorkStation T3400, 4 gigabytes of memory, Intel Core2 Quad processor Q6600
    Details: No messages in the event viewer about the problem. We renamed the InDesign Defaults and the InDesign Saved Data file. We removed Creative Suite, restarted and then reinstalled Creative Suite (I could not remove and reinstall InDesign individually). We have created a new Windows profile for this user. I have one computer having the trouble. Other InDesign installations are working fine. This computer has 559 files in C:\windows\fonts. Other people that are not having the problem have a larger number of fonts installed.
    The issue is not file specific. We are not running out of memory as I checked the task manager after the first InDesign document is open.
    Why is opening a second document different than opening the first document?

    Hello Peter and Josh,
    I'd just like to assert that I am having the exact same problem as Josh. I've spent the time to go through the steps listed above and have found the same results.
    The issue as we see it multiple times daily is as follows:
    (1) User opens File1 (everything works fine)
    (2) User goes to open File2 (via explorer or via file->open) or print File1
    (3) The User Interface for ID disappears (InDesign.exe still appears in Task Manager and is NOT listed as "Not Responding", ID does not appear in the Task Bar)
    (4) The only way to continue work is to End Task/End Process InDesign.exe and relaunch.
    No error messages appear, no error logs are created(that I can find). Non-related concerns caused us to upgrade this users PC. With a completely new install we are still having the problems. The systems are listed as follows:
    OS: Win XP SP2 (fully updated minus SP3)
    InDesign Version: 5.0.2
    Newest Hardware: Custom Built Computer, 4GB RAM installed (3.24 recognized by windows), Intel Core2 Quad processor Q6600 @ 2.4Ghz
    OS: Win XP SP2 (fully updated minus SP3)
    InDesign Version: 5.0.2
    Older Hardware: Custom Built Computer, Intel D945GTP Motherboard, 2GB RAM installed, Intel Pentium D processor @ 2.8Ghz
    Troubleshooting:
    (1) Alt+Space and M then using arrow keys moves every other window the user had opened other than In-Design. The user has two monitors. (a) 1280x1024 and (b) 1200x1600 (yes she uses the monitor rotated 90 degrees
    (2) Log files - Non exist in the C:\Program Files\Adobe\Adobe InDesign CS3 folder. I've also done a search across the entire hard drive for any "*.log" files, none of which were adobe related.
    (3) Default Printer - Changing the default printer to Adobe PDF is not really an option. I was able to convince the user to temporarily switch to a different networked printer and await the results (most likely today or tomorrow it should recreate)
    (4) /3GB switch - Getting that last 700 something MB of memory isn't an issue. I've run MemTest.exe on all the available system memory overnight in a "burn in" test. The system ran fine the sticks were nice and warm when I got in from all the hard work :)
    (5) Order of Opening - The problem repeates regardless of order. The trick seems to be opening File2 or printing File1 (I had the user only work on one file at a time (required her to close any open files before opening the next, that wasn't fun for my user but the system didn't crash on opening in this scenario, just on printing. Obviously not a permanent work around)
    Any help here would be much appreciated as this has been plaguing us for months now.

  • Bridge CS3 crash

    One of my Macs (G5 Power Mac, 10.4.11, CS3) crashes when browsing certain folders on my Xserve (2009 Xserve, 10.5 Server, Nehalem proc, AFP connections, active directory). One consistency is that it always crashes when browsing to folders containing EPS files, sometimes PDF or TIF files as well.
    It looks like the error related to Classes being implemented in multiple locations could be at fault. I may try disabling them in one location to see if it works.
    Here is the log when launching Bridge:
    1/13/10 10:58:29 AM Finder[777] [QL ERROR] /Library/QuickLook/GBQLGenerator.qlgenerator/ has no identifier: ignoring
    1/13/10 10:58:44 AM [0x0-0x47047].com.adobe.bridge2[2044] objc[2044]: Class EpicJSWindowExternalHandler is implemented in both /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_registration.framework/Versions/A/adobe_regist ration and /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization. Using implementation from /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization.
    1/13/10 10:58:44 AM [0x0-0x47047].com.adobe.bridge2[2044] objc[2044]: Class EpicWizardController is implemented in both /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_registration.framework/Versions/A/adobe_regist ration and /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization. Using implementation from /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization.
    1/13/10 10:58:44 AM [0x0-0x47047].com.adobe.bridge2[2044] objc[2044]: Class EpicPanel is implemented in both /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_registration.framework/Versions/A/adobe_regist ration and /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization. Using implementation from /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization.
    1/13/10 10:58:44 AM [0x0-0x47047].com.adobe.bridge2[2044] objc[2044]: Class EpicController is implemented in both /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_registration.framework/Versions/A/adobe_regist ration and /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization. Using implementation from /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization.
    1/13/10 10:58:44 AM [0x0-0x47047].com.adobe.bridge2[2044] objc[2044]: Class EpicJSWindowExternalHandler is implemented in both /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization and /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula. Using implementation from /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula.
    1/13/10 10:58:44 AM [0x0-0x47047].com.adobe.bridge2[2044] objc[2044]: Class EpicJSWindowExternalHandler is implemented in both /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization and /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula. Using implementation from /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula.
    1/13/10 10:58:44 AM [0x0-0x47047].com.adobe.bridge2[2044] objc[2044]: Class EpicWizardController is implemented in both /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization and /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula. Using implementation from /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula.
    1/13/10 10:58:44 AM [0x0-0x47047].com.adobe.bridge2[2044] objc[2044]: Class EpicPanel is implemented in both /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization and /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula. Using implementation from /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula.
    Here is the log when Bridge crashes:
    1/13/10 10:58:44 AM [0x0-0x47047].com.adobe.bridge2[2044] objc[2044]: Class EpicPanel is implemented in both /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization and /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula. Using implementation from /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula.
    1/13/10 10:58:44 AM [0x0-0x47047].com.adobe.bridge2[2044] objc[2044]: Class EpicController is implemented in both /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_personalization.framework/Versions/A/adobe_per sonalization and /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula. Using implementation from /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/../Frameworks/adobe_eula.framework/Versions/A/adobe_eula.
    1/13/10 10:59:56 AM com.apple.launchd[1] (com.apple.ATSServer) Throttling respawn: Will start in 10 seconds
    1/13/10 11:00:13 AM com.apple.launchd[69] ([0x0-0x47047].com.adobe.bridge2[2044]) Exited abnormally: Segmentation fault

    Ramon what i just did was uninstall Photoshop cs3 and reinstalled it, then installed the updates for both bridge and photoshop, photoshop works fine but when you launch bridge the icon in the doc starts bouncing and then it stops, so know i cant even get bridge to launch, it doesnt even open to the point where i get a crash report, any ideas?

Maybe you are looking for