Front page | perl.perl5.porters |
Postings from October 1999
[ID 19991026.003] Parse::RecDescent 1.70 fails make test on5.005_03 with DEBUGGING on
From:
Brand Hilton
Date:
October 26, 1999 14:11
Subject:
[ID 19991026.003] Parse::RecDescent 1.70 fails make test on5.005_03 with DEBUGGING on
Message ID:
199910262111.QAA25198@wst146.bbg.adc.com
This is a bug report for perl from bhilton@adc.com,
generated with the help of perlbug 1.26 running under perl 5.00503.
-----------------------------------------------------------------
[Please enter your report here]
When doing a make test on version 1.70 of Parse::RecDescent, I see the
following:
/.../Parse-RecDescent-1.70 $ make test
PERL_DL_NONLAZY=1 /misc2/bin/perl -Iblib/arch -Iblib/lib
-I/misc2/lib/perl5/5.00503/sun4-solaris -I/misc2/lib/perl5/5.00503
test.pl
1..18
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
Assertion failed: file "pp.c", line 2662 at blib/lib/Parse/RecDescent.pm
line 1667.
*** Error code 255
make: Fatal error: Command failed for target `test_dynamic'
I have determined that this error only shows up if I compile perl with
debugging turned on. If I turn debugging off and recompile, and start from
scratch with Parse::RecDescent, the make test passes with no errors.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Site configuration information for perl 5.00503:
Configured by bhilton at Mon Jun 7 12:22:50 CDT 1999.
Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
Platform:
osname=solaris, osvers=2.6, archname=sun4-solaris
uname='sunos wst146 5.6 generic_105181-12 sun4m sparc sun4m '
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef useperlio=undef d_sfio=undef
Compiler:
cc='gcc', optimize='-O -g', gccversion=2.8.1
cppflags='-DDEBUGGING -I/usr/local/include'
ccflags ='-DDEBUGGING -I/usr/local/include'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldl -lm -lc -lcrypt
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
Locally applied patches:
---
@INC for perl 5.00503:
/misc2/lib/perl5/5.00503/sun4-solaris
/misc2/lib/perl5/5.00503
/misc2/lib/perl5/site_perl/5.005/sun4-solaris
/misc2/lib/perl5/site_perl/5.005
.
---
Environment for perl 5.00503:
HOME=/homes/bhilton
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH=/usr/atria/shlib:/usr/local/lib:/usr/openwin/lib:/usr/dt/lib:/usr/lib
LOGDIR (unset)
PATH=.:/homes/bhilton/bin:/misc2/bin:/worx/bin:/homes/ddts/bin:/usr/atria/etc:/usr/atria/bin:/usr/frame/bin:/usr/local/bin:/usr/openwin/bin:/usr/dt/bin:/homes/bhilton/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:.:/misc2/snmp/bin:/homes/scz/dr
PERL_BADLANG (unset)
SHELL=/usr/local/bin/bash
-
[ID 19991026.003] Parse::RecDescent 1.70 fails make test on5.005_03 with DEBUGGING on
by Brand Hilton