A hang occurs if a program ceases to respond to inputs.

learn more… | top users | synonyms

3
votes
0answers
106 views

Rspec periodically hangs when using capybara-webkit with a page that loads an external script with async = true

I'm working on an application that uses uservoice. The uservoice snippet var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true; uv.src = ...; // external ...
2
votes
0answers
149 views

OpenSSL's SSL_Connect hangs with Proxies on Synapse

Delphi used: 2007 Version of Synapse used: release 40 (2012) (Edit: The bug still exists with the latest SVN trunk download.) Version of OpenSSL used: 1.0.1e I once made a multi-threaded software ...
2
votes
0answers
55 views

MediaRecorder.stop() hangs on Samsung Galaxy Camera

Calling stop() on my MediaRecorder hangs indefinitely on the Samsung Galaxy Camera. Placing this call in a separate thread does not help the problem either. Logcat does not show any error messages. ...
2
votes
0answers
272 views

SSL handshake with ActiveMQ server gives NullPointerException when connecting via SilverTunnel netlib

Summary Connecting to ActiveMQ via TCP works fine with or without netlib. Connecting via SSL works fine without netlib but fails with netlib. Note: I'm using apache-activemq-5.6.0 and ...
2
votes
0answers
60 views

Network game - works as a separate application but hangs when started from another application

I have a simple network chess game which works fine when I start it as a separate application. But when I start it from a button from another application the game hangs when the client of the chess ...
2
votes
0answers
457 views

xcode 4.0.2 Hang in checking source control status

I am having problem with the xcode. When i start the xcode for a while, it automatically shows"checking source control status" and just hang there and the colorful wheel of loading appear. May I Know ...
1
vote
0answers
42 views

How do I interpret ANR traces.txt when my code doesn't appear on stack?

I am trying to debug a persistent ANR ("application not responding") in my Android application. I have read these threads: Android - how do I investigate an ANR? How to debug Android ANR? ...
1
vote
0answers
45 views

Toggling JMS Listener on/off causes listener to hang

We have a Spring project (3.0.5) that is listening to a JMS queue (WebSphere 7). We need the ability to toggle the queue listener on/off. We are currently programmatically calling ...
1
vote
0answers
161 views

Visual Studio 2012 - Waiting for a background operation to complete

I have been suffering from the all too common 'Waiting for a background operation to complete...' message in Visual Studio 2012 (Professional) for a while now but it has been fairly sporadic. Lately ...
1
vote
0answers
52 views

Is this a bug from IE or from my code? - “Waiting for http://mysite.com”

When I access my page, the title is loaded properly, but after a second, it changes to "Waiting for http://example.com". The page loads, but even after everything is loaded, the title continues, but ...
1
vote
0answers
34 views

MVC Azure application hangs when running under debugger

I have upgraded to VS2012 and MVC4. My application runs in local development environment when I run without the debugger. However when I run with the debugger it does not load the first view. The ...
1
vote
0answers
93 views

Windows error reporting - reports service as hang during loading of service dependent windows dll-s

I have a service that starts at Win7 startup. If I start the service after boot I cannot find any warning in event log reported by Windows Error Reporting service, but if it starts automatically ...
1
vote
0answers
99 views

Socket read hangs in Java Applet run in Chrome

I have a simple server that listens for connections and dumps 100k bytes of data when it gets tapped. I have a corresponding client that makes a socket connection to the server, reads 100k bytes and ...
1
vote
0answers
221 views

iOS - Device, if muted, hangs when setting kAudioSessionProperty_AudioCategory

I have an issue where I'm trying to change my Audio Category on AVAudioSession, to start recording microphone input. If I do this with my current implementation (and lots of alternative ...
1
vote
0answers
41 views

MVC response view not displayed by browser

I have an ASP.NET MVC application that works fine most of the time. Occasionally, users complain that they submit an action request and the application appears to hang (i.e. no response is received by ...
1
vote
0answers
57 views

MySQL hangs forever on “rehash” command

We have a MySQL server running with several databases in it, for different types of data. One of them is a wordpress database. I can connect ok, "show databases", and "use apples", "use oranges" etc ...
1
vote
0answers
216 views

AFNetworking POST Never Succeeding - Unexpected Behavior Occurring on Different Devices

I am currently developing an iOS app that allows a user to post a classified listing for other users to see. On all devices, that app hangs in a "O% Uploaded" SVProgressHUD for a while before ...
1
vote
0answers
283 views

running command with paramiko exec_command causes process to sleep before finishing

I'm using python's paramiko module to SSH into a remote machine and Tar/ZIP a folder with a LOT of files (over 14K files and 60+gigs of data). The resulting zip is around 10 gigs itself. Now I can run ...
1
vote
0answers
228 views

LDAP server (OpenLDAP 2.4.23) search queries hang / never stop

I've been looking for answer for almost two weeks, but didn't find the solution. I have a OpenLDAP slapd service on my amazon EC2 linux machine inside a VPC network. Im using it as a proxy to our ...
1
vote
0answers
253 views

Entity Framework SaveChanges “hangs” the program

My code is pretty simple: Context.AddObject("EntitiesSetName", newObjectName); Context.SaveChanges(); It worked fine, but just one time – the first one. That time, I interrupted my program by ...
1
vote
0answers
199 views

phpseclib NET_SSH2 hangs when server is down or slow

I am using phpseclib library to perform SSH. Whenever the server is down or very slow, the script stucks at this point. <?php $ssh = new Net_SSH2($bind_ip, $port, 10); ?> When I use Putty, it ...
1
vote
0answers
231 views

Apache children hanging / mod perl

The apache children on my server (ubuntu 12.04 upgraded from 11.10, apache 2.2.22, perl 5.14.2, mod_perl 2.0.5) are hanging. I tried to catch signals usr2, and alarm but without success (when using ...
1
vote
0answers
312 views

Visual Studio Unit Test hangs up when started

I've created the simple "HelloWorld" console application in c#. Then Right Click-> Create module tests... Then Start this test. Column "Result" is showing "Waiting" forever and keeps in the same state ...
1
vote
0answers
224 views

Hanging IIS website - where to start

I think my problem lies in the fact I am finding it hard to describe what the problem is (so my googling is leading me down blind alleys). I have spent a day using tools such as ProcMon, ProcProcess, ...
1
vote
0answers
138 views

IIS pool threads are blocked on malloc and free, COM+

I'm working with COM objects from asp.net page logic using the windows server 2008 server x64 and IIS 7. Often, after few hours work, users can't has access to the site, because it is blocked until ...
1
vote
0answers
151 views

SetSuspendState() hangs up, why?

I was wondering why the following happens? I need to log off users and then put computer to sleep. I do the following (C++/WinAPI): (Calling the following from the local system service): ...
1
vote
0answers
125 views

'svn+ssh10401' hangs where plain 'ssh' works, failing to go to 'protocol 2.0'

Tunneling through ssh on a non-standard port, as I must run svn on my remote server on port 10401 (it's 'svnserve'), I get a hang right before where log lines about protocol 2.0 should be: Local box ...
1
vote
0answers
205 views

OleDbConnection.Open() hangs

We have a windows service written in c# .net 3.5 and it reads/writes to an access db. We were careful to put all 'new OleDbConnection()' instances in a 'using' clause and similarly make sure ...
1
vote
0answers
98 views

are there reasons for sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0 to hang

With JDK 1.6.024, we see threads consuming near 100% CPU in setWakeupSocket0() for a socket connection. This native method is called from setWakeupSocket() which in turn is the private part of ...
1
vote
0answers
47 views

My xcode 4 seems to hang quite often after I upgrade to the latest patch for 10.6.8

My xcode 4 seems to hang quite often after I upgrade to the latest patch for 10.6.8. Has anyone experienced with that ?
1
vote
0answers
88 views

InitialContext() keeps spawning new threads when OpenJMS is hung

All, In my test scenario, I have openJMS in a suspended state (deliberately). The problem is that the application accessing it keeps spawning new threads which remain in a "blocked" state even ...
1
vote
0answers
129 views

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 ...
0
votes
0answers
25 views

ReadFile() causes hang on Windows XP SP3 using named pipes

We have a browser plug-in that launches a helper executable to read certain file types. Our helper program and the plug-in use named pipes to communicate with each other. All is well, but on a ...
0
votes
0answers
26 views

Hudson hangs on “Started by user anonymous”

My hudson job just started hanging at the start of the build, output looks like: Started by user anonymous [spinner] It can be in this state for several hours, I don't know what can be wrong. Any ...
0
votes
0answers
50 views

Function call to dll causing program to hang

I have a problem where my code freezes at the point of calling a LogIn function in a Dll made to connect to an application on a server but it doesn't happen constantly. This only occurs when I LogIn ...
0
votes
0answers
59 views

Launch4J - bundling a JRE for Windows 7 64-bit machines

I've used Launch4J (along with Inno Setup Compiler) to create a desktop app. It works fine on Windows 7 32-bit, but on Windows 7 64-bit the JRE hangs. Presumably, this is because I bundled in a ...
0
votes
0answers
22 views

Why does gio occasionally hang while writing data to a smb location?

I'm using gio to write data to a smb location: import gio gio.File('smb://mySmbShare/somefile').create().write('some_binary_data') Most of the time it works fine, but way too often the call to the ...
0
votes
0answers
25 views

FileResource.PatchRequest hanging without returning error in .NET Google Drive API

I have had some problems with my winforms application hanging during file operations using the Google Drive API. I have been running some tests to try to track down where the application is getting ...
0
votes
0answers
17 views

The Setup or Installation hangs out when I want to show FolderBrowserDialog from a post installation event of windows service installation

I've added a Windows Service installer project as Custom/Primary Output in my SetUp project. But I see the installation hangs if I add the FolderBrowserDialog in post installation event. Following is ...
0
votes
0answers
19 views

Hang on GetFileAttributesExW

My programme hangs when I send a file to a client, when I analyse the dump file, it reports this: 0:000> !analyze -v -hang * Exception Analysis * * ...
0
votes
0answers
62 views

IIS Session hangs for user - c#

I have a problem with a web site hosted on IIS8 (Server 2012). When a user clicks on a hyperlink, the site appears to 'hang', opening a new tab and going to the same site results in nothing. But when ...
0
votes
0answers
68 views

Tomcat 7 hang up unexpectedly

i have a JSF2 (+Primefaces 3.5) webapp with apache2/tomcat 7.. sometimes Tomcat hang up unexpectedly (it seems that apache do not communicate with tomcat) and i get a web page with "Bad Gateway" This ...
0
votes
0answers
49 views

Open MPI Hangs over multiple hosts

So I've been trying to get openmpi to work over two hosts, and whenever I type out my command it just hangs. Using the debug I managed to see that the native server successfully executed mpi after ...
0
votes
0answers
20 views

wrmsrl hangs system on unix kernel 2.6.32

I create a kernel module, in which I want to hook syscall, so I can insert some instructions before syscall. Here is what I did: #define system_call_address 0xffffffff8100b020 // the address is get ...
0
votes
0answers
45 views

SqlConnection.Open hangs over rdp connection in dev studio debug session

I can't seem to get any kind of answer to what must be a common issue - my SqlConnection.open hanging when connecting to sqlserver 2008 when remotely debugging via an mstsc session. I can run up the ...
0
votes
0answers
49 views

vb.net hangs when trying to access excel cell value

The following code causes my vb.net process to hang on the last line with no errors or warnings of any kind. Dim xlsApp As Microsoft.Office.Interop.Excel.Application = Nothing Dim xlWb As ...
0
votes
0answers
22 views

ReadFile asynchronous hangs

ReadFile is being used to read asynchronously ("overlapped") from a large disk file. Under certain rare circumstances, the call does not return. I cannot find anything in the documentation about how ...
0
votes
0answers
68 views

git svn clone hangs. fetch restarts but hangs at the same place

I'm trying to git svn clone an svn repo. It gets to a certain point, say at file x.xxx, and hangs. No network activity. I ctrl-C and git svn fetch. It restarts the download, but from a point many ...
0
votes
0answers
131 views

Java on CentOS in VM crashes, stacktrace confusing

I hire a CentOS 6 VPS where I wish to deploy a java webapplication. Tomcat and Glassfish both crash without much feedback. I created a simple hello world application, independent of network activity ...
0
votes
0answers
119 views

Java TCP Transmission hanging at the same point, but doesn't always hang

I am trying to write a Client-Server application to transmit data from a client to a server over 3g. The client application reads all data from a port through a means that does work, it encrypts the ...

1 2 3