home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / emacs / bug / 1183 < prev    next >
Encoding:
Text File  |  1992-08-12  |  626 b   |  22 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!uiucmath.math.uiuc.edu!dan
  3. From: dan@uiucmath.math.uiuc.edu (Daniel R. Grayson)
  4. Subject: invalid buffer-file-name crashes emacs
  5. Message-ID: <9208122142.AA03026@uiucmath.math.uiuc.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: dan@math.uiuc.edu
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Wed, 12 Aug 1992 21:42:01 GMT
  11. Approved: bug-gnu-emacs@prep.ai.mit.edu
  12. Lines: 8
  13.  
  14. Do this to make emacs 18.58 crash with an illegal instruction on a vaxstation
  15. II running Ultrix 2.0.
  16.  
  17. (find-file "junk.foo")
  18. (setq buffer-file-name (cons "asdf" "qwer"))
  19. (insert "asdf")
  20.  
  21.  
  22.