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: RE: CA Gateway 2.0.5.0 released
From: <[email protected]>
To: <[email protected]>, <[email protected]>
Date: Sat, 13 Dec 2014 18:57:57 +0000
Hi Ralph,

sorry, I didn't see your 2.0.5.1 release message and on further investigation it seems that our site spam filter has suddenly started quarantining the occasional tech-talk message (in fact just your gateway 2.0.5.1 release message and the last message concerning  Darwin SHRLIB_VERSION, everything else has got through OK). I'll get tech-talk added to the spam whitelist. 

I downloaded the 2.0.5.1 release and it builds fine, but on running the gateway I get a "gateResources.cc line 115 Run-Time Check Failure #2 – Stack around the variable ‘size’ was corrupted" crash which can be fixed by changing:

    while(*pChar) *pChar=tolower(*pChar++);

to:

    while(*pChar)
    {
         *pChar = tolower(*pChar);
         ++pChar;
    }

Regards,

Freddie

> -----Original Message-----
> From: Ralph Lange [mailto:[email protected]] On Behalf Of Ralph
> Lange
> Sent: 12 December 2014 19:42
> To: EPICS Tech-Talk
> Cc: Akeroyd, Freddie (STFC,RAL,ISIS)
> Subject: Re: CA Gateway 2.0.5.0 released
> 
> Hi Freddie,
> 
> Note that for the gateway part, I published a fix release 2.0.5.1 on
> Monday, which contains the same or equivalent fixes for everything you
> have in your patch. Thanks, anyway - sorry that you had to go through
> the same mess...
> 
> As for the caPutLog part, that's not me. I agree with Andrew that
> removing the epicsShareAPI would be the way to go.  Are the maintainers
> listening? Please?!
> 
> Cheers,
> ~Ralph
> 
> 
> On 12/12/2014 16:26, [email protected] wrote:
> > Hi Ralph,
> >
> > I've compiled 2_0_5_0 both with and without the caPutLog support on
> windows 7 x64, but have only checked the non-caPutLog version so far at
> runtime.  I enclose the small changes that were required to the caPutLog
> and gateway code to build it, I hope to try the caPutLog support in the near
> future.
> >
> > Regards,
> >
> > Freddie
> >
> >> -----Original Message-----
> >> From: Ralph Lange [mailto:[email protected]]
> >> Sent: 04 December 2014 13:58
> >> To: EPICS Tech-Talk
> >> Subject: CA Gateway 2.0.5.0 released
> >>
> >> All,
> >>
> >> I just uploaded a minor release of the CA Gateway [1], tagged 2.0.5.0 -
> >> featuring
> >>    * 3.15 compatibility: compiles against 3.14.11+ and 3.15.1
> >>    * Support for the CaPutLog module to log CA put operations, using the
> >> same library as the IOC [2]
> >>      (thanks to FRIB for this contribution)
> >>
> >> It seems that Windows builds have been broken for a while - they still
> are.
> >> If you are in production, I would think the update is of low priority,
> >> unless you want to use the CA Put Log support.
> >>
> >> Source tar available at
> >> https://launchpad.net/epics-
> >> gateway/trunk/2.0.5.0/+download/gateway2_0_5_0.tar.gz
> >>
> >> Next things in the Gateway pipeline include:
> >>    - Make it a standard self-contained EPICS TOP module
> >>    - Deprecate the built-in watchdog/restart in favor of using procServ [3]
> >>    - Add integration testing (SLAC started working on this)
> >>    - Support DBE_PROPERTY event flag (SLAC started working on this)
> >>    - Resurrect Windows build (volunteers?)
> >>
> >> Cheers,
> >> ~Ralph
> >>
> >> [1] http://launchpad.net/epics-gateway
> >> [2] http://www-csr.bessy.de/control/SoftDist/caPutLog/
> >> [3] http://sourceforge.net/projects/procserv/



References:
CA Gateway 2.0.5.0 released Ralph Lange
RE: CA Gateway 2.0.5.0 released freddie.akeroyd
Re: CA Gateway 2.0.5.0 released Ralph Lange

Navigate by Date:
Prev: Re: caQtDM on ipad zhuangjian
Next: Re: pyepics "Virtual circuit disconnect" CA.Client.Exception Walter Werner
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: CA Gateway 2.0.5.0 released Ralph Lange
Next: Re: CA Gateway 2.0.5.0 released Benjamin Franksen
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 ·