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

Stack Overflow at search_candidates on win32



> Hello,
> 
>       I can reliably crash slapd on win32 by running LdapBrowser282b2.
> this problem is as some same as the one before,
>  http://www.openldap.org/lists/openldap-devel/200203/msg00083.html
> according to that information, to void stack overflow,
>  I build slapd with compile option of  /F 16000000 in VC, 
> I browser LDAP first time with base DN "cn=Manager,dc=example, dc=com",
> the  problem appear still,
> 
> I don't know whether there are some problems in slapd.conf or test.ldif.
> who can help me. 
> my enviroment is 
> openldap-stable-20030107 + db-4.0.14 + cyrus-sasl-2.1.10 
> 
> main context in slapd.conf
> 
> include E:\\OpenLDAP\\SYSCONF\\schema\\core.schema
> include E:\\OpenLDAP\\SYSCONF\\schema\\cosine.schema
> include E:\\OpenLDAP\\SYSCONF\\schema\\inetorgperson.schema
> include E:\\OpenLDAP\\SYSCONF\\schema\\misc.schema
> include E:\\OpenLDAP\\SYSCONF\\schema\\openldap.schema
> 
> database	bdb 
> suffix	"dc=example, dc=com"
> rootdn	"cn=Manager,dc=example, dc=com"
> 
> test.ldif is
> 
> dn:dc=example,dc=com
> objectclass:dcObject
> objectclass:organization
> o:Example Company
> dc:example
> 
> dn:cn=Manager, dc=example,dc=com
> objectclass:organizationalRole
> cn:Manager
> 
> 
> 
> Best Regards,
> Robin Zhang
> BNC,#538,
>