[ECOS] Doug Lea's malloc implementation?

Nikolay V. Pyatkov npyatkov@usa.net
Fri Aug 9 22:40:00 GMT 2002


Hi
I was debugging GoAhead web server on linux synthetic target. It was crashing 
in the middle of the first page transfer. I traced the problem to free() in 
the "Doug Lea's malloc implementation". The values to the free looks fine. At 
the top of the stack was allocation of 4 bytes and free of the same 4 bytes. 
I could not get any useful information from the dbg. I removed -O2. The same 
result.

But after selecting "Simple variable block implementation" instead of " Doug 
Lea's malloc implementation" and recompiling the kernel everything works just 
fine. 

Did anyone see any problems with this package or it is just my setup?

Nikolay

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss



More information about the Ecos-discuss mailing list