From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwjl8-0007Yv-KG for qemu-devel@nongnu.org; Mon, 03 Sep 2018 03:58:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fwjl7-0003Du-A6 for qemu-devel@nongnu.org; Mon, 03 Sep 2018 03:58:54 -0400 Received: from mail-it0-x22b.google.com ([2607:f8b0:4001:c0b::22b]:38030) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fwjl7-0003Cm-4j for qemu-devel@nongnu.org; Mon, 03 Sep 2018 03:58:53 -0400 Received: by mail-it0-x22b.google.com with SMTP id p129-v6so117581ite.3 for ; Mon, 03 Sep 2018 00:58:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Pranith Kumar Date: Mon, 3 Sep 2018 00:58:25 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] qemu-riscv64 seg fault List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mjc@sifive.com Cc: qemu-devel , Richard Henderson On second looks, running the benchmark on a RISCV processor is also giving a seg fault. So may be there is something wrong with the benchmark... OTOH, x86 version runs fine... hmm Please ignore this report, I will try to investigate further. Thanks, On Mon, Sep 3, 2018 at 12:45 AM Pranith Kumar wrote: > > Hi Michael, > > qemu-riscv64 seg faults for me on a static binary. You can build the > binary from here: https://github.com/pranith/quickht > > $ STATIC=1 RISCV=1 make > > $ qemu-riscv64 ./bench -t 1 -u 1 > > > Thanks, > -- > Pranith -- Pranith