EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  <20052006  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  2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Bug in sequencer, V2.0.10 and earlier
From: Andrew Johnson <[email protected]>
To: "Allison, Stephanie" <[email protected]>
Cc: EPICS Tech-Talk <[email protected]>
Date: Mon, 25 Jul 2005 18:31:38 -0500
Allison, Stephanie wrote:

Can someone add this fix to the next sequencer release?

I've just committed this equivalent change to CVS:


Index: src/seq/seq_ca.c
===================================================================
RCS file: /net/phoebus/epicsmgr/cvsroot/epics/modules/soft/seq/src/seq/seq_ca.c,
v
retrieving revision 1.9
diff -u -r1.9 seq_ca.c
--- src/seq/seq_ca.c 30 Apr 2004 19:41:03 -0000 1.9
+++ src/seq/seq_ca.c 25 Jul 2005 23:27:34 -0000
@@ -227,7 +227,9 @@
/* Copy error message (only when severity indicates error) */
if (pDB->severity != pvSevrNONE)
{
- pDB->message = pvVarGetMess(pDB->pvid);
+ char *pmsg = pvVarGetMess(pDB->pvid);
+ if (!pmsg) pmsg = "unknown";
+ pDB->message = Strdcpy(pDB->message, pmsg);
}


/* Get ptr to the state program that owns this db entry */


-- Podiabombastic: The tendency to shoot oneself in the foot.

References:
Bug in sequencer, V2.0.10 and earlier Allison, Stephanie

Navigate by Date:
Prev: Bug in sequencer, V2.0.10 and earlier Allison, Stephanie
Next: medm and epics ports Emmanuel Mayssat
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Bug in sequencer, V2.0.10 and earlier Allison, Stephanie
Next: medm and epics ports Emmanuel Mayssat
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·