From owner-freebsd-arm@freebsd.org Mon Apr 17 14:57:47 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEF69D41492 for ; Mon, 17 Apr 2017 14:57:47 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-43.reflexion.net [208.70.210.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E3CAA62 for ; Mon, 17 Apr 2017 14:57:46 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 6135 invoked from network); 17 Apr 2017 14:58:43 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 17 Apr 2017 14:58:43 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v8.40.0) with SMTP; Mon, 17 Apr 2017 10:57:40 -0400 (EDT) Received: (qmail 21075 invoked from network); 17 Apr 2017 14:57:40 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 17 Apr 2017 14:57:40 -0000 Received: from [192.168.1.106] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id AB42AEC929D; Mon, 17 Apr 2017 07:57:39 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Fwd: Sendmail eats CPU on r317039 [after -r316874 it may be -r316951 and -r316973 are not enough to fix everything] Date: Mon, 17 Apr 2017 07:57:39 -0700 References: Cc: Tom Vijlbrief , FreeBSD Current , freebsd-arm To: sobomax@FreeBSD.org, hrs@FreeBSD.org Message-Id: <91A4570B-69EE-4462-9C60-205C66267599@dsl-only.net> X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 14:57:48 -0000 Just an FYI of a more recent report of runaway sendmail on a more recent system version ( -r317039 ): Begin forwarded message: > From: Tom Vijlbrief > Subject: Sendmail eats CPU on r317039 > Date: April 17, 2017 at 3:39:37 AM PDT > To: "freebsd-current at freebsd.org" , = freebsd-arm >=20 > On a recent kernel sendmail is constantly consuming CPU. >=20 > truss -p PID >=20 > shows: >=20 > sendto(3,"<22>Apr 17 10:30:33 sendmail[362"...,163,0x0,NULL,0) ERR#55 = 'No > buffer space available' > nanosleep({ 0.000001000 }) =3D 0 (0x0) > sendto(3,"<22>Apr 17 10:30:33 sendmail[362"...,163,0x0,NULL,0) ERR#55 = 'No > buffer space available' > nanosleep({ 0.000001000 }) > ... >=20 > This is on an arm64 system Analysis of Tom V.'s context for this may be required. =3D=3D=3D Mark Millard markmi at dsl-only.net