-
Bug
-
Resolution: Unresolved
-
P4
-
8, 25, 26
-
linux, os_x, aix
Repro case
For FORK, we should also unblock the signal after the fork and before the exec.
For VFORK, we should leave it that way - VFORK will be deprecated and removed soon, and changing the signal mask would influence the parent process.
- relates to
-
JDK-8234262 Unmask SIGQUIT in a child process
-
- Resolved
-
-
JDK-8357179 Deprecate VFORK launch mechanism from Process implementation (linux)
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/25428