Re: CRAP it crashes

From: rmoser (mlmoser@comcast.net)
Date: Sun Apr 27 2003 - 18:20:11 EST


*********** REPLY SEPARATOR ***********

On 4/27/2003 at 6:32 PM rmoser wrote:

>Segfault in fcomp_push() in test. Debugging.

fcomp_scan() being dumb. I have to alter it. Also a little bit in fcomp_push()
(I thought realloc(0, n) would be like malloc(n)).

BruteForce() needs to be altered a bit because of a compiler bug:

for (j = 0; blah blah; j++){ }

must become

for (j = 0; blah blah; ) { j++; }

For some odd reason. Debugging, it seems to infinitely loop here and
leave j as 0.

You know it would help if someone would grab GDB, grab the source,
and debug it! My head is starting to hurt....

Any takers?

--Bluefox Icy
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Apr 30 2003 - 22:00:27 EST