-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
VLOG causing crash #63
Comments
I'm getting also related to vlog db
Running on Windows 10 Pro |
Having the same issue. Actually, why does it need a DB file of 2GB size? |
When compressed, the directory contents are only 2-3 MB which makes me suspect that the process is writing repetitive information that bloats it up to the 2GB file size. The error posted by @arkanmgerges matches in part ErrTruncateNeeded from BadgerDB. This error is only referenced in UpdateSkipList() during memtable creation.
|
Wombat will enter a state where it always crashes immediately during startup before the GUI is visible. The issue is resolved when the VLOG file is deleted from the AppData\Roaming\Wombat\db directory. Not sure if it has to do with the size (2GB) or something else.
Running v0.50 on Windows 10.
db.zip
The text was updated successfully, but these errors were encountered: