[RESOLVED] Socket/Port remains open after app crashes
Posted on
16th Feb 2014 07:03 pm by
admin
I'm having this problem with a networked app in vb.net.
If the program exits normally the port closes fine, however, if it crashes sometimes it remains open and I am unable to close it. The next time I run the program it is unable to open the port because it is already in use. Here's the exception:
10048: Only one usage of each socket address (protocol/network address/port) is normally permittedAny ideas on how I can reclaim this port, or how I can close it?
I tried using the reuse address socket option
Code: SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReuseAddress, 1) but that just opens the port again and does not close the old one. see this netstat output:
TCP PCISERVER:14000 PCISERVER.cpwpci.cpwgroup.net:0 LISTENING 4320
[System]
TCP PCISERVER:14000 PCISERVER.cpwpci.cpwgroup.net:0 LISTENING 5808
[System]
TCP PCISERVER:14001 PCISERVER.cpwpci.cpwgroup.net:0 LISTENING 5808
[System]
TCP PCISERVER:14001 PCISERVER.cpwpci.cpwgroup.net:0 LISTENING 4320
[System]
As you can see once the program exits the ports remain opened by the System process.
I don't know of a way to stop them from listening besides a restart.
No comments posted yet
Your Answer:
Login to answer
87
27
Other forums
Stats of viewers
Hello. I have a website in php and people can login. I want to make an admin control panel where u c
Dynamic memory problem
Hey,
At the beginning of my code, I have this line:
Shape* gShape = 0;
DOMDocument parsing
Hello, I am parsing an xml file from an API which I have converted into a DOMDocument in php. This i
Mail Script Problems
I have created a PHP mail script. I am having a problem though. In $body i am trying to put two va
Weird Problem with curl while sending data
I am facing a weird problem with sending data to a site via curl.
If i send the value by this
passing an array of objects after submit
How do I do this? This is what I have tried and it is not working.
<form method="
Table trouble
i have been reading the forum for a few weeks and decided to join. i like the format and the advice
Get last modified date of web page
Hai All,
In php how can i get last modified date of a give web page . I have tried to g
PHP5 - Verifying a secure mail is secure
I need to send an e-mail from a form to a external department and because it contains personal custo
Move array index to end
Hey guys,
Quick question:
I have an array that looks like this:
Code: [Select]$var =