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

(ITS#6397) accesslog + syncprov crash



Full_Name: Hallvard B Furuseth
Version: HEAD, RE24
OS: Linux
URL: ftp://ftp.openldap.org/incoming/Hallvard-Furuseth-091123.tgz
Submission from: (NULL) (129.240.6.233)
Submitted by: hallvard


slapd dumps core in test043-delta-syncrepl with this patch to
excite accesslog.  While I didn't expect good behavior with
that change, I didn't expect a coredump either.

--- tests/data/slapd-deltasync-master.conf~	2009-04-06 17:26:37 +0200
+++ tests/data/slapd-deltasync-master.conf	2009-11-23 15:09:56 +0100
@@ -40,4 +40,5 @@
 directory	@TESTDIR@/db.1.b
 rootdn		"cn=Manager,dc=example,dc=com"
+index reqStart eq
 #bdb#index		objectClass	eq
 #bdb#index		entryUUID,entryCSN	eq
@@ -78,4 +79,5 @@
 logops writes
 logsuccess true
+logpurge 00:00:05 00:00:03
 
 #monitor#database	monitor

Happens ca every 2nd test043 run with RE24 --enable-accesslog.

Output with backtrace and testrun/ attached.