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
Currently, when starting ninja multiple times in the same directory the deps log and the build log can get clobbered such that ninja crashes the next time it tries to read the deps log. Build log recovery is more graceful, fortunately. Try to come up with a locking scheme that prevents writing bad data but also doesn't prevent multiple builds (if possible).
The text was updated successfully, but these errors were encountered:
Currently, when starting ninja multiple times in the same directory the deps log and the build log can get clobbered such that ninja crashes the next time it tries to read the deps log. Build log recovery is more graceful, fortunately. Try to come up with a locking scheme that prevents writing bad data but also doesn't prevent multiple builds (if possible).
The text was updated successfully, but these errors were encountered: