From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas To: "Trenton D. Adams" Cc: eCos mailing list Subject: RE: [ECOS] Thread error with large buffer Date: Thu, 19 Jul 2001 16:00:00 -0000 Message-id: References: <001501c110a0$b7af8630$090110ac@TRENT> X-SW-Source: 2001-07/msg00610.html On 19-Jul-2001 Trenton D. Adams wrote: > Below is the thread. It doesn't give the error above if the buffer > variable is 400. Anyone have any ideas why this might be? Surely a > static buffer of 4K is not un-reasonable? It's not static - it's on the thread's stack. You can make it static (include the keyword) or make the thread stack larger.