Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!genrad!panda!talcott!harvard!seismo!brl-smoke!smoke!bzs@bu-cs From: bzs@bu-cs (Barry Shein) Newsgroups: net.unix-wizards Subject: Re: Help on Sendmail Message-ID: <838@brl-smoke.ARPA> Date: Tue, 11-Feb-86 11:26:54 EST Article-I.D.: brl-smok.838 Posted: Tue Feb 11 11:26:54 1986 Date-Received: Thu, 13-Feb-86 19:23:06 EST Sender: news@brl-smoke.ARPA Lines: 13 Segmentation violation from Sendmail... Quick guess: delete /usr/lib/sendmail.fc, kill the running sendmail, run '/usr/lib/sendmail -bz' to re-build the frozen configuration file and restart your sendmail daemon. The frozen config file gets blind-loaded into memory and assumes it was produced by the same image as is loading it, any changes will trash memory. -Barry Shein, Boston University But why did re-building the original cause a problem? Maybe a library loaded in during the build changed? Try it.