libprotobuf FATAL ../build/include/google/protobuf/repeated_field.h:659] CHECK failed: (index) < (size()): terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): CHECK failed: (index) < (size()):
I have searched our code to find if we have set any constraints on array size or similar, but it does not seem so. Is there any limitation to Protobuf that is causing this behavior, i.e. a max number of repeated fields? It seems that the number of repeated fields for messages that are not submodules can be higher though, without crashes occuring. Also, decreasing the number of the given submodule, or the number of its parent module (to decrease the total data size) have no effect.
We are using Protobuf version 2.4.1. (I guess this version is kind of outdated, is it recommendable to upgrade to the latest version?)
Regards
I have searched our code to find if we have set any constraints on array size or similar, but it does not seem so. Is there any limitation to Protobuf that is causing this behavior, i.e. a max number of repeated fields?
It seems that the number of repeated fields for messages that are not submodules can be higher though, without crashes occuring. Also, decreasing the number of the given submodule, or the number of its parent module (to decrease the total data size) have no effect.
We are using Protobuf version 2.4.1. (I guess this version is kind of outdated, is it recommendable to upgrade to the latest version?)
--
Regards
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+u...@googlegroups.com.
To post to this group, send email to prot...@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.