abrt version: 1.1.14 architecture: x86_64 Attached file: backtrace cmdline: /usr/lib64/openoffice.org3/program/swriter.bin -writer 'file:///tmp/New%20Year\'s%20Letter%202011.docx' comment: The application crashed every time I tried to open a .docx document component: openoffice.org crash_function: SwXTextSection::attach executable: /usr/lib64/openoffice.org3/program/swriter.bin kernel: 2.6.35.10-74.fc14.x86_64 package: openoffice.org-writer-1:3.3.0-18.2.fc14 rating: 4 reason: Process /usr/lib64/openoffice.org3/program/swriter.bin was killed by signal 11 (SIGSEGV) release: Fedora release 14 (Laughlin) time: 1294138241 uid: 500 How to reproduce ----- 1. opening a .docx 2. 3.
Created attachment 471636 [details] File: backtrace
*** Bug 664946 has been marked as a duplicate of this bug. ***
Could you attach the .docx file here?
The document has private information. Can't have it publically accessible in the Internet.
Okay. Could you send it to me by e-mail, then? I don't think we can fix this without a reproducer.
excellent, thank you very much
See Bug 666603 for a possible trigger.
*** Bug 669576 has been marked as a duplicate of this bug. ***
*** Bug 669577 has been marked as a duplicate of this bug. ***
*** Bug 675059 has been marked as a duplicate of this bug. ***
*** Bug 675312 has been marked as a duplicate of this bug. ***
*** Bug 677404 has been marked as a duplicate of this bug. ***
*** Bug 680883 has been marked as a duplicate of this bug. ***
*** Bug 681011 has been marked as a duplicate of this bug. ***
Package: openoffice.org-brand-1:3.3.0-20.2.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. I actually want to submit a reproducable sigsegv bug in writer but can't because there is no debug info for /usr/lib/libicudata.so.44... 2. 3.
Package: openoffice.org-writer-1:3.3.0-20.2.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1.on http://www.tulsatech.com/_layouts/osssearchresults.aspx?k=aviation&s=External 2.download FAA Handbook http://www.tulsatech.com/services/Shared Documents/FAA Handbook.docx 3.
Package: openoffice.org-writer-1:3.3.0-20.2.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. I had a document open from local storage. I had the document saved. No other OO programs open other than Writer. 2. Downloaded a .doc file from my school's web site, read it, then closed it. OO still open. 3. Clicked the link to download a .docx file and OO Writer crashed. Comment ----- I had my .doc file open and I had downloaded a few other .doc files. When I tried to access a .docx file, OO Writer crashed. I didn't have much else open at the time. gkrellm, a couple of Firefox 3.6.15 firefox windows, and Rhythymbox streaming from http://netrock101.servebeer.com:8418/listen.pls.
Package: openoffice.org-writer-1:3.3.0-20.2.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. opening an word document from an sharepoint site 2. 3.
*** Bug 713506 has been marked as a duplicate of this bug. ***
I see that I haven't touched this in a looong time, so I'm adding an explanation what's going on here: There are several sections in the document, each of them containing only an empty paragraph, that follow each other. In the import filter there is a code that removes the last empty paragraph in a section (I don't know if this is a legitimate thing or just a fix/workaround for another import issue...) Put together, it means that after the last (and only) paragraph is removed, we are trying to attach the section (btw, I find that notion really weird) to "nothing". What I want to do is to check how MS Word 2007/2010 displays this and try to mimic its behaviour. Unfortunately, I've already missed several opportunities to get my hands on a Windows machine with Word 2007. I should have another opportunity this weekend, so stay tuned for a fix :)
Without looking at the .docx code itself, this is possibly something like, the filter creates an empty section to put the word section content into, an empty writer section always contains a single pre-created paragraph in it. Filter inserts the word content which itself normally contains full paragraphs, which typically leaves the initial pre-created empty paragraph trailing at the end, so the filter wants to get rid of the original pre-created one.
Actually SwXSection is just a descriptor until it's attached to a range of paragraphs, so that's not the problem here. Looking at the problematic docx files in MS Word 2010, all the section breaks (and the empty paragraphs) are there too, so IMHO the current code is wrong. Will be fixed in openoffice.org-3.3.0-20.7.fc14 .
Package: openoffice.org-writer-1:3.3.0-20.6.fc14 Architecture: x86_64 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. Tried to open Docx 2. App Slowed down 3. Crash
Package: openoffice.org-brand-1:3.3.0-20.6.fc14 Architecture: x86_64 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1.trying to open MS document 2. 3.
openoffice.org-3.3.0-20.7.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/openoffice.org-3.3.0-20.7.fc14
Package openoffice.org-3.3.0-20.7.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing openoffice.org-3.3.0-20.7.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/openoffice.org-3.3.0-20.7.fc14 then log in and leave karma (feedback).
openoffice.org-3.3.0-20.7.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.