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/nix
base: de71335e4d7e
Choose a base ref
...
head repository: NixOS/nix
compare: 27d1c052ae4e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 11, 2018

  1. libstore/gc.cc: ignore ESRCH when reading /proc

    If a process disappears between the time /proc/[pid]/maps is opened and
    the time it is read, the read() syscall will return ESRCH. This should be ignored.
    symphorien committed Jun 11, 2018
    Copy the full SHA
    8c567af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2223 from symphorien/esrch

    libstore/gc.cc: ignore ESRCH when reading /proc
    edolstra committed Jun 11, 2018
    Copy the full SHA
    27d1c05 View commit details
    Browse the repository at this point in the history