home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / help / 5279 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.3 KB  |  39 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!rpi!ghost.dsi.unimi.it!montra
  3. From: montra@ghost.dsi.unimi.it (Paolo Montrasio)
  4. Subject: segmentaion violation in fileio.c in emacs 18.59, hp700/800 HPUX
  5. Organization: Computer Science Dep. - Milan University
  6. Date: Thu, 7 Jan 1993 12:16:28 GMT
  7. Message-ID: <1993Jan7.121628.21723@ghost.dsi.unimi.it>
  8. Lines: 29
  9.  
  10. Today I decided to upgrade to a newer version of emacs (I'm using emacs
  11. 18.55), so I ftp-ed the source of emacs 18.59 from prep.ai.mit.edu and
  12. compiled it. All worked well. I got xemacs, I made the $EMACS dir (in
  13. /usr/local/lib/emacs), installed the files into the etc/ lisp/ ...
  14. directories and then tried to run emacs.
  15.  
  16. I got this message
  17.  
  18. Fatal error (11).Segmentation fault (core dumped)
  19.  
  20. I looked at the offending line with the debugger and I found that it
  21. is:
  22.  
  23. fileio.c: line 2068: buf = XCONS (XCONS (tail)->car)->cdr;
  24.  
  25. in the function Fdo_auto_save.
  26.  
  27. I looked at the PROBLEMS file, but there is nothing about this error,
  28. unless someting about a possible problem with XCONS. It says that
  29. it is fixed by defining NO_UNION_TYPE in config.h, but that symbol is
  30. already defined in my m-... file ...
  31.  
  32. Can anyone help me?
  33.  
  34.     Thank you in advance.
  35.  
  36.     Paolo Montrasio
  37.     montra@ghost.dsi.unimi.it
  38.  
  39.