EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: pvload question
From: Pedro Gigoux <[email protected]>
To: EPICS Tech-Talk <[email protected]>
Date: Mon, 06 May 2002 16:48:45 -0400
Hi,

I have a task that calls pvload every time a semaphore is given from a
sub record subroutine. This scheme worked fine under epics 3.12.3, but
now that we upgraded to epics 3.13.4 the task is crashing and the
semaphore gets corrupted. The task code is the following:

int ecsSystemInitializeTask ()
{
  while (TRUE) {
    semTake(ecsInitSemId, WAIT_FOREVER);
    pvload ("./data/ecsInit.pv", "top=ec:", 2, 1);
  }
  return (0); /* should never get here */
}

If I remove the call to pvload in the task then the problem goes away.
Also, running pvload from the VxWorks shell as follows:

	pvload "./data/ecsInitCP.pv","top=ec:"

works fine all the time. Is there something that changed in the way
pvload is used in 3.13.4?

Thank you,
Pedro.

Navigate by Date:
Prev: [Fwd: Returned mail: see transcript for details] Arne P. Freyberger
Next: Re: VDCT - Visual DCT Mark Plesko
Index: 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: [Fwd: Returned mail: see transcript for details] Arne P. Freyberger
Next: Device Support for Keithley 486 Peter Mueller
Index: 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·