-------- Original Message -------- On January 23, 2018 5:33 PM, Chet Ramey <chet.ra...@case.edu> wrote:
>On 1/23/18 9:57 AM, Chet Ramey wrote: >>On 1/23/18 8:54 AM, Chet Ramey wrote: >>>On 1/23/18 3:30 AM, xftroxgpx wrote: >>>>Bash Version: 4.4 >>>> Patch Level: 12 >>>> Release Status: release >>>>Description: >>>> bash coredumps by interrupting a called a function via C-c >>>> >>>OK, I got it to crash. It has something to do with the command timing. >> I'll take a look. >> > > This was fixed back in November as a result of >https://savannah.gnu.org/support/?109403 > > and the fix is in the devel branch. > >The lyf so short, the craft so long to lerne.'' - ChaucerArs longa, vita >brevis'' - Hippocrates > Chet Ramey, UTech, CWRU chet@case.eduhttp://tiswww.cwru.edu/~chet/ > I can confirm that the issue is completely gone with the bash version from the devel branch. Thank you for pointing me to it! GNU bash, version 4.4.12(1)-maint (x86_64-pc-linux-gnu) tested latest commit e7e095ceb37ba7649a5d56a008147b379027f6f4 I had no idea that the latest bash(from master) is almost 1 year old: commit bc007799f0e1362100375bb95d952d28de4c62fb (origin/master, origin/HEAD, master) Date: Fri Jan 27 11:25:44 2017 -0500 Bash-4.4 patch 12 what I was using: https://git.archlinux.org/svntogit/packages.git/log/trunk?h=packages/bash Cheers! Best wishes!