Bug 763 : Missing end quote in println in draw() causes out OutOfMemoryError
Last modified: 2010-03-15 14:43




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
drepetto
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-04-29 16:18
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
*** Bug 764 has been marked as a duplicate of this bug. ***
Additional Comment #2 From fry 2008-06-09 12:18
yep, there are several like this...they'll all be fixed as part of bug #598.
Additional Comment #3 From fry 2010-01-24 14:10
*** Bug 1443 has been marked as a duplicate of this bug. ***
Additional Comment #4 From fry 2010-03-15 14:43
fixed by jdf for 0180.