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

Assertion `lm =! ((void *)0)' failed (ITS#800)



Full_Name: Yohann Fourteau
Version: 2.0.4
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.57.228.4)


I use gq (openldap library on a linux box) to browse
my Netscape Directory Server (which is on a solaris box). 

When I try to look at the schema and to browse it, gq crash with that error
message :
gq: result.c:823: ldap_msgfree: Assertion `lm =! ((void *)0)' failed.
Aborted.

In the server log (NDS solaris), I have : 
[03/Oct/2000:15:54:58 +0200] conn=281 op=-1 fd=33 closed - B1
[03/Oct/2000:15:59:21 +0200] conn=295 fd=33 slot=33 connection from
192.168.42.21 to 192.168.16.35
[03/Oct/2000:15:59:21 +0200] conn=295 op=0 BIND dn="cn=Directory Manager"
method=128 version=2
[03/Oct/2000:15:59:21 +0200] conn=295 op=0 RESULT err=0 tag=97 nentries=0
etime=0
[03/Oct/2000:15:59:21 +0200] conn=295 op=1 SRCH base="" scope=0
filter="(objectclass=*)"
[03/Oct/2000:15:59:21 +0200] conn=295 op=1 RESULT err=0 tag=101 nentries=1
etime=0
[03/Oct/2000:15:59:21 +0200] conn=295 op=2 SRCH base="cn=schema" scope=0
filter="(objectclass=*)"
[03/Oct/2000:15:59:27 +0200] conn=295 op=2 fd=33 closed error -5961 (TCP
connection reset by peer.) - B4


The message comes from the openldap library.

With the openldap server, all is ok, gq works properly.