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  <20192020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  <20192020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: [Bug 1842661] [NEW] seq record doesn't process LNK0 in "Specified" mode
From: Joao Paulo Martins via Core-talk <[email protected]>
To: [email protected]
Date: Wed, 04 Sep 2019 13:12:13 -0000
Public bug reported:

While updating the seq record reference documentation, we noticed that
if one tries to use a seq record in "Specified" mode, the LNK0 will
never be processed, regardless of the OFFS field.

Possible cause in src/std/rec/seqRecord.c:

        if (prec->selm == seqSELM_Specified) {
            int grpn = prec->seln + prec->offs;
            if (grpn < 0 || grpn >= NUM_LINKS) {
                recGblSetSevr(prec, SOFT_ALARM, INVALID_ALARM);
                return asyncFinish(prec);
            }
            if (grpn == 0)
                return asyncFinish(prec);

            lmask = 1 << grpn;
        }

(code from branch 3.15)

** Affects: epics-base
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of EPICS
Core Developers, which is subscribed to EPICS Base.
Matching subscriptions: epics-core-list-subscription
https://bugs.launchpad.net/bugs/1842661

Title:
  seq record doesn't process LNK0 in "Specified" mode

Status in EPICS Base:
  New

Bug description:
  While updating the seq record reference documentation, we noticed that
  if one tries to use a seq record in "Specified" mode, the LNK0 will
  never be processed, regardless of the OFFS field.

  Possible cause in src/std/rec/seqRecord.c:

          if (prec->selm == seqSELM_Specified) {
              int grpn = prec->seln + prec->offs;
              if (grpn < 0 || grpn >= NUM_LINKS) {
                  recGblSetSevr(prec, SOFT_ALARM, INVALID_ALARM);
                  return asyncFinish(prec);
              }
              if (grpn == 0)
                  return asyncFinish(prec);

              lmask = 1 << grpn;
          }

  (code from branch 3.15)

To manage notifications about this bug go to:
https://bugs.launchpad.net/epics-base/+bug/1842661/+subscriptions

Navigate by Date:
Prev: Re: [Merge] ~dirk.zimoch/epics-base:iocLogClientFixes into epics-base:7.0 Dirk Zimoch via Core-talk
Next: Build completed: EPICS Base base-3.15-426 AppVeyor via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  <20192020  2021  2022  2023  2024 
Navigate by Thread:
Prev: [Bug 1821075] Re: msi -D reports errors if template file is not found mdavidsaver via Core-talk
Next: Build completed: EPICS Base base-3.15-426 AppVeyor via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  <20192020  2021  2022  2023  2024 
ANJ, 04 Sep 2019 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·