Skip to content

Add debugging, stop hang in ProcessInThread.#139

Open
nwp90 wants to merge 1 commit into
FMCorz:masterfrom
nwp90:nwp90-fix-hang
Open

Add debugging, stop hang in ProcessInThread.#139
nwp90 wants to merge 1 commit into
FMCorz:masterfrom
nwp90:nwp90-fix-hang

Conversation

@nwp90

@nwp90 nwp90 commented May 26, 2016

Copy link
Copy Markdown

Had a few problems getting things going with mdk - this fixes them.

Added a little debugging (which should only show when debug is configured anyway) to make it clearer what's going on.

2 problems fixed:

  1. if something is already listening on the port selenium wants to use, selenium dies immediately. This caused an exception when trying to kill a nonexistent process.

  2. hung in "while True" loop. Which is unnecessary & inefficient anyway. proc.poll() check was incorrect (should have checked for "is not None"), but using communicate() is simpler, easier to read, more efficient etc. anyway.

@FMCorz FMCorz force-pushed the master branch 4 times, most recently from 87b93e4 to 0a1b6c2 Compare February 18, 2020 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant