
nl237
New User
May 27, 2005, 7:30 AM
Post #1 of 1
(562 views)
|
|
Socket connections - accept() is causing "Software caused connection abort"
|
Can't Post
|
|
I have a program here that is basically a simple web server. It's been fairly stable for the past couple of years. But, now I have a client who is trying to install it on Solaris 8 and is having issues. When the server starts up, it creates socket, binds to port and listens without any problems. However, when I get to the accept() call, that is when I get the "Software caused connection abort" message. Nothing else is running on the box. Nothing is scanning that port. At a bit of a lost as to what is causing the accept() method to fail. Unfortunately I can't paste the code since it's proprietary. Not sure what I can check, any suggestions? Thanks, nl
|