Socket::unpack_sockaddr_in error and fixes

Michael Fung mike at 3open.org
Wed Oct 29 03:07:15 CET 2014



On 10/29/2014 1:21 AM, Marc Lehmann wrote:
> On Fri, Oct 24, 2014 at 08:30:09PM +0800, Michael Fung <mike at 3open.org> wrote:
>> Why I asked, because in my case, the program did not terminate,
>> although the AE::log line did fire.
>
> Hmm, there really is no way that AE::log could return from a fatal message.
> It's possible to register a log handler that would keep the program from
> exiting, though (or overwrite the fatal_exit function to not exit).
>
> Are you saying your program terminates with an explicit "exit" after the
> "AE::log fatal" call?
>

Nope, the program refused to terminate. I end up kill it manually.
I used "ps" to check, it did not turn to a zombie.
I used "strace -p pid_of_program" to check, it was not doing anything.


- Michael



More information about the anyevent mailing list