On 2011-11-16, at 10:36 , Philip Martin wrote:

> Aleksandr Sidorenko <asidore...@cashontime.com> writes:
> 
>> But it seems it's not this error that is triggered; it's the one a few lines 
>> down (I changed the error message to detect it):
>> 
>> #if APR_HAS_THREADS
>>  /* Wait for whichever thread is performing initialization to finish. */
>>  /* XXX FIXME: Should we have a maximum wait here, like we have in
>>                the Windows file IO spinner? */
>>  else while (status != SVN_ATOMIC_INITIALIZED)
>>    {
>>      if (status == SVN_ATOMIC_INIT_FAILED)
>>      return svn_error_create(SVN_ERR_ATOMIC_INIT_FAILURE, NULL,
>>                                "Couldn't perform atomic initialization");
> 
> Wow!  The atomic operations are failing!  Which OS?  Which distribution?
> Which complier?  32-bit or 64-bit?

Linux 2.6.9-34 (CentOS 4.3), 64-bit
gcc 3.4.5

It did work in 1.6.12; what changed?

Reply via email to