Re: [protobuf] Segfault when parsing data.

2020-08-24 Thread 'Adam Cozzette' via Protocol Buffers
I suspect that your build is mixing your downloaded 3.12.3 protobuf source with a different protobuf version installed by your distro's package manager. I would recommend making sure that your project is only compiling against one version of protobuf. Also, I don't think this is related but you

[protobuf] Segfault when parsing data.

2020-08-24 Thread Test Last
Hi everyone I ported a ODBC Driver that works in an RPC fashion from windows to linux. The port was actually quite trivial since the code was already Cross OS Friendly. The protobuf has never been an issue on Windows side. The protobuf package was V3.12.3 and was also installed by visual