Bug 521 : for() structure without 'update' freezes the pc
Last modified: 2007-02-21 04:53




Status:
RESOLVED
Resolution:
DUPLICATE of bug 460
Priority:
P2
Severity:
normal

 

Reporter:
slex
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2007-02-21 01:47
1. Processing 0124
2. same behaviour on two different machines with windows xp
laptop: pentium(?) 1.3 ghz, 1048 ram, ati radeon(?)
desktop pc: pentium 2.4 ghz, 512 ram, nvidia quadro4 700 xgl
3.
for(int i = 0; i < width;){
line(0,i,width,i);
i++;
}
4. no error messages occurs but executing the code will slow down (freezes) the pc.
slow down: processing won´t react anymore, other programs respond very slow, like
clicking on a window to set focus takes half a minute or even nothing happens within
a minute.
Additional Comment #1 From slex 2007-02-21 01:49
sorry for sending it two times!!!!!!
in bug number 520 i wrote second instead of minute.

greetings,
sebastian.
Additional Comment #2 From fry 2007-02-21 04:53
same issue as bug #460.

*** This bug has been marked as a duplicate of 460 ***