Mail Archives: djgpp-workers/1999/06/22/02:26:58
On Mon, 21 Jun 1999, Erik Berglund wrote:
> Anyway, just for testing, I changed my 4 EDO-RAMs (32 Mbyte each)
> to 2 older Parity-RAMs (8 Mbyte each), but I still got error messages,
> however different (Abort!).
Where (from which function) did that "Abort!" come from? Is it coming
from GCC code or from the library?
IIRC, `malloc' from DJGPP v2.01 called `abort' (which printed
"Abort!") when it thought it was botched. The version of `malloc'
from v2.02 doesn't do that. Which library did you use to build GCC?
Another place in the library that calls `abort' is the function that
passes file names to DOS system calls.
- Raw text -