Internal gds software consistency check


This error message usually means that something is wrong with the database file. It happens when Firebird expects to read some value on some particular place, but finds something else. Severity of the problem could range from harmless things like inability to read old record versions (not needed to anyone anyway) or broken indexes (could harm your queries and primary/foreign key constraints) to corrupt data.

Reasons for this can be various, from bad RAM module in the server, malfuncion of hard disk drive, to bug in filesystem or in Firebird engine. It's a common consequence of power failure and forced writes being off at the same time. Also, there are known cases when suspend to disk/hibernate messes up the filesystem cache for the database file.

In any case, make sure you stop the server, make a copy of database file and do all the diagnostics on the copy. GFIX can help you fix some of the errors and get database to a state where you can back it up. After checking for hardware problems, you should visit the appropriate mailing list (see FAQ #65) and present the problem you have (especially the contents of your firebird.log file).


Do you find this FAQ incorrect or incomplete? Please e-mail us what needs to be changed. To ensure quality, each change is checked by our editors (and often tested on live Firebird databases), before it enters the main FAQ database. If you desire so, the changes will be credited to your name. To learn more, visit our add content page.



All contents are copyright © 2007-2024 FirebirdFAQ.org unless otherwise stated in the text.


Links   Firebird   News   FlameRobin   Powered by FB: Home Inventory   Euchre  
Add content   About  

Categories
 Newbies
 SQL
 Installation and setup
 Backup and restore
 Performance
 Security
 Connectivity and API
 HOWTOs
 Errors and error codes
 Miscellaneous