Status: Untriaged
Owner: ----
CC:
apps-tse...@chromium.org
Labels: Type-Bug Pri-2 Area-Internals Hotlist-Enterprise Enterprise
New issue 160676 by
mik...@chromium.org: Second RDP session can't open a
Chrome window if first session runs Chrome already
http://code.google.com/p/chromium/issues/detail?id=160676
Version: 23.0.1271.64 m
OS: Windows server 2008
What steps will reproduce the problem?
1. Set up a Windows server 2008, allow multiple RDP sessions, create a
user1 account, install Chrome from .msi
Let me know if you need a test environment, I have a VM running to repro
this issue.
2. Connect to the server as user1 via RPD and start up Chrome
3. Connect to the server as user1 again via RDP and try to start Chrome
What is the expected output? What do you see instead?
I'd expect to open a new window within the existing running Chrome browser
process.
In practice it fails silently.
Logs:
37728:6100:3290977875:ERROR:process_singleton_win.cc(194)] Lock file can
not be created! Error code: 32
[37728:6100:3290977890:VERBOSE1:client_socket_pool_base.cc(65)] Setting
g_socket_reuse_policy_penalty_exponent = -1
[37728:6100:3290977890:VERBOSE1:pref_proxy_config_tracker_impl.cc(143)]
028A2DC0: set chrome proxy config service to 02890C00
[37728:6100:3290977890:VERBOSE1:pref_proxy_config_tracker_impl.cc(226)]
028A2DC0: Done pushing proxy to UpdateProxyConfig
[37728:6100:3290977890:ERROR:gpu_info_collector_win.cc(93)] Can't retrieve
a valid WinSAT assessment.
[37728:6100:3290977890:ERROR:chrome_browser_main.cc(1041)] Failed to create
a ProcessSingleton for your profile directory. This means that running
multiple instances would start multiple browser processes rather than
opening a new window in the existing process. Aborting now to avoid profile
corruption.
Logs indicates that Chrome wants to create a new browser process rather
than open a window in the existing one.
Original customer report:
https://productforums.google.com/forum/?fromgroups=#!topic/chrome/7HPUAR6zTFg
I tried a similar setup in Linux, using 'ssh -X' and the second connection
opened a new window without any problem.
Message in the terminal: "Created new window in existing browser session."
I guess this is the intended behavior and as the code is OS specific I
assume the issue is on Windows only.
Please use labels and text to provide additional information.