Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: gentoo_eshoes@tutanota.com Newsgroups: gnu.bash.bug Subject: Re: [PATCH] Add active mark, face support; activate mark on paste Date: Mon, 13 Apr 2020 10:45:27 +0200 (CEST) Lines: 25 Approved: bug-bash@gnu.org Message-ID: References: <875c423e-0420-78d2-af4b-dfb168432e2d@case.edu> <902c38ef-7534-8f6d-51b7-daa0843b8440@case.edu> <4b6878e3-adb3-50e2-d2b3-c66fe96f57bb@case.edu> <62d418c2-4824-6c78-7f6b-09e2a0300888@case.edu> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: usenet.stanford.edu 1586767535 21891 209.51.188.17 (13 Apr 2020 08:45:35 GMT) X-Complaints-To: action@cs.stanford.edu Cc: chet.ramey@case.edu, bug-bash@gnu.org To: Daniel Colascione Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1586767527; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=yfk62QNIsOLRZ7kAiPAQlQKIs2YiNfSJnyB0oPq7DGo=; b=rcb9yZuiRIXsmCwu9G3Rn2+c38CZfK8BYT65xDrTZn7dYaQG/jf1X+sRgCBr1Vbb vsfThSn6EYfMpUMfHnmEVWXNqBjtuR7WYlzAlW6lQcsKUKWSRePJck5xEc8k0OhTaON x9bwbmswgWMCBqmKoP83yMe9ZGQd7wLkGzxA8+WC33QEjyNCj9ItZ+7iRHrBIKA0+2C RES+7aKYDIuEx1j2kI6naGInqVumJ4Wl30wNifKr+w5TMSt5ZqMpp0eISRCpU/d/jmH ISivfw7ZgSuSBSRDyoFoNQB7TTz0z3U+apaK1D1C/0ssHnoaLpG/v16OgoKmCiqNhDL Bmmde99UqA== In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 81.3.6.162 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <875c423e-0420-78d2-af4b-dfb168432e2d@case.edu> <902c38ef-7534-8f6d-51b7-daa0843b8440@case.edu> <4b6878e3-adb3-50e2-d2b3-c66fe96f57bb@case.edu> <62d418c2-4824-6c78-7f6b-09e2a0300888@case.edu> Xref: csiph.com gnu.bash.bug:16129 Apr 13, 2020, 05:04 by dancol@dancol.org: > > > FWIW, for debugging the kinds of issues we're discussing here, rr(1) is _= incredibly_ helpful. > I can't use 'rr' due to system requirements: https://github.com/mozilla/rr#= system-requirements $ sudo sysctl kernel.perf_event_paranoid=3D1; rr record ./bash=C2=A0 ; sudo= sysctl kernel.perf_event_paranoid=3D2 [sudo] password for user:=20 kernel.perf_event_paranoid =3D 1 [FATAL ../src/PerfCounters.cc:247:get_cpu_microarch()] AMD CPUs not support= ed. For Ryzen, see https://github.com/mozilla/rr/issues/2034. For post-Ryzen CPUs, please file a Github issue. kernel.perf_event_paranoid =3D 2