dymensionxyz / roller

CLI tool for deploying Dymension RollApps
71 stars 60 forks source link

terminating `roller run` sometimes leave zombie processes #394

Closed mtsitrin closed 11 months ago

mtsitrin commented 1 year ago

running roller run succesfully after a while, terminating it using ctrl-C

sometimes there are relayer leftovers:

e.g

 ~/Applications/dymension/roller  mtsitrin/392…ple-channels *7 !4 ?1  roller run                                                                                                                                ✔
 ~/Applications/dymension/roller  mtsitrin/392…ple-channels *7 +4 !1 ?1                                                                                                                                 ✔  3m 1s
 ~/Applications/dymension/roller  mtsitrin/392…ple-channels *7 +4 !1 ?1  ps -a | grep 'relayer\|rly\|roller'                                                                                                INT ✘
42219 ttys018    0:00.07 /usr/local/bin/roller_bins/rly tx update-clients hub-rollapp --home /Users/mtsitrin/.roller/relayer
ItayLevyOfficial commented 12 months ago

Seems to stem from the relayer operation only after the channel establishment

ItayLevyOfficial commented 11 months ago

can't reproduce