DescriptionFix GN hang spawning a process.
I "cleverly" used std::copy assuming it would not malloc or lock, but it does in the debug build of the STL (at least) to do some verification. This causes the fork to hang on Posix.
This version matches the base code.
BUG=
R=viettrungluu@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272571
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 3 (0 generated)
|