Event.pm failing tests on tru64

[email protected] ("Stracchino, Peri") Tue, 26 Jul 2005 16:08:24 +0100
Newsgroups perl.loop
Message-ID <[email protected]>
------_=_NextPart_001_01C591F3.DE3F77C8
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi
=20
I'm trying to install the perl Event module (1.06, but 1.0 behaves
similarly) on tru64., with the following perl version
=20
 Platform:
    osname=3Ddec_osf, osvers=3D5.1b, archname=3Dalpha-dec_osf-ld
    uname=3D'osf1 castar.bl.uk v5.1 2650 alpha '
    config_args=3D'-Dprefix=3D/usr/local/perl5.8.4'
    hint=3Drecommended, useposix=3Dtrue, d_sigaction=3Ddefine
    usethreads=3Dundef use5005threads=3Dundef useithreads=3Dundef
usemultiplicity=3Dunde
f
    useperlio=3Ddefine d_sfio=3Dundef uselargefiles=3Ddefine =
usesocks=3Dundef
    use64bitint=3Ddefine use64bitall=3Ddefine uselongdouble=3Ddefine
    usemymalloc=3Dn, bincompat5005=3Dundef
  Compiler:
    cc=3D'cc', ccflags =3D'-std -D_INTRINSICS -fprm d -ieee
-I/usr/local/include -DL
ANGUAGE_C',
    optimize=3D'-O4',
    cppflags=3D'-std -D_INTRINSICS -fprm d -ieee -I/usr/local/include
-DLANGUAGE_C
'
    ccversion=3D'V6.5-011', gccversion=3D'', gccosandvers=3D''
    intsize=3D4, longsize=3D8, ptrsize=3D8, doublesize=3D8, =
byteorder=3D12345678
    d_longlong=3Ddefine, longlongsize=3D8, d_longdbl=3Ddefine, =
longdblsize=3D16
    ivtype=3D'long', ivsize=3D8, nvtype=3D'long double', nvsize=3D16,
Off_t=3D'off_t', lse
eksize=3D8
    alignbytes=3D16, prototype=3Ddefine
  Linker and Libraries:
    ld=3D'ld', ldflags =3D' -L/usr/local/lib'
    libpth=3D/usr/local/lib /usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc
/usr/lib /v
ar/shlib
    libs=3D-ldbm -ldb -lm -lutil
    perllibs=3D-lm -lutil
    libc=3D/usr/shlib/libc.so, so=3Dso, useshrplib=3Dtrue, =
libperl=3Dlibperl.so
    gnulibc_version=3D''
  Dynamic Linking:
    dlsrc=3Ddl_dlopen.xs, dlext=3Dso, d_dlsymun=3Dundef, ccdlflags=3D'
-Wl,-rpath,/usr/
local/perl5.8.4/lib/5.8.4/alpha-dec_osf-ld/CORE'
    cccdlflags=3D' ', lddlflags=3D'-shared -expect_unresolved "*" -O4 =
-msym
-std -s=20
-L/usr/local/lib'

=20
Running make gives the output
=20
# make=20
cp lib/Event/signal.pm blib/lib/Event/signal.pm
cp lib/Event/io.pm blib/lib/Event/io.pm
cp lib/Event/generic.pod blib/lib/Event/generic.pod
cp lib/Event/timer.pm blib/lib/Event/timer.pm
cp lib/Event/generic.pm blib/lib/Event/generic.pm
cp lib/Event/var.pm blib/lib/Event/var.pm
cp lib/Event/idle.pm blib/lib/Event/idle.pm
cp lib/Event/typemap blib/lib/Event/typemap
cp lib/Event.pm blib/lib/Event.pm
cp lib/Event/EventAPI.h blib/lib/Event/EventAPI.h
cp lib/Event.pod blib/lib/Event.pod
cp lib/Event/group.pm blib/lib/Event/group.pm
cp lib/Event/Watcher.pm blib/lib/Event/Watcher.pm
cp lib/Event/type.pm blib/lib/Event/type.pm
cp lib/Event/MakeMaker.pm blib/lib/Event/MakeMaker.pm
/usr/bin/perl /usr/local/perl5.8.4/lib/5.8.4/ExtUtils/xsubpp  -typemap
/usr/local/perl5.8.4/lib/5.8.4/ExtUtils/typemap -typemap
./lib/Event/typemap  Event.xs > Event.xsc && mv Event.xsc Event.c
cc -c  -Ic -Ilib/Event  -std -D_INTRINSICS -fprm d -ieee
-I/usr/local/include -DLANGUAGE_C -O4    -DVERSION=3D\"1.06\"
-DXS_VERSION=3D\"1.06\"
"-I/usr/local/perl5.8.4/lib/5.8.4/alpha-dec_osf-ld/CORE"   Event.c
Running Mkbootstrap for Event ()
chmod 644 Event.bs
ar cr tmp.a Event.o
: tmp.a
rm -f blib/arch/auto/Event/Event.so
LD_RUN_PATH=3D"" ld  -shared -expect_unresolved "*" -O4 -msym -std -s
-L/usr/local/lib -all tmp.a -none  -o blib/arch/auto/Event/Event.so

chmod 755 blib/arch/auto/Event/Event.so
cp Event.bs blib/arch/auto/Event/Event.bs
chmod 644 blib/arch/auto/Event/Event.bs
Manifying blib/man3/Event.3
Manifying blib/man3/Event::generic.3
Manifying blib/man3/Event::MakeMaker.3
#
=20
on running make test, almost every test fails and generates a core
like so:
        Failed 7/7 tests, 0.00% okay
t/unconfigured....ok

t/var.............dubious

        Test returned status -1 (wstat 139, 0x8b)
        test program seems to have generated a core
DIED. FAILED tests 1-6
        Failed 6/6 tests, 0.00% okay
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
------------------------------------------------------------------------
-------
t/attach_to.t    -1   139     3    6 200.00%  1-3
t/bored.t        -1   139     5   10 200.00%  1-5
t/callback.t     -1   139     6   12 200.00%  1-6
t/delete.t       -1   139     1    2 200.00%  1
t/eval.t         -1   139     7   14 200.00%  1-7
t/fifo.t         -1   139     1    2 200.00%  1
t/generic.t      -1   139    10    6  60.00%  8-10
t/group.t        -1   139     3    0   0.00%  ??
t/hook.t         -1   139     4    8 200.00%  1-4
t/hup.t          -1   139     1    2 200.00%  1
t/idle.t         -1   139     4    8 200.00%  1-4
t/idle2.t        -1   139     5   10 200.00%  1-5
t/io.t           -1   139     8   12 150.00%  3-8
t/leak2.t        -1   139     2    4 200.00%  1-2
t/loop.t         -1   139     3    6 200.00%  1-3
t/now.t          -1   139    13   26 200.00%  1-13
t/reenter.t      -1   139     7   14 200.00%  1-7
t/signal.t       -1   139     4    8 200.00%  1-4
t/timeout_cb.t   -1   139     6   12 200.00%  1-6
t/timer.t        -1   139     7   14 200.00%  1-7
t/var.t          -1   139     6   12 200.00%  1-6
Failed 21/24 test scripts, 12.50% okay. 94/126 subtests failed, 25.40%
okay.
*** Exit 2
Stop.
#=20
=20
Has anyone come across a similar problem with this module, or does
anyone have any suggestions? =20
=20
Peri

*************************************************************************=
*
=20
Experience the British Library online at www.bl.uk
=20
Help the British Library conserve the world's knowledge. Adopt a Book. =
www.bl.uk/adoptabook
=20
*************************************************************************=
*
=20
The information contained in this e-mail is confidential and may be =
legally privileged. It is intended for the addressee(s) only. If you are =
not the intended recipient, please delete this e-mail and notify the =
[email protected] : The contents of this e-mail must not be disclosed or =
copied without the sender's consent.=20
=20
The statements and opinions expressed in this message are those of the =
author and do not necessarily reflect those of the British Library. The =
British Library does not take any responsibility for the views of the =
author.=20
=20
*************************************************************************=
*

------_=_NextPart_001_01C591F3.DE3F77C8
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<HTML xmlns:eXclaimer=3D"http://www.exclaimer.co.uk" =
xmlns:msxsl=3D"urn:schemas-microsoft-com:xslt" =
xmlns:exc=3D"http://www.exclaimer.co.uk/rtf">
<HEAD>
<META http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3DUTF-16">

<TITLE>Message</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1505" name=3DGENERATOR></HEAD>
<BODY >
<DIV>
<DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005>Hi</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D240283514-26072005>I'm =
trying to=20
install the perl Event module (1.06, but 1.0 behaves similarly) on =
tru64., with=20
the following perl version</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D1><SPAN=20
class=3D240283514-26072005>&nbsp;Platform:<BR>&nbsp;&nbsp;&nbsp; =
osname=3Ddec_osf,=20
osvers=3D5.1b, archname=3Dalpha-dec_osf-ld<BR>&nbsp;&nbsp;&nbsp; =
uname=3D'osf1=20
castar.bl.uk v5.1 2650 alpha '<BR>&nbsp;&nbsp;&nbsp;=20
config_args=3D'-Dprefix=3D/usr/local/perl5.8.4'<BR>&nbsp;&nbsp;&nbsp;=20
hint=3Drecommended, useposix=3Dtrue, =
d_sigaction=3Ddefine<BR>&nbsp;&nbsp;&nbsp;=20
usethreads=3Dundef use5005threads=3Dundef useithreads=3Dundef=20
usemultiplicity=3Dunde<BR>f<BR>&nbsp;&nbsp;&nbsp; useperlio=3Ddefine =
d_sfio=3Dundef=20
uselargefiles=3Ddefine usesocks=3Dundef<BR>&nbsp;&nbsp;&nbsp; =
use64bitint=3Ddefine=20
use64bitall=3Ddefine uselongdouble=3Ddefine<BR>&nbsp;&nbsp;&nbsp; =
usemymalloc=3Dn,=20
bincompat5005=3Dundef<BR>&nbsp; Compiler:<BR>&nbsp;&nbsp;&nbsp; =
cc=3D'cc', ccflags=20
=3D'-std -D_INTRINSICS -fprm d -ieee -I/usr/local/include=20
-DL<BR>ANGUAGE_C',<BR>&nbsp;&nbsp;&nbsp; =
optimize=3D'-O4',<BR>&nbsp;&nbsp;&nbsp;=20
cppflags=3D'-std -D_INTRINSICS -fprm d -ieee -I/usr/local/include=20
-DLANGUAGE_C<BR>'<BR>&nbsp;&nbsp;&nbsp; ccversion=3D'V6.5-011', =
gccversion=3D'',=20
gccosandvers=3D''<BR>&nbsp;&nbsp;&nbsp; intsize=3D4, longsize=3D8, =
ptrsize=3D8,=20
doublesize=3D8, byteorder=3D12345678<BR>&nbsp;&nbsp;&nbsp; =
d_longlong=3Ddefine,=20
longlongsize=3D8, d_longdbl=3Ddefine, =
longdblsize=3D16<BR>&nbsp;&nbsp;&nbsp;=20
ivtype=3D'long', ivsize=3D8, nvtype=3D'long double', nvsize=3D16, =
Off_t=3D'off_t',=20
lse<BR>eksize=3D8<BR>&nbsp;&nbsp;&nbsp; alignbytes=3D16, =
prototype=3Ddefine<BR>&nbsp;=20
Linker and Libraries:<BR>&nbsp;&nbsp;&nbsp; ld=3D'ld', ldflags =3D'=20
-L/usr/local/lib'<BR>&nbsp;&nbsp;&nbsp; libpth=3D/usr/local/lib =
/usr/shlib=20
/usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib =
/v<BR>ar/shlib<BR>&nbsp;&nbsp;&nbsp;=20
libs=3D-ldbm -ldb -lm -lutil<BR>&nbsp;&nbsp;&nbsp; perllibs=3D-lm=20
-lutil<BR>&nbsp;&nbsp;&nbsp; libc=3D/usr/shlib/libc.so, so=3Dso, =
useshrplib=3Dtrue,=20
libperl=3Dlibperl.so<BR>&nbsp;&nbsp;&nbsp; =
gnulibc_version=3D''<BR>&nbsp; Dynamic=20
Linking:<BR>&nbsp;&nbsp;&nbsp; dlsrc=3Ddl_dlopen.xs, dlext=3Dso, =
d_dlsymun=3Dundef,=20
ccdlflags=3D'&nbsp;=20
-Wl,-rpath,/usr/<BR>local/perl5.8.4/lib/5.8.4/alpha-dec_osf-ld/CORE'<BR>&=
nbsp;&nbsp;&nbsp;=20
cccdlflags=3D' ', lddlflags=3D'-shared -expect_unresolved "*" -O4 -msym =
-std -s=20
<BR>-L/usr/local/lib'<BR></SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><SPAN =
class=3D240283514-26072005>Running make gives=20
the output</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D240283514-26072005># make =
<BR>cp=20
lib/Event/signal.pm blib/lib/Event/signal.pm<BR>cp lib/Event/io.pm=20
blib/lib/Event/io.pm<BR>cp lib/Event/generic.pod=20
blib/lib/Event/generic.pod<BR>cp lib/Event/timer.pm=20
blib/lib/Event/timer.pm<BR>cp lib/Event/generic.pm=20
blib/lib/Event/generic.pm<BR>cp lib/Event/var.pm =
blib/lib/Event/var.pm<BR>cp=20
lib/Event/idle.pm blib/lib/Event/idle.pm<BR>cp lib/Event/typemap=20
blib/lib/Event/typemap<BR>cp lib/Event.pm blib/lib/Event.pm<BR>cp=20
lib/Event/EventAPI.h blib/lib/Event/EventAPI.h<BR>cp lib/Event.pod=20
blib/lib/Event.pod<BR>cp lib/Event/group.pm =
blib/lib/Event/group.pm<BR>cp=20
lib/Event/Watcher.pm blib/lib/Event/Watcher.pm<BR>cp lib/Event/type.pm=20
blib/lib/Event/type.pm<BR>cp lib/Event/MakeMaker.pm=20
blib/lib/Event/MakeMaker.pm<BR>/usr/bin/perl=20
/usr/local/perl5.8.4/lib/5.8.4/ExtUtils/xsubpp&nbsp; -typemap=20
/usr/local/perl5.8.4/lib/5.8.4/ExtUtils/typemap -typemap=20
./lib/Event/typemap&nbsp; Event.xs &gt; Event.xsc &amp;&amp; mv =
Event.xsc=20
Event.c<BR>cc -c&nbsp; -Ic -Ilib/Event&nbsp; -std -D_INTRINSICS -fprm d =
-ieee=20
-I/usr/local/include -DLANGUAGE_C -O4&nbsp;&nbsp;&nbsp; =
-DVERSION=3D\"1.06\"&nbsp;=20
-DXS_VERSION=3D\"1.06\"&nbsp;=20
"-I/usr/local/perl5.8.4/lib/5.8.4/alpha-dec_osf-ld/CORE"&nbsp;&nbsp;=20
Event.c<BR>Running Mkbootstrap for Event ()<BR>chmod 644 Event.bs<BR>ar =
cr tmp.a=20
Event.o<BR>: tmp.a<BR>rm -f =
blib/arch/auto/Event/Event.so<BR>LD_RUN_PATH=3D""=20
ld&nbsp; -shared -expect_unresolved "*" -O4 -msym -std -s =
-L/usr/local/lib -all=20
tmp.a -none&nbsp; -o =
blib/arch/auto/Event/Event.so&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
<BR>chmod 755 blib/arch/auto/Event/Event.so<BR>cp Event.bs=20
blib/arch/auto/Event/Event.bs<BR>chmod 644=20
blib/arch/auto/Event/Event.bs<BR>Manifying =
blib/man3/Event.3<BR>Manifying=20
blib/man3/Event::generic.3<BR>Manifying=20
blib/man3/Event::MakeMaker.3<BR>#</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D240283514-26072005>on =
running make=20
test, almost every test fails&nbsp;and generates a =
core</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D240283514-26072005>like=20
so:</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
Failed 7/7=20
tests, 0.00%=20
okay<BR>t/unconfigured....ok&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

<BR>t/var.............dubious&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Test returned status -1 =
(wstat=20
139, 0x8b)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; test program =
seems to=20
have generated a core<BR>DIED. FAILED tests=20
1-6<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Failed 6/6 tests, =
0.00%=20
okay<BR>Failed Test&nbsp;&nbsp;&nbsp; Stat Wstat Total Fail&nbsp; =
Failed&nbsp;=20
List of=20
Failed<BR>---------------------------------------------------------------=
----------------<BR>t/attach_to.t&nbsp;&nbsp;&nbsp;=20
-1&nbsp;&nbsp; 139&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp;&nbsp; 6 =
200.00%&nbsp;=20
1-3<BR>t/bored.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
-1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 10 200.00%&nbsp;=20
1-5<BR>t/callback.t&nbsp;&nbsp;&nbsp;&nbsp; -1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 12 200.00%&nbsp;=20
1-6<BR>t/delete.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; 2 200.00%&nbsp;=20
1<BR>t/eval.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
-1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 14 200.00%&nbsp;=20
1-7<BR>t/fifo.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
-1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; 2 200.00%&nbsp;=20
1<BR>t/generic.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp;&nbsp; 6&nbsp; 60.00%&nbsp;=20
8-10<BR>t/group.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
-1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; =
0.00%&nbsp;=20
??<BR>t/hook.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
-1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp;&nbsp; 8 200.00%&nbsp;=20
1-4<BR>t/hup.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
-1&nbsp;&nbsp; 139&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; 2 =
200.00%&nbsp;=20
1<BR>t/idle.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
-1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp;&nbsp; 8 200.00%&nbsp;=20
1-4<BR>t/idle2.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
-1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 10 200.00%&nbsp;=20
1-5<BR>t/io.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
=20
-1&nbsp;&nbsp; 139&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp; 12 =
150.00%&nbsp;=20
3-8<BR>t/leak2.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
-1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp; 4 200.00%&nbsp;=20
1-2<BR>t/loop.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
-1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp;&nbsp; 6 200.00%&nbsp;=20
1-3<BR>t/now.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
-1&nbsp;&nbsp; 139&nbsp;&nbsp;&nbsp; 13&nbsp;&nbsp; 26 200.00%&nbsp;=20
1-13<BR>t/reenter.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 14 200.00%&nbsp;=20
1-7<BR>t/signal.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp;&nbsp; 8 200.00%&nbsp;=20
1-4<BR>t/timeout_cb.t&nbsp;&nbsp; -1&nbsp;&nbsp; =
139&nbsp;&nbsp;&nbsp;&nbsp;=20
6&nbsp;&nbsp; 12 200.00%&nbsp;=20
1-6<BR>t/timer.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
-1&nbsp;&nbsp;=20
139&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 14 200.00%&nbsp;=20
1-7<BR>t/var.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
-1&nbsp;&nbsp; 139&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 12 =
200.00%&nbsp;=20
1-6<BR>Failed 21/24 test scripts, 12.50% okay. 94/126 subtests failed, =
25.40%=20
okay.<BR>*** Exit 2<BR>Stop.<BR>#&nbsp;</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D240283514-26072005>Has =
anyone come=20
across a similar problem with this module, or does anyone have any=20
suggestions?&nbsp; </SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><SPAN =
class=3D240283514-26072005>Peri</DIV>
<DIV><BR>&nbsp;</SPAN></FONT></DIV></DIV>
</DIV>
<DIV>********************************************************************=
******</DIV>
<DIV>&nbsp;</DIV>
<DIV>Experience the British Library online at <A =
HREF=3D"http://www.bl.uk/">www.bl.uk</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>Help the British Library conserve the world's knowledge. Adopt a =
Book. <A =
HREF=3D"http://www.bl.uk/adoptabook">www.bl.uk/adoptabook</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>********************************************************************=
******</DIV>
<DIV>&nbsp;</DIV>
<DIV>The information contained in this e-mail is confidential and may be =
legally privileged. It is intended for the addressee(s) only. If you are =
not the intended recipient, please delete this e-mail and notify the <A =
HREF=3D"mailto:[email protected]">[email protected]</A> : The contents of =
this e-mail must not be disclosed or copied without the sender's =
consent. </DIV>
<DIV>&nbsp;</DIV>
<DIV>The statements and opinions expressed in this message are those of =
the author and do not necessarily reflect those of the British Library. =
The British Library does not take any responsibility for the views of =
the author. </DIV>
<DIV>&nbsp;</DIV>
<DIV>********************************************************************=
******</DIV>
<DIV>&nbsp; </DIV></BODY></HTML>

------_=_NextPart_001_01C591F3.DE3F77C8--