Subject: | make test cause core dump when perl(5.8.2) built with both use64bitint and usethreads options |
Platform: SunOS Generic_108528-23 sun4u sparc SUNW,Ultra-2
perl: 5.8.2 build with following option
-Dcc=gcc -Duse64bitint -Dusethreads -des
complier: gcc 3.1
DBI: 1.40
DBD::Oracle 1.14
Seems compiled fine, but get core dump when "make test"
core is attached
$ make test
PERL_DL_NONLAZY=1 /sbcimp/run/pd/perl/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/base.......dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
t/cursor.....dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
t/general....dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
t/long.......dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
t/meta.......dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
t/ph_type....dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
t/plsql......dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
t/reauth.....skipped
all skipped: no reason given
t/select.....dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
FAILED--9 test scripts could be run, alas--no output ever seen
*** Error code 2
make: Fatal error: Command failed for target `test_dynamic'