raulcd commented on PR #43417:
URL: https://github.com/apache/arrow/pull/43417#issuecomment-2252995480

   I am currently trying to understand why `protoc` fails on flight with 
`SIGSEGV`:
   ```
   [143/176] Generating Flight.pb.cc, Flight.pb.h, Flight.grpc.pb.cc, 
Flight.grpc.pb.h
   FAILED: src/arrow/flight/Flight.pb.cc src/arrow/flight/Flight.pb.h 
src/arrow/flight/Flight.grpc.pb.cc src/arrow/flight/Flight.grpc.pb.h 
/tmp/arrow-build/src/arrow/flight/Flight.pb.cc 
/tmp/arrow-build/src/arrow/flight/Flight.pb.h 
/tmp/arrow-build/src/arrow/flight/Flight.grpc.pb.cc 
/tmp/arrow-build/src/arrow/flight/Flight.grpc.pb.h 
   cd /tmp/arrow-build/src/arrow/flight && 
/opt/vcpkg/installed/x64-linux/tools/protobuf/protoc -I/arrow/cpp/../format 
--cpp_out=/tmp/arrow-build/src/arrow/flight /arrow/cpp/../format/Flight.proto 
&& /opt/vcpkg/installed/x64-linux/tools/protobuf/protoc -I/arrow/cpp/../format 
--grpc_out=/tmp/arrow-build/src/arrow/flight 
--plugin=protoc-gen-grpc=/opt/vcpkg/installed/amd64-linux-static-release/../x64-linux/tools/grpc/grpc_cpp_plugin
 /arrow/cpp/../format/Flight.proto
   --grpc_out: protoc-gen-grpc: Plugin killed by signal 11.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to