Mail Archives: djgpp-workers/2001/07/25/04:44:57
On Tue, 24 Jul 2001, I wrote:
> > I modified make's main.c and added the following line, but the crash still
> > occured and I couldn't see any extra debug info or extra info in the crash
> > outout.
> > int _crt0_startup_flags = (_CRT0_FLAG_UNIX_SBRK);
> >
> > Any other suggestions on where to look or what to do next?
>
> One possibility would be to turn on malloc debugging in Make (see
> "info libc alpha malloc_debug" in the CVS version of the library), and
> set the debug level to the highest possible value. If this is a
> genuine memory allocation bug, the malloc debugging code might catch
> it.
Btw, the program which crashes is the stock make.exe from mak3791b.zip on
SimTel.NET, yes? If not, please try that one.
- Raw text -