[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: crash when fetching status

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-11-04 18:07:54 CET

Julian Foad <julianfoad@btopenworld.com> writes:

> In this particular case, an appropriate temporary measure might be to add:
>
> if (that pointer == NULL)
> return svn_error_create ("Invalid status result");
>
> thus avoiding the crash but making it clear that this situation is
> still a bug and needs to be investigated and fixed.

I don't fully grok Windows, does EXCEPTION_ACCESS_VIOLATION imply a
NULL pointer or just an invalid pointer? If the later then perhaps we
have unitialised, or overwritten, memory and the check above won't
help.

I won't object if someone applies Steve's fix, or something like the
above. I would prefer to understand the cause, but if it remains a
mystery then so be it.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 4 18:08:11 2004

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.