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
There is a workaround in 3.6.1 which came out yesterday, but for now, any programs linked against vcpkg's protobuf crash when calling google::protobuf::ShutdownProtobufLibrary() as I descrived on this other issue:
Calling google::protobuf::ShutdownProtobufLibrary() against a DLL build throws an Access violation reading location 0xFFFFFFFFFFFFFFFF exception
This is a heads up regarding this protobuff issue:
global std::once_flag variables don't work with Visual Studio
protocolbuffers/protobuf#4773
There is a workaround in 3.6.1 which came out yesterday, but for now, any programs linked against vcpkg's protobuf crash when calling google::protobuf::ShutdownProtobufLibrary() as I descrived on this other issue:
Calling google::protobuf::ShutdownProtobufLibrary() against a DLL build throws an Access violation reading location 0xFFFFFFFFFFFFFFFF exception
protocolbuffers/protobuf#4950
The text was updated successfully, but these errors were encountered: