From owner-freebsd-stable@freebsd.org Mon Mar 20 19:40:18 2017 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 E5D34D14A85 for ; Mon, 20 Mar 2017 19:40:18 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-179.reflexion.net [208.70.211.179]) (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 7FB3A121B for ; Mon, 20 Mar 2017 19:40:17 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 8421 invoked from network); 20 Mar 2017 19:41:03 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 20 Mar 2017 19:41:03 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v8.30.2) with SMTP; Mon, 20 Mar 2017 15:40:11 -0400 (EDT) Received: (qmail 14802 invoked from network); 20 Mar 2017 19:40:11 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 20 Mar 2017 19:40:11 -0000 Received: from [192.168.1.111] (c-67-170-167-181.hsd1.or.comcast.net [67.170.167.181]) by iron2.pdx.net (Postfix) with ESMTPSA id 9402DEC8148 for ; Mon, 20 Mar 2017 12:40:10 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: Unicode strageness with lldb Message-Id: <301E8572-823C-408E-91F2-9573EDB80AF0@dsl-only.net> Date: Mon, 20 Mar 2017 12:40:10 -0700 To: FreeBSD-STABLE Mailing List X-Mailer: Apple Mail (2.3259) 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: Mon, 20 Mar 2017 19:40:19 -0000 Pete French petefrench at ingresso.co.uk wrote on Mon Mar 20 14:55:44 = UTC 2017: > Using the lldb installed with 11-STABLE from an hour or so ago. Thoigh > I dont know when this started, as I have been using db until now. >=20 > First command I type is fine, subsequent commands, every keypress I > type looks like this: >=20 > (lldb) \U+7F68\U+7F65\U+7F08 >=20 > That's an attempted 'bt' so something is adding 0x7F00 to it = somewhere. >=20 > Anyone else seeing this ? Its in a standard xterm, options '-sb +lc = -en utf8' > but I have tried with other options and it does the same thing. There was a time a while back when I was seeing such in a head (12) context. I'm not sure about the specific values after the +'s but \U prefixed output was definitely involved. I was not explicitly using any of the options that you list in those ssh sessions (from a macOS environment). I discovered that if I typed ^C it would output a new prompt and start taking/displaying input normally. I've not had such an issue in a while. I never managed to isolate what contributed to it happening. =3D=3D=3D Mark Millard markmi at dsl-only.net