-
-
Notifications
You must be signed in to change notification settings - Fork 644
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
Assertion 'rc == 0' failed in mdb_page_dirty() #18726
Comments
If this is reproducible, then you likely have a corrupted LMDB store... we're currently not in a position to accept a copy of the database to triage that, so your best bet will likely be to remove If you find a sequence of steps that reproduces the problem (or it's recurring frequently) then please definitely re-open! |
Hmm, strange. I ran |
Both the The LMDB store contains all cache entries and their file/directory contents. |
The I don't know what to say about the LMDB store. I don't know how the LMDB store could have gotten corrupted. |
This happened on my system as well. Removing the LMDB store worked but I don't know how/why it got corrupted in the first place. Wanted to bring it up as it seems there is a bug somewhere |
I got another report of the error message
from yet another colleague who was unable to run the There is most certainly a bug somewhere. What is the path forward here? This issue was closed despite the fact that the problem clearly still exists. Please advise regarding a path forward. Thank you. |
Reopening per https://pantsbuild.slack.com/archives/C046T6T9U/p1690955357162709, which very reasonably points out that this keeps occurring, so it's unfortunate to have the issue be closed. Getting a sense of the behaviour here:
That said, as @stuhood points out, I imagine this might be very hard to narrow down without some more hints about the conditions, e.g. can you share your |
Yes, I work with @jtilahun on the same codebase |
Thanks @huonw for reopening this issue. The codebase is common among all of the occurrences I'm aware of. Yes, the other colleague I mentioned in my last comment hit this also on the same repository/codebase but on another machine. So that's a total of three discrete incidents of this (including my own) as of this writing. I understand that we'll need more information to help pinpoint what's happening. I sent our |
Describe the bug
Attempting the
export
goal with the--no-pantsd
argument results in failure on my system with the below error message:The error message indicates a possible relation to other bug reports, e.g. bmatsuo/lmdb-go/issues/131.
Pants version
2.15.0
OS
Linux
Additional info
The context is that attempting the
export
goal without the--no-pantsd
argument results in failure on my system with the below error message:According to the error message, disabling pantsd with the global option
--no-pantsd
is one possible troubleshooting step. However, attempting theexport
goal with the--no-pantsd
argument also results in failure on my system.The text was updated successfully, but these errors were encountered: