From owner-freebsd-bugs Sat Apr 28 18:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1940337B424 for ; Sat, 28 Apr 2001 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3T1A1c92988; Sat, 28 Apr 2001 18:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6548D37B42C for ; Sat, 28 Apr 2001 18:05:02 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3T152r90267; Sat, 28 Apr 2001 18:05:02 -0700 (PDT) (envelope-from nobody) Message-Id: <200104290105.f3T152r90267@freefall.freebsd.org> Date: Sat, 28 Apr 2001 18:05:02 -0700 (PDT) From: davidx@viasoft.com.cn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/26938: 4.3-stable is a broken kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26938 >Category: kern >Synopsis: 4.3-stable is a broken kernel >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 28 18:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Xu >Release: FreeBSD 4.3-STABLE >Organization: Viasoft >Environment: FreeBSD davidbsd.viasoft.com.cn 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Apr 26 11:22 :51 CST 2001 root@davidbsd.viasoft.com.cn:/usr/obj/usr/src/sys/xu i386 >Description: a fork bomb can reboot machine, kernel prints: vm_map_entry_creat: kernel_resources exhausted I have never seen this problem in 4.2-release >How-To-Repeat: a small example program: #include int main() { while(1) { if (fork() == 0) break; } return 0; } try to compile and run it, kernel crashed. >Fix: diff 4.2-RELEASE.vm 4.3-STABLE.vm < no bug > has bug >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message