[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
release and debug mode heap allocation
- Date: Tue, 27 May 2008 16:05:08 +0200
- From: aconchillo at ieec.cat (Aleix Conchillo Flaqué)
- Subject: release and debug mode heap allocation
On Sun, May 25, 2008 at 11:38 AM, Joel Sherrill
<joel.sherrill at oarcorp.com> wrote:
>
> Usually this is either because you haven't completely accounted
> for all task stack or message buffer memory in your application or
> there is an error in confdefs.h which results in an underestimate
> of the memory required.
>
> Are all your task stacks of minimum size?
>
According to the stack checker, none of the tasks passes the 4096
bytes. I have setup a minimum stack of 8192 without luck.
> Is the error something like "out of memory"
About my last message about the fatal extension, forget it, this does
not affect. The rtems_task_create routine returns RTEMS_UNSATISFIED
without any messages.
Aleix