On 30.06.2014 22:01, Darly Senecal Baptiste wrote:
>
>
>
> Also, you can see the jvm dump at this link
> https://db.tt/LBOXhJyi .
>
>
> Just for the archives, pasting the relevent bits. Nothing jumps
> out at me here to point in any direction though:
>
>
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6508a7cf, pid=6324, tid=6692
> #
> # JRE version: Java(TM) SE Runtime Environment (7.0_55-b14) (build 1.7.0_55-b14)
> # Java VM: Java HotSpot(TM) Client VM (24.55-b03 mixed mode, sharing windows-x86 )
> # Problematic frame:
> # C [libsvn_wc-1.dll+0x4a7cf]
> #
> # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
>
>
> Stack: [0x05880000,0x05980000], sp=0x0597eaac, free space=1018k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> C [libsvn_wc-1.dll+0x4a7cf]
> C [libsvn_ra-1.dll+0x496b7]
> C [libsvn_ra-1.dll+0x4470b]
> C [libsvn_ra-1.dll+0x44abe]
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j org.apache.subversion.javahl.SVNClient.checkout(Ljava/lang/String;Ljava/lang/String;Lorg/apache/subversion/javahl/types/Revision;Lorg/apache/subversion/javahl/types/Revision;Lorg/apache/subversion/javahl/types/Depth;ZZ)J+0
>
This is a bit of a problem ... there's no debug information available
for the native libraries, which makes it rather hard to tell what the
problem might be.
Is the repository by any chance public, so that I could try to do a
checkout using JavaHL within a debugger?
-- Brane
--
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane_at_wandisco.com
Received on 2014-06-30 22:14:18 CEST