gnugo-devel
[Top][All Lists]
Advanced

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

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


From: a . rburgers
Subject: [gnugo-devel] 3.5.4 on Tru64: assertion failure in ld_owl
Date: Mon, 02 Feb 2004 17:08:36 +0100

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.

Teun






reply via email to

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