May be this is incorrect?
Leon Pollak
leonp at plris.com
Thu Apr 13 13:40:00 UTC 2000
Hello, all.
I am dealing with rather tiny and specific project with
RTEMS 4.5.0-beta1c and have the following problem.
File .../lib/libc/malloc.c in the line 319 calls assert(0) to abort
application in the case of free() error. This causes all the stuff of
printf and etc. to be included into the link process which in my case is
undesired. The similar case occurs in the line 128, but there the
rtems_fatal_error_occurred() is used, which seems to be more correct.
Isn't it?
leonp at plris.com
More information about the users
mailing list