Re: [bug] vtable=0x00000000 for the new FSFS when doing simultaneous commits
From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-05-09 07:28:24 CEST
Greg Hudson wrote:
>>Transmitting file data .svn: Commit failed (details follow):
its still there (or maybe another one with the same effect)
but this may be of interrest to you:
console #1:
console #2:
obviously, the two processes access the SAME txn folder
i think the bug is here:
if (apr_file_mktemp (&txn_file, txn_filename, 0, pool) != APR_SUCCESS)
/* Create the transaction directory based on this temporary file. */
SVN_ERR (svn_io_make_dir_recursively (txn_dirname, pool));
SVN_ERR (svn_io_file_close (txn_file, pool));
you create a unique filename through apr, but then DELETE
i think you have several options:
=====
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.