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

learn more… | top users | synonyms

0
votes
0answers
11 views

How do I capture a moving object's depth frame using Kinect without blur?

I have a Kinect that is continuously streaming depth and RGB data of an object that has certain features. However when I move the object at the minimum velocity that I desire, the depth data is ...
0
votes
1answer
53 views

Swing components freezed because of few methods

I am facing a problem with a Java Swing based application that I have created for professional purpose. A new class PanelUserInput and I have created a separate listener for this class called ...
1
vote
1answer
48 views

LINQ stopped working after upgrade to VS 2010 and .NET 4.0

I have started using Visual Studio 2010 recently. I have upgraded my solution from old 2008. After this I have tried to run my project, which is very simple database search engine using linq commands ...
0
votes
1answer
60 views

C# sometimes freezing form when running a thread

I mentioned in an other question, that I'm working on an ffmpeg-parser with progressbar and so on. The following problem is not 100% reproduceable. When I convert a video file with my program the ...
1
vote
1answer
58 views

deleteRowsAtIndexPaths freezes the UITableView

I've got an UITableView with Core Data. When I insert new records or update an existing record everything goes well and the UITableView updates automatically, but when I delete a record the ...
0
votes
0answers
7 views

Windows 7 freezes when running java 6 application

I run java 6 gui application (it uses swing) via Eclipse Indigo and system randomly freezes. My system is Windows 7 professional 64-bit. I've been trying different versions of java 6 jdk but it ...
-2
votes
0answers
19 views

Ubuntu 12.04 randomly freezes (with or without using Google Chrome) [closed]

it's been happening for about 2 weeks that ubuntu 12.04 lts (installed on a laptop sony vaio sve1513q1es) randomly frezees (mouse and keyboard are blocked, I can't switch to alt+ctrl+f1 and nothing ...
2
votes
1answer
79 views

Android Thread.sleep() in AsyncTask freeze UI

i'm tried many suggestions but nothing works! When i call Thread.sleep() in background thread, main thread also freezes for this time (Animation frame drop) :( Version 1: public void ...
-1
votes
1answer
50 views

Macbook Pro Randomly Freezing [closed]

Here is the console log where I believe the freeze is occurring. This freeze happens randomly with no obvious correlation with applications, websites, etc. I recently upgraded ram from 4gb to 8gb, but ...
0
votes
0answers
52 views

“Domains, protocols and ports must match” Error + Fixed div freezing in Chrome

I'm getting the error below from my website in Chrome from Google Adsense, and it's causing my fixed position div sidebar to freeze. I've looked the error up on here, and some seem to say it's a ...
0
votes
0answers
65 views

Loading Flash video web page in C# WebBrowser control freezes user interface for 20 seconds?

I have a WinForms application with the following characteristics: written in C# targeting .NET 4.5 loads a web page from the local hard disk into a WebBrowswer control the web page uses ...
0
votes
1answer
48 views

UIWebView freezes when text is selected

My app, on very rare occasions, freezes when I select text in a UIWebView. Here's how it happens: Tap and hold to select text Text gets selected Whole app freezes, unresponsive to touch, but I can ...
0
votes
3answers
49 views

C++ Infinite Sum Code Hanging? Freezing? I'm not sure

Okay, so I'm trying to compute an infinite sum using a for loop instead of a while loop, and the darn code isn't working and I'm not sure why. I get the two "I got here"'s ONCE and then nothing. :\ ...
0
votes
0answers
24 views

Can a frozen numpy run numpy.test()?

With the help of NumpyBuiltinExample, https://github.com/patmarion/NumpyBuiltinExample, I have successfully built a python interpreter with both numpy and scipy frozen. However, they both fail to run ...
0
votes
4answers
28 views

App pausing but not getting an error after running a clean

I have no idea what is after going wrong but I'll state the events that happened before the error occurred 1: App was running fine as I was adding functionality. 2: I noticed that one of the view ...
0
votes
0answers
33 views

java main thread freezing on unexpected place

