Sounds like simple resource exhaustion, a 60K allocation failed. You can use a debugger to confirm the exact errno, it's likely ENOMEM. Currently slapd doesn't handle this well. The only workaround is to ensure slapd doesn't exhaust resources. Kurt