Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix,net.unix-wizards Subject: Re: "_doprnt" query Message-ID: <491@brl-tgr.ARPA> Date: Tue, 10-Dec-85 09:51:49 EST Article-I.D.: brl-tgr.491 Posted: Tue Dec 10 09:51:49 1985 Date-Received: Wed, 11-Dec-85 22:13:51 EST References: <280@ur-tut.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 7 Xref: linus net.unix:6023 net.unix-wizards:13217 > I am trying to get a screen editor working on my Fortune 32:16 system. It > keeps crashing in the routine "_doprnt" (giving me a memory addressing error). > I can't seem to find any documentation on it. _doprnt() is used internally by the printf() family of functions. One common cause of crashes in it is passing a bum pointer for a %s format spec, or not having the correct number of arguments.