Subject: | infinite loop while query or segfault |
How to reproduce:
1. Establish connection to server
2. so query
$dbh_fb->selectrow_hashref( ... )
or doLog( L_INFO, "authorize: $dbh_fb: $DBI::errstr" ) and die;
3. some loop for 5 mins
4. while there are loop /usr/local/etc/rc.d/firebird restart
5. when loop ends next query to server
$dbh_fb->selectrow_hashref( ... )
or doLog( L_INFO, "authorize: $dbh_fb: $DBI::errstr" ) and die;
never end.
Expected results:
1. doLog must be executed and error message in $DBI::errstr must be
reported
2. 'and die'