Ben Kimock

Results 346 comments of Ben Kimock

I believe this use case with `VirtualAlloc` is exactly what's described in the issue description of https://github.com/rust-lang/miri/issues/3605. So I think there are two tasks here, making the memory system able...

Instead of ignoring the test on the target, can you add `-Zmiri-ignore-leaks` using the revisions system such as done in this test: https://github.com/rust-lang/miri/blob/60a720040d6c60656ab9cac0980e587d19d9c07a/tests/pass/tree_borrows/tree-borrows.rs#L1-L3

I think you need multiple revisions as in the example. Does the test now fail on Linux if you add a leak to it?

I was randomly reminded that this PR is still open, and it's open because I don't actually understand the linkage situation here. @bjorn3 does though, can you help me out?...

I am currently trying to install rustup on a t4g.nano instance running Ubuntu 22.04 and the unpacking is running out of memory. ``` info: profile set to 'minimal' info: setting...

The linked closed issue is about installing in a tmpfs mount, i.e. a system where disk and memory together come out of a 1 GB pool. I am trying to...