Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!phri!uccba!finegan From: finegan@uccba.UUCP (Mike Finegan) Newsgroups: comp.unix.wizards Subject: Re: Ultrix-2.0 calloc bug? Message-ID: <1251@uccba.UUCP> Date: Sun, 4-Oct-87 22:19:32 EDT Article-I.D.: uccba.1251 Posted: Sun Oct 4 22:19:32 1987 Date-Received: Thu, 8-Oct-87 00:48:12 EDT References: <12300001@silver> Organization: Univ of Cincinnati, College of Business Admin. Lines: 11 Summary: Another Question While I haven't tried your code on our Ultrix 2.0 (11/750), I have had problems before with passing pointers (to system used memory) (i.e. argV) after various operations (I can go look ...). I believe one of the operations was passing "argv" to a function. This may be different, but what guarantee do you have about system allocated, and used memory; how long is it 'static', etc.? Sorry if this sounds vague, but I avoided the problem by doing it another way (copying and not accessing again). Mike Finegan ...{pyramid,decuac,mit-eddie,...}!uccba!finegan