Closed
Description
With Julia 1.9.2 on FreeBSD 13.2, dllist()
returns 42 entries. With 1.10.0-beta1 and master
, it incorrectly returns 0 entries. The libdl
and binaryplatform
tests are failing for this reason. This is a regression introduced by #50162. Specifically, reordering the sources for symbol lookup to put the exe last caused this; the sanitizer parts of that PR are unrelated.