Date: Sat, 12 Oct 2002 15:40:53 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: "Kevin B. Hendricks" <kevin.hendricks@sympatico.ca> Cc: <dev@porting.openoffice.org>, <openoffice@FreeBSD.ORG>, <kan@FreeBSD.ORG> Subject: Re: [porting-dev] FreeBSD: Uncatched exception problem Message-ID: <20021012153830.N15308-100000@levais.imp.ch> In-Reply-To: <20021012142103.Y15308-100000@levais.imp.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
Ok,
I had to add a "\n" to the printf, so it got flushed out properly.
fprintf(stderr,"Here !\n");
I can see now that it get's printed.
If I remove the throw, OO.org does not crash anymore.
OUString sDetectorDecision;
try {
sDetectorDecision = xDetector->detect( seqDescriptor );
}
catch ( ... ) {
fprintf(stderr,"Here !\n");
}
I get then a requester window where I can choose a fileformat.
So the question is still why we get a unexpected exception.
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?20021012153830.N15308-100000>
