| Summary: | : Send causes crash | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | jonnjones |
| Component: | Writer | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | serval2412 |
| Priority: | medium | ||
| Version: | 4.0.0.3 release | ||
| Hardware: | Other | ||
| OS: | Linux (All) | ||
| Whiteboard: | BSA target:4.0.1 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
gdb and strace logs
gdb run, but with backtrace this time |
||
|
Description
jonnjones
2013-03-01 12:27:21 UTC
Hi, I cannot confirm this. I know Linux platforms can vary greatly, so maybe someone else can confirm this behavior. I tested this on Ubuntu Linux x64. Version: 4.0.0.3 jonnjones: could you rename your LO directory profile (see https://wiki.documentfoundation.org/UserProfile) and test again? Also, for the test, does it happen with a brand new odt file just containing "test"? Finally, if you still reproduce this, could you try to retrieve a backtrace by following this link? (see https://wiki.documentfoundation.org/BugReport#How_to_get_a_backtrace_on_Linux) Created attachment 75896 [details]
gdb and strace logs
I accidentally fixed (or more like worked around) the problem. I was probing around the LO options to find how to change the ruler units, and when I came across the integrated Java in LO, I disabled it. I removed all Java from my computer a few months ago due to too many vulnerabilities and instability issues popping up all the time. I didn't realize LO had Java integrated. Disabling Java in LO fixed the problem. The Send menu shows up correctly now.
As for the tests, renaming the profile directory did NOT help. Trying it on a new odt file did NOT help.
As for the backtrace, running
soffice --backtrace
never really started soffice up. So instead, I used gdb on soffice.bin . The results are in the attachment strace_gdb.log . At line 54 starts the strace log, as well.
(In reply to comment #3) > I accidentally fixed (or more like worked around) the problem. I was probing > around the LO options to find how to change the ruler units, and when I came > across the integrated Java in LO, I disabled it. I removed all Java from my > computer a few months ago due to too many vulnerabilities and instability > issues popping up all the time. I didn't realize LO had Java integrated. > Disabling Java in LO fixed the problem. The Send menu shows up correctly now. Thank you for your feedback. Java isn't integrated in LibreOffice. When you launch for the first time, it tries to detect Java installed. What's your precise Java version? Do you reproduce the problem if you enable again Java? (BTW, I'm not a Java fan but vulnerabilites are above all in Java browser module part :-)) > As for the tests, renaming the profile directory did NOT help. Trying it on > a new odt file did NOT help. Weird renaming the profile directory did not help > > As for the backtrace, running > > soffice --backtrace We can see the segfault but not the bt. If you reproduce the problem, instead of "quit", could you type "bt" to retrieve the backtrace then "quit"? Created attachment 76216 [details]
gdb run, but with backtrace this time
Ah yes, there is GCC Java. In the release notes for LibreOffice 4.0.1 Final (2013-03-06): "If you run Linux, the GCJ Java variant has known issues with LibreOffice, we advise to e.g. use OpenJDK instead."
Java version:
gcc-java-4.5.2-x86_64
gcc-java-4.7.1-x86_64
Although in the LO options, it lists JRE from the Free Software Foundation, version 1.5.0 .
I DO reproduce the problem if I enable Java again.
I renamed the profile directories in .libreoffice (no longer used, I know) and in .config/libreoffice , and the problem persists.
Sorry about that. Didn't realize gdb had a specific backtrace option too. File is attached as gdb-with-backtrace.log .
After updating to LO-4.0.1.2 , the problem is solved. No more crashing.
(In reply to comment #5) ... > After updating to LO-4.0.1.2 , the problem is solved. No more crashing. Great! Thank you for your feedback. So I put this tracker to WFM + target 4.0.1 in whiteboard. |