From owner-freebsd-current Sun Jun 16 05:02:02 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA03762 for current-outgoing; Sun, 16 Jun 1996 05:02:02 -0700 (PDT) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA03750 for ; Sun, 16 Jun 1996 05:01:59 -0700 (PDT) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.7.5/CET-v2.1) with SMTP id VAA21473 for ; Sun, 16 Jun 1996 21:01:57 +0900 (JST) Date: Sun, 16 Jun 1996 21:01:56 +0900 (JST) From: Michael Hancock Reply-To: Michael Hancock To: freebsd-current@FreeBSD.org Subject: Re: make core dumps while building libf2c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk More info. make libraries works but make world keeps core dumping. I'm doing the following: cat doit.sh #!/bin/sh ulimit -d unlimited ulimit -f unlimited ulimit -m unlimited ulimit -s unlimited make world 1>make.log 2>&1 MAXUSERS is 32 on a P166 box with 32MB #tail make.log building shared f2c library (version 2.0) nm: Version.so: no name list. nm: Version.so: no name list. tsort: cycle in data tsort: err.so tsort: sig_die.so tsort: close.so tsort: endfile.so tsort: open.so tsort: cycle in data tsort: sig_die.so tsort: close.so tsort: endfile.so tsort: err.so Memory fault - core dumped *** Error code 139 Stop. *** Error code 1 Stop. > Does anyone have suggestions for getting make world to complete? > > # find . -name \*\.core -print > ./obj/lib/libf2c/make.core > > # tail /usr/src/make.log > cc -fpic -DPIC -O2 -pipe -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO > -c /us > r/src/lib/libf2c/../libI77/wsle.c -o wsle.so > cc -fpic -DPIC -O2 -pipe -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO > -c /us > r/src/lib/libf2c/../libI77/wsne.c -o wsne.so > cc -fpic -DPIC -O2 -pipe -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO > -c /us > r/src/lib/libf2c/../libI77/xwsne.c -o xwsne.so > building shared f2c library (version 2.0) > *** Error code 139 > > Stop. > *** Error code 1 > > Stop. > -- michaelh@cet.co.jp http://www.cet.co.jp CET Inc., Daiichi Kasuya BLDG 8F 2-5-12, Higashi Shinbashi, Minato-ku, Tokyo 105 Japan Tel: +81-3-3437-1761 Fax: +81-3-3437-1766