0
votes
0answers
32 views
Ubuntu server 9.10 freezes up after ~10 minutes [closed]
I don't know why the question with the same topic has been closed after such a mindless answer but there have been some good responses on the serverfault sister site.
My case is …
0
votes
2answers
25 views
Rational Application Developer freezes when opening XML files
When I try to edit an XML file in the XML Editor of Rational Application Developer for WebSphere Software version 7.5.4, the program becomes unresponsive.
title bar has "(Not Res …
1
vote
4answers
131 views
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:
Process process = new Process();
process.StartInfo = new Proce …
1
vote
4answers
171 views
How to avoid a thread freezing when Main Application is Busy
Hi,
I'm having a bit of a problem. I want to display a progress form that just shows an animation on a when the main application preforms heavy operations.
I've done this in a t …
0
votes
3answers
39 views
how to freeze a label in flex?
I want to have the title of my application to be freezed, that is, even if I scroll down the page, I want the label name to be in focus, at the top always.. Is that possible?
Now …
1
vote
1answer
112 views
Detailed explanation about Python’s “freeze”
Is there anywhere a detailed explanation about Python's "freeze" thing? I saw the PyPi page, but I don't think it's comprehensive enough.
0
votes
0answers
156 views
Ubuntu server 9.10 freezes up after ~10 minutes [closed]
I just upgraded my Ubuntu server from 9.04 to 9.10 and after about 10 minutes it locks up. It won't respond to ping, can't ssh in and the terminal doesn't accept keyboard input. It …
1
vote
1answer
190 views
Firefox [npapi] plugin development - firefox freeze when calling a method
Hi,
I'm trying to learn how to write a Firefox plugin.
I downloaded the npruntime example from Mozilla compiled it and ran it.
Getting properties from the plugin worked well but w …
1
vote
1answer
39 views
visual studio copy to clipboard IDE freezes
this is really frustrating me. this problem occurs when I have a particularly large .cs file (one i'm working on at the moment has 6000 lines and many anonymous types).
I will cop …
0
votes
6answers
245 views
ssh hangs with high latency connection (connecting internationally)
This is been making my programming really frustrating lately.
I´m in Argentina right now connecting to a U.S. server via SSH. Understandably, the pings are a bit higher here (aro …
0
votes
3answers
121 views
Java thread: ‘join’ froze my program
Hi all,
My program looked like this:
class Prog
{
BufferedImage offscreen;
KindOfDatabase db;
MyThread thread;
class MyThread extends Thread
{
volatile boolean abort …
0
votes
1answer
35 views
VB6 Outlook 2003 Client Application
Hi,
I have a Visual Basic 6 application that uses a timer to poll Outlook 2003 for incoming messages using the msoutl.olb automation object library. Lets call the application Mail …
0
votes
2answers
114 views
jquery load freezing the page
$(document).ready(function(){
$("a[href*='http://']:not([href*='"+location.hostname+"'])").attr("target","_blank");
$("a[target!='_blank'][target!='_top']").click(function(){
$( …
0
votes
1answer
478 views
sIFR mouse wheel scrolling freeze in Firefox
I have started using sIFR for a site at work, everything works very well except one thing.
When I'm scrolling down the webpage with the mouse wheel, it stops scrolling when the po …
0
votes
5answers
114 views
what to do when windows goes in dreaded 100% cpu usage zombie mode
Hi,
happens to me occasionally:
I start my program in visual studio and due to some bug my program goes into 100% cpu usage and basically freezes windows completely.
Only by utt …
