11 Jun
2012
11 Jun
'12
5:15 p.m.
On 11-06-2012 18:56:15 +0200, Stefan de Konink wrote:
Instead of using monetdbd I am using a very simple while [ 1 ]; do monetdb; sleep 2; done command to restart the database after an assertion failed or segmentation fault.
For some reason even after a crash MonetDB complains at the start of the application that the port is already in use. Would could -unix wise- be the reason for this, that even after a crash and the program has been terminated resources are still claimed for the terminated program?
What address it complains about being in use? You might have a stale socket file somewhere, although iirc mserver5 cleans that up itself on the next start. Fabian