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

learn more… | top users | synonyms

1
vote
0answers
32 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? ...
0
votes
0answers
20 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 ...
1
vote
2answers
62 views

SOS does not support the current target architecture

I am trying to use windbg to research a hang dump file created on an x64 machine for our x86 process. This is a 4.0 x86 application, so just to get an unmanaged stack, I had to do the following: ...
0
votes
3answers
49 views

C++ Infinite Sum Code Hanging? Freezing? I'm not sure

Okay, so I'm trying to compute an infinite sum using a for loop instead of a while loop, and the darn code isn't working and I'm not sure why. I get the two "I got here"'s ONCE and then nothing. :\ ...
0
votes
2answers
34 views

Android client socket doesn't send data after some time

I'm developing an Android real-time-data app that sends data (floats and ints) to a server on the local subnet via a TCP socket. The problem I'm facing is that after sending some data simultaneously ...
1
vote
3answers
60 views

for(;;) loop makes my applet unuseable

Here is my loop class: public class Timer { private Timer timer; private static boolean isRunning = true; public static void gameLoop() { while(isRunning) //the loop { try { ...
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
45 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
2answers
21 views

Javascript: Website runs fine on my computer, but on older computer it hangs the site

function ImageExist(url) { var num; $.ajax({ url:url, error: function() { num = 0; ...
0
votes
1answer
26 views

Authorization hangs on App authorization page

In Hackbook Android sample and any other Facebook SDK 3.0.1 samples i getting trouble to login. I go through facebook login dialog and after successful authentication then app authorization dialog ...
0
votes
0answers
51 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
21 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 ...
-3
votes
0answers
35 views

Hang UI while start an Activity

i am making a game. in this game lots of photo is to displayed on ViewPager. But whenever starting this activity Application get crashed. please provide some solution to avoid the hanging of UI. code ...
3
votes
1answer
68 views

Why does PowerShell ISE hang on this C# program?

If I compile this c# code to an EXE file and run in a Windows command shell it runs fine: outputting the prompt, waiting on the same line for some user input followed by enter, echoing that input. ...
0
votes
0answers
24 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 ...
1
vote
0answers
43 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
134 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 ...
0
votes
0answers
15 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 ...
1
vote
0answers
49 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 ...
0
votes
1answer
74 views

jqgrid (version 4.4.1) grids in MVC 4 web pages hangs IE9/10

This is a strange hang problem with jqgrid, version 4.4.1, and IE9/10 in a MVC 4 web app (also happened with MVC 3). I have many pages with jqgrids on them, and this is a problem with all of them. ...
0
votes
0answers
15 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
59 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
58 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
1answer
145 views

DataAdapter update method progress status

VB2010 using Access2007 as a backend. I am creating a DataSet and adding several DataTables to it and populating them. Most tables have a small amount of records but one can have up to a million ...
0
votes
1answer
93 views

Android Sqlite Data lost when Application Hangs/Freeze and restarted

Recently my users are complaining that application hangs while using it and the data stored getting lost when the reboot the mobile. Its not happening everytime too. Can some one please tell me for ...
0
votes
1answer
78 views

ActiveMQ - hang in send method

I'm using AcitveMQ 5.3. I don't know why my client hanged in send(of MessageProducer) method. Here is my situation, I had a server(with a MQ broker), and I upgraded the server from 1.0 to 2.0 (the ...
1
vote
0answers
31 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 ...
2
votes
3answers
113 views

Regex re.findall() hangs - What if you cant read line by line

I have multiple files, each of which I am searching for a sequence of words. My regex expression basically searches for a sequence where word1 is followed by word2 followed by word 3 etc.. So the ...
0
votes
0answers
44 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
40 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
45 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
1answer
146 views

Html5 audio “preload=”none" messes up pause() and currentTime()

I'm having a really weird problem pausing and resetting progress of html5 audio. If I set preload="none", then "pause();" and "currentTime=0;" will not execute. The moment I delete preload="none", ...
0
votes
1answer
68 views

No images are loading in Google Chrome - works fine in Firefox/IE

For some reason when I use Chrome to test out my website, no images load at all, not even tiny ones like loading icons or the simple "back to top of page" arrow icon at the bottom. The browser tab ...
2
votes
1answer
54 views

Erlang: Server cursor hangs on command line?

The server running in the shell hangs and cannot accept any input. Is there any way to make the program allow input while still running the server loop to accept incoming connections? -module(cp1). ...
3
votes
0answers
98 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 ...
0
votes
0answers
21 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 ...
1
vote
1answer
111 views

Why does «sudo -u root su - root -c “sudo -u sysadmin java -version”» hang on OS X 10.8.2? [closed]

sudo -u root su - root -c "sudo -u sysadmin java -version" java -version should be java version "1.6.0_43" Java(TM) SE Runtime Environment (build 1.6.0_43-b01-447-11M4203) Java HotSpot(TM) 64-Bit ...
0
votes
1answer
60 views

Visual Studio 2008 hangs every few minutes for over a minute

Visual Studio 2008 (VS2008 version 9 SP1 on Windows Vista) hangs/freezes every few minutes for over a minute ( sometimes up to 5 minutes ). I can access other parts of the computer while vs2008 is ...
0
votes
0answers
38 views

how to hang apache tomcat 6 by sending 1000s of request at a time [closed]

Sir/Madame, I just wanted to implement D.D.O.S attack !! Like sending 100s of request at a time to server(Apache) So that Apache gets hanged up with that only , and wont be able to response for any ...
0
votes
0answers
67 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
1answer
138 views

Magento 1.7 Import/Export Hanging

After importing my category structure into Magento 1.7.0.2, when I attempt to use the System->Import/Export Import functionality for anything, it simply hangs after pressing 'Check Data' button. To ...
0
votes
1answer
109 views

ios multithreaded sockets under libupnp hanging on send()

In my app for iOS (DLNA media player), I'm seeing a hang I don't understand...I'm hoping someone can shed light on it. My app is built in Objective C sitting on top of a C++ library, part of which is ...
0
votes
1answer
119 views

Why would this progress bar code cause the progress bar to “hang”?

In the legacy code I'm working on, there are several file retrieval steps - first this set of data, then that set of data, which update a progress bar with a label displaying which portion of the ...
0
votes
1answer
140 views

Unable to create a new Socket in Android 4.1.2 and newer

In Android 2.3.3 (API lvl 10) the following code works but in Android 4.1.2 and beyond it hangs and will timeout when the socket is created. int port = 2890; InetAddress server_addr = ...
1
vote
1answer
23 views

Emacs No-Window goes into an infinite loop

I remote into a linux machine from cygwin on windows7 via ssh -Y. Once ssh completes, if I execute emacs the usual way (emacs), everything works fine. If I try to execute it in the console (i.e. via ...
0
votes
0answers
127 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 ...
1
vote
0answers
89 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 ...
0
votes
1answer
146 views

Visual Studio debugger hangs, unable to detach from w3wp

I've inherited a sprawling, aged codebase and I'm experiencing a behavior I've never seen. Sometimes, when debugging, if I'm browsing through objects or collections in the Watch window, the debugger ...
-1
votes
1answer
319 views

Why does com.sun.net.httpserver.HttpServer hang? [closed]

When my simple HTTPS server implemented using com.sun.net.httpserver.HttpServer is called via this PHP proxy (which uses curl), it works fine. But as soon as I don't use the proxy but change my web ...

1 2 3 4 5 9