I got embperl_19991229171455_tar from CVS but still have the
same problem. Make test also fails on lists.htm (see below).
I'll try to run a stacktrace in gdb tomorrow.

PERL_DL_NONLAZY=0 /projects/perl.dev/bin/perl -I./blib/arch -I./blib/lib -I/proj
ects/perl.dev/lib/alpha-dec_osf/5.00405 -I/projects/perl.dev/lib test.pl

loading...                    ok

Testing offline mode...

ascii...                      ok
pure.htm...                   ok
plain.htm...                  ok
plain.htm...                  ok
plain.htm...                  ok
plainblock.htm...             ok
plainblock.htm...             ok
error.htm...                  ok
error.htm...                  ok
error.htm...                  ok
unclosed.htm...               ok
notfound.htm...               ok
notallow.xhtm...              ok
noerr/noerrpage.htm...        ok
errdoc/errdoc.htm...          ok
rawinput/rawinput.htm...      ok
var.htm...                    ok
varerr.htm...                 ok
varerr.htm...                 ok
escape.htm...                 ok
spaces.htm...                 ok
tagscan.htm...                ok
tagscan.htm-d 1 ...           ok
if.htm...                     ok
ifperl.htm...                 ok
loop.htm...                   ok
loopperl.htm...               ok
table.htm...                  ok
table.htm-d 1 ...             ok
lists.htm...                  sh: 26227 Memory fault - core dumped
*** Exit 139

If it's of any help, here is the output of perl -V:

Summary of my perl5 (5.0 patchlevel 4 subversion 5) configuration:
  Platform:
    osname=dec_osf, osvers=4.0, archname=alpha-dec_osf
    uname='osf1 chablis.cos.com v4.0 878 alpha '
    hint=recommended, useposix=true, d_sigaction=define
    bincompat3=n useperlio=undef d_sfio=undef
  Compiler:
    cc='cc', optimize='-O4', gccversion=
    cppflags='-std -ieee -D_INTRINSICS -I/usr/local/include -D__LANGUAGE_C__'
    ccflags ='-std -fprm d -ieee -D_INTRINSICS -I/usr/local/include -D__LANGUAGE
_C__'
    stdchar='unsigned char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=8, ptrsize=undef, doublesize=undef
    alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='ld', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /v
ar/shlib
    libs=-lm
    libc=/usr/shlib/libc.so, so=so
    useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-shared -expect_unresolved "*" -O4 -msym -s -L/us
r/local/lib'



Gerald Richter wrote:
> 
> > I'm having problems with Embperl 1.2.0. It core dumps
> > when calling Execute() with $fdat and $ffld params on
> > input files with <OPTION> tags that contain value params
> > , eg. <OPTION VALUE="val">. Embperl 1.2b4 has no problem
> > with it though.
> >
> 
> There where serveral changes in the option handling since 1.2b4. I am not
> aware of a problem there, but I have fixed problems with fdat/ffld maybe
> this helps. You can check out the CVS Version from
> dev.apache.org/from-cvs/embperl.
> 
> If this doesn't helps it would be very helpfull if you can get a
> stackbacktrace when running it under gdb.
> 
> Aynway let me know if the CVS version fixes your problem.
> 
> Gerald
>

Reply via email to