-
Notifications
You must be signed in to change notification settings - Fork 302
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
State condition failed in table:60 #1072
Comments
Thanks for the report. We're looking into this and will reply as soon as possible. |
I await with curiosity the resolution of the bug. |
Thanks for the code snippet. We have not found the specific cause, yet, but are tracking this internally and will update this issue once we have more info. |
Are any things special for this computer? Also, the code seems to be triggered in 32-bit only code. Thus, this PC seems to be running the 32-bit version of the lib. Does that match the actual CPU? |
No, this computer is not special and the process runs on the 32-bit platform because of other 32-bit dll dependencies. So far it has only happened on this computer but we can't be sure that it can't happen on others in the future. Thanks. |
Thanks. Still trying to reproduce this... So far no luck...
|
Thanks again for your help. As I said, it has only happened to us once on a production computer but we cannot share the database due to confidentiality. What we have seen is:
|
@asegurpe Thanks for these details! The new |
Hi, We have upgraded to 3.1.3 as you say and the stacktrace shows a different message:
Thanks. |
Thanks; interestingly it now fails a different location. Which is not exactly expected... Can you confirm that from your side, nothing changed? |
Yes, it is the same code and the same database. Thanks. |
Describe the bug
When querying a collection you get the error:
State condition failed in table:60
The problem occurs when the paging limit is greater than 1. When the paging limit is 1 it has no problem.
Basic info (please complete the following information):
To Reproduce
I don't know how reproduce it
Expected behavior
Find results
Code
Logs, stack traces
Additional context
We have had to rebuild the entire database to fix the problem, but we are concerned about it happening again.
The text was updated successfully, but these errors were encountered: