NixOS RISC-V | 237 Members | |
| NixOS on RISC-V https://wiki.nixos.org/wiki/RISC-V https://pad.lassul.us/NixOS-riscv64-linux | 72 Servers |
| Sender | Message | Time |
|---|---|---|
| 31 Mar 2024 | ||
| At the very least those logs should tell you exactly which process segfaulted and a bit of information about what exactly it tried to do. | 20:54:10 | |
| i'm not seeing any segfaults in the logs | 20:56:37 | |
| https://github.com/NixOS/nixpkgs/issues/300550 | 20:58:15 | |
| i'll try to get it to crash again and see if i can find it | 20:58:26 | |
| would it show up in dmesg ? | 20:58:37 | |
| On the system that ran the build? There should definitely be something there at the timestamp at which it crashed... | 20:58:46 | |
I don't know, I never use dmesg | 20:58:55 | |
| yeah on the system that ran the build | 21:00:23 | |
| to be fair i don't really know what i'm looking for | 21:00:29 | |
| i skimmed the logs and tried to / search for SEG or FAULT but i couldn't find anything | 21:00:48 | |
| Example: | 21:01:11 | |
| In case you're not familiar: a segfault (short for segmentation fault) is what happens when a process tries to access memory that it isn't supposed to. | 21:02:51 | |
| couldn't find "unhandled" anywhere | 21:02:52 | |
| How odd. It probably wouldn't be very useful to you anyway, since they're quite low-level details. Just in case, maybe try | 21:03:51 | |
If nix store verify doesn't find any corrupted store paths, then it's definitely a bug in the program, the toolchain that produced the program, or the emulator emulating the platform the program was built for. | 21:05:07 | |
| fair | 21:05:19 | |
| the verify command finished with no errors so | 22:01:30 | |
| prolly not on my end | 22:01:39 | |
| Until it's fixed, you can add an overlay to disable the | 22:09:21 | |
| still waiting for the build to segfault lol | 22:10:00 | |
| https://github.com/NixOS/nixpkgs/pull/300571 | 22:22:12 | |
| ok the build segfaulted as expected, but unfortunately still no output in journalctl -ekf | 22:23:49 | |
| 1 Apr 2024 | ||
| ugh same issue with gnugrep after 2 hours | 02:24:21 | |
| this is so frustrating | 02:24:23 | |
In reply to @hive:the-apothecary.clubIt really sounds like there's something wrong with your system/emulator. (diffutils builds fine for me.) | 05:49:47 | |
| i don't know what that would be ? | 18:36:15 | |
| i wrote this script to push all packages of a specific architecture to a cachix cache | 23:55:53 | |
| 23:55:56 | |
| 2 Apr 2024 | ||
In reply to @alex:tunstall.xyztried again on a seperate machine, build failed | 05:57:29 | |
| Dont think its just on my end | 05:58:22 | |