The malloc library reports attempts to call free
on a buffer that has already been freed.
If you have enabled the
MallocStackLoggingNoCompact
option, you can use the logged stack information to find out where in your code the second free
call was made. You can then use this information to set up an
appropriate breakpoint in the debugger and track down the problem.
The malloc library reports information to stderr
.