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

Re: test007 malloc(3) related failure



At 08:48 PM 9/8/2004, Kurt D. Zeilenga wrote:
>I found that test007 fails if I set MALLOC_OPTIONS=Z
>but haven't yet figured out which malloc(3) (or friend)
>is causing the problem.  (For info on MALLOC_OPTIONS, see
><http://www.openldap.org/software/man.cgi?query=malloc>).
>Haven't had time to narrow it down yet.

I've narrowed down this problem to slurpd's malloc of
the globals structure.  Odd thing is that use of a
calloc breaks things, where things work fine when
malloc is used.  Haven't yet figured out which
particular fields of the structure are causing the
problems yet.

Kurt