array "history" on PPC OS X

Stefan Frontzak <[email protected]> Sun, 7 May 2006 13:22:18 +0200
Newsgroups gmane.comp.gnu.chess.bugs
Message-ID <[email protected]>
Hi,
I get the following error when I try to run gnuchess 5.07 on OS X  
10.4.6:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x9672f5e8
0xffff862c in ___bzero () at /System/Library/Frameworks/ 
System.framework/PrivateHeaders/ppc/cpu_capabilities.h:187
187     /System/Library/Frameworks/System.framework/PrivateHeaders/ 
ppc/cpu_capabilities.h: No such file or directory.
         in /System/Library/Frameworks/System.framework/ 
PrivateHeaders/ppc/cpu_capabilities.h
(gdb) bt
#0  0xffff862c in ___bzero () at /System/Library/Frameworks/ 
System.framework/PrivateHeaders/ppc/cpu_capabilities.h:187
#1  0x00018b90 in Iterate () at iterate.c:73
#2  0x0001f554 in ponder () at ponder.c:50
#3  0x0001a1c0 in main (argc=965800, argv=0xcb780) at main.c:458

I tried to rename the array "history" and it works now, but i'm not  
sure whether this was my mistake or something that should be fixed.

Stefan