The hung tag has no wiki summary.
1
vote
1answer
8 views
How to Interrupt/Stop/End a hanging multi-threaded python program
I have a python program that implements threads like this:
class Mythread(threading.Thread):
def __init__(self, name, q):
threading.Thread.__init__(self)
self.name ...
2
votes
1answer
49 views
MySQL Left Join Query hung for 4 hours
Is it excpetable, or normal to wait 3 hours, 50 minutes and 39.70 seconds to run the below query?
CREATE TABLE ukbm001marketing.CampaignHistory_v2
(
AddressId int, ...
0
votes
1answer
54 views
QT based Win7 app can't cope with the death of an I/O device
I'm writing a QT based native c++ app that uses QtSerialPort library under Win7. It communicates with it periodically(say every 5seconds).
Problem is: the device that my app connects to via serial ...
0
votes
2answers
74 views
Drawing FBO with OpenGL on computer hungs
I have two computers, a Toshiba laptop with an i5 and ATI Radeon HD 5145, and an old Dell desktop, with Pentium D and ATI Radeon X1300 Series.
I have created a Java application, using LWJGL, that ...
1
vote
0answers
40 views
Git the remote end up - strange symbols
Why on my "git push" command I get the following very scaring error message?
error: RPC failed; result=22, HTTP code = 0 | 81 KiB/s
fatal: The remote end hung up unexpectedly
Writing objects: 100% ...
0
votes
2answers
271 views
Strange JVM thread hangs - suggestions to troubleshoot?
While troubleshooting one of the jvm hung issues in our production environment, we encountered that one of threads which executes the following logger statement
logger.debug("Loaded ids as " + ids + ...
1
vote
1answer
150 views
!mlocks hung interpretation help needed
i try to investigate a hung with windbg and want to know if my assumptions are right. If I call the command
!mlocks i got the following:
0:000> !mlocks
Examining SyncBlocks...
Scanning for ...
0
votes
2answers
386 views
Getting a stack trace of a hung process running in GDB
I am trying to figure out why a program I am using is hanging.
I initially thought the problem was "solved" by running it through GDB but I am getting the exact same symptoms as before - is there any ...
0
votes
1answer
212 views
azure - linux virtual machine stuck at “stopping”
i have been experimenting with azure services using my msdn account. i created a suse enterprise linux virtual machine. deployed sonar+mysql and a few simple java applications. everything was fine for ...
0
votes
2answers
1k views
Websphere Server threads getting hung
We have an application where we use an H2 embedded database to store the data. We have a synchronized write method which does DB inserts. Since the H2 DB is a small Java embedded DB, we use ...
3
votes
1answer
470 views
detecting deadlock in a hung C# application using windbg
My multithreaded app in C# 2.0 using threadpool hangs every few weeks or so in prod.
I did a syncblk
!syncblk
Index SyncBlock MonitorHeld Recursion Owning Thread Info SyncBlock Owner
201 ...
0
votes
1answer
566 views
Autohotkey kill hung process
I discovered a way to find a hung process, but no matter what method I use I can't seem to kill it:
#Persistent
Menu, Tray, Icon, User32.dll, 2
SMTO_NOTIMEOUTIFNOTHUNG := 8
...
0
votes
1answer
162 views
Why would call to __kernel_vsyscall() from write() never return?
My C++ program hung and I attached it to the debugger and found this stack trace, the frame zero is never completing. What is the likely issue that has gone wrong here? I still have it in the ...
3
votes
4answers
750 views
Updating client UI while waiting for DataSnap
I created a MDI Delphi app in Delphi XE2 that connects to a DataSnap server via a TSQLConnection component (driver = datasnap). A right-click on the TSQLConnection at design-time lets me generate the ...
0
votes
1answer
365 views
Issue when executing asynchronous tasks using ExecutorService
I had asked a question earlier
regarding ExecutorService and Apache Velocity initialization. To give a quick recap -- I have a Java EE frontend which accepts user requests and then for each of these ...
3
votes
3answers
270 views
How do I detect that a PHP CLI script is in a Hung state
I am using supervisor (http://supervisord.org/) to daemonize a fairly standard PHP script. The script is structured something like:
while (1) {
// Do a SQL select
// for any matching rows, do ...
1
vote
1answer
900 views
Remote Get-WmiObject call fails when within Start-Job scriptblock
Alright, I've tried to figure this out, but figured it's time to ask the interwebs. I'm wondering if this is a bug or what.
I'm trying to start jobs against multiple computers to determine which ...
2
votes
1answer
1k views
JSch session.connect() hungs with CoreFTP
I have CoreFTP configured for localhost and the next code:
JSch.setLogger(new MyJschLogger()); //class for console output
Session session = jsch.getSession("user", "localhost", 21);
Properties ...
0
votes
1answer
1k views
Hadoop reduce task gets hung
I set up a hadoop cluster with 4 nodes, When running a map-reduce task, the map task finishes quickly, while the reduce task hangs at 27% percent. I checked the log, it's that the reduce task fails to ...
11
votes
2answers
14k views
windows service written in c# .NET 4 vs2010 will not install on Server 2008 R2 Enterprise
I've written many versions of windows services and installed them on a 64-Bit system with 32 GB running Server 2008 R2 Enterprise.
I create the services using this recipe:
...
0
votes
2answers
691 views
How can I keep gnu screen from becoming unresponsive after losing my SSH connection?
I use a VPN tunnel to connect to my work network and then SSH to connect to my work PC running cygwin. Once logged in I can attach to a screen session and everything works great.
Now, after a while, ...
4
votes
5answers
2k views
Stop reading process output in Python without hang?
I have a Python program for Linux almost looks like this one :
import os
import time
process = os.popen("top").readlines()
time.sleep(1)
os.popen("killall top")
print process
the program hangs ...
1
vote
1answer
1k views
How do I troubleshoot hung phusion passenger process?
Every night when we run our batch jobs, passenger becomes unresponsive to http requests from customers. After a period of time it starts working again.
There are no errors in the rails log, actually ...
1
vote
1answer
101 views
MySQL Query still executing after a day..?
I'm trying to isolate duplicates in a 500MB database and have tried two ways to do it. One creating a new table and grouping:
CREATE TABLE test_table as
SELECT * FROM items WHERE 1 GROUP BY title;
...
1
vote
1answer
2k views
Cant put Apps on iPhone any more
Couldn't register com.mycompany.clack with the bootstrap server. Error: unknown error code.
This generally means that another instance of this process was already running or is hung in the ...
2
votes
1answer
145 views
Finding/Handling stalled PHP scripts
I use Ajax to kick off a PHP script that can take a few hours to run. It's done asynchronously so the PHP script will complete even if the browser is closed.
I need to handle any of these PHP ...
2
votes
3answers
5k views
Runtime.exec causes duplicate JVM to hang indefinitely until killed (Solaris 10)
All,
We are running a J2EE application on WebLogic server 9.2 MP2 with a jrockit 64-bit JVM (27.3.1) on Solaris 10.
We call use runtime.exec to call an executable called jfmerge to create PDF ...
5
votes
2answers
2k views
Diagnosing an app that fails to halt
Our Windows app is often hanging in memory and I'm trying to use windbg to track
down the problem. I'm very new to windbg and could use some advice (I
have started to read Advanced Windows Debugging ...
1
vote
2answers
775 views
Detect terminated hung application
I created a minimal debug loop which runs and debugs a process.
When the process hangs and the user tries to close it, Windows gives the message box with the option to wait or end now. I would like ...
3
votes
5answers
474 views
Debugging hung php
I have a php web application that is occasionally hanging. When I navigate to the page it will just sit there trying to load for hours, even though max execution is 210. This is an application uses ...