On Apr 1, 2009, at 2:15 AM, rburrowes wrote:
Now that I think on it, I have had one other odd thing happen. My Ruby code seems to cause problems when writing to the output window. I print a longish multi-line string and get an error at the 11th line.
"at top level in 3 TIME 15 at line 56"
The same string, printed to a file, outputs correctly. the "3 TIME 15" is the first part of the 11th line. I can get the error consistently, before and after printing the string to a file and the file copy is always right. I also don't see the error if I run the Ruby code on the command line. Could I be overflowing a buffer somewhere and trashing something I shouldn't be. Seems unlikely though, and I can't reproduce a corruption of the bundle this way.
Example code so I can reproduce it?