From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpa3.aruba.it (smtpa4.aruba.it [62.149.128.201]) by ozlabs.org (Postfix) with SMTP id D999067B72 for ; Thu, 29 Jun 2006 05:57:13 +1000 (EST) From: Antonio Di Bacco To: linuxppc-embedded@ozlabs.org Subject: linux reboots when a process asks for all memory !?! Date: Wed, 28 Jun 2006 22:01:20 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <200606282201.20549.antonio.dibacco@aruba.it> List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I have two different boards with same kernel version but different configurations of this kernel. I wrote a little program that continuosly malloc memory, on one board when the memory is not more available the test program gets killed, on the other the board reboots, and something like "out of memory" message from the kernel is printed. Does this depend on the configuration of the kernel? Bye, Antonio.