[ooo-build] oowriter crashing
Petr Mladek
pmladek at suse.cz
Thu Mar 11 02:40:56 PST 2010
On Wednesday 10 March 2010, Daniel Dekovic wrote:
> Hi all,
> My oo-go 3.2 writer is crashing and I'm suspecting on bug in oo-go
> program. I tried to trace it with
> strace -d -o oowriter.crash oowriter
This is not much useful because it does not track all processes. You should
use
strace -d -o oowriter.crash -f -tt oowriter
> and I'm sending my output to the list. I'm running Ubuntu Linux
> Linux 2.6.31-20-generic
I see the following in the strace:
--- cut ---
read(10, "#!/bin/sh\n/usr/lib/openoffice/pr"..., 8192) = 59
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0xb7753938) = 10703
--- cut ---
It means that you are running the native Ubuntu build because the universal
Go-oo build is installed into /opt/openoffice.org*.
> This is reproducible when I want to save a note somewhere in text
> document. Text document was saved in Microsoft word 97/xp doc format.
What do you mean by a note? A footnote or? I am able to save a doct with
footnote in the MS Word 97 file format here.
I suggest to report the bug into the standard Ubuntu bug tracking system.
--
Best Regards,
Petr Mladek
software developer
---------------------------------------------------------------------
SUSE LINUX, s. r. o. e-mail: pmladek at suse.cz
Lihovarská 1060/12 tel: +420 284 028 952
190 00 Prague 9 fax: +420 284 028 951
Czech Republic http://www.suse.cz/
More information about the ooo-build
mailing list