Date: Sat, 23 Mar 2013 17:10:22 +0100 From: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> To: office@freebsd.org Subject: Fwd: ports/176967: editors/libreoffice crashes Message-ID: <CAHHLbROGCd65kF6kz%2BWp00vjLNG8vUfyz8jewC5N_WP%2B-1aczA@mail.gmail.com> In-Reply-To: <CAHHLbRMX=8AGz_021d-YsGw9px%2By5EEq_E4tucpm2rSSs2wH%2BQ@mail.gmail.com> References: <CAHHLbRMX=8AGz_021d-YsGw9px%2By5EEq_E4tucpm2rSSs2wH%2BQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
---------- Forwarded message ---------- From: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Date: 2013/3/23 Subject: ports/176967: editors/libreoffice crashes To: bug-followup@freebsd.org, understudy@understudy.net 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHHLbROGCd65kF6kz%2BWp00vjLNG8vUfyz8jewC5N_WP%2B-1aczA>