From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f67.google.com ([209.85.214.67]:33610 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752655AbdGJMgu (ORCPT ); Mon, 10 Jul 2017 08:36:50 -0400 Subject: Re: [PATCH v2 3/4] btrfs: Add zstd support To: Adam Borowski , Nick Terrell Cc: Kernel Team , Chris Mason , Yann Collet , David Sterba , "linux-btrfs@vger.kernel.org" , "linux-kernel@vger.kernel.org" References: <20170629194108.1674498-1-terrelln@fb.com> <20170629194108.1674498-4-terrelln@fb.com> <20170706163225.xbluc2gi2nlaafzo@angband.pl> <20170707234018.syyfaktjxyxvwglc@angband.pl> <20170708030706.tle2mpfe376jneft@angband.pl> From: "Austin S. Hemmelgarn" Message-ID: <046c7611-be6d-ec4d-6489-e8f49a4453f6@gmail.com> Date: Mon, 10 Jul 2017 08:36:44 -0400 MIME-Version: 1.0 In-Reply-To: <20170708030706.tle2mpfe376jneft@angband.pl> Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 2017-07-07 23:07, Adam Borowski wrote: > On Sat, Jul 08, 2017 at 01:40:18AM +0200, Adam Borowski wrote: >> On Fri, Jul 07, 2017 at 11:17:49PM +0000, Nick Terrell wrote: >>> On 7/6/17, 9:32 AM, "Adam Borowski" wrote: >>>> Got a reproducible crash on amd64: >> >>> Thanks for the bug report Adam! I'm looking into the failure, and haven't >>> been able to reproduce it yet. I've built my kernel from your tree, and >>> I ran your script with the kernel.tar tarball 100 times, but haven't gotten >>> a failure yet. >> >>> I have a few questions to guide my debugging. >>> >>> - How many cores are you running with? I’ve run the script with 1, 2, and 4 cores. >>> - Which version of gcc are you using to compile the kernel? I’m using gcc-6.2.0-5ubuntu12. >>> - Are the failures always in exactly the same place, and does it fail 100% >>> of the time or just regularly? >> >> 6 cores -- all on bare metal. gcc-7.1.0-9. >> Lemme try with gcc-6, a different config or in a VM. > > I've tried the following: > * gcc-6, defconfig (+btrfs obviously) > * gcc-7, defconfig > * gcc-6, my regular config > * gcc-7, my regular config > * gcc-7, debug + UBSAN + etc > * gcc-7, defconfig, qemu-kvm with only 1 core > > Every build with gcc-7 reproduces the crash, every with gcc-6 does not. > Got a GCC7 tool-chain built, and I can confirm this here too, tested with various numbers of cores ranging from 1-32 in a QEMU+KVM VM, with various combinations of debug options and other config switches.