-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
system:freebsdAffects only FreeBSDAffects only FreeBSDupstreamThe issue is with an upstream dependency, e.g. LLVMThe issue is with an upstream dependency, e.g. LLVM
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.
Metadata
Metadata
Assignees
Labels
system:freebsdAffects only FreeBSDAffects only FreeBSDupstreamThe issue is with an upstream dependency, e.g. LLVMThe issue is with an upstream dependency, e.g. LLVM