Actions
Bug #833
openCSD - Bind address error
Start date:
02/11/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
81276a85d508846da2f7f87ab6728d9b5d3f5661
Platform:
Published in build:
Description
Sometimes CSD quits with message "Adress already in use..."
Ldv-core will check address and then run csd. But between Ldv-core checks and
starting CSD adress is unused.
It may be possible if running more than one ldv-tools and second CSD starts before the first.
1. ldv-core1 - find_free_address - 8080 -> starting csd1 with 8080
2. ldv_core2 - find_free_address - 8080 -> starting csd2 with 8080
3. csd2 - try to bind address 8080 - Ok
4. csd1 - try to bind address 8080 - failed because adress 8080 already busy (by csd2)
Actions