An MRE message indicates that a reentrant call to malloc, free, or a related function has been made. Since most default malloc implementations are not reentrant, this will likely cause problems.
Note:
A number of C library functions call malloc as a side effect. Avoid using these in interrupt/signal handlers.