FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 520 : for() structure without 'update' freezes the pc
Last modified: 2007-02-21 04:53
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
460
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
slex
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2007-02-21 01:45
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 second or even nothing happens within
a second.
Additional Comment
#1 From fry 2007-02-21 04:53
*** This bug has been marked as a duplicate of
460
***