Re: core dump an alt. alt1 alt.

2020-06-09 Thread Mike Jonkmans
On Tue, Jun 09, 2020 at 11:46:22AM -0400, Chet Ramey wrote: > > In any event, I believe the changes in the next devel branch push should > fix these. Thanks Chet, that explanation made sense. If i can find the time I will try to test the devel branch. Regards, -- Mike Jonkmans

Re: core dump an alt. alt1 alt.

2020-06-09 Thread Chet Ramey
On 6/9/20 5:19 AM, Mike Jonkmans wrote: > On Mon, Jun 08, 2020 at 08:43:31PM -0400, Chet Ramey wrote: >> >> On 6/8/20 6:54 PM, bash...@jonkmans.nl wrote: >> >>> Bash Version: 4.4 >>> Patch Level: 20 >>> Release Status: release >>> >>> Description: >>> Got a core dump (segmentation fault) when i

Re: core dump an alt. alt1 alt.

2020-06-09 Thread Mike Jonkmans
On Mon, Jun 08, 2020 at 08:43:31PM -0400, Chet Ramey wrote: > > On 6/8/20 6:54 PM, bash...@jonkmans.nl wrote: > > > Bash Version: 4.4 > > Patch Level: 20 > > Release Status: release > > > > Description: > > Got a core dump (segmentation fault) when i type: Alt-. Alt-1 Alt-. > > You tried to

Re: core dump an alt. alt1 alt.

2020-06-08 Thread Chet Ramey
On 6/8/20 6:54 PM, bash...@jonkmans.nl wrote: > Bash Version: 4.4 > Patch Level: 20 > Release Status: release > > Description: > Got a core dump (segmentation fault) when i type: Alt-. Alt-1 Alt-. You tried to redo `.'. The way this happens is you are in command mode, run that yank-last-ar

Re: Core dump

2017-04-27 Thread Vladimir Marek
> > array_to_key() { > ># Converts 1 2 3 -> 1,2,3, (comma at the end) > >printf '%d,' "$@" > > } > > > > multi_store() { > >local array_name="$1"; shift > >local value="$1"; shift > >if unset -v "$array_name"; then > > declare -A $array_name >

Re: Core dump

2017-04-27 Thread Chet Ramey
On 4/27/17 3:56 PM, Vladimir Marek wrote: > array_to_key() { ># Converts 1 2 3 -> 1,2,3, (comma at the end) >printf '%d,' "$@" > } > > multi_store() { >local array_name="$1"; shift >local value="$1"; shift >if unset -v "$array_name"; then > dec

Re: core dump on SIGHUP

2005-06-14 Thread Tom Robinson
This problem can be fixed by applying part of the update from 2.05a to 2.05b in lib/malloc/malloc.c. The relevent sections are as follows: --- bash-2.05a.orig/lib/malloc/malloc.c 2001-10-04 12:13:16.0 + +++ bash-2.05a/lib/malloc/malloc.c 2005-06-14 17:19:00.0 + @@ -2