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]

Re: AW: probably simple problem: ASSERT in Cyg_StdIostream


On Tue, Apr 25, 2006 at 07:43:16AM +0200, Manfred W?lfel wrote:
> 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.

So what are you suggesting? What is the fix? Could you provide a
patch?

   Thanks
        Andrew

-- 
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]