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: wrong SADR field declaration in genSub
From: haquin <[email protected]>
To: tech-talk <[email protected]>
Date: Fri, 6 Jun 2014 16:01:32 +0200
Hello,
I've found an incorrect field declaration in genSub record, responsible for 64bits IOCs crash

in genSub.dbd, the following declaration:
    field(SADR,DBF_LONG) {
        prompt("Subroutine Address")
        special(SPC_NOMOD)
        interest(1)
    }

should be replaced by, like in aSub:
    %struct genSubRecord;
    field(SADR,DBF_NOACCESS) {
        prompt("Subroutine Address")
        special(SPC_NOMOD)
        interest(2)
        extra("long (*sadr)(struct genSubRecord *)")
    }

could this be integrated ?

best regards
begin:vcard
fn:Christophe Haquin
n:Haquin;Christophe
email;internet:[email protected]
tel;work:02 31 45 46 61
x-mozilla-html:FALSE
version:2.1
end:vcard


Navigate by Date:
Prev: Re: areaDetector acquirePeriod and acquireTime Pearson, Matthew R.
Next: EPICS database Feature request Emmanuel Mayssat
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: areaDetector acquirePeriod and acquireTime Emma Shepherd
Next: EPICS database Feature request Emmanuel Mayssat
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 ·