Re: Protobuf string serialization bug with statically linked protobuf 2.5.0

2016-02-16 Thread Tomasz Wiszkowski
person who knows enough about what's really going on to be scared" - P. J. Plauger 2016-02-11 15:20 GMT-08:00 Tomasz Wiszkowski : > A brief correction. > > I tried to identify further the problem by selectively linking > libraries. (-Wl,-Bstatic -lprotobuf.dll -Wl,-Bdynamic

Re: Protobuf string serialization bug with statically linked protobuf 2.5.0

2016-02-11 Thread Tomasz Wiszkowski
artificial add-on... i suspect recompilation still might resolve the issue... -- "My definition of an expert in any field is a person who knows enough about what's really going on to be scared" - P. J. Plauger 2016-02-10 10:54 GMT-08:00 Tomasz Wiszkowski : > Dear all, > >

Fwd: Protobuf string serialization bug with statically linked protobuf 2.5.0

2016-02-10 Thread Tomasz Wiszkowski
Dear all, I'm having problems with statically linked executables that use protocol buffers. I suspect the problem may be related to incompatibility between std::string implementation used to compile the library vs. current. If that's the case, the problem would likely go away with recompilation of