linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CRAP it crashes
@ 2003-04-27 22:32 rmoser
  2003-04-27 23:20 ` rmoser
  0 siblings, 1 reply; 2+ messages in thread
From: rmoser @ 2003-04-27 22:32 UTC (permalink / raw)
  To: linux-kernel

Segfault in fcomp_push() in test.  Debugging.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: CRAP it crashes
  2003-04-27 22:32 CRAP it crashes rmoser
@ 2003-04-27 23:20 ` rmoser
  0 siblings, 0 replies; 2+ messages in thread
From: rmoser @ 2003-04-27 23:20 UTC (permalink / raw)
  To: linux-kernel



*********** 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/




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-27 23:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-27 22:32 CRAP it crashes rmoser
2003-04-27 23:20 ` rmoser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).