[RTEMS Project] #3806: Add fatal error for heap errors
RTEMS trac
trac at rtems.org
Thu Oct 31 12:10:56 UTC 2019
#3806: Add fatal error for heap errors
------------------------------+-----------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.1
Component: score | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
------------------------------+-----------------------------
Currently, the following fatal error is generate in case of heap errors:
{{{
static void _Heap_Protection_block_error_default(
Heap_Control *heap,
Heap_Block *block
)
{
/* FIXME */
_Terminate( INTERNAL_ERROR_CORE, 0xdeadbeef );
}
}}}
Replace this with a dedicated fatal error source and a context structure
(similar to assert()).
--
Ticket URL: <http://devel.rtems.org/ticket/3806>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list