Your message dated Mon, 13 Oct 2014 18:28:57 -0700
with message-id <[email protected]>
and subject line resolved upstream
has caused the Debian Bug report #295451,
regarding spamassassin: infinite loop in bayes database handling
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
295451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=295451
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: spamassassin
Severity: important
This happens at random intervals:
stat64("/home/asuffield/.spamassassin/bayes_toks.expire2054", 0xbffff580) = -1
ENOENT (No such file or directory)
open("/home/asuffield/.spamassassin/__db.bayes_toks.expire2054",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/home/asuffield/.spamassassin/__db.bayes_toks.expire2054",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/home/asuffield/.spamassassin/__db.bayes_toks.expire2054",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
stat64("/home/asuffield/.spamassassin/bayes_toks.expire2054", 0xbffff580) = -1
ENOENT (No such file or directory)
open("/home/asuffield/.spamassassin/__db.bayes_toks.expire2054",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/home/asuffield/.spamassassin/__db.bayes_toks.expire2054",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/home/asuffield/.spamassassin/__db.bayes_toks.expire2054",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
(repeat endlessly)
Obviously the lock-and-create logic has gone badly wrong here
somewhere. It's got to be something fairly obvious to be that badly
wrong... the filenames in the stat() and open() calls don't even
match. It doesn't appear to be related to the input data, so it's
probably a race condition.
--
.''`. ** Debian GNU/Linux ** | Andrew Suffield
: :' : http://www.debian.org/ |
`. `' |
`- -><- |
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
This was resolved upstream in 2011. Resolving.
signature.asc
Description: Digital signature
--- End Message ---