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

Re: Possible Problem with JavaHL in 1.3.0 RC2

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2005-11-01 23:16:07 CET

Well, the crash is a NULL pointer dereference at
'libsvnjavahl-1.dll+0x2ba9', but that isn't much use unless we can
isolate the line that's crashing.

I think MSVC can produce MAP files that list the offsets of each function
within a DLL (or does it just do it for a single object file? I can't
remember, I'm afraid). It might even be possible to get it to produce a
mixed assembly/source file so that we can trace the specific line that's
failing, though that might only be available within the debugger, not
as a compiler output.

Anyway, we need to do something like that to trace the problem to source,
I think.

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 1 23:41:33 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.