Date: Thu, 8 May 2008 21:20:03 GMT From: Mikkel Troest <mikkel@troest.dk> To: openoffice@FreeBSD.org Subject: Re: ports/118527: editors/openoffice.org-2 seg faults when asked to perform digital signature method Message-ID: <200805082120.m48LK3kt064881@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/118527; it has been noted by GNATS. From: Mikkel Troest <mikkel@troest.dk> To: Marcin Cieslak <saper@saper.info> Cc: bug-followup@FreeBSD.org, supraexpress@globaleyes.net Subject: Re: ports/118527: editors/openoffice.org-2 seg faults when asked to perform digital signature method Date: Thu, 08 May 2008 23:09:15 +0200 Hi again, Yes, I use OpenSSL from ports. I tried the following: /usr/local/lib/libcrypto.* removed ... (gdb) continue Continuing. Program received signal SIGSEGV, Segmentation fault. 0x2fea9f41 in SHA1_Update () from /lib/libcrypto.so.5 (gdb) q The program is running. Quit anyway (and detach it)? (y or n) y Detaching from program: /usr/local/openoffice.org-2.4.0/program/soffice.bin, process 45381 [mikkle@Beast /home/mikkle]> /lib/libcrypto.* removed ... (gdb) continue Continuing. Program received signal SIGSEGV, Segmentation fault. 0x2fe06c13 in SHA1_Update () from /usr/local/lib/libcrypto.so.5 (gdb) Still funny that the problem only occurs with OOO_FORCE_DESKTOP=gnome ... I'll cook a new build where I patch the Makefile to include --with-system-openssl in the configure args. I'll update you with my findings when he build is done and I've had time to test. :O) Mikkel Marcin Cieslak wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x2fe06c13 in SHA1_Update () from /usr/local/lib/libcrypto.so.5 > (gdb) step > > Are you using OpenSSL from ports? Can you try with base system OpenSSL? > (e.g. move OpenSSL libraries temporarily away)? > > If that does not work, can you move away base system openssl (try not > to break your OS if accessed remotely!)? > > I am afraid this looks like the conflict between system OpenSSL and > OpenSSL integrated with OOO. Adding --with-system-openssl to configure > flags should help then... > > ------------------------------------------------------------------------ > > !DSPAM:1660,4823159772954151219065! ---------- This mail was scanned for viruses at mail.mikkle.dk by ClamAV (tm) and found to be virus free.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805082120.m48LK3kt064881>