David Pacheco
David Pacheco
Thanks for that. It would be good to know that it works, and also to check for the breaking changes to "posix" that they won't affect us. Looks like the...
> I've finally found a way to add an rpath in a build script. > > If you invoke nightly cargo with `-Z extra-link-arg`, then you can use `cargo:rustc-link-arg` in...
Relatedly, if my last comment is correct, then I think that's a reason _not_ to do this with generic linker flags, but to first-class the idea of rpaths instead. Say...
@Be-ing I think that might leave out several important use cases. (I apologize in advance if I've misunderstood something!) > The unstable [`-l link-arg=arbitrary_linker_arguments`](https://github.com/rust-lang/rust/issues/99427) argument to rustc would be passed...
Is there more information that would be useful for debugging this? We're still seeing similar runtime failures and would love to get this understood.
I tried to reproduce this using @jmpesp's script. After a few hours, it failed with: ``` ##### ../test # go run run.go -- typeparam/list.go exit status 2 runtime: marked free...
@nshalman Thanks. My previous run was on a kernel that predated that fix. I updated to one that contains that fix and I'm still seeing similar issues. Thanks for the...
Yeah, I just ran with 1.19.2 and got: ``` + bash ./all.bash Building Go cmd/dist using /home/dap/go-test/bootstrap2. (go1.19.2 solaris/amd64) Building Go toolchain1 using /home/dap/go-test/bootstrap2. Building Go bootstrap cmd/go (go_bootstrap) using...
Sorry to drive-by this issue with a tangential one, but was anything determined about the `uintptr` casts that @prattmic mentioned above might be unsafe? I'm digging a bit into #53289...
Thanks -- that's helpful! Do you know what release(s) that will wind up in (or is there some way for me to figure that out)?