From owner-freebsd-stable@FreeBSD.ORG Fri Dec 13 21:54:09 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 624E92AE; Fri, 13 Dec 2013 21:54:09 +0000 (UTC) Received: from mail-qa0-x234.google.com (mail-qa0-x234.google.com [IPv6:2607:f8b0:400d:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1029A1187; Fri, 13 Dec 2013 21:54:08 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id cm18so1207350qab.18 for ; Fri, 13 Dec 2013 13:54:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=zJe2kvM2/sEqomxk6ihbxUIL6l9KqYSKo5KDBSPKPEo=; b=rfPTUwr6eTdTbzhA9vqZ4MSANLuCCs4Pfy9I9HJ4gkNLhxICr1MIMJuPlu44QINz9Y alPjWW2BaiSwLn3o3428X/arP1Gk/aPcnBmbKv045PTfUMAO2pH/Av15Zipv3x07rmwU 5+Xbk/PBRhaykIF3WGgHVHRy6g3hGR/2+WUihGwioxFoX8plRL5OwIOcl+G8pdYdccSr 4aqaG0rKpyKy7ojtstJbGIcKmGwMrzwG8IAARU2kZGzBLzjh8dZ737cyunNCj7sUipmg DCWhAlt+tGEK+hhIT+WgW61hc6P5UZHpMXLSfiPJmhutCU1zRFGufSTXAVhiEm/Xk35n +hYQ== MIME-Version: 1.0 X-Received: by 10.49.131.5 with SMTP id oi5mr8812789qeb.38.1386971648170; Fri, 13 Dec 2013 13:54:08 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Fri, 13 Dec 2013 13:54:08 -0800 (PST) In-Reply-To: <201312131554.22671.jhb@freebsd.org> References: <201312091924.11590@badger> <20131209180532.GA24975@x2.osted.lan> <201312101515.34305@badger> <201312131554.22671.jhb@freebsd.org> Date: Fri, 13 Dec 2013 13:54:08 -0800 X-Google-Sender-Auth: CRIkD-FVLvObVNa8Gox56L14yEI Message-ID: Subject: Re: 9.2-RELEASE + memcached = page fault From: Adrian Chadd To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Stable Mailing List , Peter Holm X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 21:54:09 -0000 On 13 December 2013 12:54, John Baldwin wrote: > Do you have ZEROCOPY_SOCKETS enabled? If so, turn it off. Indeed. That's a broken feature. I thought it was already removed. -a