Re: Possible Problem with JavaHL in 1.3.0 RC2
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-11-02 20:42:04 CET
Mark Phippard <markp@softlanding.com> writes:
> Philip Martin <philip@codematters.co.uk> wrote on 11/02/2005 11:42:48 AM:
Do the crashes happen near the start of the operations?
> As I am not a C programmer I cannot really analyze the code, but I would
If you change the code in isJavaExceptionThrown from
if (env->ExceptionCheck())
to
if (env && env->ExceptionCheck())
then it won't crash if env is NULL. However all the other uses of
> Perhaps it has something to do with the
The SVN_ASP_DOT_NET_HACK code looks innocent to me.
> Also, I am still at a loss to explain what is different about Subclipse
As I pointed out earlier, the on-the-fly static initialisation in
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Nov 2 20:44:41 2005 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.