From owner-freebsd-questions@freebsd.org Wed Jul 26 09:13:35 2017 Return-Path: Delivered-To: freebsd-questions@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 E215DDB5DC1 for ; Wed, 26 Jul 2017 09:13:35 +0000 (UTC) (envelope-from srs0=ikpd=65=mail.sermon-archive.info=doug@sermon-archive.info) Received: from mail.sermon-archive.info (sermon-archive.info [71.177.216.148]) by mx1.freebsd.org (Postfix) with ESMTP id C7D4F8029C for ; Wed, 26 Jul 2017 09:13:35 +0000 (UTC) (envelope-from srs0=ikpd=65=mail.sermon-archive.info=doug@sermon-archive.info) Received: from [10.0.1.251] (mini [10.0.1.251]) by mail.sermon-archive.info (Postfix) with ESMTPSA id 3xHTtK5VHpz2fk0j for ; Wed, 26 Jul 2017 02:13:29 -0700 (PDT) From: Doug Hardie Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Debugger issues Message-Id: Date: Wed, 26 Jul 2017 02:13:29 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.3273) X-Virus-Scanned: clamav-milter 0.99.2 at mail X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 09:13:36 -0000 FreeBSD 11.1 installed today. I am trying to debug several programs = with lldb or gdb and get the same type of output after a few lines of = next: 54 if (sock < 0) (gdb)=20 0x000000080082efbb 90 } (gdb)=20 Then I am at some seemingly random point in the code. Everything was = compiled after the upgrade (freebsd-update). All of this code was built = with a compile similar to: cc -g -o program program.c=20 -- Doug