From owner-freebsd-virtualization@freebsd.org Thu Jul 30 19:07:52 2015 Return-Path: Delivered-To: freebsd-virtualization@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 84E2B9ABB5C for ; Thu, 30 Jul 2015 19:07:52 +0000 (UTC) (envelope-from b.manas.88@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F84F13D4 for ; Thu, 30 Jul 2015 19:07:52 +0000 (UTC) (envelope-from b.manas.88@gmail.com) Received: by iodd187 with SMTP id d187so63390590iod.2 for ; Thu, 30 Jul 2015 12:07:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=QxesKer3uxoa8lVSY2TQrDRoJPBNgEx2I/ptoLIXzUo=; b=juk3tRaWw+LnGWB5q26aHd6+KEI0/QEv/kdWe9PUiygs8Ih6zuy9nOgSG+pMrXMkqr ovKdF8uHZVIXo7IqwRba2YB/NzQ1so7MFaEhUzCQmkRlErn02yz9zib1hBVt5rpnZMl/ RJ041PD41p+qrGEde61t9YEIqTnu/FtR7AWpIQLheeR5jMzEf8sc2dGk4gOlnDjtELY9 YAvqsJeViSKtuEHqmnrgxi2JU97M2FFYXMk17ojMwnpWZ5WCU7OkYbdZBaZ4YEML1Miw Ihuw12Z7a4GL2UXiPVHTPHyS3LrzAoxxAwHCok3UC7FXx2RZILbzD4a79bAx3kppzoxk ahFA== X-Received: by 10.107.169.105 with SMTP id s102mr13098068ioe.151.1438283271693; Thu, 30 Jul 2015 12:07:51 -0700 (PDT) Received: from [192.168.0.111] ([209.195.113.231]) by smtp.googlemail.com with ESMTPSA id 7sm1319181iot.6.2015.07.30.12.07.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jul 2015 12:07:51 -0700 (PDT) Message-ID: <55BA75DB.7090704@gmail.com> Date: Thu, 30 Jul 2015 15:07:07 -0400 From: Manas Bhatnagar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: "freebsd-virtualization@freebsd.org" Subject: Re: Segmentation Fault with grub-bhyve References: <55BA4259.7010007@gmail.com> In-Reply-To: <55BA4259.7010007@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 19:07:52 -0000 Just a follow up, here is the backtrace from GDB #0 0x00000000004798d3 in hexdump () #1 0x0000000000481864 in hexdump () #2 0x0000000000481977 in hexdump () #3 0x000000000047ae4e in hexdump () #4 0x000000000047b3e6 in hexdump () #5 0x0000000000482024 in hexdump () #6 0x00000000004830d3 in hexdump () #7 0x000000000040c132 in ?? () #8 0x00007fffffffe8e0 in ?? () #9 0x0000000802006120 in ?? () #10 0x0000002902006050 in ?? () #11 0x0000000000759340 in __progname () #12 0x00007fffffffe930 in ?? () #13 0x000000000040be18 in ?? () #14 0x0000000000546334 in ?? () #15 0x000000080204c200 in ?? () #16 0x0000000802006050 in ?? () #17 0x000000080200b1a6 in ?? () #18 0x000000080204c20c in ?? () #19 0x0000000000000000 in ?? () On 30/07/15 11:27 AM, Manas Bhatnagar wrote: > Hello, > > I am experiencing a problem with grub-bhvye on FreeBSD 10.1-RELEASE > > # grub-bhyve -m device.map -r hd0,msdos1 -M 8192M debian64 > zsh: segmentation fault (core dumped) grub-bhyve -m device.map -r > hd0,msdos1 -M 8192M debian64 > > The core dump is here: https://transfer.sh/NHdHX/grub-bhyve.core > > Any suggestions are appreciated. > > Thanks, > Manas >