Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

solc daemon doesn't clean up #5

Closed
chetan opened this issue Dec 19, 2016 · 2 comments
Closed

solc daemon doesn't clean up #5

chetan opened this issue Dec 19, 2016 · 2 comments
Assignees
Labels

Comments

@chetan
Copy link
Contributor

chetan commented Dec 19, 2016

As reported by @rfikki in #2 (comment)

@chetan chetan self-assigned this Dec 19, 2016
@ice09
Copy link

ice09 commented Dec 19, 2016

Just to let you know: this does not happen on Windows alone, I have this issue on Ubuntu 16.04 LTS. It's quite annoying, for whoever has this problem

  • lsof data/geth/bin/linux/node
  • kill -9 PID

then you can restart with java -jar cakeshop.war
Happens reproducibly all times after stopping with CTRL+C

@chetan chetan changed the title solc daemon doesn't clean up on Windows solc daemon doesn't clean up Dec 19, 2016
@chetan
Copy link
Contributor Author

chetan commented Dec 19, 2016

@ice09 yup, looks like there's a race condition on shutdown. Sometimes (frequently?) cleanup doesn't happen in time and the process just exits leaving node/solc running.

@chetan chetan closed this as completed in f1c3fa4 Dec 20, 2016
chetan added a commit that referenced this issue Dec 20, 2016
Wait for solc quit to complete before returning (fixes #5)
@chetan chetan added the bug label Dec 20, 2016
fixanoid pushed a commit to fixanoid/cakeshop that referenced this issue Feb 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants