Re: memory crash

sheldon newhouse (pokie@tcimet.net)
Mon, 9 Dec 1996 22:54:08 -0500 (EST)


On Mon, 9 Dec 1996, Richard B. Johnson wrote:
> I don't think you have to go to all that trouble. The following code
> will hang my system AND a Sun witb SinOs 4.3
>
> main()
> {
> char x[2048];
> main();
> }
>
Not on my system. It just dumps core.

Cheers,
-sen