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

Re: TortoiseProc.exe Hangs on Initial startup

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 29 Jan 2013 20:36:57 +0100

On 29.01.2013 03:08, Terry Fisher wrote:
> I updated the OnPaint() function to always call ValidateRect( NULL )
> before returning, and that also appears to resolve the problem.
>
> The original 1.7.11 version hangs every time. Switching to the
> version with ValidateRect( NULL ), works every time, switching back
> to the original version hangs.
>
> One thing that is interesting is that the dialog doesn't appear to be
> completely initialized when it hangs. I've attached a .jpg to show
> what the window looks like...notice the lower portions of the window
> don't have their normal blue background, and buttons appear
> disabled.

That indicates that it's not a problem with the list control? Since the
list control is actually painted correctly.

Sorry to bother you again, but can you try r23871 without the
ValidateRect(NULL) statements and check if that solves the issue?

If not, then I'll add the ValidateRect(NULL) statements.
I do want to fix this issue, but if possible the right way instead of
what I consider a workaround using ValidateRect.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3046611
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-01-29 20:37:06 CET

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.