Re: need explanation ulimit -c for limiting core dumps

2006-10-20 Thread Jason Roscoe
Chet Ramey wrote: Matthew Woehlke wrote: Chet Ramey wrote: [EMAIL PROTECTED] wrote: I'm trying to limit the size of coredumps using 'ulimit -c'. Can someone please explain why a core file gets generated from the coretest program (source is below)? Thanks for any help or suggestions. % ulim

Re: need explanation ulimit -c for limiting core dumps

2006-10-20 Thread Jason Roscoe
Mike Stroyan wrote: I'm trying to limit the size of coredumps using 'ulimit -c'. Can someone please explain why a core file gets generated from the coretest program (source is below)? Thanks for any help or suggestions. Shell interaction % ulimit -H -c unlimited % ulimit -S -c 0 % bash --ver

ru.po in bash 3.2 p1

2006-10-20 Thread Marius Schamschula
Chet, I have built bash 3.2 patchlevel 1 under Mac OS X 10.4.8 (both PPC and Intel) and I get the following error while installing: make[2]: [EMAIL PROTECTED]' is up to date. rm -f ru.gmo && /usr/local/bin/msgfmt -c --statistics -o ru.gmo ru.po ru.po:21:9: invalid multibyte sequence ru.po:21:

Re: need explanation ulimit -c for limiting core dumps

2006-10-20 Thread Chet Ramey
Matthew Woehlke wrote: > Chet Ramey wrote: >> [EMAIL PROTECTED] wrote: >>> I'm trying to limit the size of coredumps using 'ulimit -c'. Can >> someone please explain why a core file gets generated from the coretest >> program (source is below)? >>> >>> Thanks for any help or suggestions. >>> >>> %

Re: need explanation ulimit -c for limiting core dumps

2006-10-20 Thread Matthew Woehlke
Chet Ramey wrote: [EMAIL PROTECTED] wrote: I'm trying to limit the size of coredumps using 'ulimit -c'. Can someone please explain why a core file gets generated from the coretest program (source is below)? Thanks for any help or suggestions. % ulimit -H -c 512 % ./coretest 2048 rlim_cur,rl

Re: need explanation ulimit -c for limiting core dumps

2006-10-20 Thread Chet Ramey
[EMAIL PROTECTED] wrote: > Machine Type: i386-pc-linux-gnu > > Bash Version: 2.05b > Patch Level: 0 > Release Status: release > > Description: > > Hi, > I'm trying to limit the size of coredumps using 'ulimit -c'. Can someone > please explain why a core file gets generated from the coretest p

Re: Can 'read' be used with tab-completion?

2006-10-20 Thread Chet Ramey
Matthew Woehlke wrote: > I've been wondering this for a long time, but can't figure anything out > from the doc... Is it possible to specify a list of possible completions > for the 'read' built-in? No. `read -e' allows the use of readline, but there is no access to anything other than the defaul

Re: need explanation ulimit -c for limiting core dumps

2006-10-20 Thread Mike Stroyan
I'm trying to limit the size of coredumps using 'ulimit -c'. Can someone please explain why a core file gets generated from the coretest program (source is below)? Thanks for any help or suggestions. Shell interaction % ulimit -H -c unlimited % ulimit -S -c 0 % bash --version GNU bash, versio

Re: ulimit -c for core dumps

2006-10-20 Thread Andreas Schwab
Jason Roscoe <[EMAIL PROTECTED]> writes: > I'm trying to limit the size of coredumps using 'ulimit -c'. Can someone > please explain why a core file gets generated from the coretest program > (source is below)? The creation is only suppressed when the limit is zero. Otherwise it will be truncat

Can 'read' be used with tab-completion?

2006-10-20 Thread Matthew Woehlke
I've been wondering this for a long time, but can't figure anything out from the doc... Is it possible to specify a list of possible completions for the 'read' built-in? -- Matthew "Try to bring it back in one piece this time." -- Q (MI6) ___ Bug-b

need explanation ulimit -c for limiting core dumps

2006-10-20 Thread jason . roscoe
Configuration Information [Automatically generated, do not change]: Machine: i386 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-pc-linux-gnu' -DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H -I. -I../bash -I../

ulimit -c for core dumps

2006-10-20 Thread Jason Roscoe
Hi, I'm trying to limit the size of coredumps using 'ulimit -c'. Can someone please explain why a core file gets generated from the coretest program (source is below)? Thanks for any help or suggestions. Shell interaction % ulimit -H -c unlimited % ulimit -S -c 0 % bash --version GNU bash, v