Re: renaming core dumps

Ulrich Windl (Ulrich.Windl@rz.uni-regensburg.de)
Mon, 26 Feb 1996 08:41:28 +0100


On 23 Feb 96 at 17:23, David Holland wrote:

> Missed the point. Suppose you have the following file called "core.c":
> main() { *(char *)NULL = 0; }
> and do
> gcc core.c -o c
> and
> ./c
>
> Guess what happens to the source file if it dumps with "core.command"?

Text file busy?

Ulrich