Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 35904
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: akaplan [...] cpan
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.14
Fixed in: (no value)



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.
This is now believed to be resolved. You may wish to retest with 1.19_07 or higher.