Actions
Bug #34
closedSingle-instance not working when starting multiple instances from scratch
Start date:
11/30/2009
Due date:
% Done:
100%
Estimated time:
5:00 h
Reported in:
Description
Sometimes single-instance code fails to detect that another instance is starting up, and many LeechCrafts get started. Reproducible by shell:
for i in `seq 1 5`; do leechcraft &; done
Actions