Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16129

Re: [PATCH] Add active mark, face support; activate mark on paste

From gentoo_eshoes@tutanota.com
Newsgroups gnu.bash.bug
Subject Re: [PATCH] Add active mark, face support; activate mark on paste
Date 2020-04-13 10:45 +0200
Message-ID <mailman.146.1586767534.3066.bug-bash@gnu.org> (permalink)
References (5 earlier) <4b6878e3-adb3-50e2-d2b3-c66fe96f57bb@case.edu> <M4jafDF--3-2@tutanota.com> <62d418c2-4824-6c78-7f6b-09e2a0300888@case.edu> <d74e594c-64a7-e5a8-4136-bacae88a8078@dancol.org> <M4mhjhR--3-2@tutanota.com>

Show all headers | View raw




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=1; rr record ./bash  ; sudo sysctl kernel.perf_event_paranoid=2
[sudo] password for user: 
kernel.perf_event_paranoid = 1
[FATAL ../src/PerfCounters.cc:247:get_cpu_microarch()] AMD CPUs not supported.
For Ryzen, see https://github.com/mozilla/rr/issues/2034.
For post-Ryzen CPUs, please file a Github issue.
kernel.perf_event_paranoid = 2


Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: [PATCH] Add active mark, face support; activate mark on paste gentoo_eshoes@tutanota.com - 2020-04-13 10:45 +0200

csiph-web