http://bugzilla.spamassassin.org/show_bug.cgi?id=3839
------- Additional Comments From [EMAIL PROTECTED] 2004-10-01 20:19 ------- Subject: Re: perl's refcounting may be causing us trouble with copy-on-write > Elt "INVALID_DATE" HASH = 0xf102ea6e > SV = PVNV(0x8e3d838) at 0x8e0cf0c > REFCNT = 1 What you don't know from that diff is whether that refcnt changed during the rule processing by being incremented on reference and decremented after the reference. So while you only see changes on some rules, and there is doubtless a way to make those changes not happen, you *don't* know that you aren't doing an inc/dec mod on each rule touched. To figure that out you practically have to figure out how to get one of those dumps in the middle of processing a rule. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
