Top "Freeze" questions

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

How to Freeze First Column of WPF DataGrid

I have a WPF DataGrid.. I want to freeze first column of that WPF DataGrid while horizontal scrlling.. My code …

c# wpf wpfdatagrid freeze freezable
'Freezing' Arrays in Javascript?

Since the ECMA-262 specifications Javascript has gained the Object.freeze() method, which allows for objects, whose properties can not be …

javascript arrays object freeze
SSMS SQL SERVER Management Studio 2012 startup freeze

I have a strange situation. IT installed SSMS on my laptop and it runs well the first time, connected to …

ssms freeze
Why am I getting: threadid=3: reacting to signal 3 and game freeze (AndEngine)?

I'm using AndEngine to make a game that deals with a lot of moving sprites. It's inconsistant when, but eventually …

android multithreading andengine freeze
Opencv imshow() freezes when updating

For my image processing algorithm I'm using python / OpenCV. The output of my algorithm shall be updated im the same …

python opencv image-processing freeze imshow
What to do when a py.test hangs silently?

While using py.test, I have some tests that run fine with SQLite but hang silently when I switch to …

sqlite postgresql timeout freeze pytest
IOS semaphore_wait_trap on main thread causing hang in UI

I have a long running function inside an asynchronous (serial) worker queue. I know that sometimes this function hangs inside …

ios semaphore freeze
Java appears hung

I've been using the Java Service wrapper in a custom application for quite a while and it's been working fine. …

java debugging freeze java-service-wrapper
Ant build scripts totally hangs, with no messages in console

I have build.xml for my project, but even this small piece of code <target name="init"> <…

eclipse exception ant console freeze
Python Popen().stdout.read() hang

I'm trying to get output of another script, using Python's subprocess.Popen like follows process = Popen(command, stdout=PIPE, shell=…

python subprocess stdout popen freeze