From owner-freebsd-stable@FreeBSD.ORG Mon Oct 26 15:52:40 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECDEC106566B for ; Mon, 26 Oct 2009 15:52:40 +0000 (UTC) (envelope-from jbozza@mindsites.com) Received: from mail.thinkburst.com (mail.thinkburst.com [204.49.104.46]) by mx1.freebsd.org (Postfix) with ESMTP id B96AE8FC0C for ; Mon, 26 Oct 2009 15:52:40 +0000 (UTC) Received: from mailgate.mindsites.net (gateway.mindsites.net [204.49.104.36]) by mail.thinkburst.com (Postfix) with ESMTP id 2E1A91CC68; Mon, 26 Oct 2009 10:52:40 -0500 (CDT) Received: from remote.mindsites.com (unknown [10.1.1.5]) by mailgate.mindsites.net (Postfix) with ESMTP id D7D3C17040; Mon, 26 Oct 2009 10:52:39 -0500 (CDT) Received: from ATLAS.msg.local ([fe80::48f5:88b0:6093:4f67]) by ATLAS.msg.local ([fe80::48f5:88b0:6093:4f67%10]) with mapi; Mon, 26 Oct 2009 10:52:39 -0500 From: Jaime Bozza To: Arnaud Houdelette Date: Mon, 26 Oct 2009 10:52:39 -0500 Thread-Topic: Possible scheduler (SCHED_ULE) bug? Thread-Index: AcpWPbWTUbNuBDr4Tv+mMjbmX6aBCwAFl4Fg Message-ID: References: <4AE2232E.10406@whotookspaz.org> <4AE59FBE.6060904@tzim.net> In-Reply-To: <4AE59FBE.6060904@tzim.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-stable@freebsd.org" , Jacob Myers Subject: RE: Possible scheduler (SCHED_ULE) bug? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 15:52:41 -0000 From: Arnaud Houdelette [mailto:arnaud.houdelette@tzim.net] > I haven't tried larger files - Maybe the boundary is different on amd64? = Doing some quick tests > right now, I was able to upload a 100MB file without a problem, but this = is an AMD64 system with SMP, > plus the filesystem is all ZFS, so there are too many things different. = I'll have to setup a system > that closely mirrors the rest of my tests (UFS, ULE, no SMP, etc) before = I can say I'm not having a > problem there. > > > > Jaime > > > I had the same issue using 7.1 amd64, with ZFS, no SMP. > Not really sure what is the size boundary. I can't really test either, > as the machine is remote. > But I confirm that each tentative upload of certain relatively 'big' > files (around 1MB) with wordpress hanged the system before I switched > from sendfile to writev. >=20 > I might do some test on amd64 7.2 with no SMP if it can be of any use ? >=20 > Arnaud I was able to duplicate the problem on 7.2-STABLE amd64 no SMP - Problem di= dn't seem to happen with SMP on. While I wasn't able to get a crash dump, = the crash looked similar. Jaime