home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / intervie / 3482 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  2.5 KB

  1. Path: sparky!uunet!wupost!gumby!yale!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!rz.uni-karlsruhe.de!usenet@rz
  2. From: DAHMS@ifk20.mach.uni-karlsruhe.de (Heribert Dahms)
  3. Newsgroups: comp.windows.interviews
  4. Subject: Re: Problems building on HP 720
  5. Date: 31 Dec 1992 14:19:57 GMT
  6. Organization: University of Karlsruhe, FRG (Dept. of Mechanical Engineering)
  7. Lines: 60
  8. Distribution: world
  9. Message-ID: <1huvidINNt0@nz12.rz.uni-karlsruhe.de>
  10. References: <1992Dec30.165827.14837@crd.ge.com>
  11. NNTP-Posting-Host: ifk28.mach.uni-karlsruhe.de
  12. X-News-Reader: VMS NEWS 1.20
  13. In-Reply-To: jim@galifrey's message of 30 Dec 92 16:58:27 GMT
  14.  
  15. In <1992Dec30.165827.14837@crd.ge.com> jim@galifrey writes:
  16.  
  17. : I am attempting to build IV 3.1 on an HP 720 using HP's C++ (HP C++
  18. : B2402 A.02.34).  The build fails with the following message while
  19. : compiling action.c:
  20. :     Pid 1039 was killed due to insufficient
  21. :     memory or swap space for stack growth.
  22. :     Memory fault(coredump)
  23. : The abort happens during the preprocessor (Cpp.ansi).  
  24. [...]
  25. : -- Jim Weirich (jim@galifrey.ae.ge.com)
  26.  
  27. I got the same with iv3.1-b3 and tried to isolate by
  28. copying Dispatch/iostreamb.h to h.c and the minimum neccessary *.h :
  29.  
  30. % uname -a
  31. HP-UX uw70 A.B8.05 A 9000/720 25924172
  32.  
  33. % CC -I. h.c
  34.  
  35.  
  36. Pid 4560 was killed due to insufficient
  37. memory or swap space for stack growth.
  38. CC: error: `/usr/lib/Cpp.ansi' terminated with signal 11 (1922)
  39.  
  40. % ll core
  41. -rw-r--r--   1 hb10     hb00     13828844 Oct 13 11:13 core
  42.  
  43. Our SysAdm said: hmmm, filled up 170MB swap space?
  44.  
  45. So I stopped building iv on this machine.
  46.  
  47. % ll -R
  48. total 38
  49. -rw-------   1 hb10     hb00         261 Oct 13 11:17 CC.error
  50. drwx------   2 hb10     hb00        1024 Oct  2 19:22 Dispatch
  51. drwx------   2 hb10     hb00        1024 Oct  2 19:33 OS
  52. -rw-------   1 hb10     hb00        3718 Oct  2 20:25 h.c
  53. -rw-------   1 hb10     hb00       12203 Oct  2 19:02 i.c
  54.  
  55. ./Dispatch:
  56. total 18
  57. -rw-------   1 hb10     hb00         566 Oct  2 19:20 _defines.h
  58. -rw-------   1 hb10     hb00        1387 Oct  2 19:20 dp.h
  59. -rw-------   1 hb10     hb00        1571 Oct  2 19:03 enter-scope.h
  60. -rw-------   1 hb10     hb00        3718 Oct  2 19:03 iostreamb.h
  61.  
  62. ./OS:
  63. total 16
  64. -rw-------   1 hb10     hb00         893 Oct  2 19:33 _defines.h
  65. -rw-------   1 hb10     hb00         409 Oct  2 19:20 _undefs.h
  66. -rw-------   1 hb10     hb00        1616 Oct  2 19:20 enter-scope.h
  67. -rw-------   1 hb10     hb00        1299 Oct  2 19:30 leave-scope.h
  68. -rw-------   1 hb10     hb00        1373 Oct  2 19:30 os.h
  69.  
  70.  
  71.  
  72. Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
  73.