Isaac Nudelman
Isaac Nudelman
Fastest repro is libbsd, but this affected almost all packages when I had these flags set globally. CFLAGS=`-O3 -march=native -g -fPIC -pipe` LDFLAGS=`-fuse-ld=mold -Wl,-q` System: 5.18.3 zen, Gentoo, 5900hs/16GB Compiler...
Take a JavaFX project with two lockfiles (one for windows and one for linux): ```starlark maven.install( name = "windows", artifacts = [ "org.openjfx:javafx-graphics:win:17", "org.openjfx:javafx-controls:win:17", "org.openjfx:javafx-fxml:win:17", "org.openjfx:javafx-base:win:17", ], lock_file = "//:windows_install.json",...
Attempting to debug LLVM opt, crash only happens with a Bazel development build (`-O3 -g -UNDEBUG -fno-omit-frame-pointer -fsanitize=address,undefined`, LLVM commit `44718311dee486f1823876e8af9100afcc50041b`); regular release binaries seem to be fine. Can provide...