Nix + dotnet | 126 Members | |
| 24 Servers |
| Sender | Message | Time |
|---|---|---|
| 2 May 2023 | ||
| * can reproduce now:
nixos-unstable d6b863fd9b7bb962e6f9fdf292419a775e772891 worked, 1a411f23ba299db155a5b45d5e145b85a7aafc42 is broken. will try to bisect this | 17:15:18 | |
| Redacted or Malformed Event | 18:02:23 | |
| 18:26:34 | |
| ugh mkNugetSource is using mono to run nuget | 18:44:46 | |
| possibly related: https://lore.kernel.org/all/32f156ba80010fd97dbaf0a0cdfc84366608624d.camel@intel.com/ | 18:46:07 | |
| * possibly related: https://lore.kernel.org/all/cb8dc31a-fef2-1d09-f133-e9f7b9f9e77a@sony.com/ | 18:47:36 | |
| I suppose kernel regression would make sense for this issue, wonder if anyone has reported this for mono as well | 19:54:45 | |
In reply to @raphi:tapesoftware.netI think Nuget itself is packaged with mono, as MS only seems to release a .exe for it? | 19:55:30 | |
the bug seems to only happen if the stars align. if i run nuget init outside of the nix sandbox it succeeds. i can also run a highly nontrivial mono application just fine. i can also run a tiny c program that calls mmap(... MAP_32BIT) inside of the nix sandbox. | 19:56:53 | |
yeah i was looking into it. the closest thing the .net core CLI has is dotnet nuget push which doesn't have the same semantics | 19:57:15 | |
| Wish there was a good way to git bisect through kernel versions to check if it is a regression lol | 20:04:10 | |