Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2005 13:37:20 +0900 (JST)
From:      NAKATA Maho <chat95@mac.com>
To:        openoffice@FreeBSD.org, rehsack@liwing.de, achix@smadev.internal.net
Subject:   Re: ports/84787: editors/openoffice-1.1: problem with crash_report, ~/OpenOffice.org1.1.5/user/config/soffice.cfg
Message-ID:  <20050813.133720.59711159.chat95@mac.com>
In-Reply-To: <200508120828.j7C8S7FK060603@freefall.freebsd.org>
References:  <200508120828.j7C8S7FK060603@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
hello,
This is known issue #i22253# (unfortunately I don't remember why
without this patch, OOo works for me)
could you please try this patch?

Index: bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx
===================================================================
RCS file: /cvs/udk/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx,v
retrieving revision 1.4
diff -u -r1.4 except.cxx
--- bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx	28 Apr 2003 16:41:25 -0000	1.4
+++ bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx	13 Aug 2005 04:40:14 -0000
@@ -182,7 +182,7 @@
         buf.append( 'E' );
 
         OString symName( buf.makeStringAndClear() );
-        rtti = (type_info *)dlsym( m_hApp, symName.getStr() );
+        rtti = (type_info *)dlsym( RTLD_DEFAULT,  symName.getStr() );
 
         if (rtti)
         {

and rebuild again? :(
-- NAKATA, Maho (maho@FreeBSD.org)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050813.133720.59711159.chat95>