Date: Thu, 10 Oct 2002 19:00:52 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: <dev@porting.openoffice.org> Cc: <openoffice@freebsd.org>, <kan@freebsd.org> Subject: Re: [porting-dev] FreeBSD: Uncatched exception problem Message-ID: <20021010185902.X15308-100000@levais.imp.ch> In-Reply-To: <200210101204.42995.kevin.hendricks@sympatico.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
> Can you provide me with a full backtrace so that I can find out where that
> particular invocation of throw is supposed to be caught?
>
#0 0x28c30d5b in kill () from /usr/lib/libc.so.5
#1 0x28c8fa44 in abort () from /usr/lib/libc.so.5
#2 0x28ba8c8f in __cxxabiv1::__terminate(void (*)()) (handler=0x28c8f9d8
<abort>)
at /usr/src/contrib/libstdc++/libsupc++/eh_terminate.cc:47
#3 0x28ba8cd0 in __cxxabiv1::__unexpected(void (*)()) (handler=0x812a330)
at /usr/src/contrib/libstdc++/libsupc++/eh_terminate.cc:57
#4 0x28ba8c04 in __cxa_rethrow () at
/usr/src/contrib/libstdc++/libsupc++/eh_throw.cc:77
#5 0x2aa96b53 in
SfxFrameLoader::detect(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&)
(this=0x29a57688, lDescriptor=@0xbfbfea00)
at
/usr/ports/editors/openoffice/work/oo_1.0.1_src/sfx2/source/view/frmload.cxx:763
....
759 pFilter = NULL;
760 ::com::sun::star::lang::WrappedTargetRuntimeException exPacked;
761 ::com::sun::star::ucb::CommandAbortedException exAbort ;
762 exPacked.TargetException <<= exAbort;
763 throw exPacked;
}
Martin
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-openoffice" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021010185902.X15308-100000>
