[Mono-list] Re: *** glibc detected *** double free or corruption (fasttop): 0x0a574240 ***

Robert Jordan robertj at gmx.net
Fri May 26 08:07:44 EDT 2006


Nikki Locke wrote:
> *** glibc detected *** double free or corruption (fasttop): 0x0a574240 ***
> 
> I get this error occasionally in a large multi-threaded program. No stack 
> trace or other information is shown. Any suggestions how I can try to track 
> this down enough to write a useful bug report?
> 

Have a look at http://www.mono-project.com/Debugging

For this special error, you may start gdb using this cmd line

MALLOC_CHECK_=2 gdb mono

Robert



More information about the Mono-list mailing list