Replies: 2 comments 3 replies
-
My guess is this is an STL exception and not in the OR code. In gdb try 'catch throw' to see when it is being thrown. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is odd... 48000*96000 = 4608000000. Ah. overflow.
gives me:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to debug it, but I searched the code and couldn't find this error message in the source.
Beta Was this translation helpful? Give feedback.
All reactions