https://bugs.winehq.org/show_bug.cgi?id=48569
Martin Prikryl martin@winscp.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |martin@winscp.net
--- Comment #4 from Martin Prikryl martin@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.