Hello,
I searched for hours and now I'm pretty sure to be the only one having this problem. After starting the IDE it needs for ever 50% CPU of a dual core machine. I could manifest the problem comes from the NetworkChecker.
I have a lot of entries in the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
(VPN. miniwan, VM, Virtual ...)
The CPU is used by msvcr100.dll and the stack of this process is like this:
ntoskrnl.exe!KeSynchronizeExecution+0x2246
ntoskrnl.exe!ExAcquireCacheAwarePushLockExclusive+0x51a
ntoskrnl.exe!KeSynchronizeExecution+0x5f12
ntoskrnl.exe!KeIsAttachedProcess+0x8ba
ntoskrnl.exe!KeSynchronizeExecution+0x4133
KERNELBASE.dll!GetProcessHeap+0x6
IPHLPAPI.DLL!GetAdaptersAddresses+0x1517
IPHLPAPI.DLL!GetAdaptersAddresses+0x189a
IPHLPAPI.DLL!GetAdaptersAddresses+0x1816
IPHLPAPI.DLL!GetIpAddrTable+0x2b
net.dll!_Java_sun_net_www_protocol_http_ntlm_NTLMAuthSequence_getNextToken@24+0x328
net.dll!_Java_java_net_NetworkInterface_isP2P0_XP@16+0xaa
net.dll!_Java_java_net_NetworkInterface_getAll_XP@8+0x12
I can see the registry keys for tcpip and tcpip6 interfaces are being read in a cycle nearly every millisecond.
I do not have any idea how to stop this behaviour or which crippled value in the registry make this happen.
In IDE Version 1.6.0 I could work using the java from IDE 1.5.4. But this not anymore possible with 1.6.5 .
Is there any chance to disable the networkchecker?
I know, this is a very specific problem and my hope is being recognized by a developer of the IDE.
Thanks for reading my very bad English
Frank