x64 lea
assertion failure in threadstatic on freebsd-x64
#105588
Labels
Milestone
lea
assertion failure in threadstatic on freebsd-x64
#105588
Uh oh!
There was an error while loading. Please reload this page.
This assertion is failing on freebsd-x64 with debug build suggesting the expected
lea
instruction is not found, duringdotnet publish
command execution:runtime/src/coreclr/vm/threadstatics.cpp
Line 880 in 67d5c92
Commenting out the assertion let us publish the app, so I'm not sure how critical it is. FreeBSD also uses ELF and .so dynamic libs.
The text was updated successfully, but these errors were encountered: