-
Notifications
You must be signed in to change notification settings - Fork 390
Closed
Labels
A-leaksArea: affects the memory leak checkerArea: affects the memory leak checkerA-macArea: Affects only macOS targetsArea: Affects only macOS targetsA-shimsArea: This affects the external function shimsArea: This affects the external function shimsC-bugCategory: This is a bug.Category: This is a bug.
Description
We currently ignore memory leaks on macOS. Likely, this is due to not properly executing TLS destructors in _tlv_atexit
. Debugging this requires a libstd with full MIR for macOS, which currently we do not know how to do cross-platform -- so, someone who's actually using macOS should take this.
Metadata
Metadata
Assignees
Labels
A-leaksArea: affects the memory leak checkerArea: affects the memory leak checkerA-macArea: Affects only macOS targetsArea: Affects only macOS targetsA-shimsArea: This affects the external function shimsArea: This affects the external function shimsC-bugCategory: This is a bug.Category: This is a bug.