AW: AW: AW: AW: AW: AW: Commit dialogue freezes sometimes on Win10
Jens Geyer <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.tortoisesvn.devel |
|---|---|
| Message-ID | <[email protected]> |
It worked quite good for some months now, but after the last update it stopped working again. -----Ursprüngliche Nachricht----- Von: Stefan Kueng [mailto:[email protected]] Gesendet: Dienstag, 13. Oktober 2015 19:41 An: [email protected] >> dev <[email protected]> Cc: Jens Geyer <[email protected]> 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: [[email protected]].