gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] Crash report for OS X Segmentation fault


From: Gunnar Farneback
Subject: Re: [gnugo-devel] Crash report for OS X Segmentation fault
Date: Tue, 08 Jan 2002 19:25:05 +0100
User-agent: EMH/1.14.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (sparc-sun-solaris2.7) (with unibyte mode)

Teun wrote:
> I think then this is a problem with stack overflow.
> We have seen something similar earlier on with
> the owl stack, which was much larger though.

Or heap overflow. I think it's odd that the compiler or linker can't
warn about this.

> I bet declaring this array as static or allocating
> it with malloc should also fix
> this problem.

I also think that's very likely. Allocating it as static would be
easiest and probably good enough.

/Gunnar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]