Date: Wed, 8 Jun 2005 15:52:43 +0800 From: Jiawei Ye <leafy7382@gmail.com> To: freebsd-current@freebsd.org Subject: unkillable apache httpd process Message-ID: <c21e92e205060800524f9d7e89@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I have a problem with very recent -current. Apache2 when restarted via
/usr/local/etc/rc.d/apache2.sh, the httpd process becomes unkillable
and consumes quite some CPU cycles. Truss output
sigprocmask(0x3,0x280b8a30,0x0) =3D 0 (0x0)
sigprocmask(0x1,0x280b8a20,0xbfbfea20) =3D 0 (0x0)
sigprocmask(0x3,0x280b8a30,0x0) =3D 0 (0x0)
sigprocmask(0x1,0x280b8a20,0xbfbfea20) =3D 0 (0x0)
munmap(0x28578000,0x3000) =3D 0 (0x0)
sigprocmask(0x3,0x280b8a30,0x0) =3D 0 (0x0)
sigprocmask(0x1,0x280b8a20,0xbfbfea20) =3D 0 (0x0)
sigprocmask(0x3,0x280b8a30,0x0) =3D 0 (0x0)
sigprocmask(0x1,0x280b8a20,0xbfbfea20) =3D 0 (0x0)
munmap(0x28575000,0x3000) =3D 0 (0x0)
sigprocmask(0x3,0x280b8a30,0x0) =3D 0 (0x0)
munmap(0x2acee000,0x36120) =3D 0 (0x0)
close(3) =3D 0 (0x0)
sigprocmask(0x1,0x0,0x80a611c) =3D 0 (0x0)
sigaction(SIGSEGV,{ SIG_DFL
0x0|ONSTACK|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },0x0)
=3D 0 (0x0)
sigaction(SIGSEGV,0x0,{ SIG_DFL
0x0|ONSTACK|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t }) =3D 0
(0x0)
chdir("/usr/local") =3D 0 (0x0)
sigaction(SIGSEGV,{ SIG_DFL
0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT ss_t },0x0)
=3D 0 (0x0)
getpid() =3D 3622 (0xe26)
gettimeofday({1118216948 261226},0x0) =3D 0 (0x0)
And it just gets stuck here and no further.
Jiawei
--=20
"Without the userland, the kernel is useless."
--inspired by The Tao of Programming
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c21e92e205060800524f9d7e89>
