Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not OK: perl 5.00562 on i686-linux-thread 2.2.10 (UNINSTALLED) #736

Closed
p5pRT opened this issue Oct 19, 1999 · 2 comments
Closed

Not OK: perl 5.00562 on i686-linux-thread 2.2.10 (UNINSTALLED) #736

p5pRT opened this issue Oct 19, 1999 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Oct 19, 1999

Migrated from rt.perl.org#1659 (status was 'resolved')

Searchable as RT1659$

@p5pRT
Copy link
Author

p5pRT commented Oct 19, 1999

From @jhi

Using long doubles and 64 bits and threads (whew!) I get the
following test failures.

<testing...>

It seems that just -Duse64bits is enough to get all the same failures,
-Duselongdouble (via -Dusemorebits) and -Duselargefiles and
-Dusethreads do not break things (more).

<testing...>

Without any -Duse flags make test gives 100% success.

Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
lib/bigfltpm.t 358 60 16.76% 90-97, 101-110, 114-123, 127-136,
  140-149, 153-162, 166-167
op/64bit.t 34 5 14.71% 23, 26-27, 29-30
op/universal.t 72 1 1.39% 64
4 tests and 24 subtests skipped.
Failed 3/229 test scripts, 98.69% okay. 66/9663 subtests failed, 99.32% okay.

Perl Info


Site configuration information for perl 5.00562:

Configured by jhi at Tue Oct 19 09:49:55 EET DST 1999.

Summary of my perl5 (revision 5.0 version 5 subversion 62) configuration:
  Platform:
    osname=linux, osvers=2.2.10, archname=i686-linux-thread
    uname='linux salaki.hut.fi 2.2.10 #4 smp tue aug 3 11:28:09 eet dst 1999 i686 unknown '
    config_args='-ders -Dusemorebits -Duselargefiles -Dusethreads'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define useperlio=undef d_sfio=undef
    use64bits=define usemultiplicity=undef
  Compiler:
    cc='cc', optimize='-O2', gccversion=2.7.2.3
    cppflags='-D_REENTRANT -Dbool=char -DHAS_BOOL -DUSE_LONG_LONG -I/usr/local/include'
    ccflags ='-D_REENTRANT -Dbool=char -DHAS_BOOL -DUSE_LONG_LONG -I/usr/local/include'
    stdchar='char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lndbm -lgdbm -ldbm -ldb -ldl -lm -lpthread -lc -lposix -lcrypt
    libc=/lib/libc-2.0.7.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Locally applied patches:
    


@INC for perl 5.00562:
    lib
    /u/vieraat/vieraat/jhi/Perl/lib
    /usr/local/lib/perl5/5.00562/i686-linux-thread
    /usr/local/lib/perl5/5.00562
    /usr/local/lib/site_perl/5.00562/i686-linux-thread
    /usr/local/lib/site_perl
    .


Environment for perl 5.00562:
    HOME=/u/vieraat/vieraat/jhi
    LANG=C
    LANGUAGE (unset)
    LC_ALL=fi_FI.ISO8859-1
    LC_CTYPE=fi_FI.ISO8859-1
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=/u/vieraat/vieraat/jhi/.s:/c/bin:/p/bin:/p/adm/bin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib:/etc:/lib:/p/X6/bin:/usr/bin/X11:/u/vieraat/vieraat/jhi
    PERLLIB=/u/vieraat/vieraat/jhi/Perl/lib
    PERL_BADLANG (unset)
    SHELL=/bin/sh

@p5pRT
Copy link
Author

p5pRT commented Oct 19, 1999

From @gsar

On Tue, 19 Oct 1999 13​:14​:30 +0300, Jarkko Hietaniemi wrote​:

Using long doubles and 64 bits and threads (whew!) I get the
following test failures.

<testing...>

It seems that just -Duse64bits is enough to get all the same failures,
-Duselongdouble (via -Dusemorebits) and -Duselargefiles and
-Dusethreads do not break things (more).

<testing...>

Without any -Duse flags make test gives 100% success.

Failed Test Status Wstat Total Fail Failed List of failed
------------------------------------------------------------------------------
-
lib/bigfltpm.t 358 60 16.76% 90-97, 101-110, 114-123, 127-136
,
140-149, 153-162, 166-167
op/64bit.t 34 5 14.71% 23, 26-27, 29-30
op/universal.t 72 1 1.39% 64
4 tests and 24 subtests skipped.
Failed 3/229 test scripts, 98.69% okay. 66/9663 subtests failed, 99.32% okay.

