From owner-freebsd-stable@freebsd.org Thu Dec 8 17:57:05 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 B4C7EC6EDA3 for ; Thu, 8 Dec 2016 17:57:05 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D623F1755; Thu, 8 Dec 2016 17:57:04 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA01167; Thu, 08 Dec 2016 19:57:02 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1cF2wI-000JVu-HL; Thu, 08 Dec 2016 19:57:02 +0200 Subject: Re: gdb broken on stable/11 and current? To: Slawa Olhovchenkov , "K. Macy" References: <20161208145259.GR57876@zxy.spb.ru> <20161208162909.GA99742@zxy.spb.ru> <20161208165739.GC99742@zxy.spb.ru> Cc: freebsd-stable@FreeBSD.org From: Andriy Gapon Message-ID: <19c7a2d3-d128-9e70-3a94-1b90159b2056@FreeBSD.org> Date: Thu, 8 Dec 2016 19:56:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161208165739.GC99742@zxy.spb.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 17:57:05 -0000 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. -- Andriy Gapon