From owner-freebsd-current@FreeBSD.ORG Fri Aug 12 22:57:01 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD6916A41F for ; Fri, 12 Aug 2005 22:57:01 +0000 (GMT) (envelope-from marcus@corp.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFA443D53 for ; Fri, 12 Aug 2005 22:56:59 +0000 (GMT) (envelope-from marcus@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by mail.grupos.com.br (Postfix) with ESMTP id 35A9B11E097 for ; Fri, 12 Aug 2005 19:56:58 -0300 (BRT) Received: from [150.162.166.51] (unknown [150.162.166.51]) by corp.grupos.com.br (Postfix) with ESMTP id 0E52355A3 for ; Fri, 12 Aug 2005 19:56:57 -0300 (BRT) Message-ID: <42FD2937.5090305@corp.grupos.com.br> Date: Fri, 12 Aug 2005 19:56:55 -0300 From: Marcus Grando User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050722) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: filesystem full and reboot (crash), without debug console X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 22:57:01 -0000 Hi list, I write a litte program. This program full filesystem and FreeBSD reboot after that, without debug console. # uname -a FreeBSD marcus.grupos.com.br 6.0-BETA2 FreeBSD 6.0-BETA2 #8: Fri Aug 12 19:43:58 BRT 2005 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386 # cat /tmp/lixo.c #include int main() { int i; char *w = "abcdefghijklmnopqrstuvxz0123456789\n"; FILE *f; f = fopen("test", "wb"); for (i=0; i<100000000; i++) fwrite(w, 1, 35, f); fclose(f); exit(0); } /var/log/messages: Aug 12 19:47:06 marcus last message repeated 2 times Aug 12 19:47:06 marcus kernel: on : filesystem full Aug 12 19:47:06 marcus kernel: pid 703 (lixo), uid 0 inumber 14 on : filesystem full Aug 12 19:47:06 marcus last message repeated 574 times Aug 12 19:47:06 marcus kernel: on : filesystem full Aug 12 19:47:06 marcus kernel: pid 703 (lixo), uid 0 inumber 14 on : filesystem full Aug 12 19:47:06 marcus last message repeated 574 times Aug 12 19:47:06 marcus kernel: on : filesystem full Aug 12 19:47:06 marcus kernel: pid 703 (lixo), uid 0 inumber 14 on : filesystem full -- Marcus Grando Grupos Internet S/A marcus(at)corp.grupos.com.br