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