[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#5796)
strace from failing slapd process
13637 send(3, "<167>Nov 5 10:34:39 slapd[13628"..., 117, MSG_NOSIGNAL)
= 117
13637 semop(22052874, 0xb53ad7d0, 2) = 0
13637 semop(22052874, 0xb53ad7e0, 1) = 0
13637 time(NULL) = 1225881279
13637 semop(22052874, 0xb53ad750, 2) = 0
13637 semop(22052874, 0xb53ad760, 1) = 0
13637 write(57, "\27\3\1\0
\334@\'\353]R\251-Q\251Dd>0\376&\227\326\4\222dU\t\266/\356\177"..., 90)
= 90
13637 time(NULL) = 1225881279
13637 stat64("/etc/localtime", {st_dev=makedev(3, 3), st_ino=1032239,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096,
st_blocks=16, st_size=
1323, st_atime=2008/11/05-10:31:17, st_mtime=2007/08/09-19:54:26,
st_ctime=2007/08/09-19:54:26}) = 0
13637 stat64("/etc/localtime", {st_dev=makedev(3, 3), st_ino=1032239,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096,
st_blocks=16, st_size=
1323, st_atime=2008/11/05-10:31:17, st_mtime=2007/08/09-19:54:26,
st_ctime=2007/08/09-19:54:26}) = 0
13637 stat64("/etc/localtime", {st_dev=makedev(3, 3), st_ino=1032239,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096,
st_blocks=16, st_size=
1323, st_atime=2008/11/05-10:31:17, st_mtime=2007/08/09-19:54:26,
st_ctime=2007/08/09-19:54:26}) = 0
13637 send(3, "<167>Nov 5 10:34:39 slapd[13628"..., 76, MSG_NOSIGNAL) = 76
looks like it connect to mysql but never queries it.
any way I can capture something useful with gdb?