-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
build script "stacksize" option does not work with "test" task #14
Comments
I doubt a stack size of 16k is anywhere close to being enough. |
called "python ./build/build.py --help" and got: calling "run" with a stacksize of 16000000 there is an error stating "Invalid thread stack size -Xss16000000k" Terminal output ("python ./build/build.py --stacksize=16000000 test"): |
Yeah, I see now from looking at the source that we already have it appending So, please try |
sorry, no luck with both options. |
ah yeah sorry I think that’s the case actually yeah. I'll try to add support for those options to the `test* task soon.
You do not need that |
thank you for the quick help. you helped me alot. everything runs smooth now. |
Hello - newfag here, trying to build on raspberry pi 2:
"python ./build/build.py --stacksize=16384 build" does work.
"python ./build/build.py --stacksize=16384 run" does work
"python ./build/build.py --stacksize=16384 test" crashes with stackoverflow error
so i can't build it with the "all" option.
what can i do to resolve this error?
thanks
The text was updated successfully, but these errors were encountered: