0
votes
0answers
45 views
Windows XP - Repairing Corrupt System32\Config\System File [closed]
My apologies for this long post. I would like to describe the mess I'm in then ask some questions about how to fix it:
Starting up my Windows XP SP1 machine I got the following m …
0
votes
1answer
12 views
_CrtCheckMemory before and after function return
hi!
following code:
_CrtCheckMemory();
vector<Vector3> samples = PoissonDisk::generate_poisson(m_resX-1, m_resY-1, minDist, 30, m_samples);
_CrtCheckMemory();
int s = sampl …
0
votes
3answers
31 views
is there any better algorithm of crc32 to check corruption of data?
i am receiving packets from a terminal device and then upon receiving packets on host side, i use crc32 algo to generate mac for packet data so that i can check is there any corru …
3
votes
2answers
54 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 usin …
1
vote
7answers
129 views
How to get the root cause of a memory corruption in a embedded environment ?
Hello,
I have detected a memory corruption in my embedded environment (my program is running on a set top box with a proprietary OS ). but I couldn't get the root cause of it.
the …
0
votes
3answers
63 views
iPhone OS memory problem - how to debug?
I have a pretty weird problem in my iPhone app which is, I think, related to memory getting corrupted:
At one point, I need to sort an array, which I do with -[sortArrayUsingFunct …
0
votes
2answers
56 views
Problem with priority_queue - Writing memory after heap
Hello again,
I am trying to use priority_queue, and program constantly fails with error message HEAP CORRUPTION DETECTED.
here are the snippets:
class CQueue { ...
…
0
votes
0answers
7 views
Repairing corrupt memos on dbase files.
Has anybody had a good experience and success with "repair tools"?
Especially free tools!
2
votes
2answers
773 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
&n …
2
votes
6answers
212 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 u …
0
votes
5answers
73 views
Events not working in MS-Access
The database that I am working on (in MS-Access XP) seems to have become corrupted somehow. It no longer supports any events - clicks, change, update events, nothing seems to work …
1
vote
2answers
82 views
Corrupted column in database
I have a SQL Server database. One of the tables has a column that, for lack of a better word, is acting corrupted. I can select * or even select that specific column and it works f …
1
vote
1answer
49 views
Access 2003/2007 Query contents wiped
Has anyone else come across a situation where the contents (SQL statement) of an Access 2003 or 2007 was completely wiped (the Query object still exists, the inner SQL does not)?
…
0
votes
1answer
183 views
How do you recover from an “incorrect key file” with MySQL (InnoDB)?
Incorrect key file for table 'widgets'; try to repair it
This is the error message MySQL gives me when attempting to apply a new index to an existing (very large) table. Of cour …
2
votes
3answers
1k 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: .git/objects/pack/ …
