Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 11562
Status: resolved
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors: hp.werner [...] web.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.47
Fixed in: (no value)



Subject: selectall_hashref crashes perl on win32 using threads
OS: Windows XP Prof, SP 1 Perl: ActivePerl 5.8.6.811 DBI: 1.47 DBD: DBD-mysql, 2.9003 the attached code leads to an access-violation in perl.exe (perl58.dll) when the script returns.
use strict; use threads; use DBI; my $dbh = DBI->connect ( 'dbi:mysql:database=mysql:host=...', '...', '...' ); $dbh->selectall_hashref ( 'SELECT * from user', 'Host' ); $dbh->disconnect ();
Believed fixed in more recent versions. Please reply (to reopen the ticket) only if you still have a problem with DBI 1.50. Thanks.