public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] AW: probably simple problem: ASSERT in Cyg_StdIostream
@ 2006-04-25  5:43 Manfred Wölfel
  2006-04-25  7:33 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: Manfred Wölfel @ 2006-04-25  5:43 UTC (permalink / raw)
  To: ecos-discuss

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-26 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-25  5:43 [ECOS] AW: probably simple problem: ASSERT in Cyg_StdIostream Manfred Wölfel
2006-04-25  7:33 ` Andrew Lunn
     [not found]   ` <444DE138.8060605@web.de>
2006-04-26 13:44     ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).