Re: DBI 1.605 $dbh->ping crashes Perl (seg fault) when autoreconnect=1 and connection goes away (at least with DBD::mysql)

2008-07-08 Thread Tim Bunce
On Mon, Jul 07, 2008 at 08:24:54PM -0700, Archon810 wrote: > So I've been tracing this extremely weird segfault in my code for > about half a year now mostly due to the evasive nature of the crash > and finally traced it down to these specific steps: > - perl 5.10 (happened in 5.8 too) > - DBI 1.60

Re: DBI 1.605 $dbh->ping crashes Perl (seg fault) when autoreconnect=1 and connection goes away (at least with DBD::mysql)

2008-07-08 Thread Dr.Ruud
Archon810 schreef: > So I've been tracing this extremely weird segfault in my code for > about half a year now mostly due to the evasive nature of the crash > and finally traced it down to these specific steps: > - perl 5.10 (happened in 5.8 too) > - DBI 1.605 > - DBD::mysql 4.007 > - $dbh = DBI->c

DBI 1.605 $dbh->ping crashes Perl (seg fault) when autoreconnect=1 and connection goes away (at least with DBD::mysql)

2008-07-07 Thread Archon810
So I've been tracing this extremely weird segfault in my code for about half a year now mostly due to the evasive nature of the crash and finally traced it down to these specific steps: - perl 5.10 (happened in 5.8 too) - DBI 1.605 - DBD::mysql 4.007 - $dbh = DBI->connect($dsn, $db_user, $db_passwd