How to debug OpenOffice problems

From FedoraProject

(Redirected from Bug info openoffice)
Jump to: navigation, search

This page explains information that should be included when filing bugs related to OpenOffice.org. Problems involving OpenOffice.org should generally be filed against openoffice.org.

General

Crashes

$> gdb /usr/lib/openoffice.org/program/soffice.bin
(gdb) run -writer
(gdb) bt
Paste the backtrace in your bug report.
(-writer should be changed accordingly, depending on which application you are using, to one of: -writer -calc -impress -math -draw)

Other bug types

Is it the font used in the text area for editing the formula, or is it the font used to display the formula? Did you mean the math editor, or did you actually mean formulas in calc? A screenshot would solve these kinds of questions.