Date: Tue, 18 Jun 1996 03:27:47 +0900 (JST) From: Michael Hancock <michaelh@cet.co.jp> To: freebsd-current@FreeBSD.org Subject: Re: make core dumps while building libf2c Message-ID: <Pine.SV4.3.93.960618031802.2964B-100000@parkplace.cet.co.jp> In-Reply-To: <Pine.SV4.3.93.960616170732.20632A-100000@parkplace.cet.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Sorry, about the make world traffic earlier. I had to raise the limit on open files. The memory fault error confused me. # ulimit -a core file size (blocks) unlimited data seg size (kbytes) 65536 file size (blocks) unlimited max memory size (kbytes) 29992 stack size (kbytes) 8192 cpu time (seconds) unlimited max user processes 40 pipe size (512 bytes) 1 open files 64 virtual memory (kbytes) 73728 My updated 'make world' script. #!/bin/sh ulimit -d unlimited ulimit -f unlimited ulimit -m unlimited ulimit -s unlimited ulimit -n unlimited make world 1>make.log 2>&1 A pstat while making world. # pstat -T 72/1576 files 2812 vnodes 6M/127M swap space On Sun, 16 Jun 1996, Michael Hancock wrote: > 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. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SV4.3.93.960618031802.2964B-100000>