Subject: | Crash of DBD::Firebird on Windows Server 2012 R2 (64bit) |
Date: | Sat, 04 Oct 2014 20:44:51 +0200 |
To: | bug-DBD-Firebird [...] rt.cpan.org |
From: | Christian Hoffmann <christian [...] lehrer-hoffmann.de> |
Hello Developers,
I have problems while establishing a firebird connection on Windows
Server 2012 R2 (64bit) to firebird servers. perl crashes whithout any
error message.
PS Z:\> perl --version
This is perl 5, version 20, subversion 1 (v5.20.1) built for
MSWin32-x64-multi-thread
Strawberry perl
I appended some cpan log files (stdout and stderr) and the crash report
of windows. This was my test file:
use DBI;
my $fdbconnect="dbi:Firebird:hostname=192.168.20.9;dbname=magellan";
my $fdbuser="sysdba";
my $fdbpasswd="secret";
my $dbh = DBI->connect($fdbconnect, $fdbuser, $fdbpasswd)
or die "Keine Verbindung zur Firebird-Datenbank. $DBI::errstr\n";
$dbh->disconnect();
Best regards
Christian Hoffmann
Message body is not shown because sender requested not to inline it.
Message body is not shown because sender requested not to inline it.
Message body is not shown because sender requested not to inline it.