https://bugs.freedesktop.org/show_bug.cgi?id=85056

--- Comment #7 from grofaty <[email protected]> ---
I have been searching the web and I see other non-LibreOffice users also
experience the same Python crash error. It looks like there is something wrong
with embed Python that is fighting with some other program that also has embed
Python in it.

http://blenderclan.tuxfamily.org/html/modules/newbb/viewtopic.php?topic_id=36497
https://mail.python.org/pipermail/python-list/2013-June/649908.html
https://superuser.com/questions/223556/can-not-make-work-python-in-windows-7-64-bits

I tried to search for other Python.exe files on my disk:

C:\>dir python.exe /s
 Volume in drive C has no label.
 Volume Serial Number is DCD7-FA64

 Directory of C:\Programs\ActiveStateKomodoEdit8\lib\python

06.06.2013  12:45            27.136 python.exe
               1 File(s)         27.136 bytes

 Directory of C:\Programs\gimp2\Python

15.05.2013  21:43            26.624 python.exe
               1 File(s)         26.624 bytes

 Directory of C:\Programs\LibreOffice4\program

18.09.2014  17:16            19.232 python.exe
               1 File(s)         19.232 bytes

 Directory of C:\Programs\LibreOffice4\program\python-core-3.3.3\bin

18.09.2014  12:19            27.136 python.exe
               1 File(s)         27.136 bytes


What I can see from above result there are Komodo Edit and Gimp programs that
are also using embed Python.               

I am using Windows in virtual machine, so I can play around and make several
clean tests. I did the following:

TEST 1
a) Uninstall Gimp.               
b) Try to reproduce a problem in LibreOffice Writer also debugging with WebDbg
tool and there is Python crash in WebDbg.

TEST 2
c) Additionally uninstall Komodo Edit.
d) Try to reproduce a problem in LibreOffice Writer also debugging with WebDbg
tool and there is Python crash in WebDbg.

TEST 3
e) Additionally uninstall LibreOffice and manually delete
C:\Programs\LibreOffice4\ installation directory.
f) Install LibreOffice 4.3.2 (the same version that was installed up to know).
g) Try to reproduce a problem in LibreOffice Writer, but problem does not
appear any more! Problem solved.

It is possible that some Pyhton variables are prior to TEST 3 still pointed to
some other now non-existing path, so reinstall helped a bit. I will try to play
around when I have time to, to really see what is going on.

-- 
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