head 1.5; access; symbols LMTP2NNTP_1_4_1:1.5 LMTP2NNTP_1_4_0:1.5 LMTP2NNTP_1_3_0:1.5 LMTP2NNTP_1_3b2:1.5 LMTP2NNTP_1_3b1:1.5 LMTP2NNTP_1_3a3:1.5 LMTP2NNTP_1_3a2:1.5 LMTP2NNTP_1_3a1:1.5 LMTP2NNTP_1_2_0:1.5 LMTP2NNTP_1_2b4:1.5 LMTP2NNTP_1_2b3:1.5 LMTP2NNTP_1_2b2:1.5 LMTP2NNTP_1_2b1:1.3 LMTP2NNTP_1_2a8:1.3 LMTP2NNTP_1_2a7:1.3 LMTP2NNTP_1_2a6:1.3 LMTP2NNTP_1_2a5:1.3 LMTP2NNTP_1_2a4:1.3 LMTP2NNTP_1_2a3:1.3 SOURCE_RESTRUCTURING_AFTER:1.3 SOURCE_RESTRUCTURING_BEFORE:1.3 LMTP2NNTP_1_2a1:1.3 LMTP2NNTP_1_1_1:1.3 LMTP2NNTP_1_1_0:1.3 LMTP2NNTP_1_1b4:1.3 LMTP2NNTP_1_1b3:1.3 LMTP2NNTP_1_1b2:1.3 LMTP2NNTP_1_1b1:1.3 LMTP2NNTP_1_0_0:1.3 LMTP2NNTP_0_9_7:1.3 LMTP2NNTP_0_9_6:1.3 LMTP2NNTP_0_9_5:1.3 LMTP2NNTP_0_9_4:1.2 LMTP2NNTP_0_9_3:1.2 LMTP2NNTP_0_9_2:1.1; locks; strict; comment @# @; 1.5 date 2003.02.11.15.32.53; author thl; state Exp; branches; next 1.4; 1.4 date 2003.02.11.08.57.50; author rse; state Exp; branches; next 1.3; 1.3 date 2001.09.12.06.50.26; author thl; state Exp; branches; next 1.2; 1.2 date 2001.08.28.11.31.22; author thl; state Exp; branches; next 1.1; 1.1 date 2001.08.23.09.12.30; author rse; state Exp; branches; next ; desc @@ 1.5 log @more tweaking @ text @## ## Dmalloc Init Script for use with GNU Pth ## Copyright (c) 1999-2001 Ralf S. Engelschall ## # no debugging none none # basic debugging debug1 log-stats, log-non-free, check-fence debug1f log-stats, log-non-free, log-nonfree-space, allow-free-null, 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 # good utilities but allow free(NULL); debug3f log-stats, log-non-free, log-trans, \ log-admin, check-fence, check-heap, check-lists, realloc-copy, \ free-blank, error-abort, \ allow-free-null, log-nonfree-space # full debugging including memory dumps 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, never-reuse @ 1.4 log @here is the beast with memory dumps enabled @ text @d32 1 a32 1 log-bad-space, log-nonfree-space @ 1.3 log @dmalloc now dumps unfreed memory using log-nonfree-space option @ text @d28 6 @ 1.2 log @reduced dmalloc() complaints about non-free()d resources during one a "lmtp post arg cw.de.sd.apps.dev.test" run to zero regarding own code; A memoryleak in str library 0.9.5 was detected which was reported to and fixed by RSE; @ text @d26 1 a26 1 allow-free-null @ 1.1 log @Add DMalloc support @ text @d11 1 d21 6 @