Closed mabeett closed 7 years ago
If the user uses ciaaPOSIX_read() the system will stop with no clear cause.
A quick way for trigger this bug is just using ciaaPOSIX_read() in an infinte loop, but may be used carefully and anyway will stop.
blinking_read.tar.gz is a test app based on blinking_echo example with ciaaPOSIX_read in an infinite loop.
For triggering the bug the user has to send data via RS-232 port.
The cause of this problem is #457, as the tests indicated in the mailing list says .
If the user uses ciaaPOSIX_read() the system will stop with no clear cause.
A quick way for trigger this bug is just using ciaaPOSIX_read() in an infinte loop, but may be used carefully and anyway will stop.
blinking_read.tar.gz is a test app based on blinking_echo example with ciaaPOSIX_read in an infinite loop.