[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Re: Tortoise/Cache hanging Explorer?

From: Will Dean <svn_at_indcomp.co.uk>
Date: 2005-03-07 17:56:25 CET

At 17:46 07/03/2005 +0100, you wrote:

>Will: the docs for ::InterlockedExchange tell that the variable has to be
>on a 32-bit boundary or it will fail on SMP machines. Since /Zp isn't set
>and there's no pack pragma, do you know what's the default? If the default
>is 1, then a simple pragma could solve the problem...

The default is something like 8 or 16. I'd be very surprised if that was
the problem. I think it's something to do with the way the named-pipe is
handled now, but I don't have time to look into the details.

Just put the named-pipe loop back how it was, and I bet everything will be
OK. The tidy termination stuff is an irrelevance.

As an aside, and it's not related to this problem, the message loop should
also look at the return value of GetMessage and act accordingly.

>I'll add the pragma anyway - it won't hurt if it's there.

I disagree, but I think I'll relinquish any ownership of the cache code
now, and leave it to you. I don't have time to work on it at the moment,
and I don't want to sit on the sidelines sniping about quality.

Cheers,

Will

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Mar 7 17:57:24 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.