Subject: | Test failure: Bus error t/08create_function test |
bash-2.03$ PERL5LIB=./blib/lib:./blib/arch:$PERL5LIB perl
t/08create_function.t
1..18
# Running under perl version 5.008007 for solaris
# Current time local: Thu May 15 09:28:00 2008
# Current time GMT: Thu May 15 13:28:00 2008
# Using Test.pm version 1.25
ok 1
ok 2
ok 3
ok 4
ok 5
Bus Error (core dumped)
It fails at the arrow:
$dbh->func( "error", -1, \&error, "create_function" );
===> $result = $dbh->selectrow_arrayref( "SELECT error( 'I died' )" );
The function error is:
sub error {
die "function is dying: ", @_, "\n";
}
Info:
* SunOS xxx 5.8 Generic_117350-51 sun4u sparc SUNW,Sun-Fire-280R
* Sqlite3 from: sqlite-amalgamation-3.5.9
* Using DBI 1.48 (for perl 5.008007 on sun4-solaris) installed in
/usr/local/perl/lib/site_perl/5.8.7/sun4-solaris/auto/DBI/
* Perl 5.8.7
It fails every time. I didn't investigate it further because I won't be
used this functionality right now. All other test files pass.
Anything I can do to help -- let me know.