EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: Bug in 3.14 and 3.15: "*.FLNK is a Channel Access Link ..."
From: Dirk Zimoch <[email protected]>
To: EPICS <[email protected]>
Date: Tue, 23 Dec 2014 12:05:48 +0100
Hi all,

I found a bug in 3.14.12 that was confusing me with a misleading error message.

I got this:
"<recordname>.FLNK is a Channel Access Link but does not link to a PROC field" But the FLNK was fine. It turned out that the message has ".FLNK" hard coded. But there are forward links with different names, e.g. in the fanout record.

The wrong code is in /src/misc/iocInit.c function doResolveLinks().

                        errlogPrintf("%s.FLNK is a Channel Access Link "
                            " but does not link to a PROC field\n",
                                precord->name);

should be

                        errlogPrintf("%s.%s is a Channel Access Link "
                            " but does not link to a PROC field\n",
                                precord->name, pdbFldDes->name);


I found the same bug in 3.15.1, src/ioc/db/dbLink.c function dbInitLink().

Dirk

Replies:
Re: Bug in 3.14 and 3.15: "*.FLNK is a Channel Access Link ..." Andrew Johnson

Navigate by Date:
Prev: RE: getAddress method behaviour Heesterman, Peter J
Next: Re: getAddress method behaviour Pearson, Matthew R.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: getAddress method behaviour Mark Rivers
Next: Re: Bug in 3.14 and 3.15: "*.FLNK is a Channel Access Link ..." Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 17 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·