From owner-freebsd-stable@freebsd.org Thu Dec 8 19:53:50 2016 Return-Path: Delivered-To: freebsd-stable@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 52BD4C6D655 for ; Thu, 8 Dec 2016 19:53:50 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1625F1DEE; Thu, 8 Dec 2016 19:53:50 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cF4lG-00088e-KE; Thu, 08 Dec 2016 22:53:46 +0300 Date: Thu, 8 Dec 2016 22:53:46 +0300 From: Slawa Olhovchenkov To: Andriy Gapon Cc: "K. Macy" , freebsd-stable@FreeBSD.org Subject: Re: gdb broken on stable/11 and current? Message-ID: <20161208195346.GD99742@zxy.spb.ru> References: <20161208145259.GR57876@zxy.spb.ru> <20161208162909.GA99742@zxy.spb.ru> <20161208165739.GC99742@zxy.spb.ru> <19c7a2d3-d128-9e70-3a94-1b90159b2056@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19c7a2d3-d128-9e70-3a94-1b90159b2056@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 19:53:50 -0000 On Thu, Dec 08, 2016 at 07:56:03PM +0200, Andriy Gapon wrote: > On 08/12/2016 18:57, Slawa Olhovchenkov wrote: > > kgdb7111 don't find .debug under /usr/lib/debug/ > > gdb found it. > > $ gdb7111 bhyve /var/coredumps/bhyve.0.0.core > GNU gdb (GDB) 7.11.1 [GDB v7.11.1 for FreeBSD] > Copyright (C) 2016 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "x86_64-portbld-freebsd11.0". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > . > Find the GDB manual and other documentation resources online at: > . > For help, type "help". > Type "apropos word" to search for commands related to "word"... > Reading symbols from bhyve...Reading symbols from > /usr/lib/debug//usr/sbin/bhyve.debug...done. > > Something is wrong in your environment. May be outdated information, last unsuccess try will be about august. Now work ok. Thanks for point.