From: Alex Perel <veers@disturbed.net> To: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Cc: stable@freebsd.org Subject: Re: Interesting way to crash a 3.2-stable box... Message-ID: <Pine.BSF.4.10.9908282219060.3484-100000@shattered.disturbed.net> In-Reply-To: <30558.935833134@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 28 Aug 1999, Jordan K. Hubbard wrote:
> #!/usr/bin/perl
> open FOO, ">foo.img" or die "can't open foo; $!\n";
> for ($i=0;$i<3000;$i++){print FOO " ";}
print FOO " " x 3000;
> close FOO;
Alex G. Perel -=- AP5081
veers@disturbed.net -=- veers@samurai.com
Disturbed Networks - Powered exclusively by FreeBSD
== The Power to Serve -=- http://www.freebsd.org/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908282219060.3484-100000>
