Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

src: backport fix for SIGINT crash on FreeBSD #14184

Commits on Mar 28, 2015

  1. src: backport fix for SIGINT crash on FreeBSD

    This is a backport of b64983d.
    
    Original commit message:
    
      src: reset signal handler to SIG_DFL on FreeBSD
    
      FreeBSD has a nasty bug with SA_RESETHAND reseting the SA_SIGINFO,
      that is in turn set for a libthr wrapper. This leads to a crash.
      Work around the issue by manually setting SIG_DFL in the signal
      handler.
    
      Fix: nodejs#9326
      PR-URL: nodejs/node#1218
      Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
      Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    
    Fixes nodejs#9326.
    indutny authored and Julien Gilli committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    c747e32 View commit details
    Browse the repository at this point in the history