From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 1 Oct 2009 23:11:23 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <> References: <> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] remedial sources auth, connect, and mount in plan9port Topicbox-Message-UUID: 7b9c0eba-ead5-11e9-9d60-3106f5b1d025 > My test case tries to copy a file over top of one that already exists. > In this case, the bug decided to flit right by the check at > convM2S.c:216,217. i thought the original problem was trying to change modes or permissions on a file. that's why i guessed the problem message would be a Rwstat. perhaps i gave the wrong line numbers? in any event, you're doing writes with your current example, so you may wish to instrument all the cases in M2S that return 0. - erik