Path: utzoo!utgpu!watmath!iuvax!purdue!mentor.cc.purdue.edu!dls From: dls@mentor.cc.purdue.edu (David L Stevens) Newsgroups: comp.sys.next Subject: Re: Sendmail binary (bus error) Message-ID: <3611@mentor.cc.purdue.edu> Date: 9 Aug 89 01:50:06 GMT References: <15124@umn-cs.CS.UMN.EDU> Reply-To: dls@mentor.cc.purdue.edu (David L Stevens) Organization: PUCC UNIX Group Lines: 8 If you've frozen the configuration file (a sendmail.fc exists), that's your problem. NeXT/Mach doesn't implement brk(2) (or sbrk(2), I forget which) and sendmail uses it for the frozen configuration file processing. Deleting the .fc file and never running "sendmail -bz" will keep it happy (if that's the problem). -- +-DLS (dls@mentor.cc.purdue.edu)