Date: Mon, 11 Mar 2002 11:24:31 +0100 (CET) From: Martin Blapp <mb@imp.ch> To: <freebsd-hackers@freebsd.org> Subject: OpenOffice c++ Build crash in saxparser Message-ID: <20020311112313.H84384-100000@levais.imp.ch>
next in thread | raw e-mail | index | archive | help
Hi, Maybe someone can help me ? This only happens with CURRENT. Making: ../../unxfbsd.pro/misc/localedata_ascii.dpc Making : Dependencies touch ../../unxfbsd.pro/misc/localedata_ascii.dpc cp /usr/ports/editors/openoffice-work/work/oo_641c_src/solver/641/unxfbsd.pro/bin/applicat.rdb ../../unxfbsd.pro/bin/applicat.rdb rm -f ../../unxfbsd.pro/misc/localedata_af_ZA.cxx ../../unxfbsd.pro/bin/saxparser af_ZA af_ZA.xml ../../unxfbsd.pro/misc/localedata_af_ZA.cxx ../../unxfbsd.pro/bin/applicat.rdb Segmentation fault (core dumped) dmake: Error code 139, while making '../../unxfbsd.pro/misc/localedata_af_ZA.cxx' ---* TG_SLO.MK *--- (gdb) bt #0 0x8079fb4 in ?? () #1 0x2866816e in stoc_impreg::ImplementationRegistration::registerImplementation (this=0x286ad808, implementationLoaderUrl=@0xbfbfe710, locationUrl=@0xbfbfe73c, xReg=@0xbfbfe70c) at /usr/ports/editors/openoffice-work/work/oo_641c_src/stoc/source/implementationregistration/implreg.cxx:1423 #2 0x804fcfb in main (argc=5, argv=0xbfbfe7bc) at /usr/ports/editors/openoffice-work/work/oo_641c_src/i18npool/source/xmlparser/saxparser.cxx:481 (gdb) frame 1 #1 0x2866816e in stoc_impreg::ImplementationRegistration::registerImplementation (this=0x286ad808, implementationLoaderUrl=@0xbfbfe710, locationUrl=@0xbfbfe73c, xReg=@0xbfbfe70c) at /usr/ports/editors/openoffice-work/work/oo_641c_src/stoc/source/implementationregistration/implreg.cxx:1423 1423 (gdb) p m_xSMgr $1 = {<BaseReference> = {_pInterface = 0x285deca4}, <No data fields>} (gdb) p m_xCtx $2 = {<BaseReference> = {_pInterface = 0x28671e14}, <No data fields>} (gdb) p xAct $3 = {<BaseReference> = {_pInterface = 0x286b1dac}, <No data fields>} (gdb) p xRegistry $4 = {<BaseReference> = {_pInterface = 0x285e075c}, <No data fields>} (gdb) p implLoaderUrl $5 = {pData = 0x286ade70} (gdb) p locationUrl $6 = (OUString &) @0xbfbfe73c: {pData = 0x286adfd0} (gdb) p sal_True No symbol "sal_True" in current context (gdb) whatis _xSMgr No symbol "_xSMgr" in current context. (gdb) whatis m_xSMgr type = Reference<com::sun::star::lang::XMultiComponentFactory> (gdb) whatis m_xCtx type = Reference<com::sun::star::uno::XComponentContext> (gdb) whatis xAct type = Reference<com::sun::star::loader::XImplementationLoader> (gdb) whatis xRegistry type = Reference<com::sun::star::registry::XSimpleRegistry> (gdb) whatis implLoaderUrl type = OUString (gdb) whatis locationUrl type = OUString & (gdb) whatis sal_True No symbol "sal_True" in current context. Thanks for helping. Martin Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020311112313.H84384-100000>