Xref: utzoo comp.sys.mips:634 comp.sys.dec:3025 comp.unix.ultrix:3289 Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!decwrl!crltrx!max.crl.dec.com!jg From: jg@max.crl.dec.com (Jim Gettys) Newsgroups: comp.sys.mips,comp.sys.dec,comp.unix.ultrix Subject: Re: Problems with Ultrix on DECStation (corrupted text segment) Keywords: corrupted text segment on ultrix Message-ID: <5104@crltrx.crl.dec.com> Date: 13 Apr 90 14:50:08 GMT References: <2476@syma.sussex.ac.uk> <5093@crltrx.crl.dec.com> <2479@syma.sussex.ac.uk> Sender: news@crltrx.crl.dec.com Reply-To: jg@max.crl.dec.com (Jim Gettys) Organization: DEC Cambridge Research Lab Lines: 8 Presuming your diagnosis is correct, I'm surprised too... Garbage collection is not the only place you must be careful; when creating the procedure in the first place, you have to flush the I cache (or you'll see the old data) for the addresses of the procedure. If you've checked everything, then it is time to report the bug formally. - Jim