Date: Sun, 24 Mar 2013 13:10:01 GMT From: Understudy <understudy@understudy.net> To: office@FreeBSD.org Subject: Re: ports/176967: editors/libreoffice crashes Message-ID: <201303241310.r2ODA15S043703@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/176967; it has been noted by GNATS. From: Understudy <understudy@understudy.net> To: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Cc: bug-followup@FreeBSD.org, Jung-uk Kim <jkim@FreeBSD.org>, ajtiM <lumiwa@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303241310.r2ODA15S043703>