You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. protoxs --cpp_out=. --out=. toto.proto
2.
3.
What is the expected output? What do you see instead?
Output files ;) => infinite loop, allocate all memory
I expect output xs files, with Foo->bar that can be undef
What version of the product are you using? On what operating system?
protoxs 1.1
Please provide any additional information below.
Try protoxs with this .proto
message Foo {
repeated Foo bar = 14;
}
message OUTPUT_FORMAT {
required Foo main = 3;
}
Original issue reported on code.google.com by [email protected] on 19 Dec 2011 at 11:12
Original issue reported on code.google.com by
[email protected]
on 19 Dec 2011 at 11:12Attachments:
The text was updated successfully, but these errors were encountered: