eclipse_helios_SR1 + svn 出现EXCEPTION_ACCESS_VIOLATION (0xc0000005)错误

eclipse helios SR1 使用SVN补丁,通过在线安装的SVN补丁,安装地址:http://subclipse.tigris.org/update,安装完成后,出现eclipse 崩溃。错误日志如下:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5bae831c, pid=5020, tid=3652
#
# JRE version: 6.0_23-b05
# Java VM: Java HotSpot(TM) Client VM (19.0-b09 mixed mode windows-x86 )
# Problematic frame:
# C  0x5bae831c
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x0ea12000):  JavaThread "Worker-0" [_thread_in_native, id=3652, stack(0x0fa60000,0x0fb60000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x0124a440, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000
ESP=0x0fb58a2c, EBP=0x0fb58a38, ESI=0x0124f4c8, EDI=0x00000000
EIP=0x5bae831c, EFLAGS=0x00010246

Register to memory mapping:

EAX=0x0124a440
0x0124a440 is pointing to unknown location

EBX=0x00000000
0x00000000 is pointing to unknown location

ECX=0x00000000
0x00000000 is pointing to unknown location

EDX=0x00000000
0x00000000 is pointing to unknown location

ESP=0x0fb58a2c
0x0fb58a2c is pointing into the stack for thread: 0x0ea12000
"Worker-0" prio=6 tid=0x0ea12000 nid=0xe44 runnable [0x0fb5f000]
   java.lang.Thread.State: RUNNABLE

EBP=0x0fb58a38
0x0fb58a38 is pointing into the stack for thread: 0x0ea12000
"Worker-0" prio=6 tid=0x0ea12000 nid=0xe44 runnable [0x0fb5f000]
   java.lang.Thread.State: RUNNABLE

ESI=0x0124f4c8
0x0124f4c8 is pointing to unknown location

EDI=0x00000000
0x00000000 is pointing to unknown location


Top of Stack: (sp=0x0fb58a2c)
0x0fb58a2c:   00000000 0124f4c8 0124a440 0fb5aa64
0x0fb58a3c:   5bad1f32 0fb5aa60 0124a440 00000000
0x0fb58a4c:   00000000 00000000 0124f4c8 0124a440
0x0fb58a5c:   00000000 0124a440 00000000 0124a440
0x0fb58a6c:   0124a4e0 0fd68461 0124a440 00000010
0x0fb58a7c:   6ee40000 0fd611f2 0124a440 0124a4e0
0x0fb58a8c:   0fd61210 0fd68570 0124a440 0124a490
0x0fb58a9c:   0124a440 0124a440 00000001 003a0064

Instructions: (pc=0x5bae831c)
0x5bae830c:   89 55 10 53 8b 5d 14 56 57 85 db 75 03 8b 58 18
0x5bae831c:   8b 03 bf 01 00 00 00 3b c7 0f 82 1d 01 00 00 8b


Stack: [0x0fa60000,0x0fb60000],  sp=0x0fb58a2c,  free space=994k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x5bae831c
C  0x5bad1f32
C  0x5bad1da4
C  0x6ee4123b
C  0x6ee411c4

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.tigris.subversion.javahl.SVNClient.status(Ljava/lang/String;ZZZZZ)[Lorg/tigris/subversion/javahl/Status;+0
j  org.tigris.subversion.javahl.SVNClient.status(Ljava/lang/String;ZZZZ)[Lorg/tigris/subversion/javahl/Status;+9
j  org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(Ljava/io/File;ZZZ)[Lorg/tigris/subversion/svnclientadapter/ISVNStatus;+79
j  org.tigris.subversion.subclipse.core.client.PeekStatusCommand.execute(Lorg/tigris/subversion/svnclientadapter/ISVNClientAdapter;)V+41
j  org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.peekResourceStatusFor(Lorg/eclipse/core/resources/IResource;)Lorg/tigris/subversion/subclipse/core/resources/LocalResourceStatus;+16
j  org.tigris.subversion.subclipse.core.SVNTeamProvider.setProject(Lorg/eclipse/core/resources/IProject;)V+29
j  org.eclipse.team.core.RepositoryProvider.mapNewProvider(Lorg/eclipse/core/resources/IProject;Ljava/lang/String;)Lorg/eclipse/team/core/RepositoryProvider;+205
j  org.eclipse.team.core.RepositoryProvider.mapExistingProvider(Lorg/eclipse/core/resources/IProject;Ljava/lang/String;)Lorg/eclipse/team/core/RepositoryProvider;+65
j  org.eclipse.team.core.RepositoryProvider.getProvider(Lorg/eclipse/core/resources/IProject;Ljava/lang/String;)Lorg/eclipse/team/core/RepositoryProvider;+62
j  org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.decorate(Ljava/lang/Object;Lorg/eclipse/jface/viewers/IDecoration;)V+31
j  org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(Ljava/lang/Object;Lorg/eclipse/jface/viewers/IDecoration;)V+53
j  org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run()V+12
J  org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V
j  org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(Ljava/lang/Object;Lorg/eclipse/ui/internal/decorators/DecorationBuilder;Lorg/eclipse/ui/internal/decorators/LightweightDecoratorDefinition;)V+14
j  org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(Ljava/lang/Object;Lorg/eclipse/ui/internal/decorators/DecorationBuilder;)V+29
j  org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(Ljava/lang/Object;ZLorg/eclipse/jface/viewers/IDecorationContext;)V+87
j  org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+146
j  org.eclipse.core.internal.jobs.Worker.run()V+31
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x0f0ad000 JavaThread "Worker-8" [_thread_blocked, id=4756, stack(0x5bc50000,0x5bd50000)]
  0x0f0a7000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=3056, stack(0x5a890000,0x5a990000)]
  0x0f0adc00 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=4112, stack(0x5f230000,0x5f330000)]
  0x0f0ac800 JavaThread "ContinuationBayeux-0" daemon [_thread_blocked, id=3600, stack(0x5d9f0000,0x5daf0000)]
  0x0f0ac400 JavaThread "Timer-0" daemon [_thread_blocked, id=3080, stack(0x5d8f0000,0x5d9f0000)]
  0x0f0abc00 JavaThread "btpool0-1 - Acceptor0 SocketConnector@127.0.0.1:8600" [_thread_in_native, id=3640, stack(0x5d7f0000,0x5d8f0000)]
  0x0f0ab800 JavaThread "btpool0-0 - Acceptor0 SocketConnector@127.0.0.1:8500" [_thread_in_native, id=3828, stack(0x5d6f0000,0x5d7f0000)]
  0x0f0ab000 JavaThread "derby.rawStoreDaemon" daemon [_thread_blocked, id=5468, stack(0x5d080000,0x5d180000)]
  0x0f0aac00 JavaThread "derby.antiGC" daemon [_thread_blocked, id=5928, stack(0x5cf40000,0x5d040000)]
  0x0f0aa400 JavaThread "CommandLineArgsServer" [_thread_in_native, id=2696, stack(0x5c9e0000,0x5cae0000)]
  0x0f0a9400 JavaThread "Worker-7" [_thread_in_native, id=3092, stack(0x5be50000,0x5bf50000)]
  0x0f0a8000 JavaThread "Worker-4" [_thread_blocked, id=5868, stack(0x5bb50000,0x5bc50000)]
  0x0e30d400 JavaThread "JavaScript indexing" daemon [_thread_blocked, id=5136, stack(0x59f30000,0x5a030000)]
  0x0e906c00 JavaThread "Java indexing" daemon [_thread_in_native, id=5740, stack(0x59e30000,0x59f30000)]
=>0x0ea12000 JavaThread "Worker-0" [_thread_in_native, id=3652, stack(0x0fa60000,0x0fb60000)]
  0x0ec5e400 JavaThread "Worker-JM" [_thread_blocked, id=5792, stack(0x0f860000,0x0f960000)]
  0x0ed9d800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=5392, stack(0x0f760000,0x0f860000)]
  0x0ea0e000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=3208, stack(0x0f560000,0x0f660000)]
  0x0e2b6c00 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=5540, stack(0x0f460000,0x0f560000)]
  0x0ea32400 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=4980, stack(0x0e650000,0x0e750000)]
  0x0bbc8000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4356, stack(0x0e000000,0x0e100000)]
  0x0bb9d400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1976, stack(0x0df00000,0x0e000000)]
  0x0bb9a400 JavaThread "Attach Listener" daemon [_thread_blocked, id=2228, stack(0x0de00000,0x0df00000)]
  0x0bb97400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4352, stack(0x0bc60000,0x0bd60000)]
  0x0bb8e000 JavaThread "Finalizer" daemon [_thread_blocked, id=5524, stack(0x0afd0000,0x0b0d0000)]
  0x0bb89400 JavaThread "Reference Handler" daemon [_thread_blocked, id=4684, stack(0x0aed0000,0x0afd0000)]
  0x0bdf9000 JavaThread "main" [_thread_in_native, id=5036, stack(0x00030000,0x00130000)]

Other Threads:
  0x0bb86400 VMThread [stack: 0x0add0000,0x0aed0000] [id=4928]
  0x0bbd9400 WatcherThread [stack: 0x0e100000,0x0e200000] [id=3788]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 157248K, used 22742K [0x10030000, 0x1aad0000, 0x25580000)
  eden space 139776K,  10% used [0x10030000, 0x10eea588, 0x188b0000)
  from space 17472K,  43% used [0x188b0000, 0x1902b3e8, 0x199c0000)
  to   space 17472K,   0% used [0x199c0000, 0x199c0000, 0x1aad0000)
 tenured generation   total 349568K, used 33642K [0x25580000, 0x3aae0000, 0x50030000)
   the space 349568K,   9% used [0x25580000, 0x2765ab30, 0x2765ac00, 0x3aae0000)
 compacting perm gen  total 65536K, used 60877K [0x50030000, 0x54030000, 0x58030000)
   the space 65536K,  92% used [0x50030000, 0x53ba3610, 0x53ba3800, 0x54030000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x0040d000     D:/apps/java_ides/eclipse-helios-SR1/eclipse.exe
0x77d20000 - 0x77e5c000     C:/Windows/SYSTEM32/ntdll.dll
0x76470000 - 0x76544000     C:/Windows/system32/kernel32.dll
0x76120000 - 0x7616a000     C:/Windows/system32/KERNELBASE.dll
0x76340000 - 0x76409000     C:/Windows/system32/USER32.dll
0x76240000 - 0x7628e000     C:/Windows/system32/GDI32.dll
0x76330000 - 0x7633a000     C:/Windows/system32/LPK.dll
0x76290000 - 0x7632d000     C:/Windows/system32/USP10.dll
0x76600000 - 0x766ac000     C:/Windows/system32/msvcrt.dll
0x6e5b0000 - 0x6e634000     C:/Windows/WinSxS/x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc/COMCTL32.dll
0x769f0000 - 0x76a90000     C:/Windows/system32/ADVAPI32.dll
0x77840000 - 0x77859000     C:/Windows/SYSTEM32/sechost.dll
0x76550000 - 0x765f1000     C:/Windows/system32/RPCRT4.dll
0x77e90000 - 0x77eaf000     C:/Windows/system32/IMM32.DLL
0x76170000 - 0x7623c000     C:/Windows/system32/MSCTF.dll
0x72000000 - 0x7200d000     D:/apps/java_ides/eclipse-helios-SR1/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810/eclipse_1309.dll
0x75360000 - 0x75369000     C:/Windows/system32/VERSION.dll
0x74c40000 - 0x74c80000     C:/Windows/system32/uxtheme.dll
0x015e0000 - 0x01657000     D:/apps/360/360safe/safemon/safemon.dll
0x76bf0000 - 0x77839000     C:/Windows/system32/SHELL32.dll
0x77870000 - 0x778c7000     C:/Windows/system32/SHLWAPI.dll
0x76a90000 - 0x76bec000     C:/Windows/system32/ole32.dll
0x77ec0000 - 0x77f4f000     C:/Windows/system32/OLEAUT32.dll
0x743d0000 - 0x743d5000     C:/Windows/system32/MSIMG32.dll
0x73b90000 - 0x73bf6000     C:/Windows/system32/MSVCP60.dll
0x77be0000 - 0x77cd4000     C:/Windows/system32/WININET.dll
0x77eb0000 - 0x77eb3000     C:/Windows/system32/Normaliz.dll
0x766b0000 - 0x767e5000     C:/Windows/system32/urlmon.dll
0x75f20000 - 0x7603c000     C:/Windows/system32/CRYPT32.dll
0x75ee0000 - 0x75eec000     C:/Windows/system32/MSASN1.dll
0x767f0000 - 0x769ea000     C:/Windows/system32/iertutil.dll
0x76410000 - 0x76415000     C:/Windows/system32/PSAPI.DLL
0x77ce0000 - 0x77d15000     C:/Windows/system32/WS2_32.dll
0x77860000 - 0x77866000     C:/Windows/system32/NSI.dll
0x75da0000 - 0x75deb000     C:/Windows/system32/apphelp.dll
0x10000000 - 0x10021000     C:/Windows/system32/WN.IME
0x00200000 - 0x00214000     d:/apps/ShiQiang/wnime/plugin/WnPlugin.dll
0x01660000 - 0x0167e000     d:/apps/ShiQiang/wnime/plugin/ResPlugin.dll
0x01740000 - 0x01790000     d:/apps/ShiQiang/wnime/plugin/UIPlugin.dll
0x74ab0000 - 0x74c40000     C:/Windows/WinSxS/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_72fc7cbf861225ca/gdiplus.dll
0x01680000 - 0x0169b000     d:/apps/ShiQiang/wnime/plugin/FnPlugin.dll
0x01aa0000 - 0x01b32000     d:/apps/ShiQiang/wnime/plugin/WnOperateMB.dll
0x01a00000 - 0x01a24000     d:/apps/ShiQiang/wnime/plugin/KBPlugin.dll
0x74dc0000 - 0x74f5e000     C:/Windows/WinSxS/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_420fe3fa2b8113bd/Comctl32.dll
0x75df0000 - 0x75dfc000     C:/Windows/system32/CRYPTBASE.dll
0x77a70000 - 0x77af3000     C:/Windows/system32/CLBCatQ.DLL
0x74910000 - 0x74923000     C:/Windows/system32/dwmapi.dll
0x6d7f0000 - 0x6da9c000     D:/apps/Java/jre6/bin/client/jvm.dll
0x74360000 - 0x74392000     C:/Windows/system32/WINMM.dll
0x7c360000 - 0x7c3b6000     C:/Windows/system32/MSVCR71.dll
0x6d7a0000 - 0x6d7ac000     D:/apps/Java/jre6/bin/verify.dll
0x6d320000 - 0x6d33f000     D:/apps/Java/jre6/bin/java.dll
0x6d280000 - 0x6d288000     D:/apps/Java/jre6/bin/hpi.dll
0x6d7e0000 - 0x6d7ef000     D:/apps/Java/jre6/bin/zip.dll
0x75920000 - 0x75936000     C:/Windows/system32/CRYPTSP.dll
0x756c0000 - 0x756fb000     C:/Windows/system32/rsaenh.dll
0x754d0000 - 0x754e7000     C:/Windows/system32/USERENV.dll
0x75e70000 - 0x75e7b000     C:/Windows/system32/profapi.dll
0x6d600000 - 0x6d613000     D:/apps/Java/jre6/bin/net.dll
0x758e0000 - 0x7591c000     C:/Windows/system32/mswsock.dll
0x758d0000 - 0x758d6000     C:/Windows/System32/wship6.dll
0x74270000 - 0x74280000     C:/Windows/system32/NLAapi.dll
0x757a0000 - 0x757e4000     C:/Windows/system32/DNSAPI.dll
0x71c10000 - 0x71c18000     C:/Windows/System32/winrnr.dll
0x71c00000 - 0x71c10000     C:/Windows/system32/napinsp.dll
0x71be0000 - 0x71bf2000     C:/Windows/system32/pnrpnsp.dll
0x75400000 - 0x75405000     C:/Windows/System32/wshtcpip.dll
0x73dd0000 - 0x73dec000     C:/Windows/system32/IPHLPAPI.DLL
0x73dc0000 - 0x73dc7000     C:/Windows/system32/WINNSI.DLL
0x6e540000 - 0x6e546000     C:/Windows/system32/rasadhlp.dll
0x73ca0000 - 0x73cd8000     C:/Windows/System32/fwpuclnt.dll
0x6d620000 - 0x6d629000     D:/apps/Java/jre6/bin/nio.dll
0x0e750000 - 0x0e7b3000     D:/apps/java_ides/eclipse-helios-SR1/configuration/org.eclipse.osgi/bundles/562/1/.cp/swt-win32-3655.dll
0x77b00000 - 0x77b7b000     C:/Windows/system32/comdlg32.dll
0x0bdd0000 - 0x0bded000     D:/apps/java_ides/eclipse-helios-SR1/configuration/org.eclipse.osgi/bundles/562/1/.cp/swt-gdip-win32-3655.dll
0x746b0000 - 0x747ab000     C:/Windows/system32/WindowsCodecs.dll
0x0e7c0000 - 0x0e7ce000     D:/apps/java_ides/eclipse-helios-SR1/configuration/org.eclipse.osgi/bundles/65/1/.cp/os/win32/x86/localfile_1_0_0.dll
0x74470000 - 0x744ac000     C:/Windows/system32/oleacc.dll
0x74c80000 - 0x74d75000     C:/Windows/system32/propsys.dll
0x6b270000 - 0x6b3df000     C:/Windows/system32/explorerframe.dll
0x749c0000 - 0x749ef000     C:/Windows/system32/DUser.dll
0x749f0000 - 0x74aa2000     C:/Windows/system32/DUI70.dll
0x75e60000 - 0x75e6e000     C:/Windows/system32/RpcRtRemote.dll
0x72200000 - 0x7222e000     C:/Windows/system32/mlang.dll
0x68fb0000 - 0x68fbf000     D:/apps/java_ides/eclipse-helios-SR1/configuration/org.eclipse.osgi/bundles/68/1/.cp/jWinHttp-1.0.0.dll
0x6f030000 - 0x6f088000     C:/Windows/system32/WINHTTP.dll
0x6eee0000 - 0x6ef2f000     C:/Windows/system32/webio.dll
0x73c80000 - 0x73c8d000     C:/Windows/system32/dhcpcsvc6.DLL
0x73c60000 - 0x73c72000     C:/Windows/system32/dhcpcsvc.DLL
0x0fd60000 - 0x0fd81000     D:/apps/java_ides/eclipse-helios-SR1/plugins/org.tigris.subversion.javahl.win32_1.0.0/libapr.dll
0x6ee50000 - 0x6ee59000     D:/apps/java_ides/eclipse-helios-SR1/plugins/org.tigris.subversion.javahl.win32_1.0.0/libapriconv.dll
0x5bf50000 - 0x5c056000     D:/apps/java_ides/eclipse-helios-SR1/plugins/org.tigris.subversion.javahl.win32_1.0.0/libeay32.dll
0x71eb0000 - 0x71eb7000     C:/Windows/system32/WSOCK32.dll
0x0fe80000 - 0x0ff2d000     D:/apps/java_ides/eclipse-helios-SR1/plugins/org.tigris.subversion.javahl.win32_1.0.0/libdb43.dll
0x0fe00000 - 0x0fe32000     D:/apps/java_ides/eclipse-helios-SR1/plugins/org.tigris.subversion.javahl.win32_1.0.0/ssleay32.dll
0x6ee60000 - 0x6ee89000     D:/apps/java_ides/eclipse-helios-SR1/plugins/org.tigris.subversion.javahl.win32_1.0.0/libaprutil.dll
0x0ff30000 - 0x0ff42000     D:/apps/java_ides/eclipse-helios-SR1/plugins/org.tigris.subversion.javahl.win32_1.0.0/intl3_svn.dll
0x5c060000 - 0x5c158000     D:/apps/java_ides/eclipse-helios-SR1/plugins/org.tigris.subversion.javahl.win32_1.0.0/libsvnjavahl-1.dll
0x71620000 - 0x71625000     C:/Windows/system32/SHFOLDER.dll
0x0fe50000 - 0x0fe5f000     D:/apps/java_ides/eclipse-helios-SR1/plugins/com.aptana.ide.core.win32_2.0.0.1253913567/os/win32/x86/core_1_3_1.dll
0x778d0000 - 0x77a6d000     C:/Windows/system32/SETUPAPI.dll
0x76040000 - 0x76067000     C:/Windows/system32/CFGMGR32.dll
0x76070000 - 0x76082000     C:/Windows/system32/DEVOBJ.dll
0x743a0000 - 0x743c1000     C:/Windows/system32/ntmarta.dll
0x76420000 - 0x76465000     C:/Windows/system32/WLDAP32.dll
0x67080000 - 0x6709c000     d:/apps/FileZilla FTP Client/fzshellext.dll
0x6b9e0000 - 0x6ba4f000     C:/Windows/system32/ntshrui.dll
0x75a30000 - 0x75a49000     C:/Windows/system32/srvcli.dll
0x6c280000 - 0x6c28b000     C:/Windows/system32/cscapi.dll
0x741b0000 - 0x741ba000     C:/Windows/system32/slc.dll
0x5a6b0000 - 0x5a6be000     D:/apps/TortoiseSVN/bin/TortoiseStub.dll
0x5c4f0000 - 0x5c5b8000     D:/apps/TortoiseSVN/bin/TortoiseSVN.dll
0x5c3d0000 - 0x5c3f2000     D:/apps/TortoiseSVN/bin/libapr_tsvn.dll
0x6b1c0000 - 0x6b263000     C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a/MSVCR90.dll
0x5c400000 - 0x5c42e000     D:/apps/TortoiseSVN/bin/libaprutil_tsvn.dll
0x5c460000 - 0x5c472000     D:/apps/TortoiseSVN/bin/intl3_tsvn.dll
0x6ae90000 - 0x6af1e000     C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a/MSVCP90.dll
0x5cae0000 - 0x5cdf3000     D:/apps/TortoiseSVN/Languages/TortoiseProc2052.dll
0x5c490000 - 0x5c4a0000     D:/apps/Microsoft Virtual PC/VPCShExH.DLL
0x74600000 - 0x74609000     C:/Windows/system32/netutils.dll
0x6bb80000 - 0x6bb89000     C:/Windows/system32/LINKINFO.dll
0x69210000 - 0x69c8f000     C:/Windows/System32/ieframe.dll
0x75e00000 - 0x75e5f000     C:/Windows/system32/SXS.DLL
0x75d80000 - 0x75d9a000     C:/Windows/system32/SspiCli.dll
0x73560000 - 0x73b17000     C:/Windows/System32/mshtml.dll
0x6a4d0000 - 0x6a4fa000     C:/Windows/System32/msls31.dll
0x6d780000 - 0x6d788000     D:/apps/Java/jre6/bin/sunmscapi.dll
0x74650000 - 0x7465b000     C:/Windows/system32/msimtf.dll

VM Arguments:
jvm_args: -Xms512M -Xmx1024M -XX:PermSize=64M -XX:MaxPermSize=128M
java_command: <unknown>
Launcher Type: generic

Environment Variables:
JAVA_HOME=D:/apps/Java/jdk1.6.0_11
PATH=D:/apps/Java/jre6/bin/client;D:/apps/Java/jre6/bin;D:/apps/Java/jre6/lib/i386;H:/app/oracle11g/product/11.2.0/lim_zhu/bin;C:/Windows/system32;C:/Windows;C:/Windows/System32/Wbem;C:/Windows/System32/WindowsPowerShell/v1.0/;C:/Program Files/Common Files/Thunder Network/KanKan/Codecs;d:/apps/Subversion/bin;D:/apps/TortoiseSVN/bin;C:/Program Files/Common Files/Adobe/AGL;d:/apps/ATI Technologies/ATI.ACE/Core-Static;C:/Program Files/Microsoft SQL Server/100/Tools/Binn/;C:/Program Files/Microsoft SQL Server/100/DTS/Binn/;C:/Program Files/Microsoft SQL Server/100/Tools/Binn/VSShell/Common7/IDE/;D:/apps/Microsoft Visual Studio 9.0/Common7/IDE/PrivateAssemblies/;d:/apps/IDM Computer Solutions/UltraEdit/
USERNAME=lim_zhu
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 7 Build 7600

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1

Memory: 4k page, physical 3406968k(1588428k free), swap 6812172k(4568996k free)

vm_info: Java HotSpot(TM) Client VM (19.0-b09) for windows-x86 JRE (1.6.0_23-b05), built on Nov 12 2010 15:00:43 by "java_re" with MS VC++ 7.1 (VS2003)

time: Sat Jan 08 15:44:01 2011
elapsed time: 389 seconds

 

 

看到log中提到

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.tigris.subversion.javahl.SVNClient.status(Ljava/lang/String;ZZZZZ)[Lorg/tigris/subversion/javahl/Status;+0
j  org.tigris.subversion.javahl.SVNClient.status(Ljava/lang/String;ZZZZ)[Lorg/tigris/subversion/javahl/Status;+9
j  org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(Ljava/io/File;ZZZ)[Lorg/tigris/subversion/svnclientadapter/ISVNStatus;+79
j  org.tigris.subversion.subclipse.core.client.PeekStatusCommand.execute(Lorg/tigris/subversion/svnclientadapter/ISVNClientAdapter;)V+41
j  org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.peekResourceStatusFor(Lorg/eclipse/core/resources/IResource;)Lorg/tigris/subversion/subclipse/core/resources/LocalResourceStatus;+16
j  org.tigris.subversion.subclipse.core.SVNTeamProvider.setProject(Lorg/eclipse/core/resources/IProject;)V+29
j  org.eclipse.team.core.RepositoryProvider.mapNewProvider(Lorg/eclipse/core/resources/IProject;Ljava/lang/String;)Lorg/eclipse/team/core/RepositoryProvider;+205
j  org.eclipse.team.core.RepositoryProvider.mapExistingProvider(Lorg/eclipse/core/resources/IProject;Ljava/lang/String;)Lorg/eclipse/team/core/RepositoryProvider;+65
j  org.eclipse.team.core.RepositoryProvider.getProvider(Lorg/eclipse/core/resources/IProject;Ljava/lang/String;)Lorg/eclipse/team/core/RepositoryProvider;+62
j  org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.decorate(Ljava/lang/Object;Lorg/eclipse/jface/viewers/IDecoration;)V+31
j  org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(Ljava/lang/Object;Lorg/eclipse/jface/viewers/IDecoration;)V+53
j  org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run()V+12
J  org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V
j  org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(Ljava/lang/Object;Lorg/eclipse/ui/internal/decorators/DecorationBuilder;Lorg/eclipse/ui/internal/decorators/LightweightDecoratorDefinition;)V+14
j  org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(Ljava/lang/Object;Lorg/eclipse/ui/internal/decorators/DecorationBuilder;)V+29
j  org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(Ljava/lang/Object;ZLorg/eclipse/jface/viewers/IDecorationContext;)V+87
j  org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+146
j  org.eclipse.core.internal.jobs.Worker.run()V+31
v  ~StubRoutines::call_stub

所以认为svn设置有问题。最后经过几次试验。原因找到:

SVN 安装完后的设置中SVN接口一项中默认为JavaHL(JNI),将其改为JavaSVN(纯java)解决。

设置方式:windows->Preferences->team->SVN->svn接口

 

希望给遇到同样问题的朋友有所帮助。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值