gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] DFA bug


From: Tanguy Urvoy
Subject: Re: [gnugo-devel] DFA bug
Date: Wed, 10 Oct 2001 17:13:40 +0200

Teun Burgers wrote:
> 
> Either we are overwriting something or there
> is a bug in glibc's malloc
> 
> Teun

I've got the same conclusion, 
there is probably an out of range somewhere in the hash table...


#1  0x400cdbfd in chunk_alloc (ar_ptr=0x40162040, nb=24) at
malloc.c:2541
2541    in malloc.c
(gdb) up
#2  0x400cd40a in __libc_malloc (bytes=16) at malloc.c:2643
2643    in malloc.c
(gdb) up
#3  0x804c1d7 in add_to_entry_list (pplist=0x8053628, l=0, r=514,
val=514) at dfa.c:662
662       new_entry = malloc(sizeof(entry_t)); 


-- 
----------------------------------------------------
Tanguy Urvoy http://www.irisa.fr/prive/Tanguy.Urvoy/
----------------------------------------------------



reply via email to

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