Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix incorrect quiescent finalizer detection
We were checking and clearing the gc tag bits on a random memory location when running these quiescent finalizers (which do not point to julia memory, so they are not tag bits, but probably libc malloc metadata). Detected by ASAN (and also CI) Fixes #47171 Closes #47177
- Loading branch information