Status: Untriaged
Owner: ----
Labels: Type-Bug Pri-3 OS-All Area-Misc Size-Medium

New issue 9447 by [email protected]: Cannot Open Different Type Of Window  
in Single Process Mode in Debug
http://code.google.com/p/chromium/issues/detail?id=9447

What steps will reproduce the problem?
1. Start chrome.exe --single-process
2. Open a new Incognito window (CTRL-SHFT-N or via the Wrench Menu)

What is the expected output? What do you see instead?

Expect it to work. Actually triggers a breakpoint.

Please use labels and text to provide additional information.

The single-process mode is great for simplifying debugging but it
does not work since r10144 because class ChildProcess can only
have one instanciation at a time and it uses DCHECK to validate
this. Since r10144, RenderProcess is not a ChildProcess which
means that only one is supported per process.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to