I used to rename out/Debug/chrome.exe to be out/Debug/achrome.exe because it made it easy to distinguish the process from the running (stable) chrome on my workstation when trying to attach to it in VS or kill it from the Task Manager. Something changed, however, and now it fails to start:
$ out/Debug/achrome
[0204/150210:ERROR:crashpad_client_win.cc(316)] CreateProcess: The system cannot find the file specified. (0x2)
[0204/150210:FATAL:crashpad_client_win.cc(353)] Check failed: !ipc_pipe_.empty().
Backtrace:
base::debug::StackTrace::StackTrace [0x10091A21+33] (d:\src\chromium\src\base\debug\stack_trace_win.cc:215)
logging::LogMessage::~LogMessage [0x100EA55B+75] (d:\src\chromium\src\base\logging.cc:522)
crashpad::CrashpadClient::GetHandlerIPCPipe [0x004DFE24+244] (d:\src\chromium\src\third_party\crashpad\crashpad\client\crashpad_client_win.cc:353)
crash_reporter::internal::PlatformCrashpadInitialization [0x0043E36F+943] (d:\src\chromium\src\components\crash\content\app\crashpad_win.cc:99)
crash_reporter::InitializeCrashpad [0x00438D77+711] (d:\src\chromium\src\components\crash\content\app\crashpad.cc:121)
wWinMain [0x00423A97+231] (d:\src\chromium\src\chrome\app\chrome_exe_main_win.cc:195)
__tmainCRTStartup [0x0059F22C+540] (f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c:618)
wWinMainCRTStartup [0x0059F36D+13] (f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c:466)
BaseThreadInitThunk [0x7588338A+18]
RtlInitializeExceptionChain [0x76F19882+99]
RtlInitializeExceptionChain [0x76F19855+54]
Any ideas?
Brian
bcw...@google.com-----------------------------------------------------------------------------------------
Treat someone as they are and they will remain that way.
Treat someone as they can be and they will become that way.