FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 236 : Auto Format hangs when a non-terminated ' is included
Last modified: 2010-03-26 07:06
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P4
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.