You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Child completed with exit code=9, and error code: Success
whereas since boost 1.78 (also tested 1.79, 1.80, 1.83 & 1.84) it results in
Child completed with exit code=-1, and error code: No child processes
Only boost was changed for these tests compiled using gcc 13.2.0, but has been also been confirmed on other Linux systems with kernel version 5.15 and 6.2.9.
Description
In boost 1.77 the simple program below results in
whereas since boost 1.78 (also tested 1.79, 1.80, 1.83 & 1.84) it results in
Only boost was changed for these tests compiled using gcc 13.2.0, but has been also been confirmed on other Linux systems with kernel version 5.15 and 6.2.9.
Test program
Syscalls
If it help I'm including the resulting syscalls for both cases.
In boost 1.78+ it seems to
waitpid()/wait4
a second time. Section extracted here:boost 1.77 -> OK
boost 1.84 -> ECHILD
The text was updated successfully, but these errors were encountered: