gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] 3.5.4 on Tru64: assertion failure in ld_owl


From: Paul Pogonyshev
Subject: Re: [gnugo-devel] 3.5.4 on Tru64: assertion failure in ld_owl
Date: Mon, 2 Feb 2004 20:45:40 +0200
User-agent: KMail/1.6.50

address@hidden wrote:
> ld_owl test 17 results in an assertion failure:
> 
> ***assertion failure:
> owl.c:3611 - list->pattern_heap != 0L near PASS***
> 
> the problem is that list->counter is 0 in the malloc call
> at line 3609. The tru64 malloc returns NULL when
> allocating 0 bytes. This behaviour may deviate for
> other malloc implementations. The cygwin malloc
> for instance according to the man-page returns a
> non-null pointer when allocating 0 bytes.

This must be solvable with `configure' script.  There is
a AC_FUNC_MALLOC() macro.  However, maybe it is easier to
alter the code.

I can work on Autoconf-based solution.  Let me know if it
is what we would like.

Paul




reply via email to

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