-
-
Notifications
You must be signed in to change notification settings - Fork 7k
java language stack overflow #2091
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
Comments
Which version of the IDE are you using? 1.5.x series has a couple of fixes related to this problem. Can you share the entire sketch code? |
I was using IDE version 1.0.5. This morning I downloaded and installed version 1.5.6-r2 and the problem still occurs.
|
I know it's strange, but (with IDE 1.5.x) if you format the code (tools -> autoformat), it will successfully compile, even if you remove the comment, thus having a 131 items in the table |
Wow, that's weird. That worked. Thank you for the help. |
I'll keep the issue open, since it needs to fixed anyway |
Please give a try to the IDEs linked at the bottom of this email on the dev list |
New preprocessor tracked at #2636. Builds for testing it are available |
Fixed by #3779 |
I get the message:
Exception in thread "Thread-583" java.lang.StackOverflowError
followed by a long list of other messages while trying to
compile an Arduino sketch. The problem appears to be
my attempt to define a 4 by n table.
Attempting to interface a PS/2 keyboard to an adduino.
The text was updated successfully, but these errors were encountered: