The term "infinite loop" refers to any execution instance of a loop in which the loop's exit criteria are never satisfied; such a loop would perform a potentially infinite number of iterations of the loop body. The general problem of determining whether the execution of a loop with given ...
0
votes
2answers
35 views
Loops - why going infinite? [closed]
I wrote some code and it is not working. My browser freezes and it looks like it is an infinite loop. Is it?
<?
$howmanypages= ceil($num/5);
if($howmanypages>1)
{
$b=1;
echo ...
2
votes
3answers
97 views
How to get out of my infinite loop in c#
So I have a 2 form application. The first form you enter in a quote of the day and press a button that opens the second form with the text displayed in the label. You then press a button and the text ...
0
votes
0answers
12 views
Infinite loop with redirect_uri, getting user = 0 in iframe tab application
I've created a new app.
Then set up (as always) the both (http, https) urls for "Tab App" setting
Added application as a new tab of myFanPage
These are the config variables I keep:
...
1
vote
1answer
38 views
Waiting function has logic error
I have created an program that automates certain functions at my place of business but I'm trying to dummy proof it so it cannot go wrong and I have encountered an error that should not be occurring.
...
-1
votes
0answers
9 views
Wp Multisite wp_insert_post causing infinite loop
$blogs = array(1,2);
for ($i = 0; $i < 1 ; $i++) {
switch_to_blog($blogs[$i]);
remove_action('save_post', 'social_on_super_admin_save_posts');
$post_data = ...
0
votes
4answers
86 views
While inside for loop produces infinite loop? [closed]
I apologize for being a newbie, but why does this loop run forever?
for i in range (1,3):
while i < 5:
print ('ha')
1
vote
2answers
42 views
Is there a way to track an infinite loop with console.log or something alike?
i was wondering if there is any way of tracking an infinite loop in javascript/jquery ?
I am working on a jsTree plugin clone sort of.. (why isn't important) and I've create a infinite loop somewhere ...
0
votes
0answers
29 views
Why is my .htaccess 301 redirect creating an infinite loop?
After changing my url's from this
http://www.renaissance-exteriors.com/index.php?link=roofing
I attempted to 301 redirect all of the old URL's to the new URL naming convention
...
0
votes
2answers
26 views
as3 how to stop an infinite loop?
I have a website, and basically I want to use flash to automatically redirect the web site to another with as soon as its load. But it keeps rapidfiring, and has even crashed my computer at one point. ...
0
votes
1answer
52 views
Resolved - jQuery : how to indent a infinite loop?
Here what's happening. I wish to store some data from multiple lists on Twitter. Each request return 20 array max, so if the list have more than 20 members you have to do multiple requests (using the ...
1
vote
1answer
118 views
Recursive permutations in Haskell
I'm trying to implement Steinhaus-Johnson-Trotter algorithm for generating permutations. My code is below:
permutations :: [a] -> [[a]]
permutations [] = []
permutations (x:[]) = [[x]]
...
0
votes
1answer
33 views
Java binary method for GCD infinate loop
I'm using the Binary Method to calculate the GCD of two fractions, the method works perfectly fine, except for when I subtract certain numbers from each other.
I'm assuming it's because, for ...
0
votes
3answers
70 views
Loop enters infinite loop if cout is missing
I have encountered something very strange. The code I am having trouble with is:
int stringPos;
int found1;
while (stringPos < 1);
{
//start searching inString for framen starting at foundn ...
0
votes
0answers
40 views
assembly scanf in loop doesn't loop
I'm trying to write a piece of code in assembly that takes an input and if the input matches a given value it jumps to another instruction. However this get's stuck in an infite loop if the input ...
-1
votes
2answers
75 views
Using try/catch to break infinite loop
I just solved a fun little practice problem with basically boils down to this:
int [] array = new int [10];
int i = 0;
try{
while (true){
array[i++] = 10;
}
}
...
-2
votes
0answers
26 views
Google Chrome - stop JavaScript without killing a tab
Is this possible? Last days I code a little bit in JSFiddle and sometimes I fall into some endless calculations, which makes page not usable. The only thing I can do then is killing this tab and going ...
-2
votes
5answers
66 views
Break out of infinite while loop
I need to run an infinite loop until the user tells it to break. For example...
while(true)
{
someFunction();
Thread.sleep(4000);
}
As you can see I want to continuously run the function ...
0
votes
2answers
86 views
infinite loop using while
Hey i have a program using while for looping, but i'm really confuse why it's become infinite loop
This is my code
print void
public void print() {
DoublyLinkedListNode current = first;
...
4
votes
3answers
156 views
stuck in infinite while loop
In C++, for handling wrong inputs (like when the program asks for an integer but you type a character) it should be able to do something and then loop to repeat the input.
My loop iterates infinitely ...
7
votes
4answers
180 views
Chess: Getting All Legal Chess Moves
I am making the game chess, and have gotten virtually everything but one thing: I need to make it so that it is impossible for a player to move a piece into check. I am having trouble on how to tackle ...
2
votes
1answer
89 views
.NET FileSystemWatcher goes into infinite loop when moving file
I have a issue with the FileSystemWatcher. I'm using it in a windows service to monitor certain folders and when a file is copied, it proccesses that file using a SSIS package. Everything works fine, ...
0
votes
0answers
28 views
Languages with no infinite loops (And explicit ones where such behaviour is needed) [closed]
I know about total functional programming, where all programs must terminate. This has advantages. I'm interested in seeing something similar in the imperative loops that the rest of the world uses. ...
-2
votes
1answer
61 views
Stuck in while loop [closed]
I have some basic code that i'm using in a tunneling program in ComputerCraft and I can't seem to break this loop.
function enderStore()
turtle.select(2)
turtle.placeDown()
while true do
...
0
votes
1answer
61 views
Why does this code result in an infinite loop?
I cant for my life figure out why this doesn't work.
var refP = [];
var distance = function (p1, p2) {
return dist(p1.x, p1.y, p2.x, p2.y);
}
while (refP.length < 24) {
var pusher = {
...
1
vote
1answer
64 views
A field defined by a method that uses that same field… circular definition in Java is hurting my head
I came across this code on Vogella which demonstrates creating a LabelProvider for a JFACE tree.
I'm finding it really confusing however. The Image objects, named FOLDER and FILE are defined by ...
0
votes
1answer
86 views
C++ Infinite Loop causing a stack overflow error?
Okay, so I've been working on my calculator. I am currently trying to get it to tell the difference between a valid integer and a character. As an easy workaround I did:
int calc()
{
cout << ...
0
votes
2answers
30 views
Staying in a method until a button is clicked so many times [duplicate]
I am trying to have the number reduce by 10 every time myButton is clicked. Then when the button is less than or equal to 0, I want the method to finish. I only want the number to be reduced by 10 ...
2
votes
1answer
57 views
How to wrap around in PHP array when index falls off the end?
I want to be able to retrieve the value of an array by using the numeric key. The catch is that if the key is beyond the array length, I need it to loop through the array again.
$my_array = ...
0
votes
2answers
53 views
VisualBasic6 - read continuously a variable
I need read in an infinite loop some variables and in the case it changes the boolean status it must do something.
I tried to use a Do...Loop but the application crashes.
Is there a way in visual ...
1
vote
1answer
41 views
JavaScript deadlock
Here I saw JavaScript deadlocks and this code:
var loop = true,
block = setTimeout(function(){loop = false}, 1);
while(loop);
It's definitely infinite loop and causes to browser freezing. It's said ...
0
votes
3answers
122 views
Endless Loop - VBA Script That Runs when MailItem is Added to Sent Folder, then Creates Copy
I recently completed an outlook vba script that will scan the subject line of each mailitem added to the sent folder, looking for a project number in the subject. When detected, the script extracts ...
9
votes
5answers
315 views
Is while(1); undefined behavior in C?
In C++11 is it Undefined Behavior, but is it the case in C that while(1); is Undefined Behavior?
0
votes
2answers
37 views
Building RSS from other RSS feeds, how to prevent loop / recursion / circular inclusion?
This is an RSS feed (A) where the user can add several images, but he/she can also add a RSS feed (B) from a different user with images. When requesting feed (A), the server then fetches feed (B), and ...
0
votes
2answers
115 views
c++ breaking out of loop by key press at any time
What I have here is a loop that is supposed to read the output on a piece of equipment every 500 milliseconds. This part works fine. However, when I try to introduce cin.get to pick up the key "n" ...
0
votes
1answer
71 views
I have a continuous loop and I cannot figure out what is wrong with it
I have a continuous loop in my C code and I cannot figure out why exactly it is acting this way. I feel that I am missing something noticable here but I just can't see it for some reason. Here is the ...
0
votes
1answer
36 views
preventing infinite loops prolog
I got the following promblem:
the following facts and predicates are defined:
father(avr, yit).
male(avr).
married(avr, sara).
father(yit, yaak).
married(rivka, yit).
father(yaak, yosef).
...
1
vote
3answers
64 views
Why does this code become an infinite loop?
I wrote this simple code to fetch a double and just keep asking until one was given, but when you give a string it just turns into an infinite loop and I can't figure out why. Any reason why it ...
1
vote
1answer
50 views
Killing OpenCL Kernels
Is there any way to kill a running OpenCL kernel through the OpenCL API? I haven't found anything in the spec.
The only solutions I could come up with are 1) periodically checking a flag in the ...
1
vote
1answer
79 views
Pointer queue extracting goes infinite loop in C
I got a chance to gain some extra points for a couple of C exercises. The task is to enhance program to use head and tail pointers (for FIFO queue) to avoid unneccessary while loops at extract ...
0
votes
4answers
82 views
How do I mitigate the risk of an infinite loop?
We are looking through our code trying to identify high CPU usage, and I am looking at several areas where we use while loops. I would like to take the risk of infinite loops out of the code shown ...
-1
votes
2answers
52 views
Possible Infinite Loop when streaming response
We are trying to identify high CPU usage in services we have, and we believe there are a few potential areas that may be causing infinite loops. Below is code that we believe may potentially be ...
0
votes
1answer
25 views
Getting an infinite calling stack with this javascript
I have:
var c = {
typeStart: function(msg, loc) {
loc.append("<p>");
this.typeLetter(msg, loc, 0);
},
typeLetter: function(msg, loc, pos) {
...
3
votes
2answers
50 views
Modification of the basic if expression in Scheme. Why does it go into an infinite loop?
In Scheme, I modified the basic 'if' command as:
(define (modified-if predicate then-clause else-clause)
(if predicate
then-clause
else-clause))
And then I defined a simple factorial ...
0
votes
1answer
56 views
Program creates an infinite number of copies of itself
I am writing a program for my java class that displays a binary tree. However one of the problems I'm running into is that the program creates an infinite number of copies of itself when it's first ...
0
votes
2answers
94 views
Java textField infinite loop
Game class:
import java.util.Random;
public class Game {
public static void main(String args[]){
//----------Sets up GUI----------
GUI gameGUI = new GUI();
gameGUI.setVisible(true);
...
1
vote
0answers
94 views
Java infinite loop in tray game algorithm [closed]
I'm trying to make an artificial intelligence in a "tray" game. My problem is with the algorithm, which is used a lot and is called alphabeta. When I'm trying to simulate a move, the recursion looks ...
6
votes
3answers
151 views
What happens when you have an infinite loop in Django view code?
Something that I just thought about:
Say I'm writing view code for my Django site, and I make a mistake and create an infinite loop.
Whenever someone would try to access the view, the worker ...
-3
votes
1answer
169 views
Is there an operating system (or other runtime environment) that can detect infinite loops? [closed]
EDIT: this question has been ported here, where it seems to fit a little better.
Does there exist an OS (or any other runtime environment) that can detect infinite loops and subsequently stop the ...
0
votes
1answer
50 views
PHP function goes into an infinite loop under certain conditions [closed]
I am developing a facebook app and I have some php functions. When I call one of them, the request is sent over and over and goes in an infinite loop. I have no clue why.
My function is:
function ...
0
votes
1answer
48 views
Stop debugger on current line of code being executed in Visual C# Express 2010
So my program seems to be stuck in a loop somewhere. Unfortunately it doesn't run out of memory or overflow the stack, so it just keeps running. To figure out what it's doing I could of course start ...




