Opened 6 years ago
Closed 5 years ago
#1063 closed Bug Report (fixed)
ingen fails to create unix socket after crashing
Reported by: | gromp | Owned by: | David Robillard |
---|---|---|---|
Priority: | minor | Component: | Ingen |
Keywords: | Cc: |
Description
it's probably because /tmp/ingen.sock is still there after a crash. the second time ingen is launched after a crash the socket is created fine.
Note: See
TracTickets for help on using
tickets.
also note that the inet socket stays locked for a few minutes after crashing (I think since SO_REUSEADDR/its C++ equivalent isn't set?). Which normally shouldn't be a problem but ingen crashes a lot for me so it's a bit annoying.