| Summary: | readline slow to accept new characters when pasting input | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Daniel Villeneuve <dvilleneuve> | ||||||
| Component: | readline | Assignee: | Siteshwar Vashisht <svashisht> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Jan Houska <jhouska> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 7.2 | CC: | isenfeld | ||||||
| Target Milestone: | rc | Keywords: | EasyFix, FastFix, Patch | ||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | readline-6.2-10.el7 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-08-01 20:33:43 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
|
Description
Daniel Villeneuve
2016-01-21 03:40:50 UTC
One possible solution could be to check/apply the following patch: ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-003 The problem is still there with the latest RH7.2 updates. uname -a Linux XXXX 3.10.0-327.28.2.el7.x86_64 #1 SMP Mon Jun 27 14:48:28 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux rpm -qa|grep readline readline-devel-6.2-9.el7.x86_64 readline-6.2-9.el7.x86_64 readline-6.2-9.el7.i686 Created attachment 1246267 [details]
readline62-003
Verified, OLD FAIL the insertion was slow, the text appeared slowly - letter by letter. NEW PASS the insertion was fast, whole line just appear at once. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:1943 |