https://bugs.documentfoundation.org/show_bug.cgi?id=144979
--- Comment #3 from Mike Kaganski <[email protected]> --- First of all: please provide both versions' full information from Help->About. Then, please give a complete test code, that can be used to reproduce. Immediately I see the problem in the code: it uses 4 bytes "handle", casting hWndParent to 'long' - and that would definitely fail, when you run 64-bit application, where HANDLE is 64-bit (8-byte). OTOH, the failure should not be a hang ... -- You are receiving this mail because: You are the assignee for the bug.
