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

Re: Strange crashes

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-04-10 10:27:48 CEST

On 4/10/06, Norbert Unterberg <nunterberg@gmail.com> wrote:
> The only thing I can think of (except overclocking or overheating) is
> that some other thread is changing cachedDir in between these two
> lines. I do not know the context, but I guess cachedDir is a local
> variable? If yes, then I am out of ideas.

Yes, cachedDir is a local variable, so it can't be changed by another
thread. Ok, another thread can mess with the object cachedDir points
to, but it can't set cachedDir itself to NULL.

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Apr 10 10:28:04 2006

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.