rufuscoder / Shakespeer

A Direct Connect Client for Multiple Platforms
GNU General Public License v2.0
28 stars 13 forks source link

sphashd socket problem #153

Open rufuscoder opened 11 years ago

rufuscoder commented 11 years ago

Original author: zintis.p...@e-mail.lv (July 15, 2009 18:34:31)

What steps will reproduce the problem?

my sphashd quite often exits and log file shows:

Wed 15 17:13:24 3587 blocking for next event Wed 15 17:13:24 * 3587 why = 0x11 * Wed 15 17:13:24 3587 closing down hash client on fd 8 Wed 15 17:13:24 3587 shutting down

What is the expected output? What do you see instead?

I see that for shakespeer and sphubd there is a code:

signal(SIGPIPE, SIG_IGN);

sphashd hasnt that. Could it pe the problem? is there any idea why sphashd doesnt disable SIGPIPE signal handling?

What version of the product are you using? On what operating system?

0.9.11, cli, Linux

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=136