[protobuf] Compiling Protobuf with Matlab Addon

2014-07-02 Thread Emre Ozan Alkan
Is there anybody having issue to compile protobuf with matlab addon ? https://code.google.com/p/protobuf-matlab/issues/detail?id=12 Thanks for help. -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To unsubscribe from this group and stop

[protobuf] zeromq with protobuf segmentation fault while parsing in c++

2014-07-02 Thread Nayab Rasul
I am using zeromq with protobuf to send/recieve messages but code was crashing on receiver end while *ParseFromString *with Segmentation fault error. Scan is my message and i has float data types as repeated filed. *sender.cpp // part of code sending* *Scan proto_ls_msg;*

Re: [protobuf] zeromq with protobuf segmentation fault while parsing in c++

2014-07-02 Thread Henner Zeller
On 30 June 2014 00:41, Nayab Rasul rasulnra...@gmail.com wrote: I am using zeromq with protobuf to send/recieve messages but code was crashing on receiver end while *ParseFromString *with Segmentation fault error. Scan is my message and i has float data types as repeated filed.

[protobuf] Re: Issue 593 in protobuf: FatalException on calling SerializeAsString()

2014-07-02 Thread protobuf
Comment #4 on issue 593 by dave.b...@gmail.com: FatalException on calling SerializeAsString() http://code.google.com/p/protobuf/issues/detail?id=593 This exact same issue occurs for me too - and when I replace the usage of all bools with uint32s, the problem goes away. Looking through