-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
master
-
None
Coin is leaking gzip threads and gerrit monitor threads:
tmux: server─┬─publisher ├─4*[python3] ├─python3───5*[python3] ├─python3───2006*[sh───gzip] ├─python3───7z ├─python3───ssh ├─tail └─webserver
and python threads
tmux: server─┬─publisher───69*[\{publisher}]
├─2*[python3───\{python3}]
├─python3─┬─4*[python3]
│ └─3*[\{python3}]
├─python3─┬─1863*[sh───gzip]
│ └─867*[\{python3}]
├─python3─┬─7z───13*\\\{7z}
│ └─8*[\{python3}]
├─python3
├─python3─┬─2*[ssh]
│ └─144*[\{python3}]
├─python3───27*[\{python3}]
├─tail
└─webserver───67*[\{webserver}]
ps aux | grep git
vmbuild+ 10543 0.0 0.0 0 0 pts/15 Z+ 13:27 0:00 [git] <defunct>
vmbuild+ 10588 0.0 0.0 0 0 pts/15 Z+ 13:27 0:00 [git] <defunct>
hehalme+ 21502 0.0 0.0 0 0 ? Z 14:05 0:00 [git] <defunct>
hehalme+ 21506 0.0 0.0 143088 4212 ? S 14:05 0:00 git status
might have something to do with leaking threads as git thread are not terminating corretly
jukarjal 21508 0.0 0.0 138472 1060 pts/60 S+ 14:05 0:00 grep --color=auto git
- relates to
-
COIN-75 Unable to manually schedule build using coin web interface
-
- Closed
-