[protobuf] segfault when deserializing under high concurrency

2013-10-15 Thread chris
So part of this is a mono bug, segfaults shouldn't be happening in managed code period. I'm embedding mono 3 in a java app and consistently get the following when deserializing a simple protobuf message. Stacktrace: at unknown 0x at (wrapper managed-to-native)

Re: [protobuf] segfault when deserializing under high concurrency

2013-10-15 Thread Marc Gravell
Firstly: exactly what version is this? There was a bug in 663 relating to threading (and which only exhibited after extended usage) that was fixed in something like 668. If you are using something = 663 and 668 then please update and retry. Marc (protobuf-net) On 15 Oct 2013 16:22,

Re: [protobuf] segfault when deserializing under high concurrency

2013-10-15 Thread chris
I was using 668, but this is a mono bug with reading streams I confirmed it with just reading from the stream myself. Rather annoying, I updated to the latest mono 3 master because of a threading bug that was fixed 2 weeks ago, now this:) Chris On Tuesday, October 15, 2013 10:45:46 AM UTC-7,

[protobuf] store large data into files using protobuf

2013-10-15 Thread Rahul Vishnoi
Hi All, i wanna store 1 billion unique numbers into files using protocol buffer but the default file size limit is set 64MB how can i store 1 billion numbers into file. Thanks -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To