From owner-freebsd-openoffice Thu Oct 10 9:59:54 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A4337B401; Thu, 10 Oct 2002 09:59:53 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE0843EB2; Thu, 10 Oct 2002 09:59:52 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9AGxokE046719; Thu, 10 Oct 2002 18:59:50 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9AGxn751434883; Thu, 10 Oct 2002 18:59:50 +0200 (MES) Date: Thu, 10 Oct 2002 19:00:52 +0200 (CEST) From: Martin Blapp To: Cc: , Subject: Re: [porting-dev] FreeBSD: Uncatched exception problem In-Reply-To: <200210101204.42995.kevin.hendricks@sympatico.ca> Message-ID: <20021010185902.X15308-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 ) 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&) (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