Tagged Questions
The application-hang tag has no wiki summary.
4
votes
1answer
167 views
Vanilla WPF application hangs on one customer's machine
At a customer, one of our WPF applications started to hang. When trying to reproduce the problem with a minimal working example, I discovered that even the most basic (non-trivial) WPF application ...
4
votes
7answers
2k views
Diagnosing application hang in a production .NET desktop program
I have trouble. One of the users of an application I'm developing is occasionally, but regularly, experiencing an application hang.
When this happens, we find an entry with a source of "Application ...
3
votes
4answers
262 views
How can I simulate this application hang scenario?
I have a Windows Forms app that itself launches different threads to do different kinds of work. Occasionally, ALL threads (including the UI thread) become frozen, and my app becomes unresponsive. ...
0
votes
3answers
188 views
Visual Studio 2010 (devenv) Hung Process After Closing
I have problem with Visual Studio 2010 on Windows 7 64-bit. After some time of work VS starts consuming ~50% CPU and UI responding slows down. When I close VS then UI disappear but process stay.
When ...
0
votes
1answer
247 views
Visual Studio 2010 hangs on attach to process / debugging
Whenever I try to debug a Visual Studio 2010 web project, VS hangs, and ultimately crashes. This happens if I try to start the project using F5, or through Attach to Process, before the process list ...
0
votes
3answers
300 views
how to debug the code which is hang [closed]
I have a multithreaded code which is hang in some case. I want to know what's the recommended way to debug?
0
votes
2answers
321 views
Diagnosing Rails Application Hang on Element Update
In the course of building a rails application to help small hotels' manage bookings, I'm encountering a strange application hang. Building the reservation works fine; adding guests, assigning them to ...