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

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

From: Jens Geyer <jgx_at_vsx.net>
Date: Thu, 12 May 2016 08:50:35 +0000

It worked quite good for some months now, but after the last update it stopped working again.

-----Ursprüngliche Nachricht-----
Von: Stefan Kueng [mailto:tortoisesvn_at_gmail.com]
Gesendet: Dienstag, 13. Oktober 2015 19:41
An: dev_at_tortoisesvn.tigris.org >> dev <dev_at_tortoisesvn.tigris.org>
Cc: Jens Geyer <jgx_at_vsx.net>
Betreff: Re: AW: AW: AW: AW: AW: Commit dialogue freezes sometimes on Win10

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=3172046
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-05-12 16:36:25 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.