[comp.sys.next] Software exception in write

vancleef@ohstpy.mps.ohio-state.edu (04/15/91)

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