Top "Freeze" questions

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

Using async to sleep in a thread without freezing

So I a label here (""). When the button (button1) is clicked, the label text turns into "Test". After 2 seconds, the …

c# asynchronous sleep freeze
The GNU screen is unresponsive, seems blocked

GNU Screen seems to freeze. Unable to enter user input. I was using GNU screen and when I pressed the …

linux freeze kill gnu-screen
Why is my command prompt freezing on Windows 10?

I'm adding this question after spending an entire day wrestling with this incredibly frustrating feature of the Windows 10 command prompt …

command-line windows-10 command-prompt freeze
Opposite of Object.freeze or Object.seal in JavaScript

What is the opposite of Object.freeze or Object.seal? Is there a function that has a name such as …

javascript locking freeze
sys.stdin.readlines() hangs Python script

Everytime I'm executing my Python script, it appears to hang on this line: lines = sys.stdin.readlines() What should I …

python stdin freeze readlines
Visual Studio regularly freezes running Microsoft.VisualStudio.Web.Host.exe

Background I maintain several web sites that are Visual Studio "Web Site Projects". Problem I've found that with a couple …

visual-studio-2012 freeze web-site-project devenv
Dreamweaver CS6/CC hangs or freeze

I am having problems with Dreamweaver hanging/freezes. I have searched the entire internet now without finding an answer related …

dreamweaver freeze
IIS: Web Application hangs periodically needs system reboot

Once every 18-24 hours my IIS stops responding on a particular website. We have upgraded our web application a week …

iis-7.5 freeze
In what scenarios does freezing WPF objects benefit performance greatly?

Many types in WPF derive from Freezable. It provides immutability to mutable POCO objects and, apparently, allows for improved performance …

wpf performance freeze freezable
Tips on solving 'DevTools was disconnected from the page' and Electron Helper dies

I've a problem with Electron where the app goes blank. i.e. It becomes a white screen. If I open …

debugging electron freeze