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: Re: epicsThread warnings
From: Michael Davidsaver via Core-talk <[email protected]>
To: Mark Rivers <[email protected]>
Cc: "[email protected]" <[email protected]>
Date: Fri, 10 Jan 2020 11:51:37 -0800
On 1/10/20 11:48 AM, Mark Rivers via Core-talk wrote:
> 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),

I guess "thread" has type 'class epicsThread' which must at some point be destroyed.
Are you doing this explicitly w/ epicsThread::exitWait() or implicitly via ~epicsThread?


>         pPortDriver(portDriver)
> 
> {
> 
>     thread.start();
> 
> }
> 
>  
> 
> Am I doing something wrong?  If not why am I getting those messages?
> 
>  
> 
> Thanks,
> 
> Mark
> 
>  
> 


References:
epicsThread warnings Mark Rivers via Core-talk

Navigate by Date:
Prev: epicsThread warnings Mark Rivers via Core-talk
Next: Re: epicsThread warnings Konrad, Martin 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: epicsThread warnings Mark Rivers via Core-talk
Next: Re: epicsThread warnings Konrad, Martin 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 ·