Bug 460891
| Summary: | [Zemberek] OpenOffice.org 2.4.1-17.4.fc9 crashes constantly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Devrim GUNDUZ <devrim> | ||||
| Component: | openoffice.org | Assignee: | Caolan McNamara <caolanm> | ||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 9 | CC: | jnavrati, marco.crosio | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-09-08 12:01:28 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Devrim GUNDUZ
2008-09-02 12:44:45 UTC
You didn't attach the example that causes this crash, could you attach that ? Also, what is the output of rpm -q hunspell hyphen as typed in a terminal Hi, (In reply to comment #1) > You didn't attach the example that causes this crash, could you attach that ? Sorry, no :( It is an internal document type thing. But it is a document that also includes a copy-paste from a website. > Also, what is the output of > > rpm -q hunspell hyphen > > as typed in a terminal $ rpm -q hunspell hyphen hunspell-1.2.1-7.fc9.i386 hyphen-2.3.1-2.fc9.i386 Regards, Devrim Hard to debug this without an example, I suspect a conflict between hyphenation and spell-checking like bug 448555, but that is fixed in those library versions that your rpm reports that you have You can send the document to me directly if that would be acceptable to you ? Otherwise, maybe try a) close all office packages b) launch writer with no document c) turn off the auto-spellchecking button d) open the crashing document and see if it opens now if it *does* open and not crash, could you then try and do format->character an see what "language" the text is in, and try "format->paragraph->text flow" to see if auto-hyphenation is turned on. (In reply to comment #3) > Hard to debug this without an example, I will try to duplicate this error with another document. > I suspect a conflict between hyphenation > and spell-checking like bug 448555, but that is fixed in those library versions > that your rpm reports that you have I just realized that OOo crashes immediately after I open the document *and* try to click it. Since it includes a copy-paste from a website, could it be related to something that it tries to get some data from web, but it fails? If I don't click it, it becomes clickable in a few seconds -- and then crashes less frequently. Regards, "could it be related to something that it tries to get some data from web, but it fails?" nah, the trace indicates that it is "something" related with spellchecking and this particular document that's the trigger. Caolan, I just e-mailed you an odt document that crashes. Regards, Devrim Created attachment 315950 [details]
Crash report for the document that I e-mailed.
I just attached the crash report of the document that I e-mailed you. Hmm, I get no crash yet. I see though that the language (while written in English) is set to Turkish. We don't have a Turkisk hunspell dictionary in Fedora. (I don't think there is any Turkish OOo dictionary) which makes this even more mysterious. What's the output of rpm -qa | grep hunspell I suppose there is no special Turkish spell-checker for OpenOffice.org installed ? Hi, (In reply to comment #9) > I suppose there is no special Turkish spell-checker for OpenOffice.org > installed ? I was working on this problem yesterday, and as you wrote , AFAICS it is the Turkish spell-checker (called Zemberek) which is crashing OpenOffice.org . I think you can close this bug. Regards, Devrim I might get some time to install that extension and see if it is something that should be caught and handled inside OOo I just get a load of Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.zemberek.ooo.ZemberekLibrary at net.zemberek.ooo.spellchecker.TurkishSpellChecker.<init>(TurkishSpellChecker.java:94) ... 60 more with openjdk, and I don't see a "TurkishSpellChecker.java" in https://zemberek.dev.java.net/files/documents/2681/28397/zemberek-0.6.4-kaynak.zip So I'll just close this out unless someone can pinpoint a OOO-side reason for this spell-checking related problem As stated in https://zemberek.dev.java.net/ (It is in Turkish, I don't expect you to understand it :) ) the up2date code is here: http://code.google.com/p/zemberek/ Here is the up2date extension: http://zemberek.googlecode.com/files/zemberek-ooo-1.0_rc1.oxt I upgraded to this version, but still crashed. After disabling the extensioni Ooo stopped crashing. So, feel free to close this bug please. I'll bug Zemberek developers. Thanks for helping me narrowing down the problem. Regards, Devrim |