The Wayback Machine - https://web.archive.org//web/20221021000242/https://github.com/erthink/libmdbx/issues/242
Skip to content
This repository has been archived by the owner. It is now read-only.

Signature upgrade failed #242

Closed
AskAlexSharov opened this issue Nov 20, 2021 · 3 comments
Closed

Signature upgrade failed #242

AskAlexSharov opened this issue Nov 20, 2021 · 3 comments
Assignees
Labels

Comments

@AskAlexSharov
Copy link
Contributor

AskAlexSharov commented Nov 20, 2021

mdbx_setup_dxb:15310 updating db-format signature for meta[1], txnid 568904, error -30779

It happens for rare users and I can’t reproduce it. What info I can provide here?

@erthink
Copy link
Owner

erthink commented Nov 20, 2021

Apparently the MDBX_PROBLEM (-30779) is raised here where mdbx_override_meta() called from here.
There seems to be some bug somewhere.

Immediately before the error message you specified, there should be another one clarifying the specific problem in the meta page.
Could you provide it?

@AskAlexSharov
Copy link
Contributor Author

AskAlexSharov commented Nov 20, 2021

mdbx_validate_meta:13651 meta[1] used-bytes (1740878180352) beyond filesize (1740877877248), skip it
mdbx_validate_meta:13651 meta[1] used-bytes (1740878180352) beyond filesize (1740877877248), skip it
mdbx_validate_meta:13651 meta[1] used-bytes (1740878180352) beyond filesize (1740877877248), skip it
mdbx_setup_dxb:15310 updating db-format signature for meta[1], txnid 568904, error -30779

@erthink
Copy link
Owner

erthink commented Nov 20, 2021

Got it and is coincided with my guess.
This is a minor bug that I will fix before the end of the day.
Thank you for reporting.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants