From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 13 Nov 2000 07:16:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 13 Nov 2000 07:16:48 -0500 Received: from ausmtp02.au.ibm.COM ([202.135.136.105]:49682 "EHLO ausmtp02.au.ibm.com") by vger.kernel.org with ESMTP id ; Mon, 13 Nov 2000 07:16:37 -0500 From: aprasad@in.ibm.com X-Lotus-FromDomain: IBMIN@IBMAU To: linux-kernel@vger.kernel.org, linux-mm@kvack.org Message-ID: Date: Mon, 13 Nov 2000 17:29:48 +0530 Subject: reliability of linux-vm subsystem Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, When i run following code many times. System becomes useless till all of the instance of this programming are killed by vmm. Till that time linux doesn't accept any command though it switches from one VT to another but its useless. The above programme is run as normal user previleges. Theoretically load should increase but system should services other users too. but this is not behaving in that way. ___________________________________________________________________ main() { char *x[1000]; int count=1000,i=0; for(i=0; i