Benno Fünfstück
Benno Fünfstück
This is https://github.com/google/sanitizers/issues/837. `rustc` always creates `PIE` executables by default (you can disable this with `-C relocation-model=dynamic-no-pic`)
Actually, this used to work, but was broken in 99e470e62f61913f1fe013b7ba7a71990d8c6672, because only `nix-prefetch-git` supports json output. Perhaps we should adapt the remaining nix-prefetch-scripts in nixpkgs to support json output as...
Yes
Maybe the reason that running 8 linkers in parallel causes the system to crash is that linking often requires a lot of RAM when using GHC? So if that's the...
Thank you for the feedback! This is very valuable to me, as those are issues I didn't see myself since I'm blinded by already knowing how it's supposed to be...
Thanks for your feedback! I've opened a new issue for estimating dump size before generating a dump (https://github.com/bennofs/wdumper/issues/12). > I'd like to kill two of my dumps in the queue,...
Thanks for reporting this! It looks like the file has been truncated, but I couldn't find out why this has happened :disappointed: According to the database, the run that generated...
@Yamakaky any suggestions on how to deal with this case? Do I need to use a "flat" error hierarchy?
@Yamakaky That would only work if I used `links` I believe.
@Yamakaky the problem with using links is that I won't get nice hierarchical error messages for the remaining, non special causes. For example, I wouldn't be able to get: ```...