You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RalfJung opened this issue
Aug 30, 2018
· 1 comment
· Fixed by #1269
Labels
A-leaksArea: affects the memory leak checkerA-shimsArea: This affects the external function shimsA-windowsArea: affects only Windows targetsC-bugCategory: This is a bug.
We currently ignore memory leaks on Windows. Likely, this is due to not properly executing TLS destructors, but I did not actually investigate. Debugging this requires a libstd with full MIR for Windows, which currently we do not know how to do cross-platform -- so, someone who's actually using Windows should take this.
The text was updated successfully, but these errors were encountered:
A-leaksArea: affects the memory leak checkerA-shimsArea: This affects the external function shimsA-windowsArea: affects only Windows targetsC-bugCategory: This is a bug.
We currently ignore memory leaks on Windows. Likely, this is due to not properly executing TLS destructors, but I did not actually investigate. Debugging this requires a libstd with full MIR for Windows, which currently we do not know how to do cross-platform -- so, someone who's actually using Windows should take this.
The text was updated successfully, but these errors were encountered: