Weird output from Bridge

I was running the Yun with the standard HttpClient sample from the Bridge folder and watching the output on the Serial Console connected via USB (COMxx).
After a few successful printout with the expected Arduino ASCII logo, I've started seeing weird strings of text instead of the logo.

Attached is a screenshot of the Console.
Do you get the same behavior?
Has anyone an idea of what's going on?

Thanks
Andrea

The problem I was facing has been solved by replacing the Bridge.cpp file source.
It was due to a timeout set too short.
The problem was exactly the same affecting tragnuz as posted in another thread:
http://forum.arduino.cc/index.php?topic=188955.0

After recompiling with the new file the sketch has been running for a few minutes without facing the same issue I mentioned.

Thanks to cmaglie for the solution! :slight_smile:

Andrea