Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: compile and stability fixes #2253

Merged
merged 4 commits into from
Aug 28, 2019

Conversation

MonsieurNicolas
Copy link
Contributor

Description

This PR addresses a few Windows issues (does not effect other platforms).

  • Fuzz changes didn't compile on Windows
  • Fixed a crash on startup due to a missing initialization
  • Handle inheritance fix from Windows: fix race condition that causes spurious failures while adopting buckets #1987 was incomplete as we were still passing a flag telling CreateProcess to inherit handles. This solves a race condition where core was not able to adopt buckets reliably since 2015.
  • File system errors were cryptic Error code 32 instead of The process cannot access the file because it is being used by another process.

@MonsieurNicolas MonsieurNicolas added this to In progress in v11.4.0 via automation Aug 27, 2019
@marta-lokhova
Copy link
Contributor

r+ 2aac760

latobarita added a commit that referenced this pull request Aug 28, 2019
Windows: compile and stability fixes

Reviewed-by: marta-lokhova
@latobarita latobarita merged commit 2aac760 into stellar:master Aug 28, 2019
v11.4.0 automation moved this from In progress to Done Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v11.4.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants