in reply to child process using ZMQ::FFI hangs in restart_syscall after a die call

Why is the DIE signal being used here? Why not something like SIGUSR1?
  • Comment on Re: child process using ZMQ::FFI hangs in restart_syscall after a die call

Replies are listed 'Best First'.
Re^2: child process using ZMQ::FFI hangs in restart_syscall after a die call
by mje (Curate) on Jul 12, 2018 at 08:16 UTC

    The code hits a problem and wants to die, but it does not die - that is the problem.