in reply to AnyEvent::ForkManager fails tests on Cygwin

Windows (as opposed to cygwin) doesn't have signals except for Ctrl-C and Ctrl-Break. The code will definitely fail there.

  • Comment on Re: AnyEvent::ForkManager fails tests on Cygwin

Replies are listed 'Best First'.
Re^2: AnyEvent::ForkManager fails tests on Cygwin
by choroba (Cardinal) on Apr 30, 2015 at 15:03 UTC
    The latest version on GitHub uses SIGINT instead of SIGUSR1. Would it help?
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
      Ctrl-C does call $SIG{INT}. I don't know it if it interrupts system calls like unix signals do.