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

Re: AW: AW: AW: AW: AW: Commit dialogue freezes sometimes on Win10

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 13 Oct 2015 19:41:20 +0200

On 13.10.2015 14:30, Jens Geyer wrote:
> TortoiseProc.exe
> Version 1.9.2.26806
>
> Code
>
> BOOL COleMessageFilter::OnMessagePending(const MSG* /*pMsg*/)
> {
> // By default we rely on OLE's default message handling for every message
> // except WM_PAINT messages. WM_PAINT messages should not generate
> // out-going calls.
>
> BOOL bEatMessage = FALSE;
> MSG msg;
> while (::PeekMessage(&msg, NULL, WM_PAINT, WM_PAINT, PM_REMOVE|PM_NOYIELD))
> {
> bEatMessage = TRUE;
> DispatchMessage(&msg);
> }
> return bEatMessage;
> }
>
>
> Stack
>
> user32.dll!NtUserGetProp() Unbekannt
> comctl32.dll!MasterSubclassProc() Unbekannt
> user32.dll!UserCallWinProcCheckWow() Unbekannt
[snip]

Try a nightly build - I can't reproduce this anymore with those, but I
had it happen with 1.9.2.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3142114
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-10-13 19:41:34 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.