On Tue, Nov 15, 2016 at 12:48 PM, Clifton Liu <[email protected]> wrote:
> Hi, > > I have compiled 2.6.1 protoc compiler and encountered a stack overflow > error. It does not happen to the build I have in VS 2012. Has anyone had to > compile proctoc/lib with VS 2015 and had run into the same issues ? Is > there any know fixes to this ? > I can only imagine a stack overflow when you run protoc against a really deeply nested proto definition. If you encounter the problem for fairly simple proto defs, I suggest you try the latest version (3.1.0) and file a bug to our github site if the stack overflow still occurs. > > Regards, > Cliff > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
