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

Michael Stahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
                   |                            |g, [email protected]
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=77
                   |                            |891
         Resolution|---                         |FIXED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
            Summary|FILEOPEN: LibO stop working |LO aborts/crashes on
                   |on file open from           |Windows when run from
                   |command-line                |cmd.exe due to python stdio
                   |                            |initialization

--- Comment #13 from Michael Stahl <[email protected]> ---
Py_Initialize() ends up calling abort() because it can't set up stdio stuff.

similar to bug 77891, but the difference is that this bug is about
starting soffice.exe from a cmd.exe console.

can reproduce this on master.

the upstream bug has a new patch that appears to fix this problem.

upstream bug is: http://bugs.python.org/issue17797
- bugzilla doesn't allow to add it to "see also" :(

probably it's a regression since the upstream bug says the issue
did not exist with Visual Studio 2010 which was used for LO 4.0-4.1 builds.

fixed on master

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to