All tests pass for me with just -Duse64bits on Linux 2.0.36 and
gcc 2.7.2.3. Compare config info below.

There is one nasty looking thing that I haven't investigated, however​:

  op/lex_assign.......Scalars leaked​: 4611883861800910849
  ok

Sarathy
gsar@​activestate.com

---
Site configuration information for perl 5.00562​:

Configured by jhi at Tue Oct 19 09​:49​:55 EET DST 1999.

Summary of my perl5 (revision 5.0 version 5 subversion 62) configuration​:
Platform​:
osname=linux, osvers=2.2.10, archname=i686-linux-thread
uname='linux salaki.hut.fi 2.2.10 #4 smp tue aug 3 11​:28​:09 eet dst 1999 i
686 unknown '
config_args='-ders -Dusemorebits -Duselargefiles -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define useperlio=undef d_sfio=undef
use64bits=define usemultiplicity=undef
Compiler​:
cc='cc', optimize='-O2', gccversion=2.7.2.3
cppflags='-D_REENTRANT -Dbool=char -DHAS_BOOL -DUSE_LONG_LONG -I/usr/local
/include'
ccflags ='-D_REENTRANT -Dbool=char -DHAS_BOOL -DUSE_LONG_LONG -I/usr/local
/include'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries​:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldbm -ldb -ldl -lm -lpthread -lc -lposix -lcrypt
libc=/lib/libc-2.0.7.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking​:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Locally applied patches​:

---
@​INC for perl 5.00562​:
lib
/u/vieraat/vieraat/jhi/Perl/lib
/usr/local/lib/perl5/5.00562/i686-linux-thread
/usr/local/lib/perl5/5.00562
/usr/local/lib/site_perl/5.00562/i686-linux-thread
/usr/local/lib/site_perl
.

---
Environment for perl 5.00562​:
HOME=/u/vieraat/vieraat/jhi
LANG=C
LANGUAGE (unset)
LC_ALL=fi_FI.ISO8859-1
LC_CTYPE=fi_FI.ISO8859-1
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/u/vieraat/vieraat/jhi/.s​:/c/bin​:/p/bin​:/p/adm/bin​:/usr/local/bin​:/us
r/bin​:/usr/sbin​:/sbin​:/bin​:/usr/lib​:/etc​:/lib​:/p/X6/bin​:/usr/bin/X11​:/u/vieraa
t/vieraat/jhi
PERLLIB=/u/vieraat/vieraat/jhi/Perl/lib
PERL_BADLANG (unset)
SHELL=/bin/sh

Summary of my perl5 (revision 5.0 version 5 subversion 62) configuration​:
  Platform​:
  osname=linux, osvers=2.0.36, archname=i686-linux
  uname='linux auger 2.0.36 #1 tue mar 30 13​:15​:01 pst 1999 i686 unknown '
  config_args='-ders -Duse64bits -Doptimize=-g -Dprefix=/tmp/gsperl'
  hint=recommended, useposix=true, d_sigaction=define
  usethreads=undef useperlio=undef d_sfio=undef
  use64bits=define usemultiplicity=undef
  Compiler​:
  cc='cc', optimize='-g', gccversion=2.7.2.3
  cppflags='-Dbool=char -DHAS_BOOL -DUSE_LONG_LONG -DDEBUGGING -I/usr/local/include'
  ccflags ='-Dbool=char -DHAS_BOOL -DUSE_LONG_LONG -DDEBUGGING -I/usr/local/include'
  stdchar='char', d_stdstdio=define, usevfork=false
  intsize=4, longsize=4, ptrsize=4, doublesize=8
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
  alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries​:
  ld='cc', ldflags =' -L/usr/local/lib'
  libpth=/usr/local/lib /lib /usr/lib
  libs=-lnsl -lndbm -lgdbm -ldbm -ldb -ldl -lm -lc -lposix -lcrypt
  libc=/lib/libc-2.0.7.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking​:
  dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
  cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Characteristics of this binary (from libperl)​:
  Compile-time options​: DEBUGGING
  Built under linux
  Compiled at Oct 19 1999 18​:06​:33
  @​INC​:
  lib
  /tmp/gsperl/lib/5.00562/i686-linux
  /tmp/gsperl/lib/5.00562
  /tmp/gsperl/lib/site_perl/5.00562/i686-linux
  /tmp/gsperl/lib/site_perl
  .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant