|
I have a application which randomly freezes, including the IDE and it's driving me mad. That makes me wonder:
What's a good general strategy for finding the cause of random freezes?
Started by DR on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If it still freezes, you've reduced the amount of code that might.
In a debugger until it freezes, then stop the debugger to find the offending line of code increasingly larger portions of your code.
|
|
Hi
I have a Windows 7 tower sharing video to my Xbox and Macbook laptop over a Gigabit / Wireless N home network (router is the linksys wireless N model). Whenever I watch a video streamed from my tower to either the xbox or laptop, the movie freezes ...
Started by darren on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The other causes are slow I/O on your machine where it... .
It could even be a bad router which simply cannot cope with high throughput .
This could be a number of things, the most likely cause is signal strength on Wireless or a faulty cable if using wired .
|
|
Our web site (running Rails) freezes IE6 nearly every time. The same code, deployed on a different server, does not freeze IE6. Where and how should we start tracking this down?
Answer Snippets (Read the full thread at stackoverflow):
You may be able to see exactly when and where it freezes in the request/response by using its.
Try wireshark against the server that freezes and the server and such.
Might be a communication problem.
|
Ask your Facebook Friends
|
I've used a Continuous Integration server in the past with great success, and hadn't had the need to ever perform a code freeze on the source control system.
However, lately it seems that everywhere I look, most shops are using the concept of code freezes...
Started by casademora on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
But code freezes allow the developers tree, do my work there, then after the....
Sure regression tests are great and help address this issue .
I think that code freezes are important because each new feature is a potential new source of bugs.
|
|
I upgraded my computer from Vista Home Premium x64 to 7 x64. I was able to use the solitaire application for about 24 hours but since then it freezes when it tries to load. Specifically the program freezes with the title "Solitaire - Loading Resources...
Started by ThatGuyYouKnow on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You're meant to be running MineSweeper!.
Third reboot did the trick.
|
|
I'm using eval() in javascript to evaluate a significant amount of js code (not just json, but function calls too). The browser freezes during the call, i.e. the user cannot scroll the browser or click anything. Is there any way around this freezing problem...
Started by Heinrich Schmetterling on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The best way to un-block the UI is to break up the JS into smaller parts, and string them together with setTimeout (which gives control of the thread back to the ... .
In most browsers, JavaScript runs on the UI thread, so it blocks the UI as you describe .
|
|
Hello,
I created an activeX control to perform some actions, which take about 1 minute. During this action IE freezes completely. Is there a way to call the activeX control so that IE does not freeze?
Thank you
Started by vikasde on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't want to block the UI thread, then you need to change your ActiveX control to do its... .
You would have the same problem in any ActiveX host, not just IE .
This is a threading issue dealing with IE, so I don't think there is any way to do this .
|
|
The moment I click "open" on the .torrent file, my router freezes, and I can't go online...it says "connecting to ...google..." on the status bar.
And I can't access my router's control panel either!
Why does this happen, and is there any way I can download...
Started by Alex on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at superuser):
If only the Internet connection....
In this case, downloading and installing a firmware update for the router should help .
If both computers' Internet connection freezes when you click on a .torrent the traffic and freezes.
Computer to your network.
|
|
When I try to set the value of a textarea with a large text (for example a string length of 6 ), the browser (Firefox 3.5.3) freezes.
The text is in 1 line so text wrapping needs to happen by the textarea itself. I think this causes the problem.
Does ...
Started by ToRrEs on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
Strange visual studio (TS 2008) problem: The IDE completely freezes whenever I switch from Release to Debug mode in a specific project. It happens right as I switch, before I try to build or do anything else.
The whole thing started out of the blue, without...
Started by cvb on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Explorer and when IDE freezes, start the Process Explorer, find the devenv process, double click > system information process explorer freez to..
|