Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: raherh [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.21
Fixed in: (no value)



Subject: 04_insert fails with core dump
Test 04_insert.t core dumps like this: 1..11 ok 1 - The object isa DBI::db ok 2 - CREATE TABLE f ok 3 - DELETE FROM f ok 4 - The object isa DBI::st Bus Error (core dumped) DBI v1.607, OS Solaris 5.10, perl v5.8.8 Radek
Both 1.21 and the current trunk version work perfectly for me with DBI 1.607 from CPAN, Solaris 10 10/08 (x86) installed from the DVD image (upon VMWare), and perl 5.8.8 from www.sunfreeware.com. Please double check your environment to see if you have installed proper libraries (not only from CPAN but also (binary) libraries for solaris), and if you still have the same issue, please provide more detailed information on your system, installed libraries and their versions, etc. Right now I close this as WORKSFORME. On Wed Apr 08 10:33:48 2009, rahe wrote: Show quoted text
> Test 04_insert.t core dumps like this: > > 1..11 > ok 1 - The object isa DBI::db > ok 2 - CREATE TABLE f > ok 3 - DELETE FROM f > ok 4 - The object isa DBI::st > Bus Error (core dumped) > > > DBI v1.607, OS Solaris 5.10, perl v5.8.8 > > Radek