We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raised STORAGE_ERROR : stack overflow or erroneous memory access --ada_out: protoc-gen-ada: Plugin failed with status code 1.
I get this error when trying big .proto file. If I reduce the amount of data in the file then the error disappears.
The text was updated successfully, but these errors were encountered:
Could you provide .proto file or backtrace?
.proto
Sorry, something went wrong.
instruments.zip
First thing I'd try is to increment the environment task stack size, for example, on Linux that is controlled using:
ulimit -s <new-limit>
or even:
ulimit -s unlimited
@mgrojo is right. With ulimit -s 9216 (or more) it works. The reason is pretty printer fails to format the code. I'll think how to avoid this.
ulimit -s 9216
No branches or pull requests
raised STORAGE_ERROR : stack overflow or erroneous memory access
--ada_out: protoc-gen-ada: Plugin failed with status code 1.
I get this error when trying big .proto file. If I reduce the amount of data in the file then the error disappears.
The text was updated successfully, but these errors were encountered: