-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Floating point exception in builtin.c #1176
Comments
I just ran into this too. The issue is that due to the size of the dividend and the fact that the negative divisor inverts the sign, the result can not be represented in intmax_t. |
|
Something like the following hack fixes this particular crash, but the sin here is to have defined the
|
Tested against the current master and jqplay.org
gdb
Possibly related to #750 ?
The text was updated successfully, but these errors were encountered: