bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chet Ramey
Subject: Re: [PATCH] Add active mark, face support; activate mark on paste
Date: Sat, 11 Apr 2020 11:19:24 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]