Re: Design question(s), re: why use of tmp-files or named-pipes(/dev/fd/N) instead of plain pipes?

2015-10-23 Thread Bob Proulx
Linda Walsh wrote: > Bob Proulx wrote: > >Where does the OS claim it is a file descriptor? > 1) in the kernel documentation: > file 'devices.txt: > /dev/fd /proc/self/fd symbolicFile descriptors That shows the file descriptor map for the process. It isn't the program's act

Re: Bash-4.4-beta available for FTP

2015-10-23 Thread Michael Felt
I do not mind installing yacc :) How about the redefine of mbchar_t ? On Fri, Oct 23, 2015 at 2:45 PM, Chet Ramey wrote: > On 10/22/15 3:47 PM, aixtools wrote: >> On 2015-10-15 16:23, Chet Ramey wrote: >>> The first beta release of bash-4.4 is now available with the URL >>> >>> ftp://ftp.cwru.ed

Re: Bash-4.4-beta available for FTP

2015-10-23 Thread Chet Ramey
On 10/22/15 3:47 PM, aixtools wrote: > On 2015-10-15 16:23, Chet Ramey wrote: >> The first beta release of bash-4.4 is now available with the URL >> >> ftp://ftp.cwru.edu/pub/bash/bash-4.4-beta.tar.gz >> >> > First attempt at build on AIX > > configure warns that bison is not available - good. >

Re: Bash crash

2015-10-23 Thread Piotr Grzybowski
hey Kai, I mean, run: gdb --args /usr/src/debug/bash/4.3-r1/bash-4.3/bash /opt/com/bin/com.sh start cheers, pg On Fri, Oct 23, 2015 at 9:43 AM, Kai Wang X wrote: > Hi Piotr, > > I am sorry I am not clear for your first question. > > FYI: > bash-4.3$ /bin/sh --version > GNU bash, version 4.3

RE: Bash crash

2015-10-23 Thread Kai Wang X
Hi Piotr, I am sorry I am not clear for your first question. FYI: bash-4.3$ /bin/sh --version GNU bash, version 4.3.30(1)-release (aarch64-mvista-linux-gnu) Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is fre

Re: Bash crash

2015-10-23 Thread Piotr Grzybowski
I would run the same script under gdb (in the similar manner as you examine the core in the case of dead.bashbug4.3.3), what happens when you do that? also, could you please (just for me) run: /bin/sh --version sincerely, pg On Fri, Oct 23, 2015 at 7:49 AM, Kai Wang X wrote: > Hi Piotr, > >

Re: Bash-4.4-beta available for FTP

2015-10-23 Thread aixtools
On 2015-10-15 16:23, Chet Ramey wrote: The first beta release of bash-4.4 is now available with the URL ftp://ftp.cwru.edu/pub/bash/bash-4.4-beta.tar.gz This tar file includes the formatted documentation (you should be able to generate updated versions yourself). The summary - there is a 'conf

Re: Bash-4.4-beta available for FTP

2015-10-23 Thread aixtools
On 2015-10-22 21:47, aixtools wrote: On 2015-10-15 16:23, Chet Ramey wrote: The first beta release of bash-4.4 is now available with the URL ftp://ftp.cwru.edu/pub/bash/bash-4.4-beta.tar.gz First attempt at build on AIX configure warns that bison is not available - good. configure finishes