[Bug 48569] Infinite drag & drop loop crashes WinSCP

WineHQ Bugzilla wine-bugs at winehq.org
Mon Feb 10 08:38:59 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=48569

Martin Prikryl <martin at winscp.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin at winscp.net

--- Comment #4 from Martin Prikryl <martin at winscp.net> ---
I'm the author of WinSCP. Some more details: WinSCP detects that an item (a
file) was dropped in IDropSource::QueryContinueDrag. Still within the method
WinSCP shows a dialog box. In the dialog message loop, Wine calls
IDropSource::QueryContinueDrag again (what does not happen on Windows). In the
response to that WinSCP displays another dialog and this goes on until the
stack overflows.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list