[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Tests fail on RedHat 6.0 (ITS#156)



Jochen Wiedmann wrote:
> 
> Hi, Kurt,
> 
> your patch fails. Perhaps the reason is a bug  in glibc itself:
> The db_open function doesn't check
> 
>         env.mp_info != NULL
> 
> but
> 
>         env != NULL
> 

Okay, this must be specific to the specific version of BerkeleyDB
distributed with glibc 2.1.

I'll try to sort out which versions of BerkeleyDB have this problem
and apply appropriate #ifdef'ing to -devel.  Once it works, the
changes can be applied to releng 1.2.

Kurt