Top "Hung" questions

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. …

c# visual-studio-2010 .net-4.0 windows-services hung
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.…

python multithreading interrupt hung
jupyter notebook takes forever to open and then pages unresponsive - [MathJax] issue

I'm trying to open a jupyter notebook and it takes a long time and I see at the bottom it's …

jupyter-notebook mathjax hung
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").…

python subprocess multiprocessor hung
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 …

multithreading websphere h2 hung
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 …

solaris runtime.exec hung