home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / cad / autocad / 1519 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.8 KB  |  52 lines

  1. Newsgroups: alt.cad.autocad
  2. Path: sparky!uunet!gumby!destroyer!cs.ubc.ca!fornax!dyck
  3. From: dyck@cs.sfu.ca (Michael Dyck)
  4. Subject: Re: shared memory error
  5. Message-ID: <1992Nov16.180828.5944@cs.sfu.ca>
  6. Organization: CSS, Simon Fraser University, Burnaby, B.C., Canada
  7. References: <01GR7S38KYSG9AMTCP@UDLAPVMS.PUE.UDLAP.MX>
  8. Date: Mon, 16 Nov 1992 18:08:28 GMT
  9. Lines: 41
  10.  
  11. In article <01GR7S38KYSG9AMTCP@UDLAPVMS.PUE.UDLAP.MX> IS80441@UDLAPVMS.BITNET writes:
  12. >        I am using autocad v. 11 in a Sparc Station. When I try to load a large
  13. >      ADS aplication there appears this message:
  14. >
  15. >        Unable to obtein shared memory
  16. >        Xload Fail
  17. >
  18. >        In some terminals there is no problem (they can load) but others show
  19. >   this message.
  20. >
  21. >        The manual don't talk about this.
  22. >
  23. >        If you have an idea of what is happend please help me.
  24. >
  25. >
  26. >        Thanks
  27. >
  28. >        Humberto Servin
  29. >        is80441@udlapvms
  30.  
  31.  
  32. From acad/readme.doc for the Sun-4/SPARCstation:
  33.  
  34.   AutoLISP and Inter-Process Communication
  35.   ----------------------------------------
  36.  
  37.   If AutoLisp (the "acadl" process), which controls ADS applications,
  38.   terminates prematurely, due to an ADS application that crashes, or
  39.   because of a "kill" command, you may have Inter-Process Communication
  40.   (IPC) shared-memory and semaphores that are not removed from the
  41.   system.  If this happens repeatedly, you will be unable to run ADS
  42.   applications because there are no free semaphores available.  To
  43.   correct this situation you must use the "ipcs" (IPC status) command to
  44.   inquire on IPC objects, and the "ipcrm" (IPC remove) command to free
  45.   them.  See the man pages on these commands for details on their
  46.   usage.  Note: Do not use "ipcrm" while an AutoCAD is running or you
  47.   may remove the currently in-use IPC objects.
  48.  
  49. Maybe that's your problem.
  50.  
  51. -Michael Dyck, dyck@cs.sfu.ca
  52.