Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262271AbVBBS6X (ORCPT ); Wed, 2 Feb 2005 13:58:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262323AbVBBSzj (ORCPT ); Wed, 2 Feb 2005 13:55:39 -0500 Received: from ns.suse.de ([195.135.220.2]:62394 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S262689AbVBBSod (ORCPT ); Wed, 2 Feb 2005 13:44:33 -0500 To: linux-os@analogic.com Cc: Linux kernel Subject: Re: Joe User DOS kills Linux-2.6.10 References: From: Andreas Schwab X-Yow: I hope the ``Eurythmics'' practice birth control... Date: Wed, 02 Feb 2005 19:44:21 +0100 In-Reply-To: (linux-os's message of "Wed, 2 Feb 2005 13:23:43 -0500 (EST)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 773 Lines: 30 linux-os writes: > When I compile and run the following program: > > #include > int main(int x, char **y) > { > pause(); > } > ... as: > > ./xxx `yes` This is roughly equivalent to this: #include int main(void) { while (1) malloc(1); } Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstra?e 5, 90409 N?rnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/