https://bugs.documentfoundation.org/show_bug.cgi?id=99317
--- Comment #10 from Quinton <[email protected]> --- (In reply to Buovjaga from comment #9) > I let it run for several minutes and then decided it is frozen. > Only output was: > Attempting to open an UNO socket, count: 0 > Processing Source Files. > > Win 7 Pro 64-bit, Version: 5.1.2.2 (x64) > Build ID: d3bf12ecb743fc0d20e0be0c58ca359301eb705f > CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; > Locale: fi-FI (fi_FI) The py sample script I attached that was used to run your test can be changed at line 119 from """ dispHelper.executeDispatch(frame, ".uno:DataSort","", 0, (sortproptuple)) """ to the following to illustrate where the script freezes. """ print("freeze expected") #This datasort freezes libre >=5.1 dispHelper.executeDispatch(frame, ".uno:DataSort","", 0, (sortproptuple)) print("freeze avoided") """ This worked in Libre versions >=5.0. Regards, Quinton -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
