2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 <2017> 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 <2017> 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Problem exiting simDetector IOC with base 7.0.1.1 on windows-x64 |
From: | Mark Rivers <[email protected]> |
To: | EPICS core-talk <[email protected]> |
Date: | Wed, 27 Dec 2017 17:40:51 +0000 |
When exiting the simDetector application build with base 7.0.1.1 on window-x64 arch I get this: epics> exit epicsSocketDestroy: failed to close a socket because "WINSOCK Error 10093" 2017-12-27T10:26:21.534 Receive thread for UDP socket 0.0.0.0:0 has not exited. epicsSocketDestroy: failed to close a socket because "WINSOCK Error 10093" 2017-12-27T10:26:26.545 Receive thread for UDP socket 164.54.160.31:5076 has not exited. epicsSocketDestroy: failed to close a socket because "WINSOCK Error 10093" 2017-12-27T10:26:31.554 Receive thread for UDP socket 0.0.0.0:5076 has not exited. epicsSocketDestroy: failed to close a socket because "WINSOCK Error 10093" I cannot even exit with ^C, I have to kill the process with the Task Manager. Is this a problem in base? areaDetector never explicitly calls epicsSocketDestroy. Mark |