hang

HttpWebRequest Timeout (Hangs) Help

Hi All, I was wondering if you can help me with a bug I ma having. I have a HTTP Manager I have created that helps me dealing with POSTing/GETing data from websites. It has worked fine until recently when I am trying to use a mixture of both. First loop round everything works, on the second loop it hangs on HttpWebRequest.GetRequestStrea...

multiprocessing Pool hangs when there is a exception in any of the thread

I am new to Python and trying a multiprocessing.pool program to process files, it works fine as long as there are no exceptions. If any of the thread/process gets an exception the whole program waits for the thread snippet of the code: cp = ConfigParser.ConfigParser() cp.read(gdbini) for table in cp.sections(): jobs.append(table) ...

debugging process hang in legacy 3rd party application

We have a legacy third-party telephony system built on something called "CT ADE" that periodically hangs for a few seconds (5 to 30) then resumes. During these hangs, users experience frustrating pauses in the phone menu. This has been going on for several weeks at least. This code was not written by me, so my knowledge of it is ver...

Win32 XP: Oracle hangs entire system creating or deleting a database

Does anyone know how to avoid a system hang on Windows XP when creating a database? I installed Oracle 11g Personal Edition on Windows XP. This is on a Windows XP system with DCHP, so I followed Oracle's instructions to install the Microsoft Loopback Adapter and updated my hosts file. During install I told it to create a Starter dat...

Ant build scripts totally hangs, with no messages in console

I have build.xml for my project, but even this small piece of code <target name="init"> <tstamp/> <!-- Create the build directory structure used by compile --> <mkdir dir="${build}"/> </target> It doesn't run Console is empty but process is active. I still can terminate it over STOP button In same time I cannot debug...

Rails App hangs after few requests

I have Bitnami Rails stack installed on my Mac. To better explain my problem i created a simple scaffold based rails app with mysql as the backend. I can get to perform simple POST and GET requests for a while and after a few requests the app just hangs indefinitely. No exception caught or anything worthwhile in the development log to re...

IE 6&7 Hanging When Opening New Window

I've got a real interesting situation. I have an existing web app that runs on a number of desktops fine. On a few desktops I see the following behavior: Upon clicking a link that opens up a new window (to another URL in the same domain) the IE window freezes and IE needs to be killed. This happens on IE 6 & 7. When using Fiddler I s...

JavaFX UI freeze hang

My JavaFX app's UI freezes after consecutive times of executing webservice calls. Those process calls are asynchronous. How do I fix this problem? Is there a way to "unfreeze" the UI? Sorry for the newbie question. But I badly need anyone;'s help ...

MPI Program hangs when run on more than one host

Hi all. I'm just using OpenMPI for few days. I'll try to run a simple MPI program, the program is ProcessColors which I get from CI-Tutor. I have 2 hosts, if I run the program separately on each one, it runs well. However, if I run it on two host using following command: mpirun --host host1,host2 --preload-binary -np 8 ProcessColors. Th...

Java HTTP Request Occasionally Hangs

Hello Everyone, For the majority of the time, my HTTP Requests work with no problem. However, occasionally they will hang. The code that I am using is set up so that if the request succeeds (with a response code of 200 or 201), then call screen.requestSucceeded(). If the request fails, then call screen.requestFailed(). When the requ...

StandardOutput.EndOfStream Hangs

I'm starting a process within my C# application which runs a console application. I've redirected standard input and output, and am able to read a few lines via StandardOutput.ReadLine(). I'm convinced I have the ProcessStartInfo configured correctly. The console application, when started, outputs a few lines (ending with a "marker" l...

can i use ps to detect a soft hang?

My script (shell script) runs a couple of tests(written in C/C++) and sometimes they will soft hang the computer (finding reason for soft hang is not my job, it is some other team) . I was thinking of using ps to get the cpu usage on that test and then reboot the computer. Is this possible? ...

Sometimes Java web app hang

The web app occasionally get hang for about 30 seconds when user request a web page, the server's CPU and memory usage are ok, and the jstack shows: "http-9999-3" daemon prio=6 tid=0x552f3400 nid=0xf40 runnable [0x578fc000] java.lang.Thread.State: RUNNABLE at org.eclipse.jdt.internal.compiler.parser.Parser.getTypeReference(Parser...

Strange WPF Behaviour With WCF Async calls

I have a WPF application calling WCF via Async calls. The application has four tabs in which each are loaded from seperate async calls, each tab has a busy indicator. The problem: When running within Visual Studio I can click a refresh button on each tab and each tab's busy indicator starts and the data is retrieved from the WCF ser...

SWFUpload hangs when upload completes

I have SWFUpload version 2.2.0 installed on my server. I have yet to get it to work correctly. I am also using the jQuery plugin for it (http://blogs.bigfish.tv/adam/2009/06/14/swfupload-jquery-plugin/). My problem is that it will work properly until I give it a real file's URL. It works when the server serves the 404 code, but even when...

JVM stops at 2GB under windows Server 2008 R2

I have a problem with a java application. Using a 64bit JVM (1.60.0_20) under windows server 2008 r2 (64bit), the application hangs at 2GB allocated memory, it will not go beyond that mark even after changing the JVM settings to allocate more (-Xmx5000m); this is on an EC2 instance with 7.5GB available memory. ...

Adding a single character to my .NET RegEx causes it to hang..

Here is the input data: *** INVOICE *** THE BIKE SHOP 1 NEW ROAD, TOWNVILLE, SOMEWHERE, UK, AB1 2CD ...

Web Service Call in JavaScript Causing White Screen of Death (WSOD) in Browser

Here's the specs: ASP.NET 3.5 using ASP.NET AJAX AJAX Control Toolkit jQuery 1.3.2 web services IIS6 on Windows Server 2003 SP1 SP1 SQLServer 2005 SP3 Site is SSL Infragistics Web Components 2009 Vol. 2 (using non-Aikido controls), UltraWebGrid and Tree control are main ones used. Here's the problem: I'm getting the White Screen of D...

Debugging utilities for Linux process hang issues?

I have a daemon process which does the configuration management. all the other processes should interact with this daemon for their functioning. But when I execute a large action, after few hours the daemon process is unresponsive for 2 to 3 hours. And After 2- 3 hours it is working normally. Debugging utilities for Linux process hang i...

Matplotlib window 'Not Responding'/hangs/stops updating when out-of-focus

Hello All, Running: Windows Vista Python 2.6 Matplotlib 0.99.3 The following script using draw() in matplotlib seems to work all right until almost anything momentarily interferes with the plot window. import pylab as p import time try: p.ion() fig = p.figure() subplt = fig.add_subplot(111, aspect='equal') subplt.s...