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

grofaty <grof...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #3 from grofaty <grof...@hotmail.com> ---
I have checked the bug 108619, it is little bit too technical for me. But I
have noticed there is some discussion about Java.

It looks like LibreOffice is using Java to run macros (I didn't know this
before). Maybe my problem is related to Java.

Few days ago I was required to install Oracle Java for one of the application
(made by government for taxes). Few days ago I did (I see from 'history'
command):

sudo apt update && sudo apt -y full-upgrade
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo update-java-alternatives -s java-8-oracle


To test if above is cause for the problems today I did:
1. Removed Oracle Java and installed default one
sudo apt purge oracle-java8-installer
sudo apt -y autoremove
sudo apt install default-jre
sudo update-java-alternatives -s java-1.8.0-openjdk-i386

2. I removed LibreOffice profile
rm -rf ~/.config/libreoffice/

3. Started LibreOffice and checked how it is seen by ps command:
ps aux | grep -i [l]ibreoffice

user1     18594  0.2  0.1  35252  5184 ?        Sl   10:29   0:00
/usr/lib/libreoffice/program/oosplash --writer
user1     18620 29.5  3.7 276944 115324 ?       Rl   10:29   0:02
/usr/lib/libreoffice/program/soffice.bin --writer --splash-pipe=5

4. Retested and the same problem. LibreOffice just closes down without any
crash info or anything. It just feels like app would be minimized. Repeating ps
command from step 3 and it displays nothing.

It may be some Java problem or something, but no matter what, LibreOffice crash
should be more informative, to catch at least some of the info, in order to
easily debug the 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

Reply via email to