Hello Ben!

Benjamin M. wrote:
> any idea how I could pinpoint any problem in it or create a subset?
Well, I hoped that some /md5s file would be read directly before the crash
- that could have told me *why* fsvs crashes here. The file itself could
help me, too; but this is a simple CRC algorithm.

Why it crashes for you I don't know yet -- and I didn't think that it
could *ever* crash, since it should be data-independent.

You could help me a bit and set a breakpoint in the "while (i<maxlen)"
line above - and document i, maxlen, *mb_f, and manber_parms for the steps
until it crashes.


Hmmm ... backtrack is even a "unsigned char", so there cannot be values
outside [0..255] which is the range of manber_parms.values ...
And since i<maxlen, data[i] should be defined, too.

You could try to use a temporary variable, to find out which part of this
expression doesn't work.


I'll take a few more looks.


Regards,

Phil


-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to