View Single Post
Old 01-09-2009, 10:49 AM   #7
Hyena
New Member
 
Join Date: Nov 2008
Posts: 23
Hyena is on a distinguished road
Re: Weird crash bug at low level writing to descriptor

So I added a quick case for SIGPIPE, do you think it should do it?
case SIGPIPE:
logm("SIGPIPE received, ignoring it.",101);
init_signals();
break;
Hyena is offline   Reply With Quote