| 
      
      
      From: Lionel B. <lio...@bo...> - 2005-07-08 19:23:20
      
     | 
| David Rees wrote the following on 08.07.2005 19:00 :
>On 7/7/05, Lionel Bouton <lio...@bo...> wrote:
>  
>
>>as the freeze problems with the new cleanup code aren't yet solved,
>>1.6.3 is out with user configurable cleanups. By default the old method
>>(synchronous cleanups delaying mail processing) is used:
>>clean_method = sync
>>if you want the new (sometime buggy):
>>clean_method = async
>>    
>>
>
>1.6.3 still gets stuck for me with a child zombie when running with
>clean_method = sync.
>
>Not sure why?  Trying async now.
>
>  
>
Argh! Apparently this odd bug is driving me nuts :(
Please change the line that reads:
    if ($self->{sqlgrey}{cleanup_method} == 'sync') {
into
    if ($self->{sqlgrey}{cleanup_method} eq 'sync') {
That will be a 1.6.4 release...
Lionel.
 |