* DevNotes: Add entry cgf-000007.
* child_info.h (child_info_spawn::parent_winpid): Declare new field. (child_info_spawn::get_parent_handle): Declare new function. * dcrt0.cc (child_info_spawn::get_parent_handle): Define new function. (child_info_spawn::handle_spawn): Recreate parent handle if possible when dynamically loaded. Don't mess with parent handle if it's NULL. * spawn.cc (child_info_spawn::worker): Set parent_winpid appropriately.
This commit is contained in:
@@ -12,3 +12,5 @@ fifo. Fixes: http://cygwin.com/ml/cygwin/2012-05/msg00253.html
|
||||
- Fix hang when calling pthread_testcancel in a canceled thread.
|
||||
Fixes some of: http://cygwin.com/ml/cygwin/2012-05/msg00186.html
|
||||
|
||||
- Fix invocation of strace from a cygwin process. Fixes:
|
||||
http://cygwin.com/ml/cygwin/2012-05/msg00292.html
|
||||
|
Reference in New Issue
Block a user