Front page | perl.perl5.porters |
Postings from March 2000
[ID 20000309.011] 5.6.0 RC1 test failure in Digital UNIX with threads
From:
Jarkko Hietaniemi
Date:
March 9, 2000 13:07
Subject:
[ID 20000309.011] 5.6.0 RC1 test failure in Digital UNIX with threads
Message ID:
200003092107.XAA25778@ugli.hut.fi
This is a bug report for perl from jhi@ugli.hut.fi,
generated with the help of perlbug 1.27 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
This message has been sent using the perlbug from a successful Linux
build. The config info has bee nreplaces with the "./myconfig" output
from the failing Digital UNIX 4.0D build.
The lib/thread.t spurts error messages and then hangs indefinitely.
Other than that, all tests out fine. (I already sent out a "make ok"
report for a non-threaded build.) FWIW, I have never before seen this
test to fail in Digital UNIX.
This is what happnes:
lib/textwrap.........ok
lib/thread...........Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
Attempt to free unreferenced scalar at lib/thread.t line 90 thread 11.
[... time passes ...]
[... I get bored ...]
^C
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=dec_osf, osvers=4.0, archname=alpha-dec_osf-thread
uname='osf1 alpha.hut.fi v4.0 878 alpha '
config_args='-ders -Dusethreads -Duse5005threads'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=define useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=define use64bitall=define uselongdouble=undef usesocks=undef
Compiler:
cc='cc', optimize='-O4', gccversion=
cppflags='-pthread -std -ieee -D_INTRINSICS -DLANGUAGE_C'
ccflags ='-pthread -std -fprm d -ieee -D_INTRINSICS -DLANGUAGE_C'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=8, ptrsize=8, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='ld', ldflags =''
libpth=/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /var/shlib
libs=-lgdbm -ldbm -ldb -lm -liconv -lpthread -lexc
libc=, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-rpath,/usr/local/lib/perl5/5.6.0/alpha-dec_osf-thread/CORE'
cccdlflags=' ', lddlflags='-shared -expect_unresolved "*" -msym -std -s'
-
[ID 20000309.011] 5.6.0 RC1 test failure in Digital UNIX with threads
by Jarkko Hietaniemi