RE: Race condition in APR_DECLARE_LATE_DLL_FUNC() implementation

2013-12-11 Thread Bert Huijben
: daniel.lescoh...@cbsinteractive.com [mailto:daniel.lescoh...@cbsinteractive.com] On Behalf Of Daniel Lescohier Sent: zaterdag 7 december 2013 16:05 To: Bert Huijben Cc: William A. Rowe Jr.; Stefan Fuhrmann; APR Developer List; Stefan Fuhrman; Philip Martin; Subversion Development Subject: Re: Ra

Re: Race condition in APR_DECLARE_LATE_DLL_FUNC() implementation

2013-12-07 Thread Branko Čibej
On 07.12.2013 16:04, Daniel Lescohier wrote: > Second: why use apr_atomic_casptr? Writing a pointer to a memory address > is already atomic: another thread cannot see a halfway-changed pointer. You gotta love how people assume the whole world uses a single CPU architecture. -- Brane -- Branko

Re: Race condition in APR_DECLARE_LATE_DLL_FUNC() implementation

2013-12-07 Thread Daniel Lescohier
; > > -Original Message- > > From: Bert Huijben [mailto:b...@qqmail.nl] > > Sent: vrijdag 6 december 2013 19:14 > > To: 'William A. Rowe Jr.'; 'Stefan Fuhrmann' > > Cc: 'APR Developer List'; 'Stefan Fuhrman&#x

RE: Race condition in APR_DECLARE_LATE_DLL_FUNC() implementation

2013-12-07 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: vrijdag 6 december 2013 19:14 > To: 'William A. Rowe Jr.'; 'Stefan Fuhrmann' > Cc: 'APR Developer List'; 'Stefan Fuhrman'; 'Philip Martin&#

RE: Race condition in APR_DECLARE_LATE_DLL_FUNC() implementation

2013-12-06 Thread Bert Huijben
> -Original Message- > From: William A. Rowe Jr. [mailto:wr...@rowe-clan.net] > Sent: vrijdag 6 december 2013 18:24 > To: Stefan Fuhrmann > Cc: Bert Huijben; APR Developer List; Stefan Fuhrman; Philip Martin; > Subversion Development > Subject:

Re: Race condition in APR_DECLARE_LATE_DLL_FUNC() implementation

2013-12-06 Thread William A. Rowe Jr.
On Fri, 6 Dec 2013 16:44:52 +0100 Stefan Fuhrmann wrote: > On Fri, Dec 6, 2013 at 6:05 AM, William A. Rowe Jr. > wrote: > > > On Thu, 5 Dec 2013 15:01:05 +0100 > > "Bert Huijben" wrote: > > > > > I think the dll load function should be converted to a more stable > > > pattern, that properly han

Re: Race condition in APR_DECLARE_LATE_DLL_FUNC() implementation

2013-12-06 Thread Stefan Fuhrmann
On Fri, Dec 6, 2013 at 6:05 AM, William A. Rowe Jr. wrote: > On Thu, 5 Dec 2013 15:01:05 +0100 > "Bert Huijben" wrote: > > > I think the dll load function should be converted to a more stable > > pattern, that properly handles multiple threads. And perhaps we > > should just assume a few more NT

Re: Race condition in APR_DECLARE_LATE_DLL_FUNC() implementation

2013-12-05 Thread William A. Rowe Jr.
On Thu, 5 Dec 2013 15:01:05 +0100 "Bert Huijben" wrote: > I think the dll load function should be converted to a more stable > pattern, that properly handles multiple threads. And perhaps we > should just assume a few more NT functions to be alsways there > instead of loading them dynamically. T

RE: Race condition in libsvn_client code?

2011-03-15 Thread Bert Huijben
> -Original Message- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: dinsdag 15 maart 2011 14:52 > To: C. Michael Pilato > Cc: Subversion Development > Subject: Re: Race condition in libsvn_client code? > > "C. Michael Pilato" wri

Re: Race condition in libsvn_client code?

2011-03-15 Thread Philip Martin
"C. Michael Pilato" writes: > [Tweaking Subject: for (hopefully) additional visibility.] > > On 03/15/2011 09:15 AM, Daniel Shahaf wrote: >> C. Michael Pilato wrote on Tue, Mar 15, 2011 at 09:05:56 -0400: >>> On 03/15/2011 12:34 AM, Daniel Shahaf wrote: cmpil...@apache.org wrote on Tue, Mar

Re: race condition

2010-09-03 Thread Ramkumar Ramachandra
Hi Daniel, Daniel Shahaf writes: > From IRC logs... > > 09:53 <@danielsh> wayita: tell artagnon > http://colabti.org/irclogger/irclogger_log/svn-dev?date=2010-08-20#l83 <--- > has that been resolved? > (can't find any record in mail/irc archives) > > So, do you remember what