|
From: James M. <re...@bu...> - 2017-05-01 13:59:11
|
New submission from James Mudd: If you run the regression tests and watch the threads using the debugger, you can see that many tests leave netty threads running after that test should have been teared down. There seems to be lots of these >50. These threads are named Jython-Netty-Child-XXX where I think XXX is just a counter. To see this I am running 'java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=1045 -jar jython.jar Lib/test/regrtest.py' and then connecting using Eclipse remote debugger. I don't think this is actually causing any issues but its not very nice that tests leave stuff behind. I wonder if this is related to the errors seen during netty finalization issue #2517 ---------- components: Core messages: 11336 nosy: jamesmudd severity: minor status: open title: netty threads not terminated during regrtest type: behaviour versions: Jython 2.7 _______________________________________ Jython tracker <re...@bu...> <http://bugs.jython.org/issue2584> _______________________________________ |