I am trying to initialise a client-server network and therefore I need to wait until I succesfully connect to the server (no big deal if server is online, but I am currently dealing with the case of ...
0
votes
0answers
9 views

Freezed rows with ODFDOM - Is it possible?

with POI it is possible to freeze rows, so that they won't scroll and will be visible all the time, when you scroll a huge table by doing something like this: Sheet sheet = wb.createSheet(); ...
0
votes
0answers
26 views

Matlab System Function, freezing

I'm currently using the system() function in Matlab (on mac osx) to run a Unix executable file that I created using c++. I'm going through a for loop and running the executable thousands of times with ...
0
votes
0answers
47 views

Function call to dll causing program to hang

I have a problem where my code freezes at the point of calling a LogIn function in a Dll made to connect to an application on a server but it doesn't happen constantly. This only occurs when I LogIn ...
0
votes
2answers
22 views

Javascript: Website runs fine on my computer, but on older computer it hangs the site

function ImageExist(url) { var num; $.ajax({ url:url, error: function() { num = 0; ...
0
votes
0answers
30 views

can't open linux executable freezed with cx_Freeze on Linux Mint

situation Wrote a python 2.7 script Freezed with cx_Freeze on Linux Mint 14(using setup.py file) Tried to open it. And found that it is opening with WINEmulator,thus shows an error. It does not ...
2
votes
2answers
67 views

c++ program on windows (g++). main() does not start

I have a c++ project formed by a main() function and a class declaration. i'm using mingw g++ to compile my code. The problem is that, even if compiling and linking well, when starting the program, ...
0
votes
1answer
20 views

MidiSystem.getReceiver() freezes up JFrame

I'm making a program that involves playing MIDI sounds, and just today I encountered a problem where calling MidiSystem.getReceiver() or opening up a MidiDevice, totally prevents me from making a ...
2
votes
1answer
49 views

Kernel freeze : How to debug it?

I have an embedded board with a kernel module of thousands of lines which freeze on random and complexe use case with random time. What are the solution for me to try to debug it ? I have already try ...
0
votes
0answers
34 views

shell is not opening on running a linux executable that was created by freezeing a python script

This is what happenned: I wrote a simple script: print 'Welcome' name = input('Type your name:') print 'Hi, %s' %name raw_input() I wrote this on a linux machine. So I freezed it with cx_Freeze ...
1
vote
1answer
35 views

File reader freezing my program

I am stuck not being able to determine why my program is freezing when running the following method: String fileName = "Drops.de"; StreamReader streamReader = new StreamReader(fileName); ...
0
votes
0answers
25 views

Audiorecord.read freezes main thread

I am trying to record some data using AudioRecord.Read(buffer, 0, buffer.length). The code below used to work flawlessly, but now for some reasons when trying to change the buffer size the ...
1
vote
0answers
80 views

iPhone app freezes on selecting TableViewCell - intermittently, after pause/break

I've been struggling with this issue for the last two weeks - not able to find a solution after scouring my code, or stack overflow. PROBLEM: I have a View Controller with a tableView, with cells. ...
1
vote
3answers
88 views

OpenCL computation freezes the screen

As the title says, when I run my OpenCL kernel the entire screen stops redrawing (the image displayed on monitor remains the same until my program is done with calculations. This is true even in case ...
0
votes
0answers
47 views

Can't type in any JTextField… causes app to freeze

I'm fairly new to Java and Swing... searched for answers but can't find a clear answer. I once had a working JTextField in this app and somewhere in my edits it stopped working. Now whenever I try ...
-1
votes
0answers
21 views

Individual Column search in Jquery datatables is not working when I freezed two columns [closed]

I want individual column search and freezing columns in same table. Is there any solution for this.
0
votes
0answers
42 views

Java - Calling System.setOut, System.setErr and JFileChooser.showDialog freezes application

Sorry for needing help so soon after my last question (here), but now I have another problem in the same application. This code: PrintStream stdOut = new PrintStream(new StandardOutputStream(), ...
0
votes
1answer
69 views

Android Camera App preview issue

I'd like to ask for some advice regarding the following problem. I'm currently working on a camera app for android and i am stuck. I used the official android development site for guidance, and the ...
0
votes
0answers
14 views

Python freezes when plotting

When I plot something (even just simple things like a sine function) the window where the figure is shown freezes whenever I try to click something. The main IDLE window or console keep working. I've ...
0
votes
0answers
37 views

MediaTracker Loading Images Freezes My Frame

Thank you for any help. I have a problem with my Java Chat Application i use MediaTracker to load images so i can display them in the chat. I can have any amount of images to load usually 60+ images. ...
0
votes
1answer
29 views

Would a frozen Python binary access the local interpreter and Global Interpreter Lock (GIL)?

I am working on a Linux multi-core machine on which I simply call a same Python script with the interpreter on the command line (really just "python script.py") several times simultaneously. I see ...
0
votes
3answers
85 views

Freeze a form while process is running using C#

I hope that you could help me with this problem. I am launching a process through a form using a button, and then it waits until the process closes so it resumes the form. The problem is that the ...
1
vote
1answer
46 views

Python: How to freeze/dissable some items in wxCheckListBox?

I am trying to implement a wx.CheckListBox in Python in which I want to have some items in the list always get checked. I have tried to use SetCheckedStrings(stringList) on the event ...
1
vote
0answers
51 views

JTextField hangs on GUI update via X11 forwarding

I have a Swing GUI that allows a user to add JTextFields to the GUI as needed. When I run this locally on the console (on ubuntu), everything works fine.. When I run the GUI from Cygwin on a Windows ...
1
vote
1answer
43 views

process freezes during make on linphone for android

I've been trying to build linphone for android for a few days now but I've come to a point where I'm unable to fix the problem I encounter in the build process. I've been following the provided ...
0
votes
3answers
97 views

My web site is freezing - probably JavaScript, but I can't identify why

I know this is a long shot, so I'm not counting on an answer, but I just for the life of me can't figure out why this web design keeps freezing my browsers. http://fuzionve.com/test I ran the Audit ...
1
vote
0answers
14 views

Save content from wysiwyg if browser page crashes

I realize this isn't a question but a solution I wanted to share. I found after doing a couple hours in wysiwyg on some content the page froze, I know I should have been saving. Anyway if this ...
0
votes
1answer
95 views

Android Sqlite Data lost when Application Hangs/Freeze and restarted

Recently my users are complaining that application hangs while using it and the data stored getting lost when the reboot the mobile. Its not happening everytime too. Can some one please tell me for ...
0
votes
1answer
85 views

Program for seems to freeze up despite functioning on earlier iterations (Solved)

I am writing a program to calculate Feigenbaum's constant using the Logistics equation by finding superstable values and then using the ratio of these superstable values to calculate the constant. ...
0
votes
0answers
46 views

php sleep or usleep freezes out entire server

I have a big table in a data base which is updated almost every second. I want to query this table every 5 second to get the latest entries (live streaming). I can't query data base for each visitor ...
5
votes
1answer
105 views

UI thread freezes during textbox invoking

Why UI freezes during textbox invoking from separated thread private void button1_Click(object sender, EventArgs e) { Thread t1 = new Thread(DoStuff); t1.Start(); } ...
0
votes
0answers
148 views

Hardware Acceleration bad performance on Galaxy Nexus

I have a problem with Hardware Acceleration. When I turn it on in Settings, or in AdroidManifest <application ... android:hardwareAccelerated="true" > my app has terrible lags on ...
1
vote
3answers
59 views

Alert “interrupts” jquery animation

If I'm running some jQuery animation and I'll call an alert, the animation will freeze and will continue when I close the alert. Is possible to continue with an animation in background when some ...
0
votes
0answers
261 views

Eclipse freezes on suggestion popup

I am having a problem in Eclipse where it freezes whenever I add a period (to try to bring up the content assist popup with possible methods). I can move the mouse, but the blinking text cursor ...
0
votes
1answer
64 views

UITableViewController application crashes

The UITableViewController freezes when scrolling or when viewDidAppear:. I see that when the problem starts, the app start to allocate objects uncontrollably. I have the following project for iOS: ...

1 2 3 4 5 12