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