From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114134 invoked by alias); 14 Mar 2018 16:47:07 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 114120 invoked by uid 89); 14 Mar 2018 16:47:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-qt0-f173.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=s2Pb9HGECpJxcU32wYbD3K55516slRkgKCzRAAHmTEA=; b=VYpOfdD2FVG9U8Tdhq+y5GUfDHJuxRdK3CQkXhqbEGHig0e31++ngGw65hceAg15Yc c0sndn7K0XBmn4/OF2skM3W1nVoQLIKP/diXWBEMhonJZ4RoW+t9U6ATVPFdwiPUaAN0 REheCJzT2ppXVAGoQOuadBj2v2p3lrG2qWknl7cWIRgrGpXXuau1XaPy1LIPSX1Ow5wv 9rNm3OSDhkmplEr6JDpoI9KkJhgu5LwnhZxyjxsb4hgADXj57SHb++le0bBbRS5B2OjG HUGfsYunOh/NmTkIO73lgcxe+McNhZzs5Nf/qLlb4Vijuf0VIzqRj1ckBDPYqmxJtLaa PRtw== X-Gm-Message-State: AElRT7Eq+wMHb2cwX3ZyO5KVHXUAtiCALP57YbaKSYrkHnhp8vwn3AUd Rtlo6t+P+yoVeJApHsMaASOWsJFYfj8= X-Google-Smtp-Source: AG47ELuDvjAu3BqOoib0tTjVCOqLJfDwkHkO7tH2BvYMm2hZvhN6hIGEdoN9L8Uny0MsoaX2DYfyiQ== X-Received: by 10.200.56.61 with SMTP id q58mr8126794qtb.313.1521046022088; Wed, 14 Mar 2018 09:47:02 -0700 (PDT) Subject: Re: SIGBUS failure for misc/tst-bz21269 on i386 To: libc-alpha@sourceware.org References: From: Adhemerval Zanella Message-ID: Date: Wed, 14 Mar 2018 16:47:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-03/txt/msg00345.txt.bz2 On 14/03/2018 10:44, H.J. Lu wrote: > On Wed, Mar 14, 2018 at 6:34 AM, Florian Weimer wrote: >> Has anyone else seen this failure? >> >> I saw it with this kernel: >> >> Linux buildvm-09.phx2.fedoraproject.org 4.15.3-300.fc27.x86_64 #1 SMP Tue >> Feb 13 17:02:01 UTC 2018 i686 i686 i386 GNU/Linux >> >> The CPU has AVX2, but not AVX-512. I couldn't reproduce it on another AVX2 >> machine. The failure happened in the Fedora build environment, so I don't >> have a coredump. >> > > I didn't see it on AVX2 machines under 4.15.9-300.fc27.x86_64. > > BTW, I always disable abrtd so that I can get a core dump. I also have > > [hjl@gnu-tools-1 etc]$ cat /etc/sysctl.d/coredump.conf > kernel.core_pattern=core > [hjl@gnu-tools-1 etc]$ > Also it should trigger a kernel regression since I used a kernel test (tools/testing/selftests/x86/ldt_gdt.c) as base.