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

RE: Re: Eternal loop in quick_hash

From: Daniel Klima <danklima_at_gmail.com>
Date: Wed, 13 Oct 2010 12:03:25 -0700 (PDT)

> On 13.10.2010 15:42, Oddvar Kloster wrote:
> > The latest nightly is acting up on me and freezing frequently. There may
> > be other reasons too, but I’ve traced one cause of a freeze.
>
> When does it freeze? What commands?
>
> > If one creates an empty quick_hash and inserts a single element using
> > the iterator range insert method (QuickHash.h, 406), the hash does not
> > grow to more than 1 in capacity, which is then filled. The causes the
> > next find() to stick in an endless loop.
> >
> > I suspect that size() on line 410 should be capacity() instead.
>
> quick_hash() is only used in the log dialog. Does it freeze there?
>
> Stefan

Hello.

Sometimes yes. Unfortunately it was difficult to catch (not always happened) to debug it,so I´never got around to report it.

So this might by the cause. (hopefully)

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2671332

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-13 21:18:11 CEST

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.