home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!wupost!gumby!yale!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!rz.uni-karlsruhe.de!usenet@rz
- From: DAHMS@ifk20.mach.uni-karlsruhe.de (Heribert Dahms)
- Newsgroups: comp.windows.interviews
- Subject: Re: Problems building on HP 720
- Date: 31 Dec 1992 14:19:57 GMT
- Organization: University of Karlsruhe, FRG (Dept. of Mechanical Engineering)
- Lines: 60
- Distribution: world
- Message-ID: <1huvidINNt0@nz12.rz.uni-karlsruhe.de>
- References: <1992Dec30.165827.14837@crd.ge.com>
- NNTP-Posting-Host: ifk28.mach.uni-karlsruhe.de
- X-News-Reader: VMS NEWS 1.20
- In-Reply-To: jim@galifrey's message of 30 Dec 92 16:58:27 GMT
-
- In <1992Dec30.165827.14837@crd.ge.com> jim@galifrey writes:
-
- : I am attempting to build IV 3.1 on an HP 720 using HP's C++ (HP C++
- : B2402 A.02.34). The build fails with the following message while
- : compiling action.c:
- :
- : Pid 1039 was killed due to insufficient
- : memory or swap space for stack growth.
- : Memory fault(coredump)
- :
- : The abort happens during the preprocessor (Cpp.ansi).
- [...]
- : -- Jim Weirich (jim@galifrey.ae.ge.com)
-
- I got the same with iv3.1-b3 and tried to isolate by
- copying Dispatch/iostreamb.h to h.c and the minimum neccessary *.h :
-
- % uname -a
- HP-UX uw70 A.B8.05 A 9000/720 25924172
-
- % CC -I. h.c
-
-
- Pid 4560 was killed due to insufficient
- memory or swap space for stack growth.
- CC: error: `/usr/lib/Cpp.ansi' terminated with signal 11 (1922)
-
- % ll core
- -rw-r--r-- 1 hb10 hb00 13828844 Oct 13 11:13 core
-
- Our SysAdm said: hmmm, filled up 170MB swap space?
-
- So I stopped building iv on this machine.
-
- % ll -R
- total 38
- -rw------- 1 hb10 hb00 261 Oct 13 11:17 CC.error
- drwx------ 2 hb10 hb00 1024 Oct 2 19:22 Dispatch
- drwx------ 2 hb10 hb00 1024 Oct 2 19:33 OS
- -rw------- 1 hb10 hb00 3718 Oct 2 20:25 h.c
- -rw------- 1 hb10 hb00 12203 Oct 2 19:02 i.c
-
- ./Dispatch:
- total 18
- -rw------- 1 hb10 hb00 566 Oct 2 19:20 _defines.h
- -rw------- 1 hb10 hb00 1387 Oct 2 19:20 dp.h
- -rw------- 1 hb10 hb00 1571 Oct 2 19:03 enter-scope.h
- -rw------- 1 hb10 hb00 3718 Oct 2 19:03 iostreamb.h
-
- ./OS:
- total 16
- -rw------- 1 hb10 hb00 893 Oct 2 19:33 _defines.h
- -rw------- 1 hb10 hb00 409 Oct 2 19:20 _undefs.h
- -rw------- 1 hb10 hb00 1616 Oct 2 19:20 enter-scope.h
- -rw------- 1 hb10 hb00 1299 Oct 2 19:30 leave-scope.h
- -rw------- 1 hb10 hb00 1373 Oct 2 19:30 os.h
-
-
-
- Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
-