#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
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs