Subject: Re: bin/37155 (mount: /tmp: Segmentation fault error at boot in netbsd-4-rc-3)
To: None <jnemeth@NetBSD.org, gnats-admin@netbsd.org,>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: netbsd-bugs
Date: 12/21/2007 08:20:02
The following reply was made to PR bin/37155; it has been noted by GNATS.

From: jnemeth@victoria.tc.ca (John Nemeth)
To: Marcelo Schmidt <mschmidt@savvybyte.com>, gnats-bugs@NetBSD.org
Cc: netbsd-bugs@NetBSD.org
Subject: Re: bin/37155 (mount: /tmp: Segmentation fault error at boot in netbsd-4-rc-3)
Date: Fri, 21 Dec 2007 00:19:11 -0800

 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