We have an linux application (we don\'t have the source) that seems to be hanging. The socket between the two processes is reported as ESTABLISHED, and there is some data in the kernel socket buffer (
I\'m using PyDev in Eclipse as my Python editor. It\'s fine in terms of feature set. Everything works fine except for one very annoying thing:
I am using Eclipse Virgo to host my application. The application will write one log ever开发者_开发问答y 10 seconds.
CONSTANT = 1000000000000000000 array = (1..CONSTANT).to_a start = Time.now array.each do |i| if 1000 < i < CONSTANT * 9 / 10
This class should read some lines from a data and from them to variables which i can use in further operations. but for some reason it freezes if it detected the data and try to load it. why?
This is a speculative question so no code provided. I have an application that takes a large XML file and builds a view from this for editing by the user. The loading of the XML is carried out in a b
Maybe I\'ve just been staring at this screen for too long, but I cannot seem to work out why this for loop is hanging?
Whenever I try to debug a Visual Studio 2010 web project, VS hangs, and ultimately crashes. This happens if I try to start the project using F5, or through Attach to Process, before the process list e
I\'ve searched the Internet like crazy, however \"WTP freeze\" or \"Eclipse freeze\" yields so many different results that it\'s virtually impossible to find the right one. I have the following issue.
private static string GetProxy() { var rnd = new Random(); if (Settings.Globals.UsedProxies.Count >= 100)