From owner-freebsd-current@freebsd.org Wed Aug 8 15:06:16 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9B95105E906 for ; Wed, 8 Aug 2018 15:06:16 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 61531814CD for ; Wed, 8 Aug 2018 15:06:16 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f177.google.com with SMTP id w11-v6so2095437iob.2 for ; Wed, 08 Aug 2018 08:06:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=YF2XheYtiBjRehacM7suvBAoOJBPeGcagtMtdJwsZzk=; b=SGRn3BWm3hW7Cq7Wz+mQcN7D2mALeg3iSeU76TYxjI4a+e+UOIFXxQp021YH4f9Pa8 0NLjO1s+zcHrwC+ftvHStnI4XHe3Bd68IfmKaQfBuXIluxLxo72DM/nEuHfo+tfybt5m oPrTSjPFLK+/2a6J1/aF3HoemX9bqrP+aYXC5cxUipjJtfvyWF0/XpN3sF4PRP7mpofy oFvXTDaIOJ4WDG6JmJwcBN1/fTOahIrf/WC+1l6D/ItZ+LHguSaf7hVdYE3gI8UT0cQK YBPIA66dX6BUks0cL+bhmpTW0Ip/N7jVJmp1eh15BREUxSUsQfhUc1I0gJHqnsLL0bMp AMWA== X-Gm-Message-State: AOUpUlHppVLwDaAjXmW+X92C3DE96pL5YnmQu9o/5Hon91Sqy92qIOSW nHBEosD6RA42C8ZnVH1t1D4aoKzn X-Google-Smtp-Source: AA+uWPyhqSG3OYjfjtPUMe2vg9P89MZ+JcHLZCnzvqRB5qNxx3YP/9P4NTb3wiXZWlOlCuSmDrbkmg== X-Received: by 2002:a6b:8fc4:: with SMTP id r187-v6mr2735409iod.59.1533740770423; Wed, 08 Aug 2018 08:06:10 -0700 (PDT) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com. [209.85.223.182]) by smtp.gmail.com with ESMTPSA id p130-v6sm2060273itd.22.2018.08.08.08.06.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Aug 2018 08:06:10 -0700 (PDT) Received: by mail-io0-f182.google.com with SMTP id n18-v6so2051319ioa.9 for ; Wed, 08 Aug 2018 08:06:10 -0700 (PDT) X-Received: by 2002:a6b:be46:: with SMTP id o67-v6mr2575824iof.143.1533740769921; Wed, 08 Aug 2018 08:06:09 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:7e0a:0:0:0:0:0 with HTTP; Wed, 8 Aug 2018 08:06:09 -0700 (PDT) In-Reply-To: References: <20180807131445.GC1884@kib.kiev.ua> From: Conrad Meyer Date: Wed, 8 Aug 2018 08:06:09 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: ffs_truncate3 panics To: Rick Macklem Cc: "freebsd-current@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 15:06:17 -0000 On Wed, Aug 8, 2018 at 5:30 AM, Rick Macklem wrote: > - Oh, and this is an old i386 with 256Mbytes (not one of them new fangled computers, > where memory is in Gbytes;-) Have you run memtest86+ recently? Best, Conrad