Updates:
        Status: WontFix

Comment #2 on issue 302 by liuj...@google.com: Skip(count) fails when count offset >2^32 count type should be off_t, not int
http://code.google.com/p/protobuf/issues/detail?id=302

Protobuf is not designed to handle large messages. We didn't consider messages larger than 2GB from the very beginning. Could you please try to break the files into smaller ones?

If we really need to change the count type, we need to update all functions dealing with byte-size/offset, not only the Skip function.

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to