Arduino throws StackOverflow exception for long strings #2985
Labels
Component: IDE
The Arduino IDE
Component: Preprocessor
The Arduino sketch preprocessor converts .ino files into C++ code before compilation
Type: Duplicate
Another item already exists for this topic
Dup of issue #1401.
There is apparently a maximum length for strings on Arduino 1.6.3 (32-bit linux) before java throws an exception, as demonstrated by the following sketch:
This causes a stack overflow with the following error:
...which continues on for many hundreds of lines.
This does not occur on the 64-bit linux version. I have been unable to test Mac or Windows versions at this time.
The text was updated successfully, but these errors were encountered: