Subject: VM woes...
To: None <current-users@NetBSD.ORG>
From: Ted Lemon <mellon@fugue.com>
List: current-users
Date: 02/10/1997 13:37:25
Has anybody yet run into a situation where sendmail hangs forever in
thread_block()? I'm wondering if recent VM changes might leave a
process blocked after certain kinds of page faults, or something like
that. My wild guess is that this is happening to sendmail because it
tends to sit around for a long time, occasionally forking subprocesses
but not exec()ing.
_MelloN_
andare% ps axlww | fgrep sendmail
0 125 1 0 2 0 492 180 netio IWs ?? 0:00.03 /usr/local/bin/perl /usr/local/sbin/sendmail.startup toccata.fugue.com
0 133 1 0 2 0 452 312 netcon Is ?? 0:00.03 sendmail: accepting connections on port 25 (sendmail)
0 142 133 0 -18 0 464 260 vosca2 DE ?? 0:00.12 sendmail: toccata.fugue.com [192.5.5.210]: QUIT (sendmail)
0 329 133 0 -18 0 452 408 thrd_b DW ?? 0:00.02 sendmail: startup with toccata.fugue.com (sendmail)
0 337 133 0 -18 0 452 408 thrd_b DW ?? 0:00.01 sendmail: startup with toccata.fugue.com (sendmail)
0 507 133 0 -18 0 452 408 thrd_b D ?? 0:00.01 sendmail: startup with toccata.fugue.com (sendmail)
0 508 133 0 -18 0 452 408 thrd_b D ?? 0:00.01 sendmail: startup with toccata.fugue.com (sendmail)
0 509 133 0 -18 0 452 408 thrd_b D ?? 0:00.01 sendmail: startup with toccata.fugue.com (sendmail)