Some core dump questions

Bruce Barnett barnett at crdgw1.crd.ge.com
Thu Feb 1 22:52:03 AEST 1990


>>  Doing a "limit coredumpsize 0" in the default .cshrc file *is* the
>>right way to do it.

>
In article <21995 at unix.cis.pitt.edu>, yahoo at unix (Kenneth L Moore) writes:
>Of course when you need a core, for use with dbx for example, you are up
>THE creek.

Well, most of the time the programmer wants core dumps in a project
directory, and not in other directories (unless they like reporting
bugs to other people).

What you could do is to automatically change your core dump size
whenever you change directories to your project directory.

Having appropriate entires in the file ./.dir might do it if you
redefined your cd command to be:

alias cd 'chdir \!*; if ( -f .dir && -o .dir ) source .dir '

--
Bruce G. Barnett	<barnett at crd.ge.com>   uunet!crdgw1!barnett



More information about the Comp.unix.questions mailing list