Skip Menu |

This queue is for tickets about the BerkeleyDB CPAN distribution.

Report information
The Basics
Id: 39869
Status: resolved
Priority: 0/
Queue: BerkeleyDB

People
Owner: Nobody in particular
Requestors: beads [...] beadsland.com
Cc:
AdminCc:

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



Subject: BerkeleyDB::Btree->new fails silently
The constructor method on Berkeley::Btree for an existing database fails without reporting an error. i.e.: $! == '' and $BerkeleyDB::Error == 'Successful return: 0'
On Tue Oct 07 16:01:58 2008, BEADSLAND wrote: Show quoted text
> The constructor method on Berkeley::Btree for an existing database > fails without reporting an error. i.e.: > > $! == '' > > and > > $BerkeleyDB::Error == 'Successful return: 0' >
Can you post a snippet of code that shows where the constructor is failing in your code please? Paul