I've compiled my trunk-tree against the SASL library so I could play
around with svnserve's sasl abilities, as part of documenting it for
the svnbook. However, now whenever I run 'svn help' or 'svn help
subcommand', I see the normal output followed by a whole lotta
double-free errors:
svn(603) malloc: *** Deallocation of a pointer not malloced: 0x357b;
This could be a double free(), or free() called with the middle of an
allocated block; Try setting environment variable MallocHelp to see
tools to help debug
svn(603) malloc: *** Deallocation of a pointer not malloced:
0x190000; This could be a double free(), or free() called with the
middle of an allocated block; Try setting environment variable
MallocHelp to see tools to help debug
svn(603) malloc: *** Deallocation of a pointer not malloced: 0x4;
This could be a double free(), or free() called with the middle of an
allocated block; Try setting environment variable MallocHelp to see
tools to help debug
svn(603) malloc: *** Deallocation of a pointer not malloced:
0x7fb100; This could be a double free(), or free() called with the
middle of an allocated block; Try setting environment variable
MallocHelp to see tools to help debug
svn(603) malloc: *** Deallocation of a pointer not malloced: 0x10001;
This could be a double free(), or free() called with the middle of an
allocated block; Try setting environment variable MallocHelp to see
tools to help debug
svn(603) malloc: *** error for object 0x1101ed0: incorrect checksum
for freed object - object was probably modified after being freed,
break at szone_error to debug
svn(603) malloc: *** set a breakpoint in szone_error to debug
svn(603) malloc: *** Deallocation of a pointer not malloced:
0x107b40; This could be a double free(), or free() called with the
middle of an allocated block; Try setting environment variable
MallocHelp to see tools to help debug
svn(603) malloc: *** Deallocation of a pointer not malloced:
0x1101d50; This could be a double free(), or free() called with the
middle of an allocated block; Try setting environment variable
MallocHelp to see tools to help debug
svn(603) malloc: *** Deallocation of a pointer not malloced:
0x1101d30; This could be a double free(), or free() called with the
middle of an allocated block; Try setting environment variable
MallocHelp to see tools to help debug
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 24 21:51:25 2007