From owner-freebsd-questions@freebsd.org Tue Nov 3 00:47:43 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4768645FA0D for ; Tue, 3 Nov 2020 00:47:43 +0000 (UTC) (envelope-from SRS0=UfCL=EJ=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 4CQB2j6nYVz4GNC for ; Tue, 3 Nov 2020 00:47:41 +0000 (UTC) (envelope-from SRS0=UfCL=EJ=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 4CQB2Z64rHz2fjWS for ; Mon, 2 Nov 2020 16:47:34 -0800 (PST) From: Doug Hardie Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\)) Subject: Warning about 12.2 lldb Message-Id: <35F43828-1783-4501-B5E5-F4383A2A9EEB@mail.sermon-archive.info> Date: Mon, 2 Nov 2020 16:47:34 -0800 To: FreeBSD Mailing List X-Mailer: Apple Mail (2.3445.104.17) X-Virus-Scanned: clamav-milter 0.103.0 at mail X-Virus-Status: Clean X-Rspamd-Queue-Id: 4CQB2j6nYVz4GNC X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of SRS0=UfCL=EJ=mail.sermon-archive.info=doug@sermon-archive.info designates 71.177.216.148 as permitted sender) smtp.mailfrom=SRS0=UfCL=EJ=mail.sermon-archive.info=doug@sermon-archive.info X-Spamd-Result: default: False [-1.83 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.74)[-0.735]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[lafn.org: no valid DMARC record]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.97)[-0.970]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.73)[-0.726]; R_SPF_ALLOW(-0.20)[+ip4:71.177.216.148]; FORGED_SENDER(0.30)[bc979@lafn.org,SRS0=UfCL=EJ=mail.sermon-archive.info=doug@sermon-archive.info]; RCVD_NO_TLS_LAST(0.10)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:5650, ipnet:71.177.216.0/23, country:US]; FROM_NEQ_ENVFROM(0.00)[bc979@lafn.org,SRS0=UfCL=EJ=mail.sermon-archive.info=doug@sermon-archive.info]; MAILMAN_DEST(0.00)[freebsd-questions]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2020 00:47:43 -0000 Lldb on 12.2 does not work properly. When you step over a function it = never stops at the next statement but runs to completion. Printing = variable values inside a function generally yields a core dump. Details = for a simple case can be found in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241773 If you are doing development work it appears best to stay on 12.1 which = is a lot better -- Doug