Top "Corruption" questions

Data corruption and integrity issues

How to resolve "Error: bad index – Fatal: index file corrupt" when using Git

After git init, I added and committed a few files, made some changes, added and committed. Set up the git …

git corruption
SQLite3 database or disk is full / the database disk image is malformed

My database is about 25 MB, and I've verified that the username accessing it, as well as the file permissions haven't …

file sqlite filesystems corruption
How to recover Git objects damaged by hard disk failure?

I have had a hard disk failure which resulted in some files of a Git repository getting damaged. When running …

git corruption data-recovery
Repair corrupted Git repository

My Git repository got corrupted after a couple of hard reboots due to power supply issues and now I'm unable …

git corruption
Why am I getting the error: "Not a JPEG file: starts with 0x89 0x50"

Why am I getting the message "Not a JPEG file: starts with 0x89 0x50" when I try to open my …

image png jpeg corruption
How to recover a corrupt SQLite3 database?

This is a follow up question to a previously answered post: Is there a command line utility for validating SQLite …

database sqlite corruption recovery
zlib decompression in python

Okay so I have some data streams compressed by python's (2.6) zlib.compress() function. When I try to decompress them, some …

python compression zlib corruption
What is the "Break instruction exception" in WinDbg?

I'm debugging some random crash bugs, but actually very difficult to go deep into. Because when i open crash dump, …

windows heap windbg breakpoints corruption
How to quickly check if a zip file is corrupted?

Does anyone have any ideas for how to pragmatically quickly check if a zip file is corrupted based on file …

compression zip unzip corruption
heap corruption detected | C++

I get this "heap corruption detected" message after running this code : uli& uli::operator =(char* n) { char* buffer = new …

c++ heap corruption