-
Notifications
You must be signed in to change notification settings - Fork 20
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
Introduce max-values for all numbered parameters (was: Abort Trap: 6 error when parameters are wrong) #92
Comments
thank you for the report! I will try to reproduce it next week! |
Okay, so I ran into the same error message after I had made my own database. What causes this error? How can I fix it? Thanks! |
Thank your for your reports on this. Please tell me first of all which lambda version you are using! |
Hi, I tried both lambda-1.9.2-Darwin-x86_64 and lambda-1.0.1-Darwin-x86_64 on macOS 10.12.3. Both had the same problem. |
@ewersSaucedo As I understand it, this problem only occurs if the parameters are not valid anyways. So if you find out which parameter is causing the issues, you should be able to get around this problem. Maybe check the allowed ranges for numeric parameters and the allowed values for others against the values you use. |
@AlexanderFillbrunn @ewersSaucedo It seems like it might be different issues leading to the same error. Can you post full command lines that you executed and a full log of the program so I can see when/where it crashes? |
@AlexanderFillbrunn I have just added upper bounds to all parameters: a7e2e71 @ewersSaucedo If your issue was unrelated to wrong parameters, can you open a new issue with more details? Thank you! |
When given the -d option with a wrong file or passing invalid parameters to -nm (I tried 999999999999, but this seems to be too large) lambda simply exists with the error "Abort Trap: 6". I think a more descriptive error message could help understand the issue better.
The text was updated successfully, but these errors were encountered: