Daniel Henninger wrote:
On Feb 6, 2007, at 1:39 PM, mikee wrote:
What about running a continous 'strace -p 99999' of slapd and wait for it to die again. The strace window should show the last call to the kernel.
Hrm. Good point, I could probably run that inside of screen or something. I'll give that a whirl, thanks!
Just use gdb and attach to the slapd process once it's started up, then let it run.