[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4149) slapd segfault on shutdown in HDB
Full_Name: Quanah Gibson-Mount
Version: 2.3.11
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (171.64.19.82)
I shut my master down this afternoon, after it had experience a sequence of
WRITE activities. At this point it core dumped with the following backtrace:
#0 0x000aba48 in hdb_attr_index_destroy (bdb=0x1b81d0) at attr.c:354
354
(gdb) l
349 a->next = *al;
350 *al = a;
351 }
352 return 0;
353 }
354
355 void bdb_attr_flush( struct bdb_info *bdb )
356 {
357 Alist *al = NULL, *a2;
358