From owner-freebsd-stable Sat Aug 28 19:23:20 1999 Delivered-To: freebsd-stable@freebsd.org Received: from shattered.disturbed.net (shattered.disturbed.net [205.236.147.18]) by hub.freebsd.org (Postfix) with ESMTP id E497614F51 for ; Sat, 28 Aug 1999 19:23:12 -0700 (PDT) (envelope-from veers@disturbed.net) Received: from shattered.disturbed.net ([205.236.147.18]:60681 "EHLO shattered.disturbed.net") by disturbed.net with ESMTP id ; Sat, 28 Aug 1999 22:20:12 -0400 Date: Sat, 28 Aug 1999 22:20:11 -0400 (EDT) From: Alex Perel To: "Jordan K. Hubbard" Cc: stable@freebsd.org Subject: Re: Interesting way to crash a 3.2-stable box... In-Reply-To: <30558.935833134@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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