slightly more info for bogoutil segfault

David Relson relson at osagesoftware.com
Sat Aug 2 16:40:46 CEST 2003


At 10:18 AM 8/2/03, Clint Adams wrote:

>http://buildd.debian.org/build.php?arch=&pkg=bogofilter
>
>     * 0.14.1.1-1 (arm) (latest build at Aug 1 21:45: maybe-failed)
>     * 0.14.1.1-1 (mipsel) (latest build at Aug 1 21:40: maybe-failed)
>     * 0.14.1.1-1 (mips) (latest build at Aug 1 21:58: maybe-failed)
>     * 0.14.1.1-1 (hppa) (latest build at Aug 1 22:06: maybe-failed)
>     * 0.14.1.1-1 (m68k) (latest build at Aug 1 23:02: maybe-failed)
>
>These logs contain gdb backtraces (except when gdb wasn't happy).

Clint,

Matthias found and fixed a bad array declaration in funcition db_foreach() 
in file datastore_db.c.  It could explain all the problems you're seeing 
with non-Intel architectures.  Can you test the code in the cvs repository 
or do you need new rpms?

I anticipate releasing 0.14.2 later today.  The release is ready for build, 
except for the final decision on exit codes, i.e.:

old - spam, ham, error = 0, 1, 2
current - spam, ham, unsure, error = 0, 1, 2, 3

alternative 1 - spam, ham, unsure, error = 0, 1, 2, 3
alternative 2 - spam, ham, unsure, error = 0, 1, 2, 99
alternative 3 - spam, ham, unsure, error = 0, 1, ?, ?

David






More information about the bogofilter-dev mailing list