Opened 2 years ago
Last modified 2 years ago
#17870 closed bug
kernel stack trace when compiling nix crate — at Initial Version
Reported by: | hoanga | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta4 |
Component: | System/Kernel | Version: | R1/beta3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
hi,
i cannot compile and run tests for the rust nix crate on more recent versions of haiku. haiku support for the nix crate was merged into mainline in https://github.com/nix-rust/nix/pull/1703. with the (recent) https://github.com/nix-rust/nix/releases/tag/v0.25.0 crate release it has also been available as a crate as well.
i am attaching a screenshot of the stack trace that shows up when trying to compile inside of a virtualized instance. when attempting to build on plain hardware, the system just hangs and requires a hard reboot.
i have observed the system crashing on these nightly versions hrev55425 hrev56347
(note that on hrev56040 it seemed to build and run fine)
Steps to Reproduce
- install haiku and update to a recent nightly
- install rust (pkgman install rust_bin)
- checkout nix repo (git clone https://github.com/nix-rust/nix)
- try to build and run tests (cd nix && cargo build && cargo test)