Hide Forgot
abrt version: 1.1.17 architecture: x86_64 Attached file: backtrace, 76194 bytes cmdline: /usr/lib64/openoffice.org3/program/swriter.bin -writer component: openoffice.org Attached file: coredump, 321462272 bytes crash_function: rtl_uString_release executable: /usr/lib64/openoffice.org3/program/swriter.bin kernel: 2.6.35.11-83.fc14.x86_64 package: openoffice.org-writer-1:3.3.0-20.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: 1299191485 uid: 154270 How to reproduce ----- 1. Had several (~20) documents open in Writer 2. Opened a new presentation via Template (one of my company's ODF Templates) 3. Crash!
Created attachment 482174 [details] File: backtrace
*** Bug 668268 has been marked as a duplicate of this bug. ***
It happened when getting font during formatting of a text document. Does it happen again when you just open the same documents and let it be for a while? If yes, start OO.o under strace: strace -f /usr/lib64/openoffice.org/program/soffice.bin &> /tmp/strace.log , do the same and attach /tmp/strace.log here. Do you have any custom-installed fonts (in ~/.fonts) or any font packages from outside of Fedora? Does ~/.fonts.conf contain anything (provided it exists)?
#3 svt::ToolboxController::~ToolboxController (this=0x7ff84b53d030, __in_chrg=<value optimized out>) at /usr/src/debug/OOO330_m20/svtools/source/uno/toolboxcontroller.cxx:137 No locals. #4 0x0000003fa5495fd0 in X11SalGraphics::setFont (this=0x7ff842bac870, pEntry=0x7ff84b4c1138, nFallbackLevel=0) at /usr/src/debug/OOO330_m20/vcl/unx/source/gdi/salgdi3.cxx:648 so that's "not possible" which suggests that "mpServerFont" is corrupt. output of "rpm -q libicu" would be good too, might be the icu bug on handling bogus fonts tables.