The hanging tag has no wiki summary.
0
votes
0answers
75 views
Android Camera.open hangs on Samsung Tab 2 with Android 4.1.1
Every time my application is fully stopped (the process is closed) by Android I can not open the Camera again on the Samsung Tab 2 with Camera camera = Camera.open(i). It just hangs on the call ...
2
votes
1answer
39 views
Java process on Mac OSX seems to “hang” when invoked via webserver, but OK from the commandline
I have a very strange situation where a Java process seems to hang when called via Apache/PHP, but OK when invoked from the command line. I spent hours debugging this, no avail. Any and all thoughts ...
2
votes
1answer
89 views
C++ program hanging BETWEEN functions?
I have a lengthy program that basically manages a hash table; adds, deletes, etc. I'm hitting an extremely bizarre bug in my program, though.
Basically I have a delete function that hashes a values, ...
0
votes
1answer
26 views
Eclipse stuck in server status “starting”
I'm using Eclipse (4.2) and am trying to start a JBossAS 7.
I had this problem with the status being allegedly stuck in "starting" before and it was always due to some other process occupying the port ...
0
votes
0answers
24 views
python audiotools hanging at get_metadata()
I'm trying to read metadata of this file
http://wormtune.com/test/1.mp3
using python 2.7 and audiotools 2.19.
import audiotools
a = audiotools.open('/tmp/1.mp3')
a.get_metadata() # <-- dead ...
-1
votes
1answer
40 views
How do I format a list with arbitrary numbering/bullets hanging in the margin? [closed]
How do I format a list with arbitrary numbering/bullets hanging in the margin? I would like to use a <ul> and decide exactly what the hanging captions should say.
For example, I want to use ...
0
votes
0answers
39 views
C++ CDT Debug Hanging
I am trying to debug a project using eclipse (Helios Service Release 2).
For the most part, this has been working fine. But recently the debugger has begun to hang whenever I attempt to start ...
0
votes
1answer
85 views
Java (log4j) deadlock on quad-core CPU. Why 300% CPU?
My Tomcat website hangs sporadically. When I dump stack traces I see up to 200 threads like this one:
"TP-Processor200" daemon prio=10 tid=0x00007fddf062a800 nid=0x4bce waiting for monitor entry ...
0
votes
2answers
107 views
Java socket connection hangs 60 seconds before reading last line
I have developed manually a soap connection via Java sockets (it was a very simple soap request and Axis was giving lots of build problem).
To achieve this, I basically copied the HTTP header I was ...
2
votes
2answers
42 views
statement before try block waits until try is done to execute
I wrote a simple Python (3.2) script to download a series of files. It gets the job done, but the first print statement that comes before the try block doesn't execute before the file download begins. ...
0
votes
1answer
763 views
iis7 application pool hanging
I have a .net 4.0 website that was running on physical Windows server 2003 boxes on IIS6 32bit just fine. We have migrated to new virtual servers running Windows Server 2008 32 bit with IIS7. The ...
0
votes
1answer
72 views
How to download things without display hanging?
Okay. So I'm creating this app and I'm really happy with it apart from one thing. It uses a lot of internet database checking etc. and every time it does this it hangs until it has finished, spoiling ...
1
vote
3answers
360 views
Java hangs on foreach loop
Java seems to be hanging when incrementing a foreach loop. I can't find anybody out there with a similar problem, so maybe I'm just doing something wrong, but I can't imagine what it is. I'm pulling ...
1
vote
1answer
608 views
Valgrind hanging to profile a multi threaded program
I have a multithreaded program (Implemented in C using Pthreads on Linux platform) that runs on a multicore machine. I am using ValGrind with --memcheck option to find some memory issues that I have ...
4
votes
3answers
228 views
How do I keep this C program from “hanging”?
I'm trying to read lines from a SIC/XE program using a C program that I wrote (it's supposed to act like pass one of the SICASM assembler). However, the program will "hang" (won't finish executing) if ...
0
votes
5answers
420 views
How to make a Java thread hang
I am trying to create a solution to treat hung threads due to memory leaks, locked resources in our applications. One of the main problems I am having is trying to simulate a hung thread to deal with ...
2
votes
1answer
875 views
Android Indent and Hanging Indent
I am interested in having a series of TextViews, ultimately with a hanging indent. The standard way of doing this via CSS is to set the margin to X pixels and then set the text indent to -X pixels. ...
0
votes
2answers
432 views
app hanging on camera.release()
I'm working on a flashlight app using the camera flash. It seems to work fine but on occasion calling camera.release() causes a hang for about a minute or so. I've included the code below. I've looked ...
2
votes
1answer
908 views
how to stop Eclipse browser from displaying web page upon restarting tomcat?
The old eclipse bug which is very annoying for me.
The situation: I stop tomcat server => run web application again => get browser window. The problem is that browser window is displayed earlier ...
2
votes
1answer
135 views
Log database connections hanging
I have a java application that connects to a Sybase database.
I want to log, at the application level, database connections that are hanging.
I am not sure this is possible, if so, help me on this ...
1
vote
1answer
78 views
PHP call to MYSQL INSERT is HANGING
IS there any logs on the MySQL server in regards to access? I am having an insert statement hang. It could be a subnet/firewall/interface configuration problem. I have the firewall open for the ...
3
votes
3answers
634 views
IOS Iphone app randomly hangs indefinitely
App being built on Xcode 4, for a base IOS level of 4 and above, tested on a variety of IPhones. Info in app is loaded from a JSON feed.
In my attempts to track down what's happening I've repeatedly ...
0
votes
1answer
162 views
Causes of a hanging Java console
I have a problem.
Sometimes when I close my Java applet using the "Close button" in the upper right corner, the console freezes and becomes nonrespondable. The Java process does not shutdown and ...
1
vote
2answers
108 views
What can cause a hanging in this “harmless” sequence of Java commands?
One of the constructors has the following sequence of the commands:
log.info("A new session of the game started.");
clientsListener = new ClientsListener(earPort, userName, players, this);
In the ...
3
votes
1answer
208 views
UI hanging problem! how to solve in android using asynoronous classes?
I am implementing chat related application. In this application running two methods in asynchronous class both running simultaneous refresh message and message list this two methods I am using first ...
3
votes
1answer
298 views
Is it possible to set the hanging indent of each line in a RTB in c#?
So basically what I need to do in a C sharp rich text box, is take the text from how it looks in this image:
And make it look perfectly formatted like stack overflow does:
Product Data:
Submit ...
1
vote
1answer
249 views
Adding 500+ markers gets the app hanging
I am developing an app of places/shops and have 500+ markers from DB on a Google Map.
I add 2 kinds of places and one kind of shop like this:
Cursor places = db.getAllPlaces();
...
0
votes
3answers
1k views
Process.Start is blocking/hanging randomly on some clients
(There is a very similar topic that never got solved: here)
We have a big app running on several clients, but recently some of my code stopped working. Adding some debug code I found out the code ...
0
votes
2answers
306 views
What is making Visual Studio hang and how can I prevent it?
I'm working on a solution in Visual Studio (v10.0.30319.1) which contains 8 C# projects (WPF Application and Class Libraries). I've been working on this solution for several months, but yesterday I ...
0
votes
6answers
131 views
Program hanging while running, compiles well
EDITED :
#include<iostream>
using namespace std;
#include<conio.h>
#include<string.h>
void dfsvisit(int a[][30], int i, const char *color[])
{
int v;
...
1
vote
1answer
280 views
MonoDevelop seems to hang (not unresponsive) when building csprojs
Building a solution from Visual Studio in mono develop seems to have some issues. I'm hoping someone else has experienced this and has some suggestions.
The actual dcms process goes pretty quickly, ...
1
vote
1answer
292 views
Hanging PostgreSQL Processes
We are running an JEE web application in JBoss that is using PostgreSQL 8.0.9 as the database. One page in the application runs a big and complicated query when it is loaded. We had a problem that ...
0
votes
1answer
236 views
Trouble with editing forms in an async callback from beginInvoke of a multicast delegate
I have a form, shown through the ShowDialog method. This acts as a wizard and at a certain "screen" needs to carry out a lengthy algorithm. Executing through a multicast delegate, it produces another ...
0
votes
2answers
531 views
Access won't stop “Calculating . . . ” till you jiggle the mouse over a certain control
We're experiencing this fault on a customer's site.
On one workstation (Access2K3, happens to have a touchscreen), on one of the key forms, the user reported that it was hanging or freezing with ...
1
vote
2answers
42 views
shell that protects against machine hanging due to bad process
Is there a shell, or technique, that protects me against my entire machine hanging if a process goes haywire?
I'm using ubuntu 10.10.
1
vote
1answer
535 views
Testing IPad app with GDB hangs with black screen, fine on simulator
I have an app built on iOS 4.2, which works fine on the simulator. When I build and run the app on the device it hangs. The only way to wake it up is to kill GDB (i.e. hit the red stop sign). As long ...
3
votes
1answer
876 views
How to make this Twisted Python Proxy faster?
The code below is an HTTP proxy for content filtering. It uses GET to send the URL of the current site to the server, where it processes it and responds. It runs VERY, VERY, VERY slow. Any ideas on ...
3
votes
2answers
973 views
Synchronize() hangs up the thread
I'm writing a dll library in Delphi with multiple threads created by it. Let me describe the problem step by step. I'm sorry for a lengthy description in advance :-(.
Let's forget about the library ...
2
votes
2answers
841 views
UIImagePickerController creation hangs for several seconds
I'm trying to show a UIImagePickerController after a button is clicked in an UIActionSheet. The code is straightforward. However, the call to [[UIImagePickerController alloc] init] is hanging for ...
1
vote
2answers
675 views
OpenCv QT CvNamedWindow IplImage not working
I have problem with displaying Cam on QTLabel using openCV,
Every thing is working fine . except one . I have to call function from open === cvNamedWindow() == in order for program to work properly ...
1
vote
3answers
319 views
Dialog created after first becomes unresponsive unless created first?
After creating the initial dialog box that works perfectly fine, I create another dialog box when the Join Game button is pressed. The dialog box is created and show successfully, however I am unable ...
2
votes
1answer
689 views
Why does my Berkeley DB concurrent data store application hang?
My application hangs when trying to open a concurrent data store (CDB) database for reading:
#0 0x0000003ad860b309 in pthread_cond_wait@@GLIBC_2.3.2 ()
from /lib64/libpthread.so.0
#1 ...
2
votes
4answers
3k views
App doesn't exit when main window is closed
I keep having this problem, solving it, and then when I implement new code it comes back again. It's driving me crazy!
What I finally found was that if you instantiate a Window of any kind, even if ...
3
votes
2answers
754 views
Silverlight async api's cause hangs and none-responsiveness
this code causes silverlight to hang. If I remove the ManualResetEvent code, nothing happens
private ManualResetEvent mre = new ManualResetEvent(false);
...
...
1
vote
4answers
375 views
Why does my Java code stop responding after an object declaration?
I've been working on a text-based RPG in java, just for fun. After spending many hours of tedious work writing almost a dozen classes for weapons, spells, cmbat systems, shopping systems, etc. I ...
0
votes
2answers
789 views
WPF - Random hanging with file browser attached behaviour
I have an attached behavior defined thusly,..
public static class FileBrowserBehaviour
{
public static bool GetBrowsesOnClick(DependencyObject obj)
{
return ...
0
votes
1answer
173 views
NHibernate Hanging on Lazy Loaded Query
First of all, I'm using Fluent NHibernate with LinqToNHibernate.
I've got a query to do a search on a table based on what data the user entered. So, for example, I'm doing something like this:
...
1
vote
1answer
182 views
Why does selecting text in a Command Prompt hang the running application?
We have an application that outputs logging info to stdout. However, if it is run in a command prompt window, you can use Mark to select text from the console. If you leave the text selected, the ...
2
votes
1answer
206 views
Hanging CruiseControl
Here is the problem.
Our cruisecontrol setup for continuous integration(V2.5 configured to work with subversion) works just fine - except on the days we need it most!
Here is what I mean. I inherited ...
0
votes
2answers
1k views
NHibernate's criteria.List() hangs when lazy property exists on entity
I've been getting some extremely bizarre behaviour where NHibernate queries start to hang. I've made a demo project that exhibits this behaviour in a repeatable fashion.
You can download the project ...


