Tagged Questions
The corruption tag has no wiki summary.
27
votes
3answers
18k views
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 fsck --full I get the following output:
error: ...
11
votes
2answers
201 views
Creating objects suddenly begins failing after they have been loaded in memory successfully
Behavior:
Application is loaded and being used as expected.
Suddenly, a particular DLL can no longer be loaded. The error message is:
ActiveX component cannot create object.
In each case, the object ...
11
votes
7answers
3k views
How can a SVN repository become corrupt?
A few times already, I got into situations where one of my SVN repository got corrupt and we could do anything with some versions or branches of the project without really knowing what we did. So I'm ...
9
votes
3answers
2k views
Android database corrupt, but can open in SQLite Manager. Recoverable?
In the latest two weeks, without releasing an update to my app, I have started getting a bunch of reports with corrupted databases. Below is the stacktrace. Android cannot open the database, and ...
9
votes
8answers
3k views
Tracing memory corruption on a production linux server
Guys, could you please recommend a tool for spotting a memory corruption on a production multithreaded server built with c++ and working under linux x86_64? I'm currently facing the following problem ...
7
votes
4answers
3k views
Efficiently detect corrupted jpeg file?
Is there an efficient way of detecting if a jpeg file is corrupted?
Background info:
solutions needs to work from within a php script
the jpeg files are on disk
manual checking ...
6
votes
1answer
383 views
CVS checkout ignore corrupted files
Is there a way to have CVS checkout everything and if it hits corrupted files it will just skip them and go on?
5
votes
4answers
498 views
C++ Heap Corruption
I haven't done any C++ in a while, but decided to finish a big project I was working on for someone. I am getting the following error message now though...
HEAP CORRUPTION DETECTED: after Normal ...
5
votes
2answers
868 views
ExtJS & Internet Explorer: Layout corruption with scrollbars
I am having some problems with Internet Explorer. I have a Window with one Fieldset containing a few Components - all ExtJS elements.
The window is resizable and I want the scrollbars to appear when ...
5
votes
3answers
1k views
What can I do with Git corruption due to a missing object?
I just went to clone a repository on another remote server and ran into an issue trying to do so:
git clone git@codebasehq.com:blah/blah/docs.git
Cloning into docs...
remote: Counting objects: 343, ...
5
votes
2answers
315 views
Tools for Dealing with Stack Corruption in c++
EDIT: Due to a comment that was right about my example I removed it and turn this into a generic question:
Some times in my projects I come across stack corruption. No matter how much I fight to ...
5
votes
2answers
254 views
Does using msysgit lead to repository corruption?
While stumbling through the chromium code documentation, I came across this post:
http://code.google.com/p/chromium/wiki/UsingGit#Windows
If you are using msysgit, you are
asking for trouble. ...
5
votes
2answers
3k views
fatal: git-write-tree: error building trees
I'm trying to import a large subversion repository into git using git-svn (so that I can work in git but still dcommit to subversion from time to time). After importing more than 4000 revisions I'm ...
5
votes
1answer
945 views
Recovering from Subversion corruption
Something has gone wrong in subversion and now I am facing
svnadmin: Invalid diff stream: [tgt] insn 0 starts beyond the target view position
if I try to make dump from repository. We have another ...
4
votes
2answers
97 views
Cookie Corruption
I have a weird issue with a php redirect script that does the following:
Plant a cookie in the user's browser, or read the existing cookie if there is one.
Redirect the user to another url (the URL ...
4
votes
1answer
207 views
resolving corruption in SQL Server Compact Edition database files
This is not a query. Its a summary of our solution to get around the problem of corruption in SQL Compact Database files with (almost) definite success. SQLCE Corruption is a very common problem. ...
4
votes
1answer
167 views
ASP.NET Sessions Corrupted Under Load
We are seeing, under load, session data becoming corrupted or missing, but the sessions themselves remain present.
Our website is hosted on IIS 7 running ASP.Net 4.0 and using InProc session state in ...
4
votes
3answers
519 views
Downloading a file from a FTP site with java: corrupted data
I'm trying to download a gzipped file (~390Mo) from a FTP file using java. But the program stops after reading a few lines.
Here is the minimal program for this problem:
import java.net.*;
import ...
4
votes
1answer
831 views
Git responds with 'error in sideband demultiplexer'
I have two servers set up (as far as I know) exactly the same. On one of them, committing with git has always been fine, however on the second one, I've started getting this error:
fatal: The ...
4
votes
2answers
210 views
RAD Studio 2009 Ctrl+Z Buffer Corruption Bug
Now this has happened to me twice this week alone: when I press Ctrl+Z a number of times in RAD Studio 2009, the editor buffer gets corrupted. The current and nearby lines get filled with nonsense ...
4
votes
3answers
187 views
Strange PHP output corruption
I'm having a very strange output corruption on one of my PHP sites. Sometimes, a piece of HTML code is displayed, rather than the tags being interpreted. It looks like some characters are missing, ...
4
votes
2answers
715 views
String corruption and nonprintable characters using XML::Twig in Win32 Perl
This is a really weird problem. It's taken me practically all day to whittle it down to a small executable script that demonstrates the problem fully.
Problem Summary: I'm using XML::Twig to pull ...
4
votes
3answers
387 views
C++: How is it possible that reading data can affect memory?
I've been going deeper into C++ recently and my bugs seem to get complex.
I have a vector of objects, each object contains a vector of floats. I decided I needed to create a further flat array ...
4
votes
1answer
6k views
How to obtain a correct dump using mysqldump and single-transaction when DDL is used at the same time?
I'm new to MySQL and I'm figuring out the best way to perform an on-line hot logical backup using mysqldump. This page suggests this command line:
mysqldump --single-transaction --flush-logs ...
4
votes
14answers
1k views
What can modify the frame pointer?
I have a very strange bug cropping up right now in a fairly massive C++ application at work (massive in terms of CPU and RAM usage as well as code length - in excess of 100,000 lines). This is running ...
4
votes
5answers
337 views
How to fix possible db corruption?
I'm at a client doing some quick fixes to their access application. It was a while I had a go with access, but I'm recovering quickly. However, I've discovered an interesting problem:
For some ...
3
votes
2answers
167 views
fwrite() File Corruption C++
I'm somewhat of a newbie to C++ (moving from C#) so I'm not exactly sure what's going on here. What I'm trying to do is read an image out of a file and write it to an output file, but whenever I do ...
3
votes
1answer
95 views
Java File Corruption issue
I have a java application which is doing a lot of file operations. For each file processing (task) I will open one log4j file for writing the task log. In each task I am opening one file and doing ...
3
votes
2answers
5k views
Django: cannot import name
I've just encountered a very annoying problem while deploying new updates to my website. I have two seperate websites whereas one of them is a development version. Now when I want to apply my changes ...
3
votes
4answers
188 views
heap corruption in c++
I'm getting an error in runtime when I run my code in visual c++ 2010.
void dct2(){
float** G = new float*[len];
for(int u = 0; u < len; u++){
G[u] = new float[len];
...
3
votes
2answers
946 views
git svn: Delta source ended unexpectedly
I'm using git svn for svn repo. My colleague commited to repo some native libraries and i can't rebase my trunk after that:
D native/libVal.so.v8.0.38za
A native/libHelpVAL.so
...
3
votes
2answers
312 views
Problem with averaging corrupted images to eliminate the noise in MATLAB
I want to average some .jpg images which are corrupted by zero-mean Gaussian additive noise. After searching around, I figured out to add the image matrices and divide the sum by the number of ...
3
votes
2answers
68 views
Rows between two index entries?
First time poster here. I'm having problems re-importing a database dump made by mysqldump. I ran mysqldump with the order-by-primary option, and I had it run on a table with a unique key (and no ...
3
votes
3answers
5k views
SQL Server 2005 SSIS Data Transfer SQL to Excel Corrupts Excel File
I have an SSIS package that exports data from a table on a SQL Server 2005 database to an Excel Spreadsheet.
The spreadsheet in question has 15 sheets, and I am trying to populate values on one of ...
3
votes
6answers
693 views
What can cause SVN Update to merge incorrectly?
I got an email a few days ago from someone who was having trouble building a Delphi project I have on Google Code. The project file and one of the DFM files were munged after he updated with some ...
3
votes
7answers
5k views
Stack corruption in C++
In C++, in which way the stack may get corrupted. One way I guess is to overwriting the stack variables by accessing an array beyond its boundaries. Is there any other way that it can get corrupted?
3
votes
4answers
3k views
Problems with Windows Installer Package
I have a client that is having problems with our the .msi installer for our application. Wix was used to create this installer. The application has installed just fine on dozens of other machines, ...
3
votes
5answers
327 views
Blackbox type data logging
In a Linux embedded application I'm developing, there is the need to record some events that happen from time to time. These records are saved on a MTD flash device and once written there is no need ...
2
votes
3answers
430 views
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 to fix it (I was in the middle of staging some files at the last power failure)
$ git ...
2
votes
7answers
117 views
Heap corruption when using dll code
I have some code that I need to place in a common library dll. This code, a class CalibrationFileData, works perfectly fine when it's built as part of the current project. However, if ...
2
votes
2answers
100 views
Corrupted offset in call instruction
The last few days have been spent debugging a very strange problem. An application built for i386 running on Windows crashed, with the top of the callstack completely corrupted and the instruction ...
2
votes
2answers
218 views
PHP File Upload corrupted JPEGS
We have a web app using Andrew Valums ajax file uploader, if we kick off 5 - 10 image uploads at once, more often then not at least 2 or 3 will result in the same gd error "Corrupt JPEG data"
...
2
votes
1answer
95 views
Strange newline issue after DLL call C++ Windows
The Problem
I'm developing an 32 bit unmanaged application in C++ on Windows using Visual Studio 2010. Forgive my lack of Windows knowledge as I usually develop on *nix.
Initially, in my program ...
2
votes
1answer
123 views
Suitable hash function for data corruption
What is the most suitable hash function for file integrity checking (checksums) to detect corruption?
I need to consider the following:
Wide range of file size (1 kb to 10GB+)
Lots of different file ...
2
votes
2answers
432 views
Transmission of float values over TCP/IP and data corruption
I have an extremely strange bug.
I have two applications that communicate over TCP/IP.
Application A is the server, and application B is the client.
Application A sends a bunch of float values to ...
2
votes
3answers
472 views
Heap corruption during SetClipboardData()
I'm not sure what is the root cause for getting such error(Heap Corruption) from the below code. When i step through the program, the TCHAR value is properly allocated and copied to the clipboard ...
2
votes
1answer
297 views
git fsck reporting “sha1 mismatch”
We have the following problem while running the git fsck --full --strict command:
error: sha1 mismatch ced885d12a0677f2db9025e1e684c72e67283fcd
error: ced885d12a0677f2db9025e1e684c72e67283fcd: ...
2
votes
3answers
2k views
What's 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, only find one error:
0:000> .exr -1
ExceptionAddress: 00000000
ExceptionCode: ...
2
votes
4answers
425 views
VS corrupted .sln file?
When I try to open my .sln file, Visual Studio quits on me. I can open it by opening up TFS, getting a specific version, choosing the latest version, forcing an overrwrite, opening up the .sln file, ...
2
votes
3answers
496 views
g++ Double Free or corruption…But How?
I seem to be having problems with my code and wondered if you guys could help me locate the problem...I have tried using gdb and valgrind, the latter being 'more' useful but still i am unable to fix ...