Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 592d23d7db08
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 017b33aaaa02
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 24, 2017

  1. Add patch to enable SIGBUS capture

    Kernels older than 3.18.6 emit SIGBUS signal upon stackoverflow instead of SIGSEGV. This patch enables the capture of SIGBUS (just as it is done on Darwin).
    
    Applying it fixes #6028 and #28464 (comment)
    gdonval committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    3eca1c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2017

  1. libsigsegv*: add an option to apply a patch

    Close #28536; this code is a bit different in style for 2.5,
    and avoids mass rebuild for the default version.
    vcunat committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    eef236d View commit details
    Browse the repository at this point in the history
  2. Merge #28536: libsigsegv: add enableSigbusFix option

    (It's partially changed version of the PR.)
    vcunat committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    017b33a View commit details
    Browse the repository at this point in the history