This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AW: probably simple problem: ASSERT in Cyg_StdIostream


In the case of buffered IO, the constructor of Cyg_StdioStream constructs a Cyg_StdioStreamBuffer object io_buf. The constructor of Cyg_StdioStreamBuffer calls Cyg_StdioStreamBuffer::set_buffer that may fail for lack of memory. The returned error is silently ignored in the constructor of Cyg_StdioStreamBuffer. In this case the constructor of Cyg_StdioStream gives up, before the magic value is set.


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]