Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!rutgers!orstcs!mist.CS.ORST.EDU!go From: go@mist.CS.ORST.EDU (Gary Oliver) Newsgroups: comp.os.minix Subject: Re: a bug in shared text Message-ID: <19561@orstcs.CS.ORST.EDU> Date: 28 Jul 90 05:28:00 GMT Sender: usenet@orstcs.CS.ORST.EDU Organization: Computer Science Department, Oregon State Univ. Lines: 16 Bruce Evans (brucee@runxtsa.runx.oz.au) points out a BAD bug in my shared text implementation. A task being ptraced needs to have sharing disabled or else you will clobber all other incarnations of that program. Rather than implement a patch kit for my version, I am going to wait. Bruce is testing a different version of shared text submitted by another person and this version will not have that problem. My advice (temporarily) would be to ensure you make a private copy of a program being debugged or better yet, remove my shared text code altogether (safer and more secure) and wait. Sorry for any problems this may have caused you all. Hope Bruce gets his out soon :-). Gary Oliver go@jacobs.cs.orst.edu