* spawn.cc (spawn_guts): Reinstantiate a FIXME comment.
This commit is contained in:
parent
e7daa3ed75
commit
601fbebdf5
|
@ -1,10 +1,14 @@
|
|||
2010-06-29 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* spawn.cc (spawn_guts): Reinstantiate a FIXME comment.
|
||||
|
||||
2010-06-29 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* exceptions.cc (dump_exception): Use %W instead of %s for printing
|
||||
progname.
|
||||
* fork.cc (frok::parent): Fix typos in debug output.
|
||||
* spawn.cc (spawn_guts): Copy wide Win32 filename into _pinfo::progname,
|
||||
rather than native NT name.
|
||||
rather than native NT name. Use %W instead of %S for printing progname.
|
||||
|
||||
2010-06-28 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
|
|
|
@ -692,7 +692,7 @@ loop:
|
|||
myself->dwProcessId = pi.dwProcessId;
|
||||
strace.execing = 1;
|
||||
myself.hProcess = hExeced = pi.hProcess;
|
||||
real_path.get_wide_win32_path (myself->progname);
|
||||
real_path.get_wide_win32_path (myself->progname); // FIXME: race?
|
||||
sigproc_printf ("new process name %W", myself->progname);
|
||||
/* If wr_proc_pipe doesn't exist then this process was not started by a cygwin
|
||||
process. So, we need to wait around until the process we've just "execed"
|
||||
|
|
Loading…
Reference in New Issue