Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!mit-eddie!uw-beaver!rice!sun-spots-request From: stcspe!dfr@stcvax.UUCP (Dennis F. Reed) Newsgroups: comp.sys.sun Subject: sendto() crashes my sun Message-ID: <8812012039.AA00175@stcspe.UUCP> Date: 13 Dec 88 07:15:12 GMT Sender: usenet@rice.edu Organization: Rice University, Houston, Texas Lines: 12 Approved: Sun-Spots@rice.edu Original-Date: Thu, 1 Dec 88 13:39:32 MST X-Sun-Spots-Digest: Volume 7, Issue 49, message 6 of 18 i sent this in a couple weeks ago, but no response, so... i have a simple(?) application developed on a 4.3bsd vax which uses unix domain datagram sockets to communicate between processes. most packets are small (<128 bytes). i moved it over to a sun-3 running sunos 3.5 (also tried a sun-2 running 3.4) and it appears that when a process calls sendto(), the system crashes with the message: panic: sbappendaddr is this a know problem? is there a workaround? the system doc seems to indicate the system call syntax is the same, so????? help! thanks!