Bug 764 : Missing end quote in println in draw() causes out OutOfMemoryError
Last modified: 2008-05-05 16:58




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

 

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 ***