Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!harpo!ihnp4!inuxc!pur-ee!uiucdcs!parsec!ctvax!uokvax!andree From: andree@uokvax.UUCP Newsgroups: net.micro.cpm Subject: Re: UC 1.4 - (nf) Message-ID: <4701@uiucdcs.UUCP> Date: Sat, 24-Dec-83 22:43:04 EST Article-I.D.: uiucdcs.4701 Posted: Sat Dec 24 22:43:04 1983 Date-Received: Fri, 6-Jan-84 01:41:09 EST Lines: 16 #R:sri-arpa:-1469500:uokvax:7900005:000:592 uokvax!andree Dec 22 17:19:00 1983 I'm running uc under 4.1c No problems once I got it up. There was a problem in bringing it up. Uc gets file stats through a function called `fstat', which can be found near the end of the source. Fstat is also a library routine on 4.1c, and is called by both printf and stat. Since the uc fstat calls stat, calling printf leads to an infinite recursion. The first thing uc does is print it's name out, so running it produces a short delay, followed by dropping core due to stack overflow. I changed the name of the routine from fstat to filestat, and everything worked like a charm.