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
We may be using Pdeathsig incorrectly on Linux. The death signal is sent when the parent thread dies, not the process, which means it may be necessary to lock the goroutine to an OS thread while the child process is running.
We may be using
Pdeathsig
incorrectly on Linux. The death signal is sent when the parent thread dies, not the process, which means it may be necessary to lock the goroutine to an OS thread while the child process is running.See golang/go#27505
The text was updated successfully, but these errors were encountered: