Hello, sorry for not seeing that earlier:
The default linelength is set to 2048 Bytes in the Log.c file. That is to be able to collect several logs in one line. Including the escape sequences the string size can easy reach more than 256 Bytes. So if your Buffered IO buffer size has the default value of 256, your system can crash when you run the demo. See http://ecos.sourceware.org/ml/ecos-devel/2005-05/msg00011.html Thomas
