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
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
Fstream calls stat on written files (for reasons I don't understand) after emitting close event, and if a consumer uses and deletes the written file in close handler, stat causes crash.
I don't think fstream should touch the written file in any way after emitting close event.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What / Why
See tomayac/local-reverse-geocoder#39.
Fstream calls
stat
on written files (for reasons I don't understand) after emittingclose
event, and if a consumer uses and deletes the written file inclose
handler,stat
causes crash.I don't think fstream should touch the written file in any way after emitting
close
event.The text was updated successfully, but these errors were encountered: