Chrome Crashing on Remote Desktop Server

9,380

I assume you mean running chrome as a RemoteApp.

Are you using the --allow-no-sandbox-job as described here http://code.google.com/p/chromium/issues/detail?id=79091#c51?

Also there is a known issue with Flash that doesn't work with gpu acceleration turned on. So if you want to enable flash on that configuration you need to specify the --disable-gpu until this issue is resolved.

Now in case you don't run Chrome as a RemoteApp but rather run a full remote desktop session and Chrome crashes please describe when it crashes - immediately or after some time? You might want to switch metrics and error reporting in that case which will send crash reports to the developers and help them diagnose the issue.

As a general advice there - if you run all your session with the same user you will have to configure Chrome to use different profile directories for every session as described here: http://code.google.com/p/chromium/issues/detail?id=160676#c6 .

Last thing worth trying is to run the Canary version and check if it solves your issues because there are a lot of fixes that will come with the 24 and 25 versions of Chrome for that particular use case.

Share:
9,380

Related videos on Youtube

PeterM
Author by

PeterM

Updated on September 18, 2022

Comments

  • PeterM
    PeterM over 1 year

    We have recently deployed a RDS server with about 10 remote users. 8GB RAM and Server 2008 R2.

    Chrome seems to crash with normal use - I've tried re-installing flash, chrome but no luck. No particular websites. Also re-installed Chrome via the .msi.

    No extensions installed

    No other real apps apart from MS office 2010 standard

    Any ideas?

    • DerfK
      DerfK over 11 years
    • John Gardeniers
      John Gardeniers over 11 years
      What version of Chrome?
  • MrGigu
    MrGigu about 11 years
    Welcome to Server Fault! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.