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 v5.7.0 +SUIDMAIL +DEVEL6654 on sparc64-linux-thread-multi-64all 2.2.14-5.0 #2383

Closed
p5pRT opened this issue Aug 16, 2000 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Aug 16, 2000

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

Searchable as RT3722$

@p5pRT
Copy link
Author

p5pRT commented Aug 16, 2000

From [email protected]

This is a build failure report for perl from richard@​polaris.empire2.com,
generated with the help of perlbug 1.31 running under perl v5.7.0.


One test failed (also under @​6640). Is this a build failure?

R.

lib/db-recno.........FAILED at test 0

$ ./perl harness lib/db-recno.t
lib/db-recno........dubious
  Test returned status 0 (wstat 138, 0x8a)
  test program seems to have generated a core
FAILED--1 test script could be run, alas--no output ever seen

(gdb) bt
#0 0x7019ac8c in chunk_free (ar_ptr=0x70248ee4, p=0x120e28) at malloc.c​:3111
#1 0x7019aaf4 in free () at malloc.c​:2950
#2 0x7005bb08 in __bam_close (dbp=0x120cd0) at btree/bt_close.c​:88
#3 0x70065f34 in __ram_close (argdbp=0x120cd0) at btree/bt_recno.c​:395
#4 0x7006e474 in db_close (dbp=0x120cd0, flags=0) at db/db.c​:765
#5 0x702ec8ac in XS_DB_File_DESTROY ()
  from /home/richard/perl/t/../lib/auto/DB_File/DB_File.so
#6 0x7815c in Perl_pp_entersub ()
#7 0x2697c in S_call_body ()
#8 0x26700 in Perl_call_sv ()
#9 0x80368 in Perl_sv_clear ()
#10 0x80a58 in Perl_sv_free ()
#11 0x80710 in Perl_sv_clear ()
#12 0x80a58 in Perl_sv_free ()
#13 0x7fa2c in Perl_sv_unmagic ()
#14 0xab1c8 in Perl_pp_untie ()
#15 0x710b4 in Perl_runops_standard ()
#16 0x25f0c in S_run_body ()
#17 0x25be4 in perl_run ()
#18 0x230dc in main ()
#19 0x7015e9b4 in __libc_start_main () at
  ../sysdeps/generic/libc-start.c​:122



Flags​:
  category=install
  severity=none


Site configuration information for perl v5.7.0​:

Configured by richard at Wed Aug 16 10​:23​:03 PDT 2000.

Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration​:
  Platform​:
  osname=linux, osvers=2.2.14-5.0, archname=sparc64-linux-thread-multi-64all
  uname='linux polaris.empire2.com 2.2.14-5.0 #1 tue mar 7 21​:50​:41 est 2000 sparc64 unknown '
  config_args=''
  hint=recommended, useposix=true, d_sigaction=define
  usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
  useperlio=define d_sfio=undef uselargefiles=define
  use64bitint=define use64bitall=define uselongdouble=define usesocks=undef
  Compiler​:
  cc='gcc', optimize='-O2', gccversion=egcs-2.91.66 19990314/Linux (egcs-1.1.2 release), gccosandvers=
  cppflags='-D_REENTRANT -fno-strict-aliasing -I/usr/local/include'
  ccflags ='-D_REENTRANT -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
  stdchar='char', d_stdstdio=define, usevfork=false
  intsize=4, longsize=4, ptrsize=4, doublesize=8
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
  ivtype='long long', ivsize=8, nvtype='long double', nvsize=8, Off_t='off_t', lseeksize=8
  alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries​:
  ld='gcc', ldflags =' -L/usr/local/lib'
  libpth=/usr/local/lib /lib /usr/lib
  libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lpthread -lc -lposix -lcrypt -lutil
  libc=/lib/libc-2.1.3.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​:
  SUIDMAIL - fixes for suidperl security
  DEVEL6654


@​INC for perl v5.7.0​:
  /etc/httpd/lib/perl
  /home/richard/perl-jarkko/lib/5.7.0/sparc64-linux-thread-multi-64all
  /home/richard/perl-jarkko/lib/5.7.0
  /home/richard/perl-jarkko/lib/site_perl/5.7.0/sparc64-linux-thread-multi-64all
  /home/richard/perl-jarkko/lib/site_perl/5.7.0
  /home/richard/perl-jarkko/lib/site_perl
  .


Environment for perl v5.7.0​:
  HOME=/home/richard
  LANG=en_US
  LANGUAGE (unset)
  LD_LIBRARY_PATH=​:
  LOGDIR (unset)
  PATH=/home/richard/bin​:/usr/local/bin​:/usr/local/sbin​:/usr/X11R6/bin​:/usr/kerberos/bin​:/usr/bin​:/bin​:/usr/sbin​:/sbin​:/usr/X11R6/bin
  PERL5LIB=/etc/httpd/lib/perl
  PERL_BADLANG (unset)
  SHELL=/bin/bash

@p5pRT
Copy link
Author

p5pRT commented Nov 30, 2002

@jhi - Status changed from 'open' to 'resolved'

@p5pRT
Copy link
Author

p5pRT commented Nov 30, 2002

From @jhi

I'm closing off some of the older Not OK reports. If you still have problems, please report them using Perl 5.8.0.

@p5pRT
Copy link
Author

p5pRT commented Nov 30, 2002

@jhi - Status changed from 'open' to 'resolved'

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