How do I diagnose problem?

Matthias Andree matthias.andree at gmx.de
Tue Feb 1 09:06:26 CET 2005


David Relson <relson at osagesoftware.com> writes:

> Are you running bogofilter and BerkeleyDB in 32-bit or 64-bit mode?

Big endian 64-bit code (on an UltraSPARC IIi) is fine as far as the test
suite is concerned.

A profile of the code that can pinpoint where the code loops can be very
helpful. Linux has several mechanisms, among them oprofile and
gprof. Either needs unstripped executables (i. e. do not use "make
install-strip", but "make install"), and gprof needs additional
compiler/linker options.

-- 
Matthias Andree



More information about the Bogofilter mailing list