I discovered a problem with restarting application when parameters are
specified. CrashSender starts the application with quoted parameters. So for
example if I specify in my program:
info.pszRestartCmdLine = _T("/config user_profile");
application is started as:
"my_crashrpt_tester.exe" "/config used_profile" and it receives both parameters
as one parameter. The problem is on the line:
sCmdLine.Format(_T("\"%s\" \"%s\""), g_CrashInfo.GetReport(m_nCurReport).m_sImageName,
g_CrashInfo.m_sRestartCmdLine.GetBuffer(0));
Original issue reported on code.google.com by zexspect...@gmail.com on 23 Mar 2012 at 9:06
Original issue reported on code.google.com by
zexspect...@gmail.com
on 23 Mar 2012 at 9:06