Re: [protobuf] Re: Bad data causes segmentation fault in google::protobuf::DescriptorPool::FindFileByName

2014-05-23 Thread patrickbrosi123
Fixed by holding a vector of GtfsRealTimeReader() pointers instead of the actual objects. Still no idea what causes it. Am Donnerstag, 22. Mai 2014 20:56:22 UTC+2 schrieb patrick...@googlemail.com: Okay, I narrowed it down. I am creating a pool of GTFS real-time readers. For this, I created

[protobuf] Dynamic generation of '.proto' file

2014-05-23 Thread Ambrish Rawat
I have been using protocol buffers to send strings of structured data across a client and a server. Until now I had a fixed structure, so I defined a '.proto' file and used the generated python stub to serialize the data. I now wish to generate the '.proto' file on the fly. Given some data

[protobuf] ProtoContractAttribute.Name Usage?

2014-05-23 Thread Sam Eaton
Hello, I was wondering if anyone could tell me what the Name property on the ProtoContractAttribute class is actually used for. Thanks for your time and help. -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To unsubscribe from this group

Re: [protobuf] Python and Java: different byte sequences and tag errors

2014-05-23 Thread Oliver Jowett
On 23 May 2014 22:06, Alessandro Sivieri alessandro.sivi...@gmail.comwrote: I don't think the communication channel is causing any problem, because the array sequences are not simply truncated but really different (I would expect them to be identical). Check again; it looks like your Java

Re: [protobuf] Python and Java: different byte sequences and tag errors

2014-05-23 Thread Oliver Jowett
On 24 May 2014 01:23, Oliver Jowett oliver.jow...@gmail.com wrote: On 23 May 2014 22:06, Alessandro Sivieri alessandro.sivi...@gmail.comwrote: I don't think the communication channel is causing any problem, because the array sequences are not simply truncated but really different (I would