Bug 236 : Auto Format hangs when a non-terminated ' is included
Last modified: 2010-03-26 07:06




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

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-12-01 09:09
void setup(){
}
void draw(){
}
goodbye! i'll cause a hang on auto format (prolly from the apostrophe)

actually, with the parenthetical statement on there, it'll give an AIOOBE
at 1024, so the buffer must be getting filled up, which may be a clue for
the infinite loop when the parentheses are removed.