t.maint [was: Core dump only on Solatris 8 not 9]

David Relson relson at osagesoftware.com
Tue Aug 23 05:38:50 CEST 2005


On Mon, 22 Aug 2005 19:15:51 -0700 (PDT)
The Ha wrote:

> Hi David
> On Mon, 22 Aug 2005, David Relson wrote:
> 
> > On Mon, 22 Aug 2005 09:08:28 -0700 (PDT)
> > The Ha wrote:
> >
> > > Hi
> > > Thanks for bogofilter, it works great.
> > > However, It works only on Solaris 9 SPARC server.
> > > I also have 2 Solaris 8 Sun sparc servers that bogofilter
> > > fail with a core dump.
> > > Notes:  I have no problem building both 0.95.2 and 0.9.6 on these servers.
> > > Both fail with core dump.
> >
> > As part of building bogofilter, have you run "make check"?  How'd it do
> > on the Solaris 8 & 9 systems?
> >
> I uses gnumake 3.8 for "make check"
> 
> Solaris 8, 37 fail out of 44
> Do you need the output ?
> 
> 
> Solaris 9, 1 fail outof 44
> 
> Here is last part of  "make check" output
> 
...[snip]...

> SKIP: t.leakfind
> ./checks.12357.20050822T190131/result ./checks.12357.20050822T190131/maint.out differ: char 45, line 3
> 3,5c3,5
> < count 1 -> 1847
> < count 2 -> 950
> < count 3 -> 610
> ---
> > count 1 -> 1848
> > count 2 -> 949
> > count 3 -> 611
> FAIL: t.maint

If you run "t.maint -v" from the command (in directory
bogofilter/src/tests), its output will be left in directory
leakfind.YYYYMMDD.  File maint.out should be:

initial: 5304
count 0 -> 5305
count 1 -> 1847
count 2 -> 950
count 3 -> 610

If you run "wc -l maint.20050822/maint.out.?" the output should be:


  5305 maint.20050822/maint.out.0
  1847 maint.20050822/maint.out.1
   950 maint.20050822/maint.out.2
   610 maint.20050822/maint.out.3
  8712 total

From your output, it seems that your maint.out.0 is correct, but
maint.out.1 is incorrect.  It seems that you have a missing token which
implies a charset problem.  It'd be interesting to know which token got
"lost".  Can you create a .tar.gz file with the all of the
maint.20050822/maint.out.? files in it and email it to me?

As to the 37 of 44 tests failing on Solaris 8, I'll let Matthias work
with that.  If ssh access is possible for that the machine, it'd be
very helpful.

HTH,

David







More information about the Bogofilter mailing list