bug-guile
[Top][All Lists]
Advanced

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

Re: guile 1.6.8 make check failure on AIX 6.1


From: Neil Jerram
Subject: Re: guile 1.6.8 make check failure on AIX 6.1
Date: Sun, 03 Feb 2008 23:47:23 +0000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Rainer Tammer <address@hidden> writes:

> ERROR: srfi-4.test: u8 vector: u8vector? success - arguments:
> ((memory-allocation-error "make-u8vector" "Memory allocation error" #f
> #f))
[...]

Those errors would occur if realloc(NULL, 0) returns NULL on AIX.
(Whereas on GNU/Linux, it returns non-NULL.)  Can you try
realloc(NULL, 0) and confirm/deny that it gives NULL for you?

Thanks,
        Neil





reply via email to

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