-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Assertion error in protoc.exe built by VS2017: CHECK failed: file != NULL #4874
Comments
Minimal repro: |
I think this is the same as #4773 |
Interestingly, when building with VS2015, I don't see protoc crashing - I only see it for VS2017 (see grpc's build https://source.cloud.google.com/results/invocations/1322c557-38df-4b30-b5bc-a1d70f21a93d/targets/github%2Fgrpc%2Faggregate_tests/tests;passed=true) |
@sigiesec you're right, thanks! There seems to be a fix for this in progress, I'll try to expedite it and push for protobuf 3.6.1 patch release. |
Closing as this is a duplicate of #4773 |
protoc v3.6.0 on windows (built using VS2017)
crashes with an assertion:
[libprotobuf FATAL C:\Users\jtattermusch\github\grpc\third_party\protobuf\src\google\protobuf\generated_message_reflection.cc:2372] CHECK failed: file != NULL
The text was updated successfully, but these errors were encountered: