🧪 Skills
OC Evolver Restart Loop Fix
Repair Evolver restart storms caused by singleton lock/PID false positives and service restart policy mismatch.
v0.1.0
Description
name: oc-evolver-restart-loop-fix description: Repair Evolver restart storms caused by singleton lock/PID false positives and service restart policy mismatch.
OC Evolver Restart Loop Fix
Symptoms
- service stuck in
activating/auto-restart - logs show
Singleton ... already runningrepeatedly - restart count increases continuously
Root cause pattern
- stale lock or PID reuse causes false "already running" detection
- service policy restarts even on benign exits
Procedure
- Inspect service state and restart counters.
- Inspect lock file and verify process identity.
- Patch lock guard to verify real Evolver process identity.
- clear stale lock and restart service.
- Re-check status + restart counter stability.
Output
- Root cause analysis
- Patch summary
- Stability proof after fix
Safety
- Keep changes minimal and reversible.
- Redact infra and identity details in external artifacts.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!