[Nix-dev] More news about the nix-env crash (was: SVN commit: nix - r31619 - nixpkgs/trunk/pkgs/tools/package-management/nix)

Mathijs Kwik mathijs at bluescreen303.nl
Thu Jan 19 22:23:03 CET 2012


I'm getting segfaults too
nix-env[20476]: segfault at 7fff36a64ff8 ip 00007ff54a86f7a1 sp
00007fff36a65000 error 6 in libexpr.so.0.0.0[7ff54a853000+64000]
nix 31616 on x86_64

config.nix: https://gist.github.com/1642727

On Thu, Jan 19, 2012 at 9:23 PM, Peter Simons <simons at cryp.to> wrote:
> Hi Eelco,
>
> nix-env 1.0pre31616 crashes on my system during "nix-env -u \* --always"
> when the following snipped is active in ~/.nixpkgs/config.nix:
>
>  {
>    packageOverrides = pkgs: rec
>    {
>      myLatex = pkgs.texLiveAggregationFun {
>        paths = [ pkgs.texLive pkgs.texLiveExtra ];
>      };
>
>      asymptote = pkgs.asymptote.override {
>        texLive = myLatex;
>      };
>
>      eukleides = pkgs.eukleides.override {
>        texLive = myLatex;
>      };
>    };
>  }
>
> That setup used to work fine with earlier version of Nix.
>
> Take care,
> Peter
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev


More information about the nix-dev mailing list