https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6410

Kevin A. McGrail <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Kevin A. McGrail <[email protected]> 2011-10-29 02:06:31 
UTC ---
The use of uninitialized value isn't really the error.

Here's the code that's generating the error.

  # errors on the handle?
  # return them immediately, they may be from a SIGHUP restart signal
  if ($self->vec_all(\$eout, $self->{server_fileno})) {
    warn "prefork: select returned error on server filehandle: $selerr $!\n";
    return;
  }

So we are getting a filehandle error and neither $selerr nor $! appear to have
useful information about why.

Are you still seeing this issue?  I don't use SIGHUP so we need to know if more
people are seeing this issue.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to