From owner-freebsd-stable@freebsd.org Tue Sep 12 14:29:52 2017 Return-Path: Delivered-To: freebsd-stable@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 E4628E0C1A3 for ; Tue, 12 Sep 2017 14:29:52 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (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 9E89873DB5 for ; Tue, 12 Sep 2017 14:29:52 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ijs.si (Postfix) with ESMTPS id 3xs6dC0PHKz11v for ; Tue, 12 Sep 2017 16:29:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla4; t=1505226589; x=1507818590; bh=VVQ CK/JzkOW7EEM8prF+WEYN6WYPHuNkcg5b83fGQiA=; b=B7Nxg/3hpQLSlxw11X7 04NGSvwMISpd2lE5xYMqaAuLCEtSpGe597fPyKxXm5ATBIWycn+wJWxoOIlJr6G2 Dpc1jByKB6cz3ghHLvA9SQbGN+QLJdwXqoxjHUqAwFRbT+gptm81MeYK9B9TIqJ7 D+T1mycfuDxYc4WIIKLWs7R0= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id UfT7PDGAlaAj for ; Tue, 12 Sep 2017 16:29:49 +0200 (CEST) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 3xs6d95x7Bz11s for ; Tue, 12 Sep 2017 16:29:49 +0200 (CEST) Received: from nabiralnik.ijs.si (nabiralnik.ijs.si [IPv6:2001:1470:ff80::80:16]) by mildred.ijs.si (Postfix) with ESMTP id 3xs6d95g8Tzr2 for ; Tue, 12 Sep 2017 16:29:49 +0200 (CEST) Received: from neli.ijs.si (2001:1470:ff80:88:21c:c0ff:feb1:8c91) by nabiralnik.ijs.si with HTTP (HTTP/1.1 POST); Tue, 12 Sep 2017 16:29:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 12 Sep 2017 16:29:49 +0200 From: Mark Martinec To: freebsd-stable@freebsd.org Subject: Re: 11.1 coredumping in sendfile, as used by a uwsgi process Organization: Jozef Stefan Institute In-Reply-To: References: <5f5dbe776ed9600b6b5f9ed2750f8e1d@ijs.si> Message-ID: X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.3.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2017 14:29:53 -0000 2017-09-12 15:46, Steven Hartland wrote: > Could you post the decoded crash info from /var/crash/... Using crashinfo(8) I suppose? > I would also create a bug report: > https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Base%20System Done (with additional info): Bug 222259 - 11.1-R crashing in sendfile syscall, as used by a uwsgi process https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222259 Mark