Index: ossp-pkg/pth/.dmallocrc RCS File: /v/ossp/cvs/ossp-pkg/pth/.dmallocrc,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/pth/.dmallocrc,v' 2>/dev/null --- .dmallocrc 2001/03/24 14:56:46 1.3 +++ .dmallocrc 2003/02/11 13:17:39 1.4 @@ -1,20 +1,26 @@ ## ## Dmalloc Init Script for use with GNU Pth -## Copyright (c) 1999-2001 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## -# no debugging +# no debugging none none -# basic debugging +# basic debugging debug1 log-stats, log-non-free, check-fence -# more logging and some heap checking -debug2 log-stats, log-non-free, log-trans, \ - check-fence, check-heap, check-lists, error-abort - -# good utilities -debug3 log-stats, log-non-free, log-trans, \ - log-admin, check-fence, check-heap, check-lists, realloc-copy, \ - free-blank, error-abort +# more logging and some heap checking +debug2 log-stats, log-non-free, check-fence, \ + log-trans, check-heap, check-lists + +# good utilities +debug3 log-stats, log-non-free, check-fence, \ + log-trans, check-heap, check-lists, \ + log-admin, realloc-copy, free-blank + +# full metal jacket +debug4 log-stats, log-non-free, check-fence, \ + log-trans, check-heap, check-lists, \ + log-admin, realloc-copy, free-blank, \ + log-bad-space, log-nonfree-space Index: ossp-pkg/pth/config.param RCS File: /v/ossp/cvs/ossp-pkg/pth/config.param,v rcsdiff -q -kk '-r1.20' '-r1.21' -u '/v/ossp/cvs/ossp-pkg/pth/config.param,v' 2>/dev/null --- config.param 2003/01/01 15:49:11 1.20 +++ config.param 2003/02/11 13:17:39 1.21 @@ -52,7 +52,7 @@ # build for developing # (developer machine only) -# [Hint: dmalloc -l dmalloc.log -i 1 debug3] +# [Hint: dmalloc -l dmalloc.log -i 1 debug1] devel { CC=/usr/opkg/bin/gcc IF test -f /usr/opkg/bin/gcc --prefix=/usr/opkg/local/PKG/pth IF test -d /usr/opkg/local/PKG/pth/