From: Godmar Back (gback@cs.utah.edu)
Date: Thu Feb 04 1999 - 03:10:02 EST
>
> A fellow here at work said he seems to have seen the message
> "malloc(): recursive call" output while running the latest
> version of kaffe.
How late?
Does it include this line in jthread.c already:
list = malloc(n * sizeof(jthread_t *));
This can indeed call malloc recursively, but if it ever gets
there things are already screwed.
And what happens afterwards? Does it crash?
- Godmar
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:57 EDT