You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
-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.
The text was updated successfully, but these errors were encountered: