[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

Caolán McNamara  changed:

   What|Removed |Added

 Resolution|NOTOURBUG   |---
 Ever confirmed|0   |1
 Status|RESOLVED|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

Caolán McNamara  changed:

   What|Removed |Added

   See Also||https://bugzilla.suse.com/s
   ||how_bug.cgi?id=1116658

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2018-11-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 Status|UNCONFIRMED |RESOLVED

--- Comment #8 from Roman Kuznetsov <79045_79...@mail.ru> ---
Konstantin, thank you. I close this as NotOurBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2018-11-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

--- Comment #7 from Konstantin Tkachenko  ---
I also couldn't reproduce an issue on kubuntu 18.10.
I could reproduce the issue on a new standard opensuse leap 15.0 installation
(desktop). After removing libreoffice packages via yast software-module and
installing from TDF rpm the issue is not reproducible any more.

Seems to be an issue of opensuse packages.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2018-11-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
don't confirm in

Версия: 6.2.0.0.alpha1+
ID сборки: 7cf6cee97bc05512fae482733ee45f039e9d2160
Потоков ЦП: 4; ОС:Linux 4.18; Отрисовка ИП: по умолчанию; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-04_22:10:34
Локаль: ru-RU (ru_RU.UTF-8); Calc: threaded

Kubuntu 18.10

Konstantin, can you delete LibreOffice from SuSe , install LibreOffice from TDF
site and try repeat your problem?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2018-11-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

--- Comment #5 from Konstantin Tkachenko  ---
Starting libreoffice using the icon leads to crash.
Starting libreoffice from any directory other then the home directory works
fine (from terminal).
Starting libreoffice from the home directory leads to crash.

It seems for me to be really unlucky to have such a different behavior
depending on the working directory and its content.
Is that possible to prevent the python adding current working directory to the
sys.path?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2018-11-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

--- Comment #4 from Konstantin Tkachenko  ---
Output of my sys.path from python
(using script 
import sys
print('\n'.join(sys.path))
):

/home/ktk
/usr/lib/python36.zip
/usr/lib64/python3.6
/usr/lib64/python3.6/lib-dynload
/usr/lib64/python3.6/site-packages
/usr/lib64/python3.6/_import_failed
/usr/lib/python3.6/site-packages

So the issue is clear. But the solution - not for me.
Why is my home directory in the python search path?
The name of my python file was really unfortunate.
Module abc is imported in the io

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2018-11-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

Konstantin Tkachenko  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2018-11-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

--- Comment #3 from Konstantin Tkachenko  ---
Created attachment 146697
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146697=edit
File, causing LibreOffice crash when lying in home directory

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2018-11-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

--- Comment #2 from Konstantin Tkachenko  ---
Restarting libreoffice in safe mode didn't helped.
> libreoffice --safe-mode
Fatal Python error: Py_Initialize: can't initialize sys standard streams
Traceback (most recent call last):
  File "/usr/lib64/python3.6/io.py", line 52, in 
  File "/home/ktk/abc.py", line 40, in 
  File "/home/ktk/abc.py", line 23, in handleFirstArmy
  File "/home/ktk/abc.py", line 12, in findNearestEnemyLimitDistance
NameError: name 'hero' is not defined
Application Error

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

2018-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121384

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
I can't reproduce it in

Versió: 6.1.3.2
ID de la construcció: 1:6.1.3~rc2-0ubuntu0.16.04.1
Fils de CPU: 4; SO: Linux 4.15; Renderitzador de la IU: per defecte; VCL: gtk3; 
Configuració local: ca-ES (ca_ES.UTF-8); Calc: group threaded

To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs