home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 13791 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.4 KB

  1. Xref: sparky comp.unix.sysv386:13791 comp.windows.x:15873
  2. Newsgroups: comp.unix.sysv386,comp.windows.x
  3. Path: sparky!uunet!telesoft!holder
  4. From: holder@telesoft.com (Robert L. Holder @ignite)
  5. Subject: Re: Problems with X386 1.2E dumping core on SVR4
  6. Message-ID: <1992Aug29.215304.29135@telesoft.com>
  7. Organization: TeleSoft, San Diego, CA, USA
  8. References: <BtopuG.5Ds@compound.se> <1992Aug29.132231.20880@sinkhole.unf.edu>
  9. Date: Sat, 29 Aug 1992 21:53:04 GMT
  10. Lines: 29
  11.  
  12. In <1992Aug29.132231.20880@sinkhole.unf.edu> shite@sinkhole.unf.edu (Stephen Hite) writes:
  13.  
  14.  
  15. >>We have compiled the X11R5 PL16 plus patches to get X386 1.2E.
  16. >>The system was built on a SVR4 (Consensys) with sdbm library.
  17. >>
  18. >>Everything compiled and installed straight. The system starts
  19. >>(using mwm an a couple of xterms etc) but after a while the
  20. >>server dumps core. It appears to happen when one moves the mouse
  21. >>but I'm not sure that is the reason.
  22. >>
  23. >>Trying to build the server with -g option gives the following when
  24. >>linking error message:
  25. >>
  26. >>ld: X386: libelf error:  Memory error: output file space elf_update:
  27.  
  28. This may be caused by insufficient kernel limits for 
  29.  
  30. HDATLIM
  31. SDATLIM
  32. HVMMLIM
  33. SVMMLIM
  34. HSTKLIM
  35. SSTKLIM
  36.  
  37. When I link LARGE programs with -g I had to boost these from the
  38. defaults of 0x1000000 to 0x3000000. This was under NCR Unix SVR4/386.
  39. Try to boost these and relink your kernel. Then relink you application
  40. with -g. 
  41.