FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 764 : Missing end quote in println in draw() causes out OutOfMemoryError
Last modified: 2008-05-05 16:58
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
763
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
drepetto
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2008-04-29 16:41
This will not generate any compile errors, will try to run, but will end
after a few seconds with an OutOfMemoryError. OSX 10.4.11, Processing 0135
void setup()
{
}
void draw()
{
println("i am a bug...);
}
Additional Comment
#1 From fry 2008-05-05 16:58
*** This bug has been marked as a duplicate of
763
***