-
Notifications
You must be signed in to change notification settings - Fork 11.1k
C++ v1.19.0 and v1.28.0 Segfault at MetadataMap::destroy() when trying to unit test #22551
Copy link
Copy link
Closed
Labels
disposition/help wantedMaintainers do not have enough resources to allocate to this at the moment. Help is appreciated!Maintainers do not have enough resources to allocate to this at the moment. Help is appreciated!kind/buglang/c++priority/P2
Description
What version of gRPC and what language are you using?
Currently using v1.19.0 but also tried in v1.28.0
What operating system (Linux, Windows,...) and version?
CentOS Linux release 7.7.1908
What runtime / compiler are you using (e.g. python version or version of gcc)
gcc 7.3.1
What did you do?
Trying to unit test grpc functions in gtest
TEST_F(ServerFunctionTest, ServerFunctionOK){
Request req;
Reply Rep;
ServerContext ctx;
}
What did you expect to see?
no Segfault
What did you see instead?
ServerContext Destructor throws a SegFault at grpc::internal::MetadataMap::destroy()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
disposition/help wantedMaintainers do not have enough resources to allocate to this at the moment. Help is appreciated!Maintainers do not have enough resources to allocate to this at the moment. Help is appreciated!kind/buglang/c++priority/P2
