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

Subject: [Bug 1907077] [NEW] errRawCopy formats S_dbLib_badField as "Error (512, 512)"
From: Ivo Hanak via Core-talk <core-talk at aps.anl.gov>
To: core-talk at aps.anl.gov
Date: Mon, 07 Dec 2020 11:27:09 -0000
Public bug reported:

Problem:
errRawCopy formats S_dbLib_badField as "Error (512,512)" while it should format it as "Error (512,11)".

Cause:
Line 135, libcom/src/error/errSymLib.c:
epicsUInt16 modnum = (statusToDecode >>= 16) & 0xffff;

Solution:
Replace 135, libcom/src/error/errSymLib.c with:
epicsUInt16 modnum = (statusToDecode >> 16) & 0xffff;

Severity:
This problem makes troubleshooting EPICS DB issues harder.

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

** Description changed:

  Problem:
- errRawCopy formats S_dbLib_badField as "Error (512,512)"
+ errRawCopy formats S_dbLib_badField as "Error (512,512)" while it should report it as "Error (512,11)".
  
  Cause:
  Line 135, libcom/src/error/errSymLib.c:
  epicsUInt16 modnum = (statusToDecode >>= 16) & 0xffff;
  
  Solution:
  Replace 135, libcom/src/error/errSymLib.c with:
  epicsUInt16 modnum = (statusToDecode >> 16) & 0xffff;
  
  Severity:
  This problem makes troubleshooting EPICS DB issues harder.

** Description changed:

  Problem:
- errRawCopy formats S_dbLib_badField as "Error (512,512)" while it should report it as "Error (512,11)".
+ errRawCopy formats S_dbLib_badField as "Error (512,512)" while it should format it as "Error (512,11)".
  
  Cause:
  Line 135, libcom/src/error/errSymLib.c:
  epicsUInt16 modnum = (statusToDecode >>= 16) & 0xffff;
  
  Solution:
  Replace 135, libcom/src/error/errSymLib.c with:
  epicsUInt16 modnum = (statusToDecode >> 16) & 0xffff;
  
  Severity:
  This problem makes troubleshooting EPICS DB issues harder.

-- 
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/1907077

Title:
  errRawCopy formats S_dbLib_badField as "Error (512,512)"

Status in EPICS Base:
  New

Bug description:
  Problem:
  errRawCopy formats S_dbLib_badField as "Error (512,512)" while it should format it as "Error (512,11)".

  Cause:
  Line 135, libcom/src/error/errSymLib.c:
  epicsUInt16 modnum = (statusToDecode >>= 16) & 0xffff;

  Solution:
  Replace 135, libcom/src/error/errSymLib.c with:
  epicsUInt16 modnum = (statusToDecode >> 16) & 0xffff;

  Severity:
  This problem makes troubleshooting EPICS DB issues harder.

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

Replies:
[Bug 1907077] Re: errRawCopy formats S_dbLib_badField as "Error (512, 512)" Ivo Hanak via Core-talk
[Bug 1907077] Re: errRawCopy formats S_dbLib_badField as "Error (512, 512)" Andrew Johnson via Core-talk
[Bug 1907077] Re: errRawCopy formats S_dbLib_badField as "Error (512, 512)" Andrew Johnson via Core-talk
[Bug 1907077] Re: errRawCopy formats S_dbLib_badField as "Error (512, 512)" Ivo Hanak via Core-talk

Navigate by Date:
Prev: Build failed: EPICS Base 3.15 base-3.15-24 AppVeyor via Core-talk
Next: [Bug 1907077] Re: errRawCopy formats S_dbLib_badField as "Error (512, 512)" Ivo Hanak via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  <20202021  2022  2023  2024 
Navigate by Thread:
Prev: Build failed: EPICS Base 3.15 base-3.15-24 AppVeyor via Core-talk
Next: [Bug 1907077] Re: errRawCopy formats S_dbLib_badField as "Error (512, 512)" Ivo Hanak via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  <20202021  2022  2023  2024 
ANJ, 07 Dec 2020 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·