> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 04, 2006 11:35 AM > To: Dallas L. Engelken > Cc: users@spamassassin.apache.org > Subject: Re: strange bug, filling syslog > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > "Dallas L. Engelken" writes: > > > -----Original Message----- > > > From: Patrick von der Hagen [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, January 04, 2006 10:48 AM > > > To: Justin Mason > > > Cc: users@spamassassin.apache.org > > > Subject: Re: strange bug, filling syslog > > > > > > Justin Mason wrote: > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > > > > > > > > > > hi Patrick -- > > > > > > > > this message: > > > > > > > >> Jan 2 23:09:25 mail7 spamd[16004]: spamd: copy_config > timeout, > > > >> respawning child process after 9 messages at > > > >> /usr/spamassassin/current/bin/spamd line 96 9. > > > > > > > > is troublesome. What version of SpamAssassin was this? > > > I really forgot to mention this.... feeling stupid..... > > > SpamAssassin is 3.1.0 > > > perl is 5.6.1 > > > > well good, so maybe we have it narrowed down a bit to perl 5.6.1 > > I dunno -- we removed the previously-troublesome code that > was causing copy_config timeouts before 3.1.0 release ;) > > (that was the use of Storable btw.) >
ya, I filed that report, and debugged it down to freeze/thaw in storable if I remember correctly. :) Maybe 5.6.1 is having some sort of trouble with the way hashes are being stored and retrieved, similar to the freeze/thaw in storable. It makes a little sense. d