Full_Name: Emily Backes Version: RE24 OS: URL: Submission from: (NULL) (50.113.67.84)
Changing olcDbDirectory on a live server with overlays makes a mess; much like the recent ITS#7906, constraint has a problem with open/close management.
constraint_close calls constraint_free( ap, 1 ) which wipes everything out, but the state is not restored when things are restarted. In particular, a second olcDbDirectory mod results in constraint_free being called again with garbage.