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

slapadd segmentation fault (2.1.22/bdb 4.1.25)



Trying to load an ldif file into a new directory using slapadd, and it chugs along for a while and then dies with a segmentation fault. With full debugging turned on, the last messages are:

=> bdb_tool_entry_put( -1, "iuEduUPID=ddd7c2b4ed319896d2659777dab297c9,ou=people,dc=iu,dc=edu" )
=> bdb_dn2id( "iuEduUPID=ddd7c2b4ed319896d2659777dab297c9,ou=people,dc=iu,dc=edu" )
<= bdb_dn2id: got id=0x00001767
=> entry_encode(0x00000041): ╴X
Segmentation fault


My DB_CONFIG contains:

set_flags       DB_TXN_NOSYNC
set_lg_dir      /var/db/bdb
set_lg_max      104857600
set_lg_bsize    26214400
set_cachesize   0 1048576 0

OS is Red Hat Enterprise Linux ES release 2.1 (Panama). I'll be happy to try to provide more info if necessary, but thought that might be enough to help focus the effort. Anyone seen anything similar to this? Searched ITS and archives and did not find anything that looked real likely.