home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / elm / 3996 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.7 KB

  1. Path: sparky!uunet!wupost!spool.mu.edu!agate!doc.ic.ac.uk!uknet!yorkohm!nigelm
  2. From: nigelm@ohm.york.ac.uk (Nigel Metheringham)
  3. Newsgroups: comp.mail.elm
  4. Subject: Re: Segment Violation signal! (INOFFICIAL FIX)
  5. Message-ID: <1993Jan8.152815.12187@ohm.york.ac.uk>
  6. Date: 8 Jan 93 15:28:15 GMT
  7. References: <1993Jan6.164245.20045@aio.jsc.nasa.gov> <1if9mqINNd43@gossip.pyramid.com> <1993Jan7.115948.14710@isa.de>
  8. Organization: Electronics Department, University of York, UK
  9. Lines: 28
  10.  
  11. In <1993Jan7.115948.14710@isa.de> vogt@isa.de (Gerald Vogt) writes:
  12. >Hi. All those who upgraded elm to patchlevel 20 and get a Segment
  13. >Violation, Bus Error or similar signal when leaving elm with 'x' may
  14. >apply the following patch to the file src/exitprog.c. Everything
  15. >should work afterwards. But be aware: DON'T FORGET TO REMOVE THE PATCH
  16. >AGAIN BEFORE YOU APPLY THE NEXT OFFICIAL PATCHES!!!
  17.  
  18. If you have stock elm 2.4PL20 and you can use x without some form of
  19. segment violation/bus error after having changed the status of a
  20. message (ie read an unread one or deleted a message), then I'd be a
  21. touch worried.
  22.  
  23. Whats happening is that an unitialised pointer is being passed to a
  24. sprintf type function.  On my system that pointer is auto intialised
  25. to zero, but on other systems you will be tramping over some random
  26. data space.  Fortunately since its the last thing you do before
  27. shutting down you will probably get away with it!
  28.  
  29. I passed a patch to Syd a couple of days ago.  I expect him to issue
  30. a blessed patch fairly soon (it is a real bug so needs fixing fairly
  31. fast).
  32.  
  33.     Nigel.
  34.  
  35. -- 
  36. #   Nigel Metheringham  -- (NeXT) EMail: nigelm@ohm.york.ac.uk    #
  37. #   System Administrator, Electronics Dept, University of York    #
  38. #   York YO1 5DD. Phone: +44 904 432374, Fax: +44 904 432335      #
  39.