Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 (Tek) 9/28/84 based on 9/17/84; site mako.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!tektronix!orca!mako!johnm From: johnm@mako.UUCP (John McClintic) Newsgroups: net.bizarre Subject: Re: Program bug Message-ID: <913@mako.UUCP> Date: Thu, 29-Aug-85 14:00:21 EDT Article-I.D.: mako.913 Posted: Thu Aug 29 14:00:21 1985 Date-Received: Sun, 1-Sep-85 04:51:50 EDT References: <226@gymble.UUCP> <265@frog.UUCP> <261@gymble.UUCP> Reply-To: johnm@mako.UUCP (John McClintic) Distribution: net Organization: Tektronix, Wilsonville OR Lines: 40 Summary: In article <261@gymble.UUCP> neal@gymble.UUCP (Neal R. Vanderlipp) writes: >>> My program crashed. Can anyone debug it for me? Here's the core dump: >>> >>> 0000000 000000 000000 000000 000000 000000 000000 000000 000000 >>> 0000020 000000 000000 000000 000000 000000 000000 000000 000000 >> ... >>> 0000760 000537 000400 000000 000400 000000 000012 000000 000377 >>> 0001000 177777 177777 177777 177777 177777 177777 177777 177777 >>> 0001020 177777 177777 000537 000400 000000 000000 177600 007770 >>> 0001040 177600 007724 017765 011600 177404 105230 000000 000002 <<- >> ... >> >>It's quite simple. The line in your program which reads >> >> if (FF<&_flf[0]||FF>=&_flf[NFLF]||FF!=&_flf[FF-&_flf[0]]||FF->ff_dir==NULL){radon(bad_flf,67);return foo->ff_bc = getbch(dptr->di_ack,dptr->di_tor);} >> >>should read >> >> if (FF<&_flf[0]||FF>=&_flf[NFLF]||FF!=&_flf[FF-&_flf[0]]||FF->ff_dir==NULL){radon((bad_flf,67));return foo->ff_bc = getbch(dptr->di_ack,dptr->di_tor);} >> >>Glad to help! >> >>-- >>John Woods, Charles River Data Systems, Framingham MA, (617) 626-1101 > >Thanks John, that looks like it will probably work, but I'm looking for >a solution which is not load dependent. > >-- >Neal R. Vanderlipp >ARPA: neal@maryland >CSNet: neal@umcp-cs >UUCP: {seismo,allegra}!umcp-cs!neal Actually it's more simple than you say it is. When all else fails -> Type "h" for help. John S. McClintic UUCP: tektronix!tekecs!mako!johnm