Skip to content
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

Oracle Berkeley DB Files Issue #3149

Closed
ghost opened this issue May 5, 2018 · 1 comment
Closed

Oracle Berkeley DB Files Issue #3149

ghost opened this issue May 5, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented May 5, 2018

  • Your Windows build number: Microsoft Windows [Version 10.0.17134.1]

  • What you're doing and what's happening:
    -Creation of Oracle BerkeleyDB databases corrupts the databases automatically, ever since the newest Windows Build update that happened today. Using a project that incorperates Oracle's BerkeleyDB 5.3, whenever relevant code is executed that should simply initialize the database, it gives the following errors:

BDB3012 databases.db: page 0: unpinned page returned
BDB0061 PANIC: Permission denied
BDB0060 PANIC: fatal region error detected; run recovery
BDB1581 File handles still open at environment close
BDB1582 Open file handle: databases/__db.001
BDB1582 Open file handle: databases/__db.002
BDB1582 Open file handle: databases/__db.003
BDB1582 Open file handle: databases/databases.db
BDB1582 Open file handle: databases/log.0000000001
BDB0060 PANIC: fatal region error detected; run recovery

Running recovery/verify on the database home directory says they are corrupt and able to be repaired successfully, however re-running executable just re-corrupts them as it worked perfectly on the prior build.

  • What's wrong / what should be happening instead:
    -The databases should be initialized correctly, as in the prior Windows 10 build WSL. Both Ubuntu and Debian distributions were attempted, and nothing else was changed prior to upgrading Windows 10 build version.
@therealkenc
Copy link
Collaborator

#902 et al (dating back to #658)

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

No branches or pull requests

1 participant