[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Memory leak in slapd with extended search notation (ITS#3146)
I have committed a fix to this in CVS for HEAD and REL_ENG_2_1. Please test.
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support
> -----Original Message-----
> From: owner-openldap-bugs@OpenLDAP.org
> [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of manon@manon.de
> Sent: Monday, May 17, 2004 5:43 PM
> To: openldap-its@OpenLDAP.org
> Subject: Memory leak in slapd with extended search notation (ITS#3146)
>
>
> Full_Name: Manon Goo
> Version: 2.1.17-3 (debian package)
> OS: Debian (kernel 2.4.25)
> URL:
> Submission from: (NULL) (212.255.51.203)
>
>
> Hello we have changed our query for postfix from:
>
> (&(|(mailLocalAddress=%u)(mailLocalAddress=%s))(objectClass=in
> etLocalMailRecipient)(maptype=aliases)(!(associatedDomain=%d))
> (!(associatedDomain=anydomain))(!(mailRoutingAddress=*|*))(!(m
> ailRoutingAddress=*:*))((mailRoutingAddress=*/*)))
>
> to
>
> (&(|(mailLocalAddress=%u)(mailLocalAddress=%s))(objectClass=in
> etLocalMailRecipient)(maptype=aliases)(|(associatedDomain:dn:=
> %d)(associatedDomain:dn:=anydomain))(!(associatedDomain=%d))(!
> (associatedDomain=anydomain))(!(mailRoutingAddress=*|*))(!(mai
> lRoutingAddress=*:*))((mailRoutingAddress=*/*)))
>
> since including
>
> (|(associatedDomain:dn:=%d)(associatedDomain:dn:=anydomain))
>
> in the querystring slapd seams to have a meory leak. It takes
> ~ 2 days until
> the
> process grows up to 250MB size.
>