home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / elm / 3963 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.7 KB  |  51 lines

  1. Newsgroups: comp.mail.elm
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!mlb.semi.harris.com!travis.csd.harris.com!grouper!wdh
  3. From: wdh@grouper.mkt.csd.harris.com (W. David Higgins)
  4. Subject: Re: Segment Violation signal!
  5. Organization: Harris CSD, Ft. Lauderdale, FL
  6. Date: Thu, 7 Jan 1993 00:35:14 GMT
  7. Message-ID: <1993Jan7.003514.23800@grouper.mkt.csd.harris.com>
  8. References: <1993Jan6.164245.20045@aio.jsc.nasa.gov> <1if9mqINNd43@gossip.pyramid.com>
  9. Lines: 40
  10.  
  11. In article <1if9mqINNd43@gossip.pyramid.com> bms@penguin.eng.pyramid.com (Bruce Schlobohm) writes:
  12. >In article <1993Jan6.164245.20045@aio.jsc.nasa.gov>, horn@freefall.jsc.nasa.gov (Mark Horn) writes:
  13. >| Hi I just got elm PL20 up and running.  But with that patch I occasionally get
  14. >| the following error:
  15. >| 
  16. >|     Segment Violation signal!
  17. >| 
  18. >|     Emergency exit taken! All temp files intact!
  19. >
  20. >Yes, I can duplicate this also.
  21.  
  22. I've sent what I believe is the fix for this problem to Syd.  I say
  23. 'believe' because our compiler caught the problem and I fixed it up
  24. before installing elm2.4pl20.
  25.  
  26. I don't particularly recommend installing the following because of conflicts
  27. when the official patch comes out.  But, you might be hurting.
  28. If you decide to install this, *please* save a copy of the original
  29. 'exitprog.c' for use when patch 21 comes out.
  30.  
  31.  
  32. *** src/Orig_exitprog.c    Tue Jan  5 15:44:52 1993
  33. --- src/exitprog.c    Tue Jan  5 17:06:11 1993
  34. ***************
  35. *** 39,45 ****
  36.           any, and if the user say's it's ok)
  37.       **/
  38.   
  39. !     char *msg, answer;
  40.       register int i, changes;
  41.   
  42.       dprint(1, (debugfile, "\n\n-- exiting --\n\n"));
  43. --- 39,45 ----
  44.           any, and if the user say's it's ok)
  45.       **/
  46.   
  47. !     char msg[SLEN], answer;
  48.       register int i, changes;
  49.   
  50.       dprint(1, (debugfile, "\n\n-- exiting --\n\n"));
  51.