Re: bash crashes when splitcurl script try download non existent file

2024-06-21 Thread Mikhail Gavrilov
On Fri, Jun 21, 2024 at 10:06 PM Chet Ramey wrote: > > It's a bug in the script. If you want to run `kill 0', which sends SIGTERM, > from a SIGTERM trap handler, you need to reset the SIGTERM trap to the > default before doing so. > > Bash allows recursive trap handlers. > > What's happening is yo

bash crashes when splitcurl script try download non existent file

2024-06-18 Thread Mikhail Gavrilov
Hi, bash crashes when splitcurl script try download non existent file Here is script: https://github.com/axelabs/splitcurl/blob/master/splitcurl Example which is triggers crash: > ./splitcurl "ftp://test.rebex.net/no-file"; 10 fish: Job 1, './splitcurl "ftp://test.rebex.n…' terminated by signal S