Subject: Re: bin/37155 (mount: /tmp: Segmentation fault error at boot in netbsd-4-rc-3)
To: Marcelo Schmidt <mschmidt@savvybyte.com>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: netbsd-bugs
Date: 12/21/2007 00:19:11
On May 12,  3:58pm, Marcelo Schmidt wrote:
} On Thu, Dec 20, 2007 at 06:44:15AM +0000, jnemeth@NetBSD.org wrote:
} > Synopsis: mount: /tmp: Segmentation fault error at boot in netbsd-4-rc-3
} >
} > State-Changed-From-To: open->closed
} > State-Changed-By: jnemeth@netbsd.org
} > State-Changed-When: Thu, 20 Dec 2007 06:44:12 +0000
} > State-Changed-Why:
} > fixed in head and netbsd-4...  thanks for the PR!
} 
} Did this fix make it into release 4.0?

     Hmm, I thought it did, but apparently not.  It is netbsd-4 pullup
number 1024.

} I tried 4-current and 4.0-release, both still have the same problem.

     You can fix it yourself by unpacking the src.tgz and

cd /usr/src/sbin/newfs
cvs up -kk -j 1.103 -j 1.104 mkfs.c
cvs up -kk -j 1.14 -j 1.15 mount_mfs.c
make USETOOLS=never all install

}-- End of excerpt from Marcelo Schmidt