Skip to content

typing SETREAD into any sketch causes Arduino software to crash #1269

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
camtmicromega opened this issue Feb 6, 2013 · 4 comments
Closed
Assignees
Labels

Comments

@camtmicromega
Copy link

Typing uppercase SETREAD into a sketch, even a blank sketch, causes the Arduino software to crash and start issuing a stream of exceptions.

crash

@camtmicromega
Copy link
Author

This problem is occurring on the Windows version 1.02 and 1.03, but doesn't occur on the Mac OS X version 1.0.3.

@camtmicromega
Copy link
Author

Have identified the source of the problem. A user defined library had an entry for SETREAD in the keywords.txt file as follows:
SETREAD LITERAL
instead of
SETREAD LITERAL1

This causes the crash described above.

@ffissore
Copy link
Contributor

ffissore commented Feb 7, 2013

your should contact the author of the library and propose the fix

@camtmicromega
Copy link
Author

Yes, I've done that and the library is now fixed. A less urgent problem that still remains is that this simple typo in the keywords.txt file can cause the Arduino software to crash with no useful error message.

@ghost ghost assigned ffissore Feb 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants