Created attachment 111492 [details] Java error log after LO crash When calling 'Pring Preview' (either from menu or through the icon) LO crashes, leaving some messages about a Java issue in my terminal: frank@maniac:/opt/libreoffice4.4/program$ ./swriter # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f2b0fa39ef8, pid=6150, tid=139823975573632 # # JRE version: Java(TM) SE Runtime Environment (7.0_72-b14) (build 1.7.0_72-b14) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.72-b04 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libswlo.so+0xa79ef8] SwView::GetDocShell()+0x8 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /tmp/hs_err_pid6150.log # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # This bug even occours with an empty document. Attached you'll find the corresponding error log.
TESTING w/Ubuntu 14.04 + LO Version: 4.5.0.0.alpha0+ Build ID: 783ba49aa0cd068c7e3dacdd3c13e9c37cf52e22 TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time: 2014-12-18_11:21:12 Locale: en_US (In reply to Frank Berke from comment #0) > When calling 'Pring Preview' (either from menu or through the icon) LO > crashes, leaving some messages about a Java issue in my terminal: NOREPRO: Print Preview opens fine for me here with LO 4.5.0 (master) and 4.4.0.1 Tested 4.4.0.1 with Java 6 and Java 7 (1.7.0_65). > # JRE version: Java(TM) SE Runtime Environment (7.0_72-b14) (build > 1.7.0_72-b14) > # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.72-b04 mixed mode > linux-amd64 compressed oops) I'm using the java-7-openjdk package. I'd try that and see if it works well for you. Additionally: I wouldn't expect Print Preview to rely on Java. Could you please attach the document you had open? (Sanitize before uploading: https://wiki.documentfoundation.org/Sanitize) Thanks! Status -> NEEDINFO (please change status back to UNCONFIRMED after you attach the sample file)
The crash did not occour with any special document - even a newly openend empty one did the trick for me. I changed my JVM from 7 to 8, but still got the same effect. Then I removed my ~/.config/libreoffice directory to force LO 4.4 to create a new one. With LO now on its default settings, print preview works again. I will try to migrate my templates, autotexts and wordbooks step by step to see if any of them is the culprit.
The Navigator is the component causing the problem. Having it open, either docked or in floating mode, it crashes LO for sure. Once you close the Navigator (by pressing F5), Print Preview works again without problems. This never happened with any previous LO version before.
I can confirm with Version: 4.4.0.0.beta2+ Build ID: e1de94244c1b0419c1c3415c02381e8b7a87abe0 TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-4, Time: 2014-12-14_11:45:23
Created attachment 111654 [details] gdb log
(In reply to raal from comment #4) > I can confirm with Version: 4.4.0.0.beta2+ > Build ID: e1de94244c1b0419c1c3415c02381e8b7a87abe0 > TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-4, Time: > 2014-12-14_11:45:23 Yep -- Same crashing behavior with 4.4.0.1 for me on Ubuntu 14.04. Status -> NEW High possibility of data loss, so Blocks -> mab4.4 Priority -> highest
CONFIRMED on Ubuntu 14.04 with LO Version: 4.5.0.0.alpha0+ Build ID: 783ba49aa0cd068c7e3dacdd3c13e9c37cf52e22 TinderBox: Linux-rpm_deb-x86_64@46-TDF Branch:master Time: 2014-12-18_11:21:12 Locale: en_US
works fine 4.5 latest nightly from today osx 10.10.1
4.4.RC1 confirmed on OSX 10.10.1. crashlog attached. per definition this is WORKSFORME, but still MAB for 4.4
Created attachment 111670 [details] 4.4rc1 crasher on OSX 10.10.1
all platforms is correct.
(In reply to foss from comment #8) > works fine 4.5 latest nightly from today [2015-01-02] osx 10.10.1 I'm CONFIRMING this bug on Ubuntu 14.04 with LO Version: 4.5.0.0.alpha0+ Build ID: 5c60dab390d66a4d5abeaf548efecf3913b90839 TinderBox: Linux-rpm_deb-x86_64@46-TDF Branch:master Time: 2014-12-31_00:20:30 Locale: en_US Possible that it's been fixed in the last 2 days... or that behavior isn't consistent across platforms?
(In reply to Robinson Tryon (qubit) from comment #12) > (In reply to foss from comment #8) > > works fine 4.5 latest nightly from today [2015-01-02] osx 10.10.1 > > I'm CONFIRMING this bug on Ubuntu 14.04 with > LO Version: 4.5.0.0.alpha0+ > Time: 2014-12-31_00:20:30 Hmm... I can still CONFIRM the bug on OS X 10.9.5 + LO Version: 4.5.0.0.alpha0+ Build ID: 4d3b725000e537ce6199f0abd1c80580c9bf95c8 TinderBox: MacOSX-x86_64@49-TDF Branch:master Time: 2015-01-02_10:08:47 Locale: en_ Status -> NEW
Tests on Ubuntu 14.04: - 4.3.5.2 - NOREPRO - 4.4.0.0 beta1 - NOREPRO - 4.4.0.0.beta2 - CONFIRMED
possible a regression from b5c1f352522c34a744ad0226e73904ce5af81b11
sorry about that, fixed on master btw the JVM crash report is a red herring, you always get that if LO has loaded the JVM, the line with the crash address clearly indicates it's a problem in LO's C++ code: # Problematic frame: # C [libswlo.so+0xa79ef8] SwView::GetDocShell()+0x8
Michael Stahl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=90d8f4fca566e46171b260ee3aadc655871c92ba fdo#87845: sw: fix crash in navigator dialog when view is closed It will be available in 4.5.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=bfc20246a88b19461d4bc95df47095186200ca77&h=libreoffice-4-4 fdo#87845: sw: fix crash in navigator dialog when view is closed It will be available in 4.4.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "libreoffice-4-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b84c8f64d0388369779c3977768c4f66071296fc&h=libreoffice-4-4-0 fdo#87845: sw: fix crash in navigator dialog when view is closed It will be available in 4.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 88360 has been marked as a duplicate of this bug. ***
Migrating Whiteboard tags to Keywords: (bibisected) [NinjaEdit]