You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Gus Mueller <gu...@gmail.com> on 2004/10/14 20:29:38 UTC

Re: [PATCH] for Derb-1 (unable to create database on MAC)

On Thu, 14 Oct 2004 10:55:35 -0700, Daniel John Debrunner
<dj...@debrunners.com> wrote:
> As an alternative, has any one tried modifying Suresh's simple test case
> 
> http://nagoya.apache.org/eyebrowse/ReadMsg?listName=derby-dev@db.apache.org&msgNo=232
> 
> on OS X, to add
> 
> raf.getFD().sync();
> 
> before the close on the first open of the file (the open in rw mode)?
> 
> If the test case then passes, is that a suitable fix for Derby?

I just tried this out on by box (10.3.5, jvm 1.4.2_05-141.3) and it
still threw and error.

-gus