Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!ohstpy!vancleef From: vancleef@ohstpy.mps.ohio-state.edu Newsgroups: comp.sys.next Subject: Software exception in write() Message-ID: <9867.28087470@ohstpy.mps.ohio-state.edu> Date: 14 Apr 91 19:25:36 GMT Lines: 19 Hi, I am having what appears to be some sort of network problem on the NexT. Basically my program (an internetserver running Galactic Bloodshed) generates the following error (via gdb) Program generated(1): Software exception. 0x50083fa in write() But I can't seem to find anything else about *what* the error actually is. I suspect it is related to broken pipes, but I have tried signal(SIGPIPE, SIG_IGN) and other tricks to no avail. Can someone *please* help me, or at least direct me as to how I can find out more information about what this error is all about and how to handle it. Thanks, Garrett