From owner-freebsd-hackers Sun Sep 28 23:50:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22445 for hackers-outgoing; Sun, 28 Sep 1997 23:50:36 -0700 (PDT) Received: from lab321.ru (anonymous1.omsk.net.ru [194.226.32.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA21815 for ; Sun, 28 Sep 1997 23:40:45 -0700 (PDT) Received: from lab321.ru (kev.l321.omsk.net.ru [194.226.33.68]) by lab321.ru (8.8.5-MVC-230497/8.8.5) with ESMTP id OAA08205 for ; Mon, 29 Sep 1997 14:45:20 +0600 (OSK) Message-ID: <342F4D28.417B2D09@lab321.ru> Date: Mon, 29 Sep 1997 13:39:36 +0700 From: Eugeny Kuzakov Organization: Powered by FreeBSD. X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-970807-SNAP i386) MIME-Version: 1.0 To: hackers@freebsd.org Subject: Recursive fork() and different fbsd's Content-Type: multipart/mixed; boundary="------------601EF9CC89B220D54F72F227" Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------601EF9CC89B220D54F72F227 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Hi, All ! I run this program on: 1. 3.0-970807-SNAP - no hangs, fork always rerurns 0. But process count does not grow.. 2. 2.1.7.1-RELEASE - more swap, more processes, not hangs really, but ....Works only router...Any applications stoped... On linux, when will process count more than same constant, fork returns -1. Any comments ? -- Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) http://www.lab321.ru/~kev kev@lab321.ru --------------601EF9CC89B220D54F72F227 Content-Type: application/octet-stream; name="crash.c" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="crash.c" I2luY2x1ZGUgPHN0ZGlvLmg+CiNpbmNsdWRlIDxzdGRsaWIuaD4Kdm9pZCBtYWluKCl7CiAg ICB3aGlsZSgxKXsKCWlmKGZvcmsoKSl7cHJpbnRmKCIuIik7fTsKICAgIH0KfQo= --------------601EF9CC89B220D54F72F227--