Ticket #1054 (closed defeito: fixed)

Opened 14 years ago

Last modified 14 years ago

Problema de loop infinito na class Sieve parte 2

Reported by: amuller Owned by: niltonneto
Priority: grave Milestone: Expresso 2.0.6
Component: ExpressoMail Version: branch 2.0
Severity: Keywords: sieve erro
Cc: WorkGroup:

Description

O erro

[27-Apr-2010 14:32:08] PHP Warning:  socket_set_blocking(): 3 is not a valid stream resource in /var/www/expresso/expressoMail1_2/inc/class.SieveS.inc.php on line 151
[27-Apr-2010 14:32:08] PHP Warning:  socket_set_timeout(): 3 is not a valid stream resource in /var/www/expresso/expressoMail1_2/inc/class.SieveS.inc.php on line 150

Acontece por loop infinito acabando com espaço em disco por aumentar o log.

Change History

comment:1 Changed 14 years ago by amuller

relacionado #582

comment:2 Changed 14 years ago by niltonneto

  • Owner changed from amuller to niltonneto

comment:3 Changed 14 years ago by niltonneto

Muller, não seria melhor já alterarmos todas as condicionais de "if(!$this->socket)" para "if(is_resource($this->socket))", da classe Sieve? Eu acho que deve estar dando problema nos outros lugares também. O que acha?

comment:4 Changed 14 years ago by niltonneto

Corrigido em [2652]. Replicado no Branch 2.0 [2653]

comment:5 Changed 14 years ago by niltonneto

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.