Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-12 | Silence some warnings on GCC 4.9 | Eelco Dolstra | 1 | -1/+1 | |
2014-10-31 | Shut up a clang warning | Eelco Dolstra | 1 | -1/+1 | |
2013-08-07 | Respect MINSIGSTKSZ when allocating an alternative stack | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/5663577 | |||||
2013-07-30 | Detect stack overflows | Eelco Dolstra | 1 | -0/+72 | |
Previously, if the Nix evaluator gets a stack overflow due to a deep or infinite recursion in the Nix expression, the user gets an unhelpful message ("Segmentation fault") that doesn't indicate that the problem is in the user's code rather than Nix itself. Now it prints: error: stack overflow (possible infinite recursion) This only works on x86_64-linux and i686-linux. Fixes #35. |