Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16120
| From | Chet Ramey <chet.ramey@case.edu> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: [PATCH] Add active mark, face support; activate mark on paste |
| Date | 2020-04-11 11:19 -0400 |
| Organization | ITS, Case Western Reserve University |
| Message-ID | <mailman.23.1586618396.3066.bug-bash@gnu.org> (permalink) |
| References | <M4dFweU--3-2@tutanota.com> <875c423e-0420-78d2-af4b-dfb168432e2d@case.edu> |
On 4/11/20 8:43 AM, gentoo_eshoes@tutanota.com wrote: > It silently segfaults when pasting a line of text twice(or a long enough line once), seems to be length dependent, unsure. > > Removing commit ea31c00845c858098d232bd014bf27b5a63a668b from only the file lib/readline/display.c works around the issue. Well, sure, since that's the commit that adds the face changes to redisplay. What's your $PS1? > Please someone tell me how to disable bash's trapping of SIGSEGV so that the OS is allowed to generate a proper coredump(ctl), rather than have bash silently exit with exit code 139, for future reference. You should just have to run `ulimit -c unlimited'. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
Back to gnu.bash.bug | Previous | Next | Find similar
Re: [PATCH] Add active mark, face support; activate mark on paste Chet Ramey <chet.ramey@case.edu> - 2020-04-11 11:19 -0400
csiph-web