1994 1995 1996 1997 1998 1999 2000 2001 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 | 1994 1995 1996 1997 1998 1999 2000 2001 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: | Re: CAS-client thread issues in areaDetector IOC |
From: | "Wlodek, Jakub via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Michael Davidsaver <mdavidsaver at gmail.com> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 27 Jan 2020 17:35:08 +0000 |
Hi Mark
I observe it every time I start an IOC, but not immediately after startup, it shows up after some time with normal operation (acquire start/stop, enable/disable plugins etc.)
I can't seem to nail down a specific series of steps that leads to the error, but it seems consistent. I also re cloned and rebuilt everything again from scratch in a different location
to make sure something wasn't messed up in that specific set of sources, and I saw the same issue.
Regards,
Jakub
From: Michael Davidsaver <mdavidsaver at gmail.com>
Sent: Monday, January 27, 2020 12:28 PM To: Wlodek, Jakub <jwlodek at bnl.gov> Cc: Mark Rivers <rivers at cars.uchicago.edu>; tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Re: CAS-client thread issues in areaDetector IOC On 1/27/20 7:45 AM, Wlodek, Jakub wrote:
> ... > In addition, the following tests showed some error message, but were seemingly re-run successfully: We have some tests which intentionally provoke error to ensure that they can be handled correctly. Unless you see any "fail" instead of "ok", then the tests are passing and we'll have to look elsewhere. > iocshTest.t ................... 1/19 Command no_such_command not found. > iocsh Error: Break > Can't open no_such_file.cmd: No such file or directory > . > . > . > iocshTest.t ................... ok > > chfPluginTest.t ............ 1/1433 chfConfigParseStart: plugin pvt alloc failed > chfPluginTest.t ............ ok > > netget.t ................ 1/3 **** The executable "caRepeater" couldn't be located > **** because of errno = "No such file or directory". > **** You may need to modify your PATH environment variable. > **** Unable to start "CA Repeater" process. > netget.t ................ ok > > There were also several tests that listed json parsing errors. > > Regards, > Jakub > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > *From:* Michael Davidsaver <mdavidsaver at gmail.com> > *Sent:* Friday, January 24, 2020 4:52 PM > *To:* Wlodek, Jakub <jwlodek at bnl.gov> > *Cc:* Mark Rivers <rivers at cars.uchicago.edu>; tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> > *Subject:* Re: CAS-client thread issues in areaDetector IOC > > On 1/24/20 10:15 AM, Mark Rivers wrote: >> Ø Could it be that there is a problem with something in the newest release of epics-base? > ... >> You are running 7.0.3 now. If you go back to 7.0.3.1 does the problem re-appear? > > If the assert() failure does re-appear, could you run the base unittests and report any which don't pass? > >> make runtests |