Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!daver!col.hp.COM!bdale@col.hp.COM From: bdale@col.hp.COM (Bdale Garbee) Newsgroups: comp.sys.nsc.32k Subject: Re: Applying Patches to MINX Message-ID: <9106242056.AA00459@hpcsbg.col.hp.com> Date: 24 Jun 91 20:56:50 GMT References: <1991Jun24.5552.0@ucrmath.ucr.edu> Sender: news@daver.bungi.com (Network News) Organization: Association for the Prevention of Polar Bears and Kangaroos Lines: 21 > (3) The Program starts out fine, but barfs when it hits the breakpoint. I get > a ">" prompt and the machine is frozen. I have to press the reset button > *three times* (this is consistent) to reset the machine. You have to unset the breakpoint before you continue. Bruce neglected to mention that in the release notes. > On a related topic, what, exactly, do I have to do to apply the hybrid 1.5 > diffs. I tried running patch as follows: > patch -p0 while inside the fs directory. Do these all from the root directory for the sources (just above fs, mm, etc). > Last question: I get a bus error when running certain programs (compress is > a big problem). Is tthis a memory parity error? Implies a memory error of some kind, maybe a pointer walking off a list causing a VM violation. Bdale