[Libreoffice-bugs] [Bug 144979] New: Function XSystemChildFactory::createSystemChild() hangs

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Oct 7 10:00:07 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=144979

            Bug ID: 144979
           Summary: Function XSystemChildFactory::createSystemChild()
                    hangs
           Product: LibreOffice
           Version: 7.1.6.2 release
          Hardware: x86 (IA32)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: sdk
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: gp.bottin at exel.it

Our program allows users to open calc documents in a window inside the program,
to open calc window we use this code:

Reference<XWindowPeer> xPeer =
Reference<XWindowPeer>(xSystemChildFactory->createSystemChild(                 
  Any(reinterpret_cast<long>(hWndParent)), Sequence<sal_Int8>(4),
SYSTEM_WIN32), UNO_QUERY);

It worked well until LibreOffice 7.1.6.2 where is hangs and soffice.bin must be
killed from task manager
On LibreOffice 7.0.6.2 works fine and the child window is created
We tested also LibreOffice 7.2.2.1 it hangs the same as 7.1

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20211007/f092b904/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list