home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.sysv386:13791 comp.windows.x:15873
- Newsgroups: comp.unix.sysv386,comp.windows.x
- Path: sparky!uunet!telesoft!holder
- From: holder@telesoft.com (Robert L. Holder @ignite)
- Subject: Re: Problems with X386 1.2E dumping core on SVR4
- Message-ID: <1992Aug29.215304.29135@telesoft.com>
- Organization: TeleSoft, San Diego, CA, USA
- References: <BtopuG.5Ds@compound.se> <1992Aug29.132231.20880@sinkhole.unf.edu>
- Date: Sat, 29 Aug 1992 21:53:04 GMT
- Lines: 29
-
- In <1992Aug29.132231.20880@sinkhole.unf.edu> shite@sinkhole.unf.edu (Stephen Hite) writes:
-
-
- >>We have compiled the X11R5 PL16 plus patches to get X386 1.2E.
- >>The system was built on a SVR4 (Consensys) with sdbm library.
- >>
- >>Everything compiled and installed straight. The system starts
- >>(using mwm an a couple of xterms etc) but after a while the
- >>server dumps core. It appears to happen when one moves the mouse
- >>but I'm not sure that is the reason.
- >>
- >>Trying to build the server with -g option gives the following when
- >>linking error message:
- >>
- >>ld: X386: libelf error: Memory error: output file space elf_update:
-
- This may be caused by insufficient kernel limits for
-
- HDATLIM
- SDATLIM
- HVMMLIM
- SVMMLIM
- HSTKLIM
- SSTKLIM
-
- When I link LARGE programs with -g I had to boost these from the
- defaults of 0x1000000 to 0x3000000. This was under NCR Unix SVR4/386.
- Try to boost these and relink your kernel. Then relink you application
- with -g.
-