Front page | perl.perl5.porters |
Postings from May 2001
Re: Perl under AIX 4.3.3
Thread Previous
|
Thread Next
From:
Armin.Kunaschik
Date:
May 8, 2001 04:39
Subject:
Re: Perl under AIX 4.3.3
Message ID:
OFBA4D2D64.AF6A91EE-ONC1256A46.003F8AF4@pc-plus.de
Hi there,
>> but "make test" fails with 3 tests:
>>
>> lib/b................FAILED at test 10
>> lib/ftmp-mktemp......FAILED at test 1
>> lib/io_dir...........FAILED at test 0
>
>if a test fails at test 0, there's usualy a core-dump involved (as harness
also
>tells you). Can you send a stack trace for 5.6.1?
>
This is the core after running perl harness... the last test error was
lib/open2...........dubious
Here we go:
$dbx -I.. ./perl core
Type 'help' for help.
reading symbolic information ...
[using memory image in core]
Segmentation fault in Perl_scalar at line 976 in file "../op.c" ($t1)
976 for (kid = cUNOPo->op_first; kid; kid =
kid->op_sibling)
(dbx) where
Perl_scalar(o = 0x10033ef8), line 976 in "op.c"
Perl_newOP(type = 74, flags = 537434808), line 2548 in "op.c"
unnamed block $b263, line 2525 in "op.c"
Perl_newLISTOP(type = 160, flags = 0, first = 0x200913e8, last =
0x200914a8), line 2525 in "op.c"
Perl_yyparse(), line 390 in "perly.y"
unnamed block $b967, line 2818 in "pp_ctl.c"
S_doeval(??, ??), line 2818 in "pp_ctl.c"
Perl_pp_require(), line 3285 in "pp_ctl.c"
Perl_runops_standard(), line 23 in "run.c"
S_call_body(??, ??), line 1824 in "perl.c"
perl_call_sv(??, ??), line 1742 in "perl.c"
S_call_list_body(??), line 3811 in "perl.c"
Perl_call_list(??, ??), line 3739 in "perl.c"
Perl_newATTRSUB(floor = 268549156, o = 0x2000f320, proto = 0x2ff225d0,
attrs = 0x2000f4dc, block = 0x10079bac), line 4753 in "op.c"
Perl_utilize(aver = 159, floor = 0, version = 0x200244b8, id = 0x200245b8,
arg = 0x100d6000), line 3239 in "op.c"
Perl_yyparse(), line 377 in "perly.y"
S_parse_body(??, ??), line 1317 in "perl.c"
perl_parse(??, ??, ??, ??, ??), line 895 in "perl.c"
main(argc = 0, argv = (nil), env = (nil)), line 50 in "perlmain.c"
Hope this helps?
Armin
Thread Previous
|
Thread Next