15 Jul 2008 Chicago   » (Journeyer)

More posts about things which are not-quite-work
Its increasingly difficult to talk about things which are work related because, well, I'm not allowed to. Because the work is what I'm interested in and takes up so much of my time, it does mean that some blogs being to dry out.

Arduino java.lang.StackOverflowError
It seems obvious if you know, but there isn't that much in the Google results for a search with those keywords. Basically, this happens if you do something silly with strings and quote marks... for example, compiling the following (in Arduino 0011):

Serial.print("rar);

Ok, now, its not immediately obvious without good syntax highlighting that the " is missing from this, and compiling won't give you a line number where it all goes wrong.

I Think The Stack Overflow Error is caused when the distance between this typo and the next " is so big that it would cause a StackOverflow... I think. Im now not sure. Eitherway, look for missing quotemarks or similar typo's.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!