EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  <20202021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  <20202021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: epicsThread warnings
From: Mark Rivers via Core-talk <[email protected]>
To: "[email protected]" <[email protected]>
Date: Fri, 10 Jan 2020 19:48:36 +0000

When I boot a vxWorks 6.9 IOC with base 7.0.3.1 I am seeing these messages, which I have not seen before.

 

Warning: epicsThread 'asynPortDriverCallback' still awaiting join

Warning: epicsThread 'asynPortDriverCallback' still awaiting join

Warning: epicsThread 'asynPortDriverCallback' still awaiting join

 

This is the code that creates that thread in asynPortDriver.cpp

 

callbackThread::callbackThread(asynPortDriver *portDriver) :

        thread(*this, "asynPortDriverCallback", epicsThreadGetStackSize(epicsThreadStackMedium), epicsThreadPriorityMedium),

        pPortDriver(portDriver)

{

    thread.start();

}

 

Am I doing something wrong?  If not why am I getting those messages?

 

Thanks,

Mark

 


Replies:
Re: epicsThread warnings Michael Davidsaver via Core-talk

Navigate by Date:
Prev: Re: PVA without Base? Ralph Lange via Core-talk
Next: Re: epicsThread warnings Michael Davidsaver via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  <20202021  2022  2023  2024 
Navigate by Thread:
Prev: Re: PVA without Base? Ralph Lange via Core-talk
Next: Re: epicsThread warnings Michael Davidsaver via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  <20202021  2022  2023  2024 
ANJ, 10 Jan 2020 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·