Message325765
I wouldn't bother with POSIX_SPAWN_USEVFORK on GNU/Linux. Current versions of glibc always use a vfork-style clone call, so there would be a difference on older versions only. But there, the vfork code has subtle bugs, so using POSIX_SPAWN_USEVFORK there is not a good idea, either. |
|
| Date |
User |
Action |
Args |
| 2018-09-19 14:15:37 | fweimer | set | recipients:
+ fweimer, gregory.p.smith, ronaldoussoren, vstinner, serhiy.storchaka, pablogsal |
| 2018-09-19 14:15:37 | fweimer | set | messageid: <[email protected]> |
| 2018-09-19 14:15:37 | fweimer | link | issue34663 messages |
| 2018-09-19 14:15:37 | fweimer | create | |
|