From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <4uidnZbhYMHKVf7dRVn-tw@comcast.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit References: <4063939B.90609@swtch.com> Subject: Re: [9fans] ports update Date: Fri, 26 Mar 2004 09:54:30 +0000 Topicbox-Message-UUID: 43334816-eacd-11e9-9e20-41e7f4b1d025 Russ Cox wrote: > The C is now more standard, so much so that it compiles > under SunOS with their compilers. The resulting programs > don't stay running for very long, but I've grown to expect > that from SunOS. Solaris has been very stable in my experience. Most likely you're doing something like growing the stack without bound, or failing to close fds in a server, or something of the sort involving differences between the Plan 9 and Solaris program environments.