CC: | Slaven Rezic <slaven [...] rezic.de> |
Subject: | create_database() Hangs on Perl 5.20-RC1 |
Date: | Fri, 23 May 2014 10:17:09 -0400 |
To: | bug-DBD-Firebird [...] rt.cpan.org |
From: | "David E. Wheeler" <dwheeler [...] cpan.org> |
For a set of Sqitch test failures, Slaven Rezic sends this analysis:
Begin forwarded message:
Show quoted text
> From: Slaven Rezic <slaven@rezic.de>
> Subject: Re: FAIL App-Sqitch-0.992 v5.18.2 FreeBSD
> Date: May 23, 2014 at 1:32:02 AM EDT
> To: "David E. Wheeler" <david@justatheory.com>
> Reply-To: slaven@rezic.de
>
> "David E. Wheeler" <david@justatheory.com> writes:
>
>> Hi Slaven,
>>
>> Might there be something funky with the Firebird install on your FreeBSD boxes?
>>
>> http://www.cpantesters.org/cpan/report/ad50ad40-cf55-11e3-873f-e2daeda79835
>> http://www.cpantesters.org/cpan/report/625bb928-cf56-11e3-a55f-89e0eda79835
>>
>
> Hi David,
>
> the firebird test simply hangs. I tried to run the test manually with
> the perl debugger, and these are the last lines:
>
> DBD::Firebird::create_database(/usr/perl5.20.0-RC1/lib/site_perl/5.20.0/amd64-freebsd/DBD/Firebird.pm:117):
> 117: DBD::Firebird::db::_create_database($params);
> DB<6> x $params
> 0 HASH(0x80a81dc00)
> 'character_set' => 'UTF8'
> 'db_path' => '/tmp/__sqitchtest__'
> 'page_size' => 16384
> 'password' => 'masterkey'
> 'user' => 'SYSDBA'
> DB<7> s
>
> ... and here it hangs.
>
> Simply running create_database also hangs:
>
> $ perl5.20.0-RC1 -MDBD::Firebird -e 'DBD::Firebird->create_database({db_path => "/tmp/__sqitchtest__"})'
>
> The following versions are installed on my system:
>
> DBD::Firebird 1.17
>
> Name : firebird25-client
> Version : 2.5.2_2
>
> Name : firebird25-server
> Version : 2.5.2_4
>
> Regards,
> Slaven
>
> --
> Slaven Rezic - slaven <at> rezic <dot> de
> BBBike - route planner for cyclists in Berlin
> WWW version: http://www.bbbike.de
> Perl/Tk version for Unix and Windows: http://bbbike.sourceforge.net
Message body not shown because it is not plain text.