Top "Freeze" questions

freeze in programming refers to a condition where in the concerned code or system becomes unresponsive.

Eclipse freezes UI on Ubuntu

I have recently installed ubuntu 16.04 (updated automatically to this version) and I usually develop in Java, and I know eclipse, …

java eclipse user-interface ubuntu freeze
Git fetch hangs on git-upload-pack

Seemingly at random, our local repos can no longer fetch from our Bonobo server. It happens with our biggest remote …

git post freeze git-fetch bonobo
How to find out more about Application Hang event?

If a VB6 app is causing an Application Hang event to appear in the Event Viewer, how can I find …

vb6 event-log freeze
Visual C# GUI stops responding when process.WaitForExit(); is used

I am creating a GUI application using Visual C# 2005 (net framework 2). I use the following code to start a process: …

c# visual-studio user-interface freeze waitforexit
Xcode 4.2. gets stuck "Attaching to myapp" when running

In xcode 4.2, sometimes when you're going to run your ios proj on simulator, the status windows says "Attaching to myapp", …

iphone xcode ios-simulator ios5 freeze
Microsoft SQL Server stuck at "Install_SQLSupport_CPU64_Action"

While installing SQL Server 2017 Developer Edition, I got stuck at "Install_SQLSupport_CPU64_Action", this happened to me for the …

sql sql-server installation freeze
Android Studio freezes on startup

I searched all day but haven't find a solution yet. Today I installed Android Studio without any problems. I added …

android sdk loading freeze
HttpClient hangs when doing a second request

I'm writing a java app that can login and shop around on the website. I'm having an issue where my …

java apache httpclient freeze
Application hangs / freeze when using camera.open() - Restart of device needed

My application is quite basic and simple, I just need to open the camera (Not even displaying images, I commented …

android camera freeze
How to programmatically check if an application has hang in VB.NET

I need to write a monitoring/watchdog program to check a series of application The monitoring program should be able …

vb.net monitoring freeze watchdog