Open oscardssmith opened 1 week ago
@oscardssmith @gbaraldi Should we add a Buildkite job that tests this, so we can make sure that this doesn't regress again in the future?
Alternatively, should we just have our build system override the value of JULIA_NUM_THREADS
and set JULIA_NUM_THREADS=1
when building?
IMO the medium term fix to this is that --threads=default
should be our actual default which would mean that buildkite would detect these issues. Our build system is supposed to override the number of threads we launch with (which recently broke, hence the issue)
I don't see any segmentation fault.
updated initial issue to be clearer.
Should we add a Buildkite job that tests this, so we can make sure that this doesn't regress again in the future?
Seems excessive to me when it is only a build issue.
This appears to have regressed on https://github.com/JuliaLang/julia/pull/56409. Specifically, wehn building Base, Julia aborts at
GDB ing the process shows