Re: Crash during manual log cache update
From: Michael Geisinger <Sidewinder_GER_at_hotmail.com>
Date: Thu, 27 May 2010 23:55:57 +0200
Hello,
Am 11.05.2010 19:25, schrieb Stefan Küng:
Sorry for the late answer, but I was waiting for a nightly to contain
So I digged some further into this and I think the bug is actually *not*
It's correct that in r17700 from Nov 2009 you introduced some measures
The important part clearly is:
253 InterlockedExchange(&dialog->m_bThreadRunning, TRUE);
However, if one changes the selection in the list view while an update
323 UINT count = m_cRepositoryList.GetSelectedCount();
I guess this should be changed to:
325 GetDlgItem(IDC_CACHEUPDATE)->
(assuming there are no synchronization mechanisms needed to access
We should probably also avoid any items from being deleted or looked up
Do you agree?
-- Best regards, Michael 'Sidewinder' Geisinger ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2614207 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].Received on 2010-05-27 23:56:34 CEST |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.