-
Notifications
You must be signed in to change notification settings - Fork 5
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
MAX_SIG_SIZE limitation #3
Comments
@Henriojord Huh, nice find! I'll have a look if I see something obvious, or at least put a warning in the code. |
I'm not sure, but the bug seems to come from the variable "Delta", in "russel" function. |
This appears to be a limitation of You may be able to get around this by changing the default stack size allocation (e.g. via @Henriojord I suspect that if things failed in |
If you set the MAX_SIG_SIZE value upper than 1015, the program crashes with a segmentation fault.
The text was updated successfully, but these errors were encountered: