ports/176967: editors/libreoffice crashes
Understudy
understudy at understudy.net
Sun Mar 24 13:10:03 UTC 2013
The following reply was made to PR ports/176967; it has been noted by GNATS.
From: Understudy <understudy at understudy.net>
To: Carlos Jacobo Puga Medina <cjpugmed at gmail.com>
Cc: bug-followup at FreeBSD.org, Jung-uk Kim <jkim at FreeBSD.org>,
ajtiM <lumiwa at gmail.com>
Subject: Re: ports/176967: editors/libreoffice crashes
Date: Sun, 24 Mar 2013 09:02:33 -0400
On 03/23/13 12:02, Carlos Jacobo Puga Medina wrote:
> Finally, I solved this issue just by modifying
> /usr/ports/editors/libreoffice/Makefile to build with debug symbols
> (enabled DEBUG option) as following:
>
> .if ${PORT_OPTIONS:MDEBUG}
> #IGNORE= known as broken
> CONFIGURE_ARGS+= --enable-debug \
> # --enable-dbgutil \
> # --enable-verbose \
> # --enable-crashdump
> .else
>
> Builded with Clang on FreeBSD-9.1/i386. I detect LO still running
> after close it, so is necessary kill(1) process 'ossplash --writer' to
> free memory.
>
> % ps x | grep libreoffice
> 58379 v0 I 0:00,84 /usr/local/lib/libreoffice/program/oosplash
> --writer
> 58390 v0 S 0:08,22 /usr/local/lib/libreoffice/program/soffice.bin
> --writer
> 58393 0 S+ 0:00,00 grep libreoffice
My results were different. It did not open but it did not core dump.
Here is my modified Makefile
lines 205-211
.if ${PORT_OPTIONS:MDEBUG}
#IGNORE= known as broken
CONFIGURE_ARGS+= --enable-debug \
# --enable-dbgutil \
# --enable-verbose \
# --enable-crashdump
.else
line 299
#BROKEN= mergelibs causes runtime problems
#make config
uncheck MERGELIBS
When it did run I got the splash screen and then nothing.
[bhorne at Shibari:~, 08:48 AM, Sun Mar 24]>ps x | grep libreoffice
7299 p2 I 0:00.07 /usr/local/lib/libreoffice/program/oosplash
7310 p2 I 0:02.60 /usr/local/lib/libreoffice/program/soffice.bin
--splash
7331 p2 S+ 0:00.00 grep libreoffice
So it is running but after a while no changes. So I killed the process.
libreoffice does not accept a verbose or -vv switch from what I can tell.
If there is something else I can do let me know.
Sincerely,
Brendhan
More information about the freebsd-office
mailing list