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: Tue, 05 Feb 2008 23:38:26 +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))
>>>
>> [...]
>>
>    t = (char*)realloc(NULL, 0);
>    if (t == NULL)
>    {
>        printf("is NULL\n");
>    }
>    else
>    {
>        printf("is not NULL\n");
>    }

> Under Linux: is not NULL
> Under AIX: is NULL
>
> This is an "old" AIX difference....

Thanks for confirming this.  Could you try the attached patch (for
1.8.3) and confirm that it fixes these errors?

Thanks,
        Neil

Attachment: null-alloc.patch
Description: Text Data


reply via email to

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