Skip to content

[Exception in thread "AWT-EventQueue-0" java.lang.StackOverflowError] when using long char array [imported] #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cmaglie opened this issue Nov 15, 2012 · 2 comments
Assignees
Labels
Component: Preprocessor The Arduino sketch preprocessor converts .ino files into C++ code before compilation Type: Bug
Milestone

Comments

@cmaglie
Copy link
Member

cmaglie commented Nov 15, 2012

This is Issue 222 moved from a Google Code project.
Added by 2010-03-26T20:02:34.000Z by kreychek.
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium

Original description

Compile the code located at:
http://www.ladyada.net/make/eshield/LEDcolorpicker.pde using Arduino-0018

This compiles without error on Arduino-0010, but outputs the following in
Arduino-0018:

Exception in thread "AWT-EventQueue-0" java.lang.StackOverflowError
at com.oroinc.text.regex.Perl5Matcher._pushState(Perl5Matcher.java)
at com.oroinc.text.regex.Perl5Matcher._match(Perl5Matcher.java)

with the last line repeating many times.

This occurs on Windows XP and possibly other OSes based on anecdotal reports.
ex: http://forums.adafruit.com/viewtopic.php?f=31&t=6558&p=32002

From the admin (adafruit) at the above post:
"...the javascript string appears to be too long..."

@ffissore ffissore added the New label Feb 27, 2014
@ffissore ffissore added Preprocessor and removed New labels May 24, 2014
@ffissore ffissore self-assigned this Jan 28, 2015
@ffissore
Copy link
Contributor

Answer posted on the original issue

@ffissore
Copy link
Contributor

Fixed by #3779

@ffissore ffissore modified the milestone: Release 1.6.6 Sep 11, 2015
tbowmo pushed a commit to tbowmo/Arduino that referenced this issue Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Preprocessor The Arduino sketch preprocessor converts .ino files into C++ code before compilation Